A fork of NPatch allowing to patch API 101 plugins (gkms-localify only)
Go to file
Howard Wu 41c67b5cd3
Change jdk distribution to `temurin` (#125)
AdoptOpenJDK got moved to Eclipse Temurin
2022-10-27 19:30:33 +08:00
.github Change jdk distribution to `temurin` (#125) 2022-10-27 19:30:33 +08:00
apkzlib Update proguard 2022-04-06 11:17:19 +08:00
axmlprinter Migrate all groovy to kts 2022-02-10 21:15:41 +08:00
core@65136dc5ff Update deps 2022-09-22 17:52:59 +08:00
gradle/wrapper Update deps 2022-09-22 17:52:59 +08:00
jar Support bootstrapping loader dynamically for local mode (#118) 2022-10-21 15:24:16 +08:00
manager [translation] Update translation from Crowdin (#121) 2022-10-23 23:59:35 +08:00
meta-loader Further fix for Android 13 2022-10-24 00:41:32 +08:00
patch No need to add loader dex and so for local mode 2022-10-21 19:26:08 +08:00
patch-loader Support bootstrapping loader dynamically for local mode (#118) 2022-10-21 15:24:16 +08:00
share Update MIN_ROLLING_VERSION_CODE 2022-10-24 01:12:27 +08:00
.gitattributes normalize eol 2021-06-02 17:20:50 +08:00
.gitignore done with project structure refine 2021-04-07 12:06:30 +08:00
.gitmodules Compare AXML attribute name by resource ID 2022-09-04 16:21:08 +08:00
LICENSE Create LICENSE 2021-04-09 11:48:53 +08:00
README.md CI (#57) 2022-05-10 11:39:04 +08:00
build.gradle.kts Bump to 0.5 2022-10-24 00:00:41 +08:00
crowdin.yml Create crowdin.yml 2022-03-08 10:54:31 +08:00
gradle.properties Update dependencies 2022-10-20 16:03:03 +08:00
gradlew Update deps 2022-09-22 17:52:59 +08:00
gradlew.bat Update deps 2022-09-22 17:52:59 +08:00
settings.gradle.kts Support bootstrapping loader dynamically for local mode (#118) 2022-10-21 15:24:16 +08:00

README.md

LSPatch Framework

Build Crowdin Download Total

Introduction

Rootless implementation of LSPosed framework, integrating Xposed API by inserting dex and so into the target APK.

Supported Versions

  • Min: Android 9
  • Max: In theory, same with LSPosed

Download

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

Usage

  • Through jar
  1. Download lspatch.jar
  2. Run java -jar lspatch.jar
  • Through manager
  1. Download and install manager.apk on an Android device
  2. Follow the instructions of the manager app

Translation Contributing

You can contribute translation here.

Credits

License

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