A fork of NPatch allowing to patch API 101 plugins (gkms-localify only)
Go to file
LoveSy 36f058f554 Further fix support for Android 12
Fix #32
2021-12-08 20:03:29 +08:00
.github/workflows Fix permission 2021-08-27 17:34:24 +08:00
apkzlib Fix offset 2021-10-21 10:29:28 +08:00
app Further fix support for Android 12 2021-12-08 20:03:29 +08:00
appstub Compress module; Move all lspatch files to one directory; Use a single config json instead of a lot of inis 2021-10-21 12:48:17 +08:00
axmlprinter fix build again 2021-04-08 23:46:35 +08:00
core@d1098f04ab Further fix support for Android 12 2021-12-08 20:03:29 +08:00
gradle/wrapper Merge core 2021-08-24 21:58:33 +08:00
imanager Add ManagerResolver 2021-09-06 17:30:25 +08:00
manager Add allowing downgrade installation option 2021-09-18 14:14:21 +08:00
patch Support Android 12 2021-11-01 23:17:11 +08:00
share Compress module; Move all lspatch files to one directory; Use a single config json instead of a lot of inis 2021-10-21 12:48:17 +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 Use origin repo 2021-06-20 00:11:20 +08:00
LICENSE Create LICENSE 2021-04-09 11:48:53 +08:00
README.md Update README.md 2021-09-07 20:58:52 +08:00
build.gradle Further fix support for Android 12 2021-12-08 20:03:29 +08:00
gradle.properties done with project structure refine 2021-04-07 12:06:30 +08:00
gradlew Fix permission 2021-08-27 17:34:24 +08:00
gradlew.bat done with project structure refine 2021-04-07 12:06:30 +08:00
settings.gradle Add LSPatch manager 2021-09-06 17:30:25 +08:00

README.md

Introduction

LSPatch fork from Xpatch.

LSPatch provides a way to insert dex and so into the target APK by repackaging. The following changes have been made since Xpatch

  1. use LSPosed as Hook framework
  2. Clean up the code
  3. merge Xpatch's Loader and Patch into a single project

Usage

  1. download the artifact
  2. run java -jar lspatch.jar

Dev

Android Studio Arctic Fox | 2020.3.1 +

Build

gradlew build<Debug|Release>

Supported Android Versions

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

Known issues

  1. Can't solve the signature verification issue perfectly