fn iter_salt_assignment_candidates(
data: &[u8],
ps: &PeSections,
) -> Vec<(u32, Vec<u8>)>Available on crate features
kirikiri and kirikiri-arc only.Expand description
Strategy 1: scan x86 code for the adjacent pair mov dword ptr [salt_ptr_global], offset salt_bytes mov dword ptr [salt_size_global], 2000h