Skip to main content

macho_edit_impl

Function macho_edit_impl 

Source
fn macho_edit_impl<Mach: MachHeader<Endian = Endianness>>(
    data: &[u8],
    exported: &FxHashSet<String>,
    hide: bool,
    rename: Option<&(FxHashSet<String>, &str)>,
    n_type_offset: usize,
) -> Option<Vec<u8>>