Type Alias object::read::NativeFile
source · pub type NativeFile<'data, R = &'data [u8]> = ElfFile64<'data, Endianness, R>;
Expand description
The native executable file for the target platform.
Aliased Type§
struct NativeFile<'data, R = &'data [u8]> { /* private fields */ }