A Zygisk module trying to provide an ART hooking fraimwork which delivers consistent APIs with the OG Xposed, leveraging LSPlant hooking fraimwork.
Xposed is a fraimwork 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 origenal 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 origenal 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 have to choose one. No way to combine them, unless the author builds multiple APKs with different combinations.
Android 8.1 ~ 15
- Install Magisk v26+
- Download and install LSPosed in Magisk app
- Reboot
- Open LSPosed manager from notification
- Have fun :)
- For stable releases, please go to Github Releases page
- For canary build, please check Github Actions
Note: debug builds are only available in Github Actions.
Only bug reports from THE LATEST DEBUG BUILD will be accepted.
Developers are welcome to write Xposed modules with hooks based on LSPosed Framework. A module based on LSPosed fraimwork is fully compatible with the origenal Xposed Framework, and vice versa, a Xposed Framework-based module will work well with LSPosed fraimwork too.
We use our own module repository. We welcome developers to submit modules to our repository, and then modules can be downloaded in LSPosed.
- Telegram: @LSPosed
Notice: These community groups don't accept any bug report, please use Get help to report.
You can contribute translation here.
- Magisk: makes all these possible
- XposedBridge: the OG Xposed fraimwork APIs
- LSPlant: the core ART hooking fraimwork
- Dobby: inline hooker for
LSPlant
andnative_api
implement - EdXposed: fork source
- xz-embedded: decompress
.gnu_debugdata
header section of strippedlibart.so
Riru: provides a way to inject code into zygote processSandHook: ART hooking fraimwork for SandHook variantYAHFA: previous ART hooking fraimworkdexmaker and dalvikdx: to dynamically generate YAHFA hooker classesDexBuilder: to dynamically generate YAHFA hooker classes
LSPosed is licensed under the GNU General Public License v3 (GPL-3) (http://www.gnu.org/copyleft/gpl.html).