LSPosed/edxp-core/template_override
LoveSy 3389af6edc Add EdXposed Service to update module path 2020-12-06 21:13:52 +08:00
..
META-INF/com/google/android Fix sepolicy not applied 2020-11-22 19:02:26 +08:00
EdXposed.apk Update prebuilt stub from EdXposed Manager 2020-04-05 18:00:39 +08:00
README.md Update description 2020-02-29 23:55:27 +08:00
customize.sh Add EdXposed Service to update module path 2020-12-06 21:13:52 +08:00
module.prop.new Riru v22 support 2020-11-22 19:02:26 +08:00
post-fs-data.sh Add EdXposed Service to update module path 2020-12-06 21:13:52 +08:00
riru.sh Riru v22 support 2020-11-22 19:02:26 +08:00
sepolicy.rule Use rirud to read files from /data/adb 2020-12-06 21:13:52 +08:00
system.prop Always write concerning sysprops to log 2020-08-02 20:51:07 +08:00
uninstall.sh Move config path to /data/adb and /data/misc 2020-12-06 21:13:52 +08:00
verify.sh Verify files during installation 2020-11-27 14:37:34 +08:00

README.md

EdXposed Framework

简体中文

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.

What are the differences between EdXposed Framework and Xposed Framework?

  1. EdXposed fully supports Android Pie and Q (even R)
  2. EdXposed have App List mode. Only the apps you want to apply Xposed modules are hooked. Other apps in system run in a completely clean environment
  3. EdXposed doesn't need to reboot system to active most modules
  4. EdXposed is hard to detect. EdXposed use Riru to inject, doesn't modify the libart and app_process

How to use ?

To put it simply, just follow these steps:

  1. Install Magisk
  2. Flash the Riru - Core Magisk module. You can find it in Riru release page.
  3. Flash the Riru - EdXposed Magisk module. You can find it in EdXposed release page.
  4. Install EdXposed Manager. You can find it in EdXposed Manager release page.
  5. Reboot :)

More informations in detail:

Official Website

Wiki

Telegram Channel

Community Discussion

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

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)