All Projects → ElderDrivers → Edxposed

ElderDrivers / Edxposed

Licence: gpl-3.0
Elder driver Xposed Framework.

Programming Languages

java
68154 projects - #9 most used programming language
C++
36643 projects - #6 most used programming language
shell
77523 projects
python
139335 projects - #7 most used programming language
assembly
5116 projects
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Edxposed

Fingerprint-pay-magisk-taobao
淘宝指纹支付 (Fingerprint pay for Taobao)
Stars: ✭ 67 (-98.5%)
Mutual labels:  magisk-module, riru, riru-module
FingerprintPay
让微信、QQ、支付宝、淘宝、云闪付支持使用指纹支付
Stars: ✭ 1,527 (-65.75%)
Mutual labels:  magisk-module, xposed-module, riru-module
Fingerprint-pay-magisk-qq
QQ指纹支付 (Fingerprint pay for QQ)
Stars: ✭ 58 (-98.7%)
Mutual labels:  magisk-module, riru, riru-module
ACC
System accent colour creator for Android Oreo & above
Stars: ✭ 74 (-98.34%)
Mutual labels:  magisk-module, android-pie
tether unblock
Hide tethering from your mobile network operator
Stars: ✭ 30 (-99.33%)
Mutual labels:  magisk, magisk-module
droid controller
Control the parameters of an Android system with the power of Xposed framework. 通过Xposed框架控制Android参数。
Stars: ✭ 15 (-99.66%)
Mutual labels:  xposed, xposed-framework
GJZS
搞机助手·R(原「搞机助手重制版」)
Stars: ✭ 584 (-86.9%)
Mutual labels:  xposed, magisk
magisk-pixel2-features
A magisk module that provides Pixel 2 Features like Google Lens, Google Camera w/ Motion Pictures and Ambient Sense w/ Music Matching
Stars: ✭ 27 (-99.39%)
Mutual labels:  magisk, magisk-module
QQCleaner
瘦身模块
Stars: ✭ 512 (-88.52%)
Mutual labels:  xposed, xposed-module
AnyWebView
Any WebView is OK!
Stars: ✭ 64 (-98.56%)
Mutual labels:  xposed, xposed-module
Snorlax
Xposed module (Android) to check pokemons stats
Stars: ✭ 62 (-98.61%)
Mutual labels:  xposed, xposed-framework
QAssistant
兼具实用与美观于一身的 QQ 小帮手
Stars: ✭ 99 (-97.78%)
Mutual labels:  xposed, xposed-module
FontManager-Module
Font Manager is the premier font and emoji management and changing solution for android.
Stars: ✭ 60 (-98.65%)
Mutual labels:  magisk, magisk-module
MIUIAnesthetist
Cut out those cancer apps on MIUI painlessly with the help of this Xposed module.
Stars: ✭ 91 (-97.96%)
Mutual labels:  xposed, xposed-module
AdGuardHome magisk
去广告magisk模块,通过DNS层面过滤广告、防DNS劫持,本机流量数据或Wifi都支持,支持订阅过滤规则,可兼容VPN、免模块、翻模块、校园网、热点共享等特殊使用环境 。top大佬(酷安)
Stars: ✭ 34 (-99.24%)
Mutual labels:  magisk, magisk-module
OneTapVideoDownload
Download Videos on Android with One Tap.
Stars: ✭ 51 (-98.86%)
Mutual labels:  xposed, xposed-framework
Fossapps
Fossapps has been abandoned and replaced by Fossapps Creator.
Stars: ✭ 13 (-99.71%)
Mutual labels:  magisk, magisk-module
FuckLocation
A simple xposed module that helps you fully control your location.
Stars: ✭ 56 (-98.74%)
Mutual labels:  xposedmodule, xposed-module
XAutoDaily
一个基于QQ的全自动签到模块
Stars: ✭ 115 (-97.42%)
Mutual labels:  xposed, xposed-module
MAGNETAR
Device Performance Optimizer — Aims To Provide An Optimal Experience At Every Usage Scenario
Stars: ✭ 82 (-98.16%)
Mutual labels:  magisk, magisk-module

EdXposed Framework

Latest builds Android CI 中文说明文档

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 ~ 11.

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

Wiki: Available Android versions

Build

Wiki: Build

Install

  1. Install Magisk v21+
  2. Install Riru v23+ from Magisk repo.
  3. Download and install EdXposed in Magisk Manager or recovery.
  4. Install EdXposed Manager.
  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]

Useful Links

Known Issues

See Issues

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
  • SandHook: ART hooking framework for SandHook variant
  • Dobby: used for inline hooking
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].