A fork of JingMatrix's LSPosed/Vector, aiming to make GKMSPatch work
Go to file
solohsu 68a5ae7f4d Merge remote-tracking branch 'origin/master' 2019-01-21 00:41:57 +08:00
.github/ISSUE_TEMPLATE Update issue templates 2019-01-19 16:01:43 +08:00
Bridge Fix method "hook" not being called while methods replacement and backup have succeeded 2019-01-21 00:40:55 +08:00
Core Change display version 2019-01-20 12:35:08 +08:00
dalvikdx Migrate to GitHub 2019-01-19 01:54:14 +08:00
dexmaker Migrate to GitHub 2019-01-19 01:54:14 +08:00
gradle/wrapper Migrate to GitHub 2019-01-19 01:54:14 +08:00
hiddenapistubs Migrate to GitHub 2019-01-19 01:54:14 +08:00
.gitignore Migrate to GitHub 2019-01-19 01:54:14 +08:00
README.md Update README.md 2019-01-19 02:01:44 +08:00
build.gradle Migrate to GitHub 2019-01-19 01:54:14 +08:00
build.sh Migrate to GitHub 2019-01-19 01:54:14 +08:00
gradlew Migrate to GitHub 2019-01-19 01:54:14 +08:00
gradlew.bat Migrate to GitHub 2019-01-19 01:54:14 +08:00
settings.gradle Migrate to GitHub 2019-01-19 01:54:14 +08:00

README.md

EdXposed

A Riru module trying to provide a ART hooking framework (mainly for Android Pie) which delivers a consistent APIs with the OG Xposed, leveraging YAHFA hooking framework.

Credits

  • YAHFA: the core java hooking framework
  • Riru: provides a way to inject codes to zygote process
  • XposedBridge: the OG xposed framework APIs
  • dexmaker and dalvikdx: dynamiclly generate YAHFA hooker classes

Known issues

  • resources hooking is not supported yet
  • may not be compatible with all ART devices
  • only a few Xposed modules has been tested for working
  • file access services are not implemented yet, now simply use magiskpolicy to enable needed SELinux policies

Build

  1. run :Bridge:makeAndCopyRelease in Gradle window to build edxposed.dex
  2. run :Core:zipRelease to build Magisk Riru module flashable zip file
  3. find the flashable under Core/release/
  4. flash the zip in recovery mode or in Magisk Manager

Contribute

Apparently this framework is far from stable and all kinds of PRs are welcome. :)