Menu

Tree [6937cd] master /
 History

HTTPS access


File Date Author Commit
 .github 2023-04-17 LoveSy LoveSy [8cb547] [skip ci] Revert "Let AGP to strip native libs"...
 app 2023-04-18 Howard Wu Howard Wu [679f93] Fix CrashReportActivity theme (#2502)
 core 2023-04-17 LoveSy LoveSy [8cb547] [skip ci] Revert "Let AGP to strip native libs"...
 daemon 2023-04-17 LoveSy LoveSy [8cb547] [skip ci] Revert "Let AGP to strip native libs"...
 dex2oat 2023-04-15 LoveSy LoveSy [7aa50b] Fix dex2oat build
 external 2023-01-15 LoveSy LoveSy [013428] Upgrade deps (#2324)
 gradle 2023-04-26 dependabot[bot] dependabot[bot] [6937cd] Bump kotlin from 1.8.20 to 1.8.21 (#2509)
 hiddenapi 2023-02-22 LoveSy LoveSy [3b8dad] Implement getDefaultClassLoader
 magisk-loader 2023-04-17 LoveSy LoveSy [8cb547] [skip ci] Revert "Let AGP to strip native libs"...
 services 2023-04-13 LoveSy LoveSy [b27741] Upgrade AGP
 .gitattributes 2021-06-20 vvb2060 vvb2060 [74f93d] Ndk build (#753)
 .gitignore 2021-08-07 vvb2060 vvb2060 [ca91e8] Clean code (#863)
 .gitmodules 2023-01-10 LoveSy LoveSy [320943] Use gradle dependencies
 LICENSE 2021-02-13 tehcneko tehcneko [58d3ab] [README] Fix license
 README.md 2023-03-08 Howard Wu Howard Wu [22b3e9] Require Riru 26.1.7+ (#2430)
 build.gradle.kts 2023-04-17 LoveSy LoveSy [8cb547] [skip ci] Revert "Let AGP to strip native libs"...
 crowdin.yml 2021-12-30 Nullptr Nullptr [1f5dfb] [daemon] Only package needed resources (#1508)
 gradle.properties 2023-04-18 LoveSy LoveSy [fab404] Remove experimental enableNewResourceShrinker f...
 gradlew 2023-02-28 Howard Wu Howard Wu [e2bfd9] Upgrade AGP (#2410)
 gradlew.bat 2023-02-28 Howard Wu Howard Wu [e2bfd9] Upgrade AGP (#2410)
 settings.gradle.kts 2023-04-12 LoveSy LoveSy [0875cc] Update settings.gradle.kts

Read Me

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).

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.