manager / patch-loader: - 將 ConfigProvider 添加至管理器以調用已啟用模組列表,繞過安卓沙盒限制。 - 將 NeoLocalApplicationService 改寫為查詢 ConfigProvider,而非 SharedPreferences。 - 動態解析 APK 路徑透過 PackageManager 並改善錯誤記錄。 bypass_svc: - 修復 x86_64 編譯錯誤。 - 為 x86_64 提供 stub 實現。 - 將 g_is_hook_active 移至全域範圍以避免未定義符號。 - 保護 ARM64 特定的 syscall/seccomp 邏輯。 |
||
|---|---|---|
| .github | ||
| apkzlib | ||
| core@e99813b540 | ||
| 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).