MethodencodedMovW8Encode `mov w8, #<imm16>` (MOVZ W8, #imm) as 4 little-endian bytes. MOVZ W encoding: [31]=0 sf, [30:29]=10, [28:23]=100101, [22:21]=hw=00, [20:5]=imm1
sources/FirmwarePatcher/IBoot/IBootPatcher.swift:163
MethodencodedMovkW8Lsl16Encode `movk w8, #<imm16>, lsl #16` (MOVK W8, #imm, LSL #16). MOVK W: [31]=0, [30:29]=11, [28:23]=100101, [22:21]=hw=01, [20:5]=imm16, [4:0]=Rd=8
sources/FirmwarePatcher/IBoot/IBootPatcher.swift:171
MethodfindCsBypassGateFind the unique `tbz Wflags, #3 / mov Wt, #0 / b ...` gate inside a function, where Wflags is the register loaded from [base, #0x28] in the function p
sources/FirmwarePatcher/Kernel/JBPatches/KernelJBPatchVmFault.swift:70