A fork of NPatch allowing to patch API 101 plugins (gkms-localify only)
Go to file
327135569 06f4ecaa85 welcome lsp 2021-04-07 12:15:41 +08:00
apksigner done with project structure refine 2021-04-07 12:06:30 +08:00
app done with project structure refine 2021-04-07 12:06:30 +08:00
axmlprinter done with project structure refine 2021-04-07 12:06:30 +08:00
core done with project structure refine 2021-04-07 12:06:30 +08:00
gradle/wrapper done with project structure refine 2021-04-07 12:06:30 +08:00
mmp@72252ecea4 welcome lsp 2021-04-07 12:15:41 +08:00
patch done with project structure refine 2021-04-07 12:06:30 +08:00
.gitignore done with project structure refine 2021-04-07 12:06:30 +08:00
.gitmodules done with project structure refine 2021-04-07 12:06:30 +08:00
README.md done with project structure refine 2021-04-07 12:06:30 +08:00
build.gradle done with project structure refine 2021-04-07 12:06:30 +08:00
gradle.properties done with project structure refine 2021-04-07 12:06:30 +08:00
gradlew done with project structure refine 2021-04-07 12:06:30 +08:00
gradlew.bat done with project structure refine 2021-04-07 12:06:30 +08:00
settings.gradle done with project structure refine 2021-04-07 12:06:30 +08:00

README.md

Readme

LSPosed as hook framework

There some major change since xpatch

  1. use LSPosed as hook framework
  2. keep loader simple, clear not nesseacry things, like bypass signature. let developer do this part

Maybe perform force push if some private data leak in project. Sorry for the confusion.

Useage

  1. You need do signature bypass by yourself
  2. Orignal signature saved to assets/original_signature_info.ini
  3. Orignal apk saved to assets/original_apk.bin

For example, you may need to replace signatures from getPackageInfo and redirect /data/app/{your apk}/base.apk to original_apk.bin to bypass normally signature check.