APatch

APatch

The patching of Android kernel and Android system

bmax121 System

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-hook and syscall-table-hook enabled).
  • 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
Support for Samsung devices with security protection: Planned Kernel configs:
  • CONFIG_KALLSYMS=y and CONFIG_KALLSYMS_ALL=y
  • CONFIG_KALLSYMS=y and CONFIG_KALLSYMS_ALL=n: Initial support
The SuperKey has higher privileges than root access. Weak or compromised keys can lead to unauthorized control of your device. It is critical to use robust keys and safeguard them from exposure to maintain the security of your device.

Versions

Version Date Size Requires Android Download
11142 current
6f90de5ce8c959da…
2025-11-15 5.7 MB API 26
11107
da66004332f737df…
2025-07-21 5.4 MB API 26
11039
fae5e3f53dcc91b6…
2025-06-02 5.2 MB API 26

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