SkillAgentSearch skills...

EdXposed

No description available

Install / Use

/learn @WaterlooBridge/EdXposed
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

EdXposed

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

Supported versions

  • Android Oreo (8.x)
  • Android Pie (9.0)
  • Android 10
  • Android 11

Credits

  • Whale: the core java hooking framework and inline hooking
  • Riru: provides a way to inject codes into zygote process
  • XposedBridge: the OG xposed framework APIs

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 requirements

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

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

Install

  1. make sure Magisk v20.4 or higher is installed.
  2. download Riru-core v22 or higher and install it in Magisk Manager or recovery.
  3. download EdXposed and install it in Magisk Manager or recovery.
  4. Install Xposed Installer
  5. reboot.
  6. have fun :)

Get help

GitHub issues (recommend): Issues

Related Skills

View on GitHub
GitHub Stars18
CategoryDevelopment
Updated8mo ago
Forks5

Languages

C++

Security Score

77/100

Audited on Jul 21, 2025

No findings