A fork of NPatch allowing to patch API 101 plugins (gkms-localify only)
Go to file
Js0n 4a67cb210e
fix: `whenTaskAdded` broken in gradle 8.1.0 (#229)
https://issuetracker.google.com/issues/277166577

https://docs.gradle.org/current/userguide/task_configuration_avoidance.html#sec:old_vs_new_configuration_api_overview
2023-08-03 23:11:38 +08:00
.github sync: submodule core (#228) 2023-08-03 20:46:27 +08:00
apkzlib Core upgrade (#213) 2023-06-29 02:17:00 +08:00
core@2135685007 sync: submodule core (#228) 2023-08-03 20:46:27 +08:00
gradle/wrapper Core upgrade (#213) 2023-06-29 02:17:00 +08:00
jar Core upgrade (#213) 2023-06-29 02:17:00 +08:00
manager Fix crash and sync 2023-06-29 10:08:50 +08:00
meta-loader Core upgrade (#213) 2023-06-29 02:17:00 +08:00
patch Core upgrade (#213) 2023-06-29 02:17:00 +08:00
patch-loader Fix crash and sync 2023-06-29 10:08:50 +08:00
share Core upgrade (#213) 2023-06-29 02:17:00 +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 Core upgrade (#213) 2023-06-29 02:17:00 +08:00
LICENSE Create LICENSE 2021-04-09 11:48:53 +08:00
README.md [skip ci] Update badge 2022-12-19 22:43:17 +08:00
build.gradle.kts fix: `whenTaskAdded` broken in gradle 8.1.0 (#229) 2023-08-03 23:11:38 +08:00
crowdin.yml Create crowdin.yml 2022-03-08 10:54:31 +08:00
gradle.properties Core upgrade (#213) 2023-06-29 02:17:00 +08:00
gradlew Core upgrade (#213) 2023-06-29 02:17:00 +08:00
gradlew.bat Core upgrade (#213) 2023-06-29 02:17:00 +08:00
settings.gradle.kts Core upgrade (#213) 2023-06-29 02:17:00 +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).