lief::pe

Function parse_from_dump_with_config

pub fn parse_from_dump_with_config<P: AsRef<Path>>(
    path: P,
    addr: u64,
    config: &ParserConfig,
) -> Option<Binary>
Expand description

Same as parse_from_dump but with a provided configuration