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.
- YAHFA: the core java hooking framework
- Riru: provides a way to inject codes into zygote process
- XposedBridge: the OG xposed framework APIs
- dexmaker and dalvikdx: dynamiclly generate YAHFA hooker classes
- resources hooking is not supported yet
- may not be compatible with all ART devices
- only a few Xposed modules has been tested for working
- file access services are not implemented yet, now simply use magiskpolicy to enable needed SELinux policies
- run
:Bridge:makeAndCopyRelease
in Gradle window to buildedxposed.dex
- run
:Core:zipRelease
to build Magisk Riru module flashable zip file - find the flashable under
Core/release/
- flash the zip in recovery mode or in Magisk Manager
- make sure Magisk v17.0 or higher is installed.
- download Riru-core v10 or higher and install it in Magisk Manager or recovery.
- download EdXposed and install it in Magisk Manager or recovery.
- reboot.
- have fun :)
GitHub issues(recommend): Issues
QQ Group: 855219808
Telegream: Code_of_MeowCat
Discord: Code_of_MeowCat
Apparently this framework is far from stable and all kinds of PRs are welcome. :)