Update README.md

This commit is contained in:
327135569 2021-04-09 11:49:59 +08:00 committed by GitHub
parent 9d48e2070e
commit f97f52dc8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 29 additions and 1 deletions

View File

@ -1 +1,29 @@
Run `gradlew.bat build[Debug|Release]` build this project
## 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
1. Clean up the code
1. merge Xpatch's Loader and Patch into a single project
## Usage
1. download the artifact
1. run `java -jar mmpatch.jar`
## Build
```
gradle build[Debug|Release]
```
## Principle
LSPatch modifies the app property of AndroidManifest.xml in the target APK, changing it to the Application class in the inserted dex. Then it initializes LSPosed, and loads the Xposed module installed in the system.
## Known issues
Can't solve the signature verification issue perfectly