- 修正了 SharedPreferences 鍵配置錯誤,確保模組緩存能正確加載。 - 優化 檔案注入器: 減少 ZipFile 重複 I/O,提升啟動效率。 - 優化 profile 禁用: 採用冪等性檢查和 Truncate 替代 Delete/Create 流程,增強對系統監控的穩定性,避免用戶配置意外清除。 - 代碼精簡: 改進了變數命名和程式碼結構。 fix: 正確設定共享偏好設定鍵並提升加載穩定性 - 修正了 SharedPreferences 鍵配置錯誤,確保模組緩存能正確加載。 - 優化 檔案注入器: 減少 ZipFile 重複 I/O,提升啟動效率。 - 優化 profile 禁用: 採用冪等性檢查和 Truncate 替代 Delete/Create 流程,增強對系統監控的穩定性,避免用戶配置意外清除。 - 改進 manager 構建檔案確保所有庫檔案不被壓縮。 - 代碼精簡: 改進了變數命名和程式碼結構。 |
||
|---|---|---|
| .github | ||
| apkzlib | ||
| core@f8c4b6c5a5 | ||
| gradle | ||
| jar | ||
| manager | ||
| meta-loader | ||
| patch | ||
| patch-loader | ||
| share | ||
| .gitattributes | ||
| .gitignore | ||
| .gitmodules | ||
| LICENSE | ||
| README.md | ||
| build.gradle.kts | ||
| crowdin.yml | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| settings.gradle.kts | ||
README.md
Neo LSPatch Framework
Introduction
Rootless implementation of LSPosed framework, integrating Xposed API by inserting dex and so into the target APK.
We sincerely invite you to join our Telegram group to get more information and updates about NPatch.
Supported Versions
- Min: Android 8.1
- Max: In theory, same with JingMatrix/LSPosed
Download
For stable releases, please go to Github Releases page For canary build, please check Github Actions Note: debug builds are only available in Github Actions
Usage
- Through jar
- Download
npatch.jar - Run
java -jar npatch.jar
- Through manager
- Download and install
manager.apkon an Android device - Follow the instructions of the manager app
Star Number
Translation Contributing
You can contribute translation here.
Credits
License
NPatch is licensed under the GNU General Public License v3 (GPL-3) (http://www.gnu.org/copyleft/gpl.html).