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