Function lief::pe::parse_with_config
pub fn parse_with_config(path: &str, config: &ParserConfig) -> Option<Binary>
Expand description
Parse a PE file from the given file path and configuration
pub fn parse_with_config(path: &str, config: &ParserConfig) -> Option<Binary>
Parse a PE file from the given file path and configuration