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