Function parse_from_memory_with_config
pub fn parse_from_memory_with_config(
addr: u64,
config: &ParserConfig,
) -> Option<Binary>Expand description
Parse the PE binary at the given memory address
pub fn parse_from_memory_with_config(
addr: u64,
config: &ParserConfig,
) -> Option<Binary>Parse the PE binary at the given memory address