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.