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