Skip to content

Tags: bmax121/KernelPatch

Tags

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 (#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. (#225)

* tcp_init_sock

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

* update version

---------

Co-authored-by: Admire <43035036+Admirepowered@users.noreply.github.com>

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 (#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

Toggle 0.12.2's commit message
Fix bootloop caused by compiler

0.12.1

Toggle 0.12.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
support 6.12 (#210)

* make kernel 6.12 bootup

* fist try safe systemcall

* Update version

0.12.0

Toggle 0.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update version

0.11.3

Toggle 0.11.3's commit message
fix: kptools, kallsym_num_syms

0.11.3-dev

Toggle 0.11.3-dev's commit message
update workflow

0.11.2

Toggle 0.11.2's commit message
11.2