• Stars
    star
    2,863
  • Rank 15,224 (Top 0.4 %)
  • Language
    Kotlin
  • License
    GNU General Publi...
  • Created 9 months ago
  • Updated 6 days ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The patching of Android kernel and Android system

AndroidKernelPatch

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

su has been implemented and can be downloaded from KernelPatch release. The module is under development and this app is also under development

su已实现,可到 KernelPatch release 中下载。模块开发中,此app也在开发中

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

Only arm64.
Android Kernel Version 3.18 - 6.1

Development Status

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

Get Help

Discussions

More Information

FAQ
Documentation

Credits

  • KernelPatch: The core.
  • Magisk: Unpacking and repacking boot.img, and SELinux support. (todo)
  • KernelSU: The Android UI, and The module support. (In developing ...)

License

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