Go to the source code of this file.
Variables | |
static const char | BigObjMagic [] |
static const char | DanS_Magic [] = {'D', 'a', 'n', 'S'} |
static const uint32_t | DanS_Magic_number = 0x536E6144 |
static const uint8_t | DEFAULT_NUMBER_DATA_DIRECTORIES = 15 |
static const int32_t | MaxNumberOfSections16 = 65279 |
The maximum number of sections that a COFF object can have (inclusive). More... | |
static const char | PE_Magic [] = { 'P', 'E', '\0', '\0' } |
The PE signature bytes that follows the DOS stub header. More... | |
static const char | Rich_Magic [] = {'R', 'i', 'c', 'h'} |
|
static |
Definition at line 29 of file pe_structures.h.
Definition at line 25 of file pe_structures.h.
Definition at line 27 of file pe_structures.h.
Definition at line 34 of file pe_structures.h.
The maximum number of sections that a COFF object can have (inclusive).
Definition at line 19 of file pe_structures.h.
The PE signature bytes that follows the DOS stub header.
Definition at line 22 of file pe_structures.h.
Definition at line 24 of file pe_structures.h.