A zygisk module loads frida-gadget
- Install the release file and reboot
zygisk-gadget
tool will be placed in/data/local/tmp/
/data/local/tmp/zygisk-gadget -h
Usage: ./zygisk-gadget -p <packageName> <option(s)>
Options:
-d, --delay <microseconds> Delay in microseconds before loading frida-gadget
-c, --config Activate config mode (default: false)
-h, --help Show help
Frida-gadget will be loaded when the target package is launched.
e.g., /data/local/tmp/zygisk-gadget -p com.android.chrome -d 300000
This module supports a config file mode as described here
Create frida-gadget.config
file in the module directory (/data/adb/modules/zygisk_gadget
) and then use zygisk-gadget
tool with the config option
e.g., /data/local/tmp/zygisk-gadget -p com.android.chrome -d 300000 -c
Git clone this repo and open it in Android Studio.
Build and flash by "./gradlew :module:flashAndRebootRelease"