Releases: bmax121/KernelPatch
Releases · bmax121/KernelPatch
0.12.6
Allow patches even when verification fails (#231) Before patching the kernel image, it is possible that the kernel coincidentally contains KP1158\x00\x00, causing the checksum of the later data to fail. This change loops through valid checksums and only determines a patched image if a valid checksum is found. If it is not found, it will be treated as a new image instead of just exiting.
0.12.5
[fix]:1. Fixes the issue where address alignment causes backup tcp_in…
0.12.4
update version
0.12.3
fix: hook functions starts with pac (#222) * added BTI in trampoline head for support hook "BR/BLR -> PACIXSP" * 0.12.3 --------- Co-authored-by: bmax <[email protected]>
0.12.2
Fix bootloop caused by compiler
0.12.1
support 6.12 (#210) * make kernel 6.12 bootup * fist try safe systemcall * Update version
0.12.0
Update version
0.11.3
fix: kptools, kallsym_num_syms
0.11.2
11.2
0.11.1-dev
Optimize android safe mode, apply some optimizations, introduce depen…