/frida-android-hook

A script that helps you trace classes, functions, and modify the return values of methods on Android platform

Primary LanguageJavaScriptMIT LicenseMIT

frida-android-hook

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

image

Update

[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

Usage

  1. Git clone https://github.com/noobpk/frida-android-hook
  2. cd frida-android-hook/
  3. Start Frida-server: python3 hook.py --fs-start
  4. 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