You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried the script printed by Makefile with the necessary changes and i got this:
GOOS="android" GOARCH=amd64 CGO_ENABLED=1 go build -ldflags=" -X 'main.authorizedKey=GOOS="android" GOARCH=amd64 CGO_ENABLED=1 go build -ldflags=" -X 'main.authorizedKey=ssh-ed25519 lllllllllllloooooooonnnnnnnnggggg-ppppppppuuuuuuubbbbbbbbkkkkkkkkeeeeeeeyyyyyyyy [email protected]' -X 'main.localPassword=anybody-who-look-at-this-is-malicious' -s -w" -o bin/
# runtime/cgo
gcc_android.c:6:10: fatal error: 'android/log.h' file not found' -X 'main.localPassword=anybody-who-look-at-this-is-malicious' -s -w" -o bin/
# runtime/cgo
gcc_android.c:6:10: fatal error: 'android/log.h' file not found
And a last thing: on my computer, my NDK tools are in /usr/local/share/android-commandlinetools/ndk/magisk. I wonder there is something wrong in my Android SDK installation.
The text was updated successfully, but these errors were encountered:
Hello visitor, could you help me please !
When i am trying to build the reverse shell for android/arm64(alias arm64-v8a), everything works fine
But for others archs i get that:
After changing this in the Makefile i got this:
I tried the script printed by Makefile with the necessary changes and i got this:
And a last thing: on my computer, my NDK tools are in
/usr/local/share/android-commandlinetools/ndk/magisk
. I wonder there is something wrong in my Android SDK installation.The text was updated successfully, but these errors were encountered: