pub fn audit_bytes(data: &[u8]) -> Vec<OlecfAnomaly>Expand description
Audit a compound file’s bytes, returning every anomaly observed. Never panics on malformed or hostile input; a buffer that is not a CFB yields an empty list.
pub fn audit_bytes(data: &[u8]) -> Vec<OlecfAnomaly>Audit a compound file’s bytes, returning every anomaly observed. Never panics on malformed or hostile input; a buffer that is not a CFB yields an empty list.