From 8c4a7e90f34eb6eeb63aefd968a87038e48981b3 Mon Sep 17 00:00:00 2001 From: solohsu Date: Fri, 15 Mar 2019 20:18:26 +0800 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f3ff0b5..7a90408c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # EdXposed -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. +A Riru module trying to provide a ART hooking framework (initially for Android Pie) which delivers consistent APIs with the OG Xposed, leveraging YAHFA hooking framework. ## Credits @@ -11,6 +11,13 @@ A Riru module trying to provide a ART hooking framework (mainly for Android Pie) - [dexmaker](https://github.com/linkedin/dexmaker) and [dalvikdx](https://github.com/JakeWharton/dalvik-dx): dynamiclly generate YAHFA hooker classes - [Whale](https://github.com/asLody/whale): used for inline hooking +## Supported versions + +- Android Oreo (8.0, 8.1) +- Android Pie (9.0) + +For devices with Android 7.x and lower, original Xposed is strongly recommended. + ## Known issues - resources hooking is not supported yet