object::read::pe

Type Alias PeFile64

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

A PE32+ (64-bit) image file.

Aliased Typeยง

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