relab/frida/get_frida_server.sh
2023-04-05 12:08:32 -06:00

26 lines
478 B
Bash
Executable File

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