Releases: bmax121/KernelPatch
Releases · bmax121/KernelPatch
0.11.1-dev
Optimize android safe mode, apply some optimizations, introduce depen…
0.10.7
0.10.5
feat: hash superkey
0.10.4
1. fix kallsym: find kallsyms_marker error, newest oneplus12 (not nol…
0.10.3
Compatible with Termux's su.
0.10.2
- 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...
- 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
- Refactor the implementation of the 'su' command. This will fix some of the issues related to the 'su' command.
- Add new SUPERCMD implementation to execute any command with superkey, this replaced the original KPATCH_SHADOW_PATH
- 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
- Embed KPM support, Add KPM control API and CLI
- Re-patch kernel image support
- Start supporting KALLSYMS_ALL=n, but still some issues
- bug fix
- Note: SuperCall changes and is not forward compatible
0.8.5
feat: su support more option
0.8.4
What's Changed
- kptools: Fix calculation of kpimg length by @sekaiacg in #30
- Readme: fixup Documentaion link by @Forenche in #32
- kptools: Add targetOS option to patch target system by @sekaiacg in #36
- kptools: Support compile kptools for windows target by @affggh in #37
- kpimg: Refix boot stuck cause by bti
Full Changelog: 0.8.3...0.8.4
0.8.3
kptools, failed when CONFIG_KALLSYMS_ALL=n