From f1c9b21ca704531e33cba6777f4fe5805df4efb0 Mon Sep 17 00:00:00 2001 From: solohsu Date: Mon, 21 Jan 2019 13:43:15 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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