Description
The patching of Android kernel and Android system.
- A new kernel-based root solution for Android devices.
- APM: Support for modules similar to Magisk.
- KPM: Support for modules that allow you to inject any code into the kernel (Requires kernel function
inline-hookandsyscall-table-hookenabled). - APatch relies on KernelPatch.
- The APatch UI and the APModule source code have been derived and modified from KernelSU.
- Only supports the ARM64 architecture.
- Only supports Android kernel versions 3.18 - 6.1
-
CONFIG_KALLSYMS=yandCONFIG_KALLSYMS_ALL=y -
CONFIG_KALLSYMS=yandCONFIG_KALLSYMS_ALL=n: Initial support
Versions
Permissions
What the app asks the system for. Android only grants sensitive access after you confirm it.
- Internet accessSend and receive data over the internet.
- Write storageCreate and change files on the device storage.
- Read storageRead files on the device storage.
- Installed appsSee which apps are installed.
- apatch.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION
Comments