Jiemking / AndroidKernelPatch

Patching, hooking, and rooting the Android kernel using only a stripped Linux kernel image.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AndroidKernelPatch

Patching, hooking, and rooting the Android kernel using only a stripped Linux kernel image.

English | 简体中文

AndroidKernelPatch relies on KernelPatch and is the Android version of KernelPatch.

Not limited to rooting, AndroidKernelPatch can patch the kernel and inject arbitrary code into it even without source code or symbol information.

Want to learn more? Visit KernelPatch .

Supported Versions

Same as KernelPatch.

Currently only supports arm64.

Linux 3.8 - 6.2 (theoretically)
Linux 6.3+ (not yet adapted)

Pixel2xl-Android10, Linux 4.4.210 (tested before)
Pixel3xl-Android12, Linux 4.9.270 (tested)
Pixel4xl-Android13, Linux 4.14.276 (tested)
Oneplus8T-Android13, Linux 4.19.157 (tested before)
Pixel6-Android13, Linux 5.10.157 (tested)
emulator, Linux 5.15.41 (tested)

Development Status

It is still in the early stages, and many features have not been implemented yet.

Get Help

https://t.me/bmax121

Discussions

More Information

FAQ
Documentation

Credits

  • KernelPatch: The core.
  • Magisk: Used their code for unpacking and repacking boot.img.

License

AndroidKernelPatch is licensed under the GNU General Public License v3 (GPL-3) (http://www.gnu.org/copyleft/gpl.html).

About

Patching, hooking, and rooting the Android kernel using only a stripped Linux kernel image.

License:GNU General Public License v3.0


Languages

Language:C++ 53.9%Language:Kotlin 37.5%Language:Java 8.1%Language:CMake 0.5%