Update README.md
This commit is contained in:
parent
1d96ed5409
commit
f1c9b21ca7
|
|
@ -1,11 +1,11 @@
|
|||
# EdXposed
|
||||
|
||||
A Riru module trying to provide a ART hooking framework (mainly for Android Pie) which delivers a consistent APIs with the OG Xposed, leveraging YAHFA hooking framework.
|
||||
A Riru module trying to provide a ART hooking framework (mainly for Android Pie) which delivers consistent APIs with the OG Xposed, leveraging YAHFA hooking framework.
|
||||
|
||||
## Credits
|
||||
|
||||
- [YAHFA](https://github.com/rk700/YAHFA): the core java hooking framework
|
||||
- [Riru](https://github.com/RikkaApps/Riru): provides a way to inject codes to zygote process
|
||||
- [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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue