Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhithemodder/fine
Pine and Frida better together
https://github.com/abhithemodder/fine
android art-runtime frida frida-hooking hook pinehook
Last synced: 2 months ago
JSON representation
Pine and Frida better together
- Host: GitHub
- URL: https://github.com/abhithemodder/fine
- Owner: AbhiTheModder
- Created: 2024-10-28T22:07:12.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-29T00:26:48.000Z (2 months ago)
- Last Synced: 2024-10-29T01:25:02.149Z (2 months ago)
- Topics: android, art-runtime, frida, frida-hooking, hook, pinehook
- Language: Java
- Homepage:
- Size: 109 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fine
Pine and Frida better togeather.
- [Android Studio](https://developer.android.com/studio) project
- Uses `appComponentFactory` to inject Hook Loader library into the app
- Loads the hook library/script from assets folder
- Uses [Frida](https://frida.re/) Gadget and [Pine](https://github.com/canyie/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](https://qbtaumai.pages.dev/posts/fine/)
> [!NOTE]
> If you're looking for [AndroidIDE](https://m.androidide.com/) Version of this check out [aide](https://github.com/AbhiTheModder/Fine/tree/aide) branch of this repo.# Credits
\- [canyie](https://github.com/canyie) for [Pine](https://github.com/canyie/pine)
\- [Frida](https://frida.re/) for [Frida Gadget](https://github.com/frida/frida/releases/latest) and [Frida](https://github.com/frida/frida) itself