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