https://github.com/strazzere/inject-hooks-android-rs
Remote library injection into Android processes, then hooking via various methods
https://github.com/strazzere/inject-hooks-android-rs
Last synced: 2 months ago
JSON representation
Remote library injection into Android processes, then hooking via various methods
- Host: GitHub
- URL: https://github.com/strazzere/inject-hooks-android-rs
- Owner: strazzere
- License: apache-2.0
- Created: 2025-05-09T16:52:37.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-09-25T03:33:51.000Z (4 months ago)
- Last Synced: 2025-09-25T05:29:50.579Z (4 months ago)
- Language: Rust
- Size: 26.4 KB
- Stars: 56
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# inject-hooks-android-rs
Remote library injection into Android processes, then hooking via various methods
The injector, as stated in the readme, is basically just a rework of https://github.com/shunix/TinyInjector ported specifically for Android using rust, it now supports 32 and 64 bit systems.