Skip to main content

NativePeFile

Type Alias NativePeFile 

Source
pub type NativePeFile<'data, R = &'data [u8]> = PeFile64<'data, R>;
Expand description

The PE file format that matches the pointer width of the target platform.

Aliased Typeยง

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