https://github.com/JingMatrix/LSPatch
LSPatch: A non-root Xposed framework extending from LSPosed
https://github.com/JingMatrix/LSPatch
Last synced: 3 months ago
JSON representation
LSPatch: A non-root Xposed framework extending from LSPosed
- Host: GitHub
- URL: https://github.com/JingMatrix/LSPatch
- Owner: JingMatrix
- License: gpl-3.0
- Fork: true (LSPosed/LSPatch)
- Created: 2023-05-28T10:10:09.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-01T08:50:28.000Z (about 1 year ago)
- Last Synced: 2024-12-01T09:27:59.562Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 10.2 MB
- Stars: 366
- Watchers: 9
- Forks: 37
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- changelog-awesome-shizuku - LSPatch - A non-root Xposed framework extending from LSPosed `GPL-3.0` (Jan 10, 2025 / Patching)
- awesome-shizuku - LSPatch - A non-root Xposed framework extending from LSPosed `GPL-3.0` (Apps / Miscellaneous)
README
# LSPatch Framework
[](https://github.com/JingMatrix/LSPatch/actions/workflows/main.yml?query=event%3Apush+is%3Acompleted+branch%3Amaster) [](https://crowdin.com/project/lspatch_jingmatrix) [](https://github.com/JingMatrix/LSPatch/releases/latest) [](https://github.com/JingMatrix/LSPatch/releases)
## Introduction
Rootless implementation of LSPosed framework, integrating Xposed API by inserting dex and so into the target APK.
## Supported Versions
- Min: Android 9
- Max: In theory, same with [LSPosed](https://github.com/JingMatrix/LSPosed#supported-versions)
## Download
For stable releases, please go to [Github Releases page](https://github.com/JingMatrix/LSPatch/releases)
For canary build, please check [Github Actions](https://github.com/JingMatrix/LSPatch/actions)
Note: debug builds are only available in Github Actions
## Usage
+ Through jar
1. Download `lspatch.jar`
1. Run `java -jar lspatch.jar`
+ Through manager
1. Download and install `manager.apk` on an Android device
1. Follow the instructions of the manager app
## Translation Contributing
You can contribute translation [here](https://crowdin.com/project/lspatch_jingmatrix).
## Credits
- [LSPosed](https://github.com/JingMatrix/LSPosed): Core framework
- [Xpatch](https://github.com/WindySha/Xpatch): Fork source
- [Apkzlib](https://android.googlesource.com/platform/tools/apkzlib): Repacking tool
## License
LSPatch is licensed under the **GNU General Public License v3 (GPL-3)** (http://www.gnu.org/copyleft/gpl.html).