From 65212e29e2595beae716047391372090a56d2520 Mon Sep 17 00:00:00 2001 From: solohsu Date: Wed, 13 Mar 2019 01:41:26 +0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 972b7a4a..6f3ff0b5 100644 --- a/README.md +++ b/README.md @@ -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