Skip to content

Releases: bmax121/KernelPatch

0.13.1

Choose a tag to compare

@github-actions github-actions released this 30 Mar 14:18
ece212d
load package_info when startup

load package_info when startup
add reload command in supercall

0.13.0

Choose a tag to compare

@github-actions github-actions released this 22 Jan 05:03
breaking change ,upgrade path version

0.12.9

Choose a tag to compare

@github-actions github-actions released this 22 Jan 03:45
fix interrupt masked check.

0.12.6

Choose a tag to compare

@github-actions github-actions released this 27 Dec 06:54
21f00fb
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

Choose a tag to compare

@github-actions github-actions released this 17 Dec 17:42
8b6c92c
[fix]:1. Fixes the issue where address alignment causes backup tcp_in…

0.12.4

Choose a tag to compare

@github-actions github-actions released this 16 Dec 04:10
update version

0.12.3

Choose a tag to compare

@github-actions github-actions released this 05 Dec 09:38
11b09f8
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 <placeholder@outlook.com>

0.12.2

Choose a tag to compare

@github-actions github-actions released this 11 Nov 14:48
Fix bootloop caused by compiler

0.12.1

Choose a tag to compare

@github-actions github-actions released this 07 Nov 03:20
9886aa7
support 6.12 (#210)

* make kernel 6.12 bootup

* fist try safe systemcall

* Update version

0.12.0

Choose a tag to compare

@github-actions github-actions released this 09 Jun 08:19
57d4870
Update version