RE env for inspecting APKs
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
478 B

  1. #!/bin/bash
  2. #
  3. printf "\nChecking processor type of attached Android..\n\n"
  4. adb shell getprop | grep abi
  5. printf "\nNEXT: \nDownload matching frida-server from: https://github.com/frida/frida/releases\n"
  6. printf "\n\nThen extract frida-server and push to Android with: \n"
  7. printf "adb push ./frida-server /data/local/tmp\nadb shell chmod +x /data/local/tmp/frida-server\n"
  8. # adb push ./frida-server /data/local/tmp
  9. # adb shell chmod +x /data/local/tmp/frida-server