Skip to content

Tags: SharkFall/KernelPatch

Tags

0.13.1

Toggle 0.13.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
load package_info when startup

load package_info when startup
add reload command in supercall

0.13.0

Toggle 0.13.0's commit message
breaking change ,upgrade path version

0.12.9

Toggle 0.12.9's commit message
fix interrupt masked check.

0.12.8

Toggle 0.12.8's commit message
Increment PATCH version from 7 to 8.

0.12.7

Toggle 0.12.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Increment PATCH version from 6 to 7

0.12.6

Toggle 0.12.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Allow patches even when verification fails (bmax121#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

Toggle 0.12.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[fix]:1. Fixes the issue where address alignment causes backup tcp_in…

…it_sock region functions to skip header PAC instructions. 2. Nop the paired PAC verification within this region to avoid SCS instruction issues. (bmax121#225)

* tcp_init_sock

* [fix]:1.修复地址对齐导致备份tcp_init_sock区域函数跳过头部pac指令 2.nop该区域内配对的pac验证,避免scs指令问题

* update version

---------

Co-authored-by: Admire <[email protected]>

0.12.4

Toggle 0.12.4's commit message
update version

0.12.3

Toggle 0.12.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: hook functions starts with pac (bmax121#222)

* added BTI in trampoline head for support hook "BR/BLR
 -> PACIXSP"

* 0.12.3

---------

Co-authored-by: bmax <[email protected]>

0.12.2

Toggle 0.12.2's commit message
Fix bootloop caused by compiler