APatch App
APatch helps you patching the Android kernel and Android system. It is a Kernel-based root solution for Android devices.
- APM: Magisk module like support.
- KPM: Kernel Patch Module support. (Allow you to inject any code into the kernel, Kernel function inline-hook and syscall-table-hook is available)
- APatch relies on KernelPatch
- The source code for both APatch UI and APM has been copied and modified from KernelSU
For requirements and instructions, please visit the app's project page.
What's new in 11039
- Upgraded KernelPatch to version 0.11.2.
- Reduced the size of the Manager app.
- Updated Resetprop and MagiskBoot tools.
- Fixed an issue with A/B OTA boot markers.
- Resolved UID mismatch problems after package list modifications.
- Switched to Magic Mount instead of OverlayFS for improved compatibility.
- Added a new method to flash KernelPatch using Magisk with root access.
- Removed image file dependency.