Skip to main content

NativeMachOFile

Type Alias NativeMachOFile 

Source
pub type NativeMachOFile<'data, R = &'data [u8]> = MachOFile64<'data, NativeEndian, R>;
Expand description

The Mach-O file format that matches the pointer width and endianness of the target platform.

Aliased Typeยง

pub struct NativeMachOFile<'data, R = &'data [u8]> { /* private fields */ }