GitPedia
bmax121

bmax121/KernelPatch

Patching and hooking the Linux kernel with only a stripped Linux kernel image.

30 Releases
Latest: 2mo ago
0.13.1Latest
github-actions[bot]github-actions[bot]·2mo ago·March 30, 2026
GitHub
0.13.0
github-actions[bot]github-actions[bot]·5mo ago·January 22, 2026
GitHub
0.12.9
github-actions[bot]github-actions[bot]·5mo ago·January 22, 2026
GitHub
0.12.6
github-actions[bot]github-actions[bot]·6mo ago·December 27, 2025
GitHub
0.12.5
github-actions[bot]github-actions[bot]·6mo ago·December 17, 2025
GitHub
0.12.4
github-actions[bot]github-actions[bot]·6mo ago·December 16, 2025
GitHub
0.12.3
github-actions[bot]github-actions[bot]·6mo ago·December 5, 2025
GitHub
0.12.2
github-actions[bot]github-actions[bot]·7mo ago·November 11, 2025
GitHub
0.12.1
github-actions[bot]github-actions[bot]·7mo ago·November 7, 2025
GitHub
0.12.0
github-actions[bot]github-actions[bot]·1y ago·June 9, 2025
GitHub
0.11.3
github-actions[bot]github-actions[bot]·1y ago·February 17, 2025
GitHub
0.11.2
github-actions[bot]github-actions[bot]·1y ago·February 12, 2025
GitHub
0.11.1-devPre-release
github-actions[bot]github-actions[bot]·1y ago·July 31, 2024
GitHub
0.10.7
github-actions[bot]github-actions[bot]·2y ago·May 1, 2024
GitHub

1

0.10.5
github-actions[bot]github-actions[bot]·2y ago·April 8, 2024
GitHub
0.10.4
github-actions[bot]github-actions[bot]·2y ago·March 17, 2024
GitHub
0.10.3
github-actions[bot]github-actions[bot]·2y ago·March 8, 2024
GitHub

Compatible with Termux's su.

0.10.2
github-actions[bot]github-actions[bot]·2y ago·March 7, 2024
GitHub

1. The core algorithm for kpimg injection has changed. Some devices is now supported, and it's also possible that the upgrade may cause boot stock... 2. Early support for embed extra-item (such as KPM, executable, shell, android rc file ...) into kernel image. These extra-items will trigger under certain events. (current only support KPM triggered under "pre-kernel-init" event). And add another KPM control interface 3. Refactor the implementation of the 'su' command. This will fix some of the issues related to the 'su' command. 4. Add new SUPERCMD implementation to execute any command with superkey, this replaced the original KPATCH_SHADOW_PATH 5. Attempted to implement kpatch release from kernel, but it may not be reliable, so let's leave it to the next version.

0.9.0
github-actions[bot]github-actions[bot]·2y ago·January 27, 2024
GitHub

1. Embed KPM support, Add KPM control API and CLI 2. Re-patch kernel image support 3. Start supporting KALLSYMS_ALL=n, but still some issues 4. bug fix 5. Note: SuperCall changes and is not forward compatible

0.8.5
github-actions[bot]github-actions[bot]·2y ago·January 17, 2024
GitHub
0.8.4
github-actions[bot]github-actions[bot]·2y ago·January 14, 2024
GitHub

📋 What's Changed

  • kptools: Fix calculation of kpimg length by @sekaiacg in https://github.com/bmax121/KernelPatch/pull/30
  • Readme: fixup Documentaion link by @Forenche in https://github.com/bmax121/KernelPatch/pull/32
  • kptools: Add targetOS option to patch target system by @sekaiacg in https://github.com/bmax121/KernelPatch/pull/36
  • kptools: Support compile kptools for windows target by @affggh in https://github.com/bmax121/KernelPatch/pull/37
  • kpimg: Refix boot stuck cause by bti
  • Full Changelog: https://github.com/bmax121/KernelPatch/compare/0.8.3...0.8.4
0.8.3
github-actions[bot]github-actions[bot]·2y ago·January 4, 2024
GitHub
0.8.2
github-actions[bot]github-actions[bot]·2y ago·January 3, 2024
GitHub
0.8.1
github-actions[bot]github-actions[bot]·2y ago·January 3, 2024
GitHub
0.7.2
github-actions[bot]github-actions[bot]·2y ago·December 31, 2023
GitHub
0.7.1
github-actions[bot]github-actions[bot]·2y ago·December 29, 2023
GitHub
0.6.2
github-actions[bot]github-actions[bot]·2y ago·December 20, 2023
GitHub
0.6.0
github-actions[bot]github-actions[bot]·2y ago·December 15, 2023
GitHub
0.5.0
github-actions[bot]github-actions[bot]·2y ago·November 22, 2023
GitHub

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
github-actions[bot]github-actions[bot]·2y ago·October 10, 2023
GitHub