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