diff --git a/README.md b/README.md index 3f56f06c..7095a71b 100644 --- a/README.md +++ b/README.md @@ -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