Update README.md

This commit is contained in:
solohsu 2019-03-13 01:41:26 +08:00
parent ac4d5059d1
commit 65212e29e2
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ A Riru module trying to provide a ART hooking framework (mainly for Android Pie)
## Credits
- [YAHFA](https://github.com/rk700/YAHFA): the core java hooking framework
- [Magisk](https://github.com/topjohnwu/Magisk/): makes all these possible
- [Riru](https://github.com/RikkaApps/Riru): provides a way to inject codes into zygote process
- [XposedBridge](https://github.com/rovo89/XposedBridge): the OG xposed framework APIs
- [dexmaker](https://github.com/linkedin/dexmaker) and [dalvikdx](https://github.com/JakeWharton/dalvik-dx): dynamiclly generate YAHFA hooker classes