Skip to content
Elder driver Xposed Framework.
Java C++ Shell Python C CMake
Branch: master
Clone or download

Latest commit

MlgmXyysd Revert changes
To trigger auto compile test
Latest commit 30f8b63 May 18, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github/ISSUE_TEMPLATE Update issue templates Oct 22, 2019
art Fix typo Dec 19, 2019
dalvikdx Fixed building on Windows environment Mar 27, 2019
dexmaker Fixed building on Windows environment Mar 27, 2019
edxp-common Resetting the library so path Apr 4, 2020
edxp-core Temporarily set SELinux to Permissive to install stub Apr 8, 2020
edxp-sandhook Add SandHook beforeHookedMethod Throwable log output Apr 5, 2020
edxp-whale Resetting the library so path Apr 4, 2020
edxp-yahfa use paths in native ConfigManager Mar 24, 2020
gradle/wrapper Update gradle plugin Apr 20, 2019
hiddenapi-stubs SandHook : update sandhook to fix some crash on Q Nov 8, 2019
xposed-bridge Merge branch 'master' of https://github.com/ElderDrivers/EdXposed Apr 18, 2020
.gitattributes Migrate to new EdXposedManager installer app Feb 3, 2019
.gitignore fix: replace whale so file to fix crash on x86_64 Nov 4, 2019
LICENSE.md Create LICENSE.md Jan 20, 2019
README.md Redirect to wiki Feb 29, 2020
README_CN.md Redirect to wiki Feb 29, 2020
appveyor.yml Revert changes May 17, 2020
build.gradle Update gradle plugin Apr 20, 2019
gradle.properties Disable R8 Apr 20, 2019
gradlew Refactor project structure Mar 19, 2019
gradlew.bat Migrate to GitHub Jan 18, 2019
settings.gradle Introduce Whale hook for Android Mar 20, 2019

README.md

EdXposed Framework

Latest builds 中文说明文档

Introduction

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, supports Android 8.0 ~ 10.

Xposed is a framework for modules that can change the behavior of the system and apps without touching any APKs. That's great because it means that modules can work for different versions and even ROMs without any changes (as long as the original code was not changed too much). It's also easy to undo. As all changes are done in the memory, you just need to deactivate the module and reboot to get your original system back. There are many other advantages, but here is just one more: Multiple modules can do changes to the same part of the system or app. With modified APKs, you to decide for one. No way to combine them, unless the author builds multiple APKs with different combinations.

Supported Versions

  • Android Q (10)[sdk29]
  • Android Pie (9)[sdk28]
  • Android Oreo (8.x)[sdk26/27]

For Android Nougat (7.x) and lower, please use the original Xposed Framework.

Build Requirements

Same as Riru-Core's and zip binaries can be downloaded from here.

Build

  1. Execute task :edxp-core:[zip|push][Yahfa|Sandhook]Release to build flashable zip for corresponding variant.
  2. Find the flashable under edxp-core/release/.
  3. Flash the zip in recovery mode or via Magisk Manager.

Install

  1. Install Magisk v19+ (for Huawei/Honor or OnePlus 7T/7TPro device, need Magisk v20.2+)
  2. Install Riru-Core v19+ from Magisk repo.
  3. Download and install EdXposed in Magisk Manager or recovery mode.
  4. Install companion application.
  5. Reboot.
  6. Have fun! :)

Download

Edxposed has three different builds

  • Stable:Stable version after passing the test, suitable for general users, update slowly. Download Stable version in Magisk Manager's [Downloads] tab

  • Alpha: Test version with multiple commits. Download Alpha version in [Github Releases]

  • Canary: Debug version. Automatically build by CI. Download Canary version in [EdXposed Manager]

Companion Applications

Both Xposed Installer and EdXposed Installer are deprecated. Support will be stopped for later versions. Please use EdXposed Manager

Useful Links

Known Issues

See Wiki: Known issues or bugs

Get Help

  • GitHub issues: Issues

  • Notice(for Chinese): In view of the low quality of issues submitted, please read the Chinese user report firstEdXposedIssuesReport_cn(If you don't read the instructions, the submitted issue is likely to be closed)

For Developers

Developers are welcomed to write Xposed modules with hooks based on EdXposed Framework. Module written based on EdXposed framework is fully compatible with the original Xposed Framework, so contrary a Xposed Framework-based module will work well with the EdXposed framework too.

We use the module repository of the original Xposed, so you simply upload the module to repository, then you can download your module in EdXposed.

Community Discussion

Notice: These community group don't accept any bug report, please use Get help to report.

Contribute

  • Apparently this framework is far from stable and all kinds of PRs are welcome. :)
  • Buy me a coffee if you like my work.

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
You can’t perform that action at this time.