The patching of Android kernel and Android system.
- A new 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-ARM32.
-
This APatch is not yet stable! I don't recommend it as main root method!
-
Have armeabi-v7a or Arm32 support
-
Android Kernel Version 3.18 - 4.14
Support for Samsung devices with security protection: planned
Kernel configs
CONFIG_KALLSYMS=y
andCONFIG_KALLSYMS_ALL=y
CONFIG_KALLSYMS=y
andCONFIG_KALLSYMS_ALL=n
: Early support
The SUPERKEY has higher privileges than root access.
Weak or compromised keys can result in unauthorized control of your device.
It is critical to use robust keys and safeguard them from exposure to maintain the security of your device.
To help translate APatch or improve existing translations, please use Weblate. PR of APatch translation is no longer accepted, because it will conflict with Weblate.
Installation guide (coming soon)
- Telegram Channel: @mesofmes
APatch is licensed under the GNU General Public License v3 GPL-3.