Skip to main content

find_sections

Function find_sections 

Source
pub fn find_sections(
    reader: &dyn MemoryReader,
    load_address: u64,
    is_64_bit: bool,
) -> MachOSections
Expand description

Finds key sections in a Mach-O binary at the given load address.