Skip to main content

Module parser

Module parser 

Source
Expand description

Core PE parser: parse_pe(&[u8]) -> Result<PeFile, PeError>.

Structs§

PeFile
All forensically-relevant fields extracted from a PE binary.
PeSection
A single PE section with computed Shannon entropy.

Functions§

parse_pe
Parse a PE binary from raw bytes.
parse_pe_path
Parse a PE binary from a file path.