Update README.md
This commit is contained in:
parent
6d08c0b2bc
commit
8c4a7e90f3
|
|
@ -1,6 +1,6 @@
|
||||||
# EdXposed
|
# 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
|
## 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
|
- [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
|
- [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
|
## Known issues
|
||||||
|
|
||||||
- resources hooking is not supported yet
|
- resources hooking is not supported yet
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue