APatch Icon

APatch v11142

APatch is a revolutionary root solution that combines the best features of Magisk and KernelSU. Utilizing the kprobe patching method directly within the kernel space, APatch introduces the SuperKey authorization system, granting your device full root access while remaining impossible to detect by banking applications or games. Actively developed by [bmax121].

APatch_11142_166daa0_on_HEAD-release-signed.apk

Manager App Size: 5.58 MB

Mandatory download. The main application to patch your boot.img and manage system modules.

Version 11142 Bootloader Unlock Required

Delving Deeper Into APatch

APatch is a modern open-source project that redefines how we achieve root access in the Android ecosystem. Unlike Magisk, which operates purely in the userspace, APatch injects directly into the kernel core using kprobe technology.

The most significant breakthrough of APatch is the elimination of the traditional su binary file. Instead, APatch implements the SuperKey system. Whenever an application requests superuser privileges, it must provide the correct SuperKey. If the key does not match, the kernel simply ignores the request as if your device is not rooted at all.

This architecture provides an absolute level of security and root hiding. You can bypass the strict Play Integrity API checks without needing complex hide list manipulations, while still enjoying limitless customization using APModules.

APatch Key Advantages

Discover why many developers and Android enthusiasts are permanently switching to APatch as their daily driver.

SuperKey Authorization

Moving away from the archaic su binary method. Root authorization relies purely on a specific Secret Key. If a third-party application does not know this passcode, root access remains physically sealed at the kernel level.

Flawless Evasion

Because there are no paths or root traces in the userspace, banking apps, competitive games, and SafetyNet/Play Integrity protocols will never be able to detect your modifications.

Non-GKI Support

Unlike KernelSU which heavily relies on the Android 12+ GKI architecture, APatch is capable of patching almost all kernel versions from Android 11 up to Android 14+. Incredibly broad compatibility!

APModule Ecosystem

Fully supports the systemless module format. In fact, with the help of ecosystem modules like ZygiskNext, you can run 99% of legacy Magisk modules smoothly without any hiccups.

Kprobe Inline Hook

The Kpatch mechanism inserts instructions at the processor level on-the-fly. This minimizes structural changes to your boot image, thereby avoiding the possibility of severe bootloops.

100% Open Source

The entire source code, from the Kernel Patcher to the manager interface app, is publicly available on GitHub. Maximum transparency for free auditing by the cybersecurity community.

Minimum System Requirements

UBL Status

Your Android device must have an Unlocked Bootloader (UBL) status to permit the manipulation of the boot.img file.

Stock Boot.img

You must have a copy of the original boot.img or init_boot.img (depending on the device partition) that matches your current firmware.

Fastboot Tools

A computer/laptop with ADB & Fastboot drivers installed is required for flashing the modified partition images.

Core Contributors

pomelohan, Admirepowered, dependabot[bot], bmax121, weblate

Lead Developer

[bmax121]

Frequently Asked Questions (FAQ)

Magisk modifies the ramdisk during the boot process to place its tools in the userspace, which causes it to constantly play cat-and-mouse with Google's detection updates. APatch, however, directly intervenes in the running kernel code, eliminating the existence of a publicly traceable su binary, making it much more stable and invisible to security applications.

Although both are kernel-based, their methods differ. KernelSU requires a device with a GKI (Generic Kernel Image) architecture or a complex custom kernel build. On the other hand, APatch uses the KPatch algorithm to patch the device's stock boot.img directly, making it compatible with older smartphones (Android 11+) without the hassle of rebuilding the kernel from scratch.

When you install the APatch Manager, you are required to create a secret Passcode (SuperKey). When a third-party app (like a Terminal or File Manager) needs root access, the APatch manager internally verifies the app and automatically injects the SuperKey into the kernel system. Without this passcode registered in the interface, the Android kernel will reject any system interaction.

The process is very similar to the classic Magisk method. First, extract the boot.img or init_boot.img file from your device's stock firmware. Second, move that file to internal storage. Open the APatch Manager app, navigate to the Patch menu, enter your new SuperKey passcode, and patch the image file. Finally, move the patched file (apatch_patched.img) to your computer and use the fastboot command `fastboot flash boot apatch_patched.img` (or the init_boot partition) to complete the injection.

Popular APatch Modules

Enhance your device's efficiency with stable, secure, and fully compatible APModules.

Mountify

APatch Ready KernelSU Magisk

Globally mounted modules via OverlayFS. acts as a KernelSU metamodule works on APatch and Magisk too CONFIG_OVERLAY_FS=y …

HMA OSS Zygisk

APatch Ready KernelSU Magisk

HMA OSS Zygisk is an ultra-lightweight, Zygisk-native implementation of Hide MyApplist. It effectively conceals your …

KPatch Next

APatch Ready KernelSU Magisk

✅ KPatch Next v0.0.1 (by KernelSU-Next team) What it does KPatch Next is a standalone module that adds full KPM (Kernel …

LSPosed Framework

APatch Ready KernelSU Magisk

A Riru / Zygisk module trying to provide an ART hooking framework which delivers consistent APIs with the OG Xposed, …

Zygisk Detach

APatch Ready KernelSU Magisk

Detaches installed apps from Play Store against its aggressive updating policy which ignores the auto-update option user …

Tricky Addon Update Target List

APatch Ready KernelSU Magisk

Configure Tricky Store target.txt with KSU WebUI. This module is not a part of the Tricky Store module. DO NOT report …