Skip to content

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

License

Notifications You must be signed in to change notification settings

brszzz/AndroidKernelPatch

 
 

Repository files navigation

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)

Development Status

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

Get Help

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 52.6%
  • Kotlin 39.0%
  • Java 7.9%
  • CMake 0.5%