Type Definition PeFile32
object::read::pe
type PeFile32<'data> = PeFile<'data, ImageNtHeaders32>;
A PE32 (32-bit) image file.