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
Mandatory download. The main application to patch your boot.img and manage system modules.
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)
Popular APatch Modules
Enhance your device's efficiency with stable, secure, and fully compatible APModules.
Mountify
Globally mounted modules via OverlayFS. acts as a KernelSU metamodule works on APatch and Magisk too CONFIG_OVERLAY_FS=y …
HMA OSS Zygisk
HMA OSS Zygisk is an ultra-lightweight, Zygisk-native implementation of Hide MyApplist. It effectively conceals your …
KPatch Next
✅ 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
A Riru / Zygisk module trying to provide an ART hooking framework which delivers consistent APIs with the OG Xposed, …
Zygisk Detach
Detaches installed apps from Play Store against its aggressive updating policy which ignores the auto-update option user …
Tricky Addon Update Target List
Configure Tricky Store target.txt with KSU WebUI. This module is not a part of the Tricky Store module. DO NOT report …