COFFI
1.2
               
coff_optional_header_pe Struct Reference

PE32 COFF optional header. More...

Data Fields

uint16_t magic
 State of the image file identifier.
 
uint8_t major_linker_version
 The linker major version number.
 
uint8_t minor_linker_version
 The linker minor version number.
 
uint32_t code_size
 The sum of all code sections.
 
uint32_t initialized_data_size
 The sum of all initialized data sections.
 
uint32_t uninitialized_data_size
 The sum of all uninitialized data sections.
 
uint32_t entry_point_address
 The address of the entry point relative to the image base.
 
uint32_t code_base
 base of the beginning-of-code section
 
uint32_t data_base
 base of the beginning-of-data section
 

Detailed Description

PE32 COFF optional header.

Definition at line 757 of file coffi_types.hpp.


The documentation for this struct was generated from the following file: