Update README.md

This commit is contained in:
solohsu 2019-03-15 20:18:26 +08:00 committed by GitHub
parent 6d08c0b2bc
commit 8c4a7e90f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 1 deletions

View File

@ -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