EdXposed Framework
Riru module that tries to provide an ART hooking framework (initially only for Android Pie) that provides consistent API with OG Xposed, leveraging YAHFA hooking framework (or SandHook), supporting Android 8.0~11.0.
Xposed is a framework for modules that can change or modify system and app behavior without modifying the APK itself. This is very useful because modules can be used across different builds and even ROMs without any changes (as long as the original code is not heavily modified). Xposed is also easy and safe to undo. Because all changes and modifications are made in memory, you only need to disable the module and reboot to restore the previous changes and modifications. There are many other benefits to be had, and you can download modules with different functions.
How To Install
- Install Magisk v21+
- Install Riru v23+ from Magisk repo.
- Download and install EdXposed in Magisk Manager or recovery.
- Install EdXposed Manager.
- Reboot.
- Done
Useful Links
- Here are some lister modules that work for Android Pie (thanks to Uraniam9 @ xda-developers)
For Developers
Developers can write Xposed modules with hooks based on the EdXposed Framework. Modules written based on the EdXposed Framework are fully compatible with the native Xposed Framework, so Xposed Framework-based modules will also work fine with the EdXposed Framework.
Contribute
To support the developer you can contribute through donation Buy me a coffee if you like my work.
Download Link
Module Info
- Module By
- Root SupportMagisk KernelSU APatch
- Source View on GitHub/Source
- Latest Update
- Word Counter 237
- Character Counter 2146
EdXposed Framework is a Module that supports installation on Magisk, KernelSU, APATCH, KSUNext