A Riru module trying to provide an ART hooking framework (initially for Android Pie) which delivers consistent APIs with the OG Xposed, leveraging YAHFA (or SandHook) hooking framework.
- Android Oreo (8.x)
- Android Pie (9.0)
- Android 10
For Android Nougat (7.x) and lower, please use the original Xposed Framework.
Same as Riru-Core's and zip binaries can be downloaded from here.
- Execute task
:edxp-core:[zip|push][Yahfa|Sandhook]Release
to build flashable zip for corresponding variant. - Find the flashable under
edxp-core/release/
. - Flash the zip in recovery mode or via Magisk Manager.
- Install Magisk v19.0+ (for latest EdXposed or Huawei devices, use our custom Magisk: Change Magisk update channel to this).
- Install Riru-Core v19+ from Magisk repo.
- Download EdXposed and install it in Magisk Manager or recovery mode.
- Install companion application.
- Reboot.
- Have fun! :)
- For v0.2.9.5 and before: Xposed Installer.
- For v0.2.9.6 and v0.2.9.7: Xposed Installer + EdXp Manager(optional).
- For v0.2.9.8 and later: EdXposed Installer and EdXposed Manager.
- For the latest version, we recommend to use EdXposed Manager.
- List of Xposed Modules For Android Pie Working With EdXposed (thanks to Uraniam9 @ xda-developers)
- May not be compatible with all ART devices.
- File access services are not implemented yet, now EdXp simply uses magiskpolicy to enable needed SELinux policies.
- Dynamic modules not work, caused by SELinux.
- GitHub issues: Issues
Notice(for Chinese): 鉴于部分用户提交的Issues质量过低,对于中文用户反馈,请先阅读EdXposed错误提交说明_cn(不看说明提交的Issue会有很大可能被close)
- QQ Group: 855219808
- Telegram: Code_of_MeowCat
- Discord (not recommended): Code_of_MeowCat
Notice: These community group don't accept any bug report, please use Get help to report.
- Apparently this framework is far from stable and all kinds of PRs are welcome. :)
- Buy me a coffee if you like my work.
- YAHFA: the core ART hooking framework
- Magisk: makes all these possible
- Riru: provides a way to inject codes into zygote process
- XposedBridge: the OG xposed framework APIs
- dexmaker and dalvikdx: to dynamiclly generate YAHFA hooker classes
- Whale: used for inline hooking
- SandHook: ART hooking framework for SandHook variant