Module coff

Source
Expand description

COFF file header definitions and helper functions

Structs§

Characteristics
The Characteristics field contains flags that indicate attributes of the object or image file.
CoffFileHeader
COFF File Header (Object and Image)

Enums§

MachineTypes
The Machine field has one of the following values, which specify the CPU type. An image file can be run only on the specified machine or on a system that emulates the specified machine.