Structs§
- A COMDAT section group in a
PeFile
. - An iterator for the COMDAT section groups in a
PeFile
. - An iterator for the sections in a COMDAT section group in a
PeFile
. - A PE image file.
Traits§
- A trait for generic access to
pe::ImageNtHeaders32
andpe::ImageNtHeaders64
. - A trait for generic access to
pe::ImageOptionalHeader32
andpe::ImageOptionalHeader64
.
Functions§
- Find the optional header and read its
magic
field.
Type Aliases§
- A COMDAT section group in a
PeFile32
. - A COMDAT section group in a
PeFile64
. - An iterator for the COMDAT section groups in a
PeFile32
. - An iterator for the COMDAT section groups in a
PeFile64
. - An iterator for the sections in a COMDAT section group in a
PeFile32
. - An iterator for the sections in a COMDAT section group in a
PeFile64
. - A PE32 (32-bit) image file.
- A PE32+ (64-bit) image file.