LSPosed Framework
Introduction
A Riru / Zygisk module trying to provide an ART hooking framework which delivers consistent APIs with the OG Xposed, leveraging LSPlant hooking framework.Supported Versions
Android 8.1 ~ 14Install
- Install Magisk v24+
- (For Riru flavor) Install Riru v26.1.7+
- Download and install LSPosed in Magisk app
- Reboot
- Open LSPosed manager from notification
- Have fun
Download
- For stable releases, please go to Github Releases page
- For canary build, please check Github Actions
Get Help
Only bug reports from THE LATEST DEBUG BUILD will be accepted.For Developers
Developers are welcome to write Xposed modules with hooks based on LSPosed Framework. A module based on LSPosed framework is fully compatible with the original Xposed Framework, and vice versa, a Xposed Framework-based module will work well with LSPosed framework too.We use our own module repository. We welcome developers to submit modules to our repository, and then modules can be downloaded in LSPosed.
Community Discussion
- Telegram: @LSPosed
Translation Contributing
You can contribute translation here.Credits
- Magisk: makes all these possible
- Riru: provides a way to inject code into zygote process
- XposedBridge: the OG Xposed framework APIs
- Dobby: used for inline hooking
- LSPlant: the core ART hooking framework
- EdXposed: fork source
- SandHook: ART hooking framework for SandHook variant
- YAHFA: previous ART hooking framework
- dexmaker and dalvikdx: to dynamically generate YAHFA hooker classes
- DexBuilder: to dynamically generate YAHFA hooker classes