|
|
||
|---|---|---|
| .github/ISSUE_TEMPLATE | ||
| dalvikdx | ||
| dexmaker | ||
| edxp-common | ||
| edxp-core | ||
| edxp-sandhook | ||
| edxp-whale | ||
| edxp-yahfa | ||
| gradle/wrapper | ||
| hiddenapi-stubs | ||
| xposed-bridge | ||
| .gitattributes | ||
| .gitignore | ||
| LICENSE.md | ||
| README.md | ||
| build.gradle | ||
| build.sh | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| settings.gradle | ||
README.md
EdXposed
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
- 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
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
- may not be compatible with all ART devices
- file access services are not implemented yet, now simply use magiskpolicy to enable needed SELinux policies
Build requirements
same as Riru-Core's and zip binaries can be downloaded from here
Build
- execute task
:edxp-core:[zip|push][Yahfa|Sandhook]Releaseto build flashable zip for corresponding variant - find the flashable under
edxp-core/release/ - flash the zip in recovery mode or via Magisk Manager
Install
- 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.
- install companion application
- reboot.
- have fun :)
Companion applications
- for v0.2.9.5 and before: Xposed Installer
- for v0.2.9.6 and v0.2.9.7: Xposed Installer and EdXp Manager(optional)
- for v0.2.9.8 and later: EdXposed Installer
Get help
Contribute
- Apparently this framework is far from stable and all kinds of PRs are welcome. :)
- Buy me a coffee if you like my work.