A fork of JingMatrix's LSPosed/Vector, aiming to make GKMSPatch work
Go to file
Howard Wu 99f3217237
Move common res to main (#2681)
2023-08-10 13:40:34 +08:00
.github [Skip CI] Stop sending to TG group (#2680) 2023-08-10 03:07:15 +00:00
app Move common res to main (#2681) 2023-08-10 13:40:34 +08:00
core Only clear modules' LoadedApks rather than all (#2647) 2023-07-26 17:37:54 +00:00
daemon Remove app res dir from daemon build script (#2677) 2023-08-10 10:28:45 +08:00
dex2oat Fix dex2oat build 2023-04-15 17:02:54 +00:00
external sync: submodule Dobby (#2660) 2023-08-03 20:01:08 +08:00
gradle Bump androidx.browser:browser from 1.5.0 to 1.6.0 (#2678) 2023-08-10 02:38:04 +00:00
hiddenapi Remove FastNative stub (#2631) 2023-07-15 18:24:16 +08:00
magisk-loader Upgrade gradle 2023-07-10 21:56:07 +08:00
services Upgrade AGP 2023-04-15 23:01:08 +08:00
.gitattributes Ndk build (#753) 2021-06-20 11:46:38 +08:00
.gitignore Clean code (#863) 2021-08-07 10:10:34 +08:00
.gitmodules Use gradle dependencies 2023-02-26 16:48:49 +08:00
LICENSE [README] Fix license 2021-02-13 17:28:01 +08:00
README.md [skip ci] Update CI build link (#2639) 2023-07-19 07:46:41 +00:00
build.gradle.kts Upgrade target SDK to 34 (#2630) 2023-07-15 10:03:10 +00:00
crowdin.yml Update Crowdin configuration file 2023-05-15 17:13:59 +08:00
gradle.properties Show packagename to let user know which app is being used 2023-08-05 02:59:09 +08:00
gradlew Upgrade gradle 2023-07-10 21:56:07 +08:00
gradlew.bat Upgrade AGP (#2410) 2023-02-28 15:47:51 +00:00
settings.gradle.kts Upgrade gradle 2023-07-10 21:56:07 +08:00

README.md

LSPosed Framework

Build Crowdin Channel Chat Download Total

Introduction

A Riru / 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 ~ 13

Install

  1. Install Magisk v24+
  2. (For Riru flavor) Install Riru v26.1.7+
  3. Download and install LSPosed in Magisk app
  4. Reboot
  5. Open LSPosed manager from notification
  6. Have fun :)

Download

Note: debug builds are only available in Github Actions.

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.

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~

License

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