object::read::pe

Type Alias PeFile32

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

A PE32 (32-bit) image file.

Aliased Typeยง

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