Module file

Source

Structs§

PeComdat
A COMDAT section group in a PeFile.
PeComdatIterator
An iterator for the COMDAT section groups in a PeFile.
PeComdatSectionIterator
An iterator for the sections in a COMDAT section group in a PeFile.
PeFile
A PE image file.

Traits§

ImageNtHeaders
A trait for generic access to pe::ImageNtHeaders32 and pe::ImageNtHeaders64.
ImageOptionalHeader
A trait for generic access to pe::ImageOptionalHeader32 and pe::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.
PeComdatIterator32
An iterator for the COMDAT section groups in a PeFile32.
PeComdatIterator64
An iterator for the COMDAT section groups in a PeFile64.
PeComdatSectionIterator32
An iterator for the sections in a COMDAT section group in a PeFile32.
PeComdatSectionIterator64
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.