Skip to main content

NativeElfFile

Type Alias NativeElfFile 

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

The ELF file format that matches the pointer width and endianness of the target platform.

Aliased Typeยง

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