Skip to content

Instantly share code, notes, and snippets.

@AirStair
Last active September 22, 2023 15:22
Show Gist options
  • Save AirStair/0e12265ab2254fc5072a3a9ca54c24a7 to your computer and use it in GitHub Desktop.
Save AirStair/0e12265ab2254fc5072a3a9ca54c24a7 to your computer and use it in GitHub Desktop.
/data/local/tmp/myexec
adb push executable /data/local/tmp
adb shell
cd /data/local/tmp
chmod 755 executable
./executable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment