pub fn parse_pe_path(path: &Path) -> Result<PeFile, PeError>
Parse a PE binary from a file path.
Reads the entire file into memory then calls parse_pe.
parse_pe