Skip to content

re-zero001/LSPosed-Irena

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a0f3b54 · Mar 2, 2025
Feb 22, 2025
Feb 13, 2025
Oct 13, 2024
Mar 2, 2025
Mar 2, 2025
Oct 29, 2024
Mar 2, 2025
Sep 1, 2023
Oct 7, 2024
Oct 7, 2024
Mar 2, 2025
Aug 28, 2024
Jun 20, 2021
Mar 28, 2024
Oct 7, 2024
Feb 13, 2021
Feb 13, 2025
Oct 2, 2024
May 15, 2023
Feb 13, 2025
Aug 31, 2024
Aug 31, 2024
Oct 7, 2024

Repository files navigation

LSPosed Framework

Build Channel Download Total

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 ~ 15

Install

  1. Install Magisk v26+
  2. Install ZygiskNext

No need enable zygisk in magisk.

  1. Download and install LSPosed in Magisk app
  2. Reboot
  3. Open LSPosed manager from notification
  4. Have fun :)

Download

Get Help

Only bug reports from THE LATEST DEBUG BUILD will be accepted.

  • GitHub issues: Issues
  • (For Chinese speakers) 本项目只接受英语标题的issue。如果您不懂英语,请使用翻译工具

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

Notice: These community groups don't accept any bug report, please use Get help to report.

Credits

License

LSPosed is licensed under the GNU General Public License v3 (GPL-3) (http://www.gnu.org/copyleft/gpl.html).