Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/LSPosed/LSPatch
LSPatch: A non-root Xposed framework extending from LSPosed
https://github.com/LSPosed/LSPatch
Last synced: 9 days ago
JSON representation
LSPatch: A non-root Xposed framework extending from LSPosed
- Host: GitHub
- URL: https://github.com/LSPosed/LSPatch
- Owner: LSPosed
- License: gpl-3.0
- Archived: true
- Created: 2021-03-01T19:38:36.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-13T04:54:49.000Z (11 months ago)
- Last Synced: 2024-09-27T02:40:59.022Z (about 1 month ago)
- Language: Java
- Homepage:
- Size: 9.83 MB
- Stars: 6,842
- Watchers: 87
- Forks: 727
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-shizuku - LSPatch - A non-root Xposed framework extending from LSPosed `GPL-3.0` (Apps / Miscellaneous)
README
# LSPatch Framework
[![Build](https://img.shields.io/github/actions/workflow/status/LSPosed/LSPatch/main.yml?branch=master&logo=github&label=Build&event=push)](https://github.com/LSPosed/LSPatch/actions/workflows/main.yml?query=event%3Apush+is%3Acompleted+branch%3Amaster) [![Crowdin](https://img.shields.io/badge/Localization-Crowdin-blueviolet?logo=Crowdin)](https://lsposed.crowdin.com/lspatch) [![Download](https://img.shields.io/github/v/release/LSPosed/LSPatch?color=orange&logoColor=orange&label=Download&logo=DocuSign)](https://github.com/LSPosed/LSPatch/releases/latest) [![Total](https://shields.io/github/downloads/LSPosed/LSPatch/total?logo=Bookmeter&label=Counts&logoColor=yellow&color=yellow)](https://github.com/LSPosed/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/LSPosed/LSPosed#supported-versions)## Download
For stable releases, please go to [Github Releases page](https://github.com/LSPosed/LSPatch/releases)
For canary build, please check [Github Actions](https://github.com/LSPosed/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://lsposed.crowdin.com/lspatch).
## Credits
- [LSPosed](https://github.com/LSPosed/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).