Skip to main content

parse_logfile

Function parse_logfile 

Source
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.