LSPosed Irena
LSPosed Framework
Introduction
A Zygisk module trying to provide an ART hooking framework which delivers consistent APIs with the OG Xposed, leveraging LSPlant hooking framework.
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 have to choose one. No way to combine them, unless the author builds multiple APKs with different combinations.
Supported Versions
Android 8.1 ~ 16
Install
- Install Magisk v26+
- Install ZygiskNext
Or enable zygisk in magisk, we recommend use ZygiskNext.
- Download and install LSPosed in Magisk app
- Reboot
- Open LSPosed manager from notification
Or install manager.apk in zip file.
- Have fun :)
Download
- Go to telegram: @lsposed-irena
- 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
This fork won't have.
Credits
- Magisk: makes all these possible
- ZygiskNext: 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
- LSPosed: fork source
- EdXposed: LSPosed fork source
- xz_embedded:decompress debug_info section into stripped libraries
- system_properties:switch properties access within LSPosed
SandHook: ART hooking framework for SandHook variantYAHFA: previous ART hooking frameworkdexmaker and dalvikdx: to dynamically generate YAHFA hooker classesDexBuilder: to dynamically generate YAHFA hooker classes
License
LSPosed is licensed under the GNU General Public License v3 (GPL-3) (http://www.gnu.org/copyleft/gpl.html).
- Modify your applications
- ART Hooking Framework
- Support for modern versions of Android (incl. 16)
- Material You manager
Note
- I won't release on github. Go to Telegram( https://t.me/lsposed_irena ) or action to download lateat version.
- This project just for fun, I think it's good, but I don't have enough technical strength to fix difficult bugs.
- In changelog, refer means I (@re-zero001) fixed more bugs.
- Don't report issues to offical developers.
- My updates depend on my mental state and may be archived at any time.
- Don't share it to coolapk./ 禁止分享到酷安
Changelog
- Support Android 15, something refer to @mywalkb
- Update LSPlant, something refer to @JingMatrix and @LucisUrbe
- Update libxposed api, something refer to https://t.me/rormzhstjxm (Support xposed module use name methods or annotated methods)
- Add webui to open manager at KernelSU by @mywalkb
- Use new parasitic manager by @5ec1cff
- Use dynamic colors at swipe refresh layout, thanks to @lightsummer233
- Fix dynamic colors, thanks to @lightsummer233
- Add
action.shto open manager at Magisk or APatch manager - Disable updates
- Update Zygisk API v4
- Force require Magisk 26+
- Fix resetprop to pass some detection
- Remove shortcut creation, you can install the
manager.apkin the zip - Remove Riru support
Compatibility
Note
- I won't release on github. Go to Telegram( https://t.me/lsposed_irena ) or action to download lateat version.
- This project just for fun, ...
Compatibility
Note
- I won't release on github. Go to Telegram( https://t.me/lsposed_irena ) or action to download lateat version.
- This project just for fun, ...