A fork of NPatch allowing to patch API 101 plugins (gkms-localify only)
Go to file
Nullptr 397faf7ab4 Change output file name 2022-03-06 17:36:43 +08:00
.github/workflows CI upload manager 2022-02-13 19:48:10 +08:00
apkzlib Use git commit count as verCode 2022-03-04 13:29:46 +08:00
app Use git commit count as verCode 2022-03-04 13:29:46 +08:00
appstub Fix manager import patch build 2022-02-13 12:05:13 +08:00
axmlprinter Migrate all groovy to kts 2022-02-10 21:15:41 +08:00
core@216a6f0043 Update core 2022-02-11 00:45:21 +08:00
gradle/wrapper Update core 2022-02-11 00:45:21 +08:00
imanager LSPatch Manager (Coding) 2022-02-12 14:27:49 +08:00
manager Use ViewModel instead of rememberSaveable 2022-03-06 17:35:26 +08:00
patch Change output file name 2022-03-06 17:36:43 +08:00
patch-jar Fix keystore not matching 2022-02-13 13:46:57 +08:00
share Migrate all groovy to kts 2022-02-10 21:15:41 +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.kts Use git commit count as verCode 2022-03-04 13:29:46 +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.kts Fix manager import patch build 2022-02-13 12:05:13 +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