Pine and Frida better togeather.
- Android Studio project
- Uses
appComponentFactory
to inject Hook Loader library into the app - Loads the hook library/script from assets folder
- Uses Frida Gadget and Pine to hook into the app and modify its behavior
- Rootless hooking, no need for root access
- Load libraries based on arch of user system automatically
- Multi-architecture support (arm64-v8a, armeabi-v7a, x86, x86_64)
Tip
If you're looking for AndroidIDE Version of this check out aide branch of this repo.
- Frida for Frida Gadget and Frida itself