|
PE COFF header. More...
Data Fields | |
| uint16_t | machine |
| Identifies the type of target machine. | |
| uint16_t | sections_count |
| The size of the section table. | |
| uint32_t | time_data_stamp |
| A C run-time time_t value. | |
| uint32_t | symbol_table_offset |
| The file offset of the COFF symbol table, or zero if no COFF symbol table is present. | |
| uint32_t | symbols_count |
| The number of entries in the symbol table. | |
| uint16_t | optional_header_size |
| Which is required for executable files but not for object files. | |
| uint16_t | flags |
| The flags that indicate the attributes of the file. | |
PE COFF header.
Definition at line 724 of file coffi_types.hpp.