Rayhunter is a new open source tool we’ve created that runs off an affordable mobile hotspot that we hope empowers everyone, regardless of technical skill, to help search out cell-site simulators (CSS) around the world.
It’s the other way around, an Apple Silicon Mac would be able to run an intel binary through Rosetta (I think there’s almost no exceptions at this point). It’s intel macs that can’t run Arm specific binaries.
Oh, right, you did say “just got mine”… Never mind me. It does seem like it could be a mismatch between what the adb was compiled for and what it’s being asked to install on.
It didn’t mention anything about the CPU in the install instructions…
Try locating the binary that crashes with the “Bad CPU type” exception and run the file command on it. It will show you which architecture the binary was built for.
Removed by mod
Do you use an Apple Silicon Mac by any chance?
Removed by mod
Can I message you on Matrix to help you diagnose this?
It’s the other way around, an Apple Silicon Mac would be able to run an intel binary through Rosetta (I think there’s almost no exceptions at this point). It’s intel macs that can’t run Arm specific binaries.
You’re right, I forgot about that
I think it needs special hardware to run on:
Removed by mod
Oh, right, you did say “just got mine”… Never mind me. It does seem like it could be a mismatch between what the adb was compiled for and what it’s being asked to install on.
From what’s written here, it appears you have an Intel Mac and the thing has only ARM Mac executable, or the other way around.
Removed by mod
Try locating the binary that crashes with the “Bad CPU type” exception and run the
file
command on it. It will show you which architecture the binary was built for.That’s good to hear