Function lief::macho::parse_with_config

pub fn parse_with_config<P: AsRef<Path>>(
    path: P,
    config: &ParserConfig
) -> Option<FatBinary>
Expand description

Parse a Mach-O file from the given file path with the provided parser configuration