Skip to main content

audit_reader

Function audit_reader 

Source
pub fn audit_reader<R: Read + Seek>(
    reader: &mut R,
) -> Result<Vec<Anomaly>, BdeError>
Expand description

Parse a BitLocker volume from reader and audit its metadata.

§Errors

Propagates BdeError from header/metadata parsing (e.g. a non-BitLocker image or no valid FVE metadata block).