pub fn parse_logfile(data: &[u8]) -> Result<LogFileSummary>Expand description
Parse NTFS $LogFile data.
Scans for restart areas (RSTR) and record pages (RCRD) to build a summary. Detects gaps in the log sequence.
pub fn parse_logfile(data: &[u8]) -> Result<LogFileSummary>Parse NTFS $LogFile data.
Scans for restart areas (RSTR) and record pages (RCRD) to build a summary. Detects gaps in the log sequence.