pub type NativeFile<'data, R = &'data [u8]> = MachOFile64<'data, Endianness, R>;Expand description
The native executable file for the target platform.
Aliased Typeยง
pub struct NativeFile<'data, R = &'data [u8]> { /* private fields */ }pub type NativeFile<'data, R = &'data [u8]> = MachOFile64<'data, Endianness, R>;The native executable file for the target platform.
pub struct NativeFile<'data, R = &'data [u8]> { /* private fields */ }