Skip to main content

parse_pe_path

Function parse_pe_path 

Source
pub fn parse_pe_path(path: &Path) -> Result<PeFile, PeError>
Expand description

Parse a PE binary from a file path.

Reads the entire file into memory then calls parse_pe.