|
|
||
|---|---|---|
| .github/workflows | ||
| apkzlib | ||
| app | ||
| appstub | ||
| axmlprinter | ||
| core@d76db3cb82 | ||
| gradle/wrapper | ||
| imanager | ||
| manager | ||
| patch | ||
| share | ||
| .gitattributes | ||
| .gitignore | ||
| .gitmodules | ||
| LICENSE | ||
| README.md | ||
| build.gradle | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| settings.gradle | ||
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
- use LSPosed as Hook framework
- Clean up the code
- merge Xpatch's Loader and Patch into a single project
Usage
- download the artifact
- 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
- Can't solve the signature verification issue perfectly