IcePatch
The patching of Android kernel and Android system
Install / Use
/learn @Anatdx/IcePatchREADME
The patching of Android kernel and Android system.
Icepatch is a fork of Apatch
- 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 (Provides kernel function
inline-hookandsyscall-table-hook). - APatch relies on KernelPatch.
- The APatch UI and the APModule source code have been derived and modified from KernelSU.
Download the latest APK from the Releases Section.
Supported Versions
- Only supports the ARM64 architecture.
- Only supports Android kernel versions 3.18 - 6.12
Support for Samsung devices with security protection: Planned
Requirement
Kernel configs:
-
CONFIG_KALLSYMS=yandCONFIG_KALLSYMS_ALL=y -
CONFIG_KALLSYMS=yandCONFIG_KALLSYMS_ALL=n: Initial support
Security Alert
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.
Get Help
Usage
For usage, please refer to our official documentation.
It's worth noting that the documentation is currently not quite complete, and the content may change at any time.
Discussions
- Telegram Group: @manosaba
More Information
Credits
- KernelPatch: The core.
- Magisk: magiskboot and magiskpolicy.
- KernelSU: App UI, and Magisk module like support.
- SukiSU-Ultra: UI detail styling inspiration.
License
APatch is licensed under the GNU General Public License v3 GPL-3.
