fake-sms
fake-sms copied to clipboard
Idk why it doesn't launch?
Idk how to launch it in Termux, probably used launch like in closed issue +-1 month ago but i see only this message.
It won't.
Because you are running on an ARM based platform, but the binary is compiled to run on x86 machine. Just run arch
command on the target hardware to know your platform ISA. Then clone the repository on a system where Go is installed. Export GOARCH
env to make go generate binary for the target platform, then use it.
Here is a guide of how to do cross compilation using GOARCH
env variable.
https://opensource.com/article/21/1/go-cross-compiling