https://github.com/canyie/nbinjection
PoC of injecting zygote processes by replacing system native bridge support
https://github.com/canyie/nbinjection
android inject injection magisk
Last synced: 3 months ago
JSON representation
PoC of injecting zygote processes by replacing system native bridge support
- Host: GitHub
- URL: https://github.com/canyie/nbinjection
- Owner: canyie
- Created: 2020-08-18T11:45:44.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-23T07:40:49.000Z (over 4 years ago)
- Last Synced: 2025-03-16T09:51:38.130Z (3 months ago)
- Topics: android, inject, injection, magisk
- Language: C++
- Homepage:
- Size: 76.2 KB
- Stars: 149
- Watchers: 8
- Forks: 39
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NbInjection
This is an example for replace system property "ro.dalvik.vm.native.bridge" to inject zygote process.I have tested it on my Google Pixel 3 (Android 10, Magisk 20.4), it seems to be working well;
but it maybe not compatible with all devices, if you want to use it, please modify the code according to your devices.About its working principle, you can refer to this Chinese [article](https://blog.canyie.top/2020/08/18/nbinjection/).
## Build
Run gradle task `:module:assembleMagiskRelease` from Android Studio or command line,
magisk module zip will be saved to module/build/outputs/magisk/.## Discussion
- [QQ Group: 949888394](https://shang.qq.com/wpa/qunwpa?idkey=25549719b948d2aaeb9e579955e39d71768111844b370fcb824d43b9b20e1c04)## License
MIT License