load_bres_salt

Function load_bres_salt 

Source
fn load_bres_salt<S: AsRef<[u8]> + ?Sized>(data: &S) -> Result<Vec<u8>>
Available on crate features kirikiri and kirikiri-arc only.
Expand description

Locate the 8192‑byte bres salt embedded in a PE executable.

Mirrors the Python iter_auto_salt_candidates + load_salt logic from the cxdec‑hxv4‑static‑analysis toolchain.