A script that helps you trace classes, functions, and modify the return values of methods on Android platform
For iOS platform: https://github.com/noobpk/frida-ios-hook
[Version: 1.1]
[+] Feature: Hook and return value of object
[+] Feature: Start/Stop frida-server via options on tool
[+] Feature: List installed apps in phone
- Git clone https://github.com/noobpk/frida-android-hook
- cd frida-android-hook/
- Start Frida-server:
python3 hook.py --fs-start
python3 hook.py -p <package> -s <script>
If you run the script but it doesn't work, you can try the following:
frida -U -f package -l script.js