pub fn find_sections(
reader: &dyn MemoryReader,
load_address: u64,
is_64_bit: bool,
) -> MachOSectionsExpand description
Finds key sections in a Mach-O binary at the given load address.
pub fn find_sections(
reader: &dyn MemoryReader,
load_address: u64,
is_64_bit: bool,
) -> MachOSectionsFinds key sections in a Mach-O binary at the given load address.