Skip to content

AbhiTheModder/Fine

Repository files navigation

Fine

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)

Blog Post

Tip

If you're looking for AndroidIDE Version of this check out aide branch of this repo.

Credits

- canyie for Pine

- Frida for Frida Gadget and Frida itself