Skip to content

Releases: bmax121/KernelPatch

0.6.0

15 Dec 11:47

Choose a tag to compare

patch: add more boot log

0.5.0

22 Nov 13:46

Choose a tag to compare

  1. Module support, now you can inject arbitrary code into the kernel via KPM. This includes inline hooking, syscall hooking, and more.
  2. Implementation of the root shell command in Android, which is "kp" by default, and its corresponding path is /system/bin/kp. Additionally, this path can also be dynamically modified.
  3. Implementation of granting and revoking root permissions for Android UID.
  4. Fixed some bugs, making it more stable now.

0.4.0

10 Oct 10:43

Choose a tag to compare

gplv2

0.3.0

03 Oct 14:42

Choose a tag to compare

update github action