Tags: bmax121/KernelPatch
Tags
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.
[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>
PreviousNext