A fork of NPatch allowing to patch API 101 plugins (gkms-localify only)
Go to file
NkBe 5a90ed436e
fix: 正確設定共享偏好設定鍵並提升加載穩定性
- 修正了 SharedPreferences 鍵配置錯誤,確保模組緩存能正確加載。
- 優化 檔案注入器: 減少 ZipFile 重複 I/O,提升啟動效率。
- 優化 profile 禁用: 採用冪等性檢查和 Truncate 替代 Delete/Create 流程,增強對系統監控的穩定性,避免用戶配置意外清除。
- 代碼精簡: 改進了變數命名和程式碼結構。

fix: 正確設定共享偏好設定鍵並提升加載穩定性

- 修正了 SharedPreferences 鍵配置錯誤,確保模組緩存能正確加載。
- 優化 檔案注入器: 減少 ZipFile 重複 I/O,提升啟動效率。
- 優化 profile 禁用: 採用冪等性檢查和 Truncate 替代 Delete/Create 流程,增強對系統監控的穩定性,避免用戶配置意外清除。
- 改進 manager 構建檔案確保所有庫檔案不被壓縮。
- 代碼精簡: 改進了變數命名和程式碼結構。
2025-12-07 22:52:51 +08:00
.github feat: manager新增签名校验防篡改 2025-12-07 21:31:27 +08:00
apkzlib Core upgrade (#213) 2023-06-29 02:17:00 +08:00
core@f8c4b6c5a5 Refactor:Replace all instances of `lspatch` with `npatch` 2025-12-02 23:42:23 +08:00
gradle feat: manager新增签名校验防篡改 2025-12-07 21:31:27 +08:00
jar rename provider2mtprovider 2025-12-03 22:32:53 +08:00
manager fix: 正確設定共享偏好設定鍵並提升加載穩定性 2025-12-07 22:52:51 +08:00
meta-loader Refactor:Replace all instances of `lspatch` with `npatch` 2025-12-02 23:42:23 +08:00
patch rename provider2mtprovider 2025-12-03 22:32:53 +08:00
patch-loader fix: 正確設定共享偏好設定鍵並提升加載穩定性 2025-12-07 22:52:51 +08:00
share rename provider2mtprovider 2025-12-03 22:32:53 +08:00
.gitattributes Update workflow dependencies (#1) 2024-07-23 16:59:48 +02:00
.gitignore Turn on EXPORT_COMPILE_COMMANDS 2024-05-19 11:54:44 +02:00
.gitmodules feat: add output log to media 2025-10-06 23:27:30 +08:00
LICENSE Create LICENSE 2021-04-09 11:48:53 +08:00
README.md Refactor:Replace all instances of `lspatch` with `npatch` 2025-12-02 23:42:23 +08:00
build.gradle.kts feat: 增加已修補列表自動刷新 & 優化安裝完成後的跳轉邏輯 2025-12-03 00:33:21 +08:00
crowdin.yml [skip ci] Config crowdin 2024-07-24 10:45:10 +02:00
gradle.properties Refactor:Replace all instances of `lspatch` with `npatch` 2025-12-02 23:42:23 +08:00
gradlew Update JingMatrix/LSPosed 2025-03-15 09:22:18 +01:00
gradlew.bat Update gradle for GitHub Action 2024-11-21 10:09:38 +01:00
settings.gradle.kts Refactor:Replace all instances of `lspatch` with `npatch` 2025-12-02 23:42:23 +08:00

README.md

Neo LSPatch Framework

Build Crowdin Download Total

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

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
  1. Download npatch.jar
  2. Run java -jar npatch.jar
  • Through manager
  1. Download and install manager.apk on an Android device
  2. Follow the instructions of the manager app

Star Number

Star History Chart

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).