LSPosed/edxp-core/template_override
Jim Wu 55d5e5481f Replace cmdline to pass SafetyNet (no SN Issues allowed)
Userspace parses this and sets the ro.boot.verifiedbootstate prop
according to the value that this flag has. When ro.boot.verifiedbootstate
is not 'green', SafetyNet is tripped and fails the CTS test.

Change verifiedbootstate from /proc/cmdline in order to fix the failed
SafetyNet CTS check.
2020-03-30 11:31:36 +08:00
..
META-INF/com/google/android Update magisk installer script to latest version 2020-02-29 23:55:27 +08:00
EdXposed.apk Update prebuilt stub from EdXposed Manager 2020-03-29 16:18:30 +08:00
README.md Update description 2020-02-29 23:55:27 +08:00
customize.sh Fix 2020-03-23 13:10:32 +08:00
post-fs-data.sh Replace cmdline to pass SafetyNet (no SN Issues allowed) 2020-03-30 11:31:36 +08:00
sepolicy.rule Fix SEPolicy not work 2020-02-29 23:55:27 +08:00
system.prop Use new Magisk installer method 2020-02-29 23:55:27 +08:00
uninstall.sh Add support for deprecated custom Magisk 20.1 2020-02-29 23:55:27 +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)