StandardHeader
Represents the Standard (Optional) Header structure.
Constructors
Properties
The address of the entry point relative to the image base when the executable file is loaded into memory. For program images, this is the starting address. For device drivers, this is the address of the initialization function. An entry point is optional for DLLs. When no entry point is present, this field must be zero.
The address that is relative to the image base of the beginning-of-code section when it is loaded into memory.
The address that is relative to the image base of the beginning-of-data section when it is loaded into memory. This field is only present in PE32 format, and is absent in PE32+.
The linker major version number.
The linker minor version number.
The size of the code (text) section, or the sum of all code sections if there are multiple sections.
The size of the initialized data section, or the sum of all such sections if there are multiple data sections.
The size of the uninitialized data section (BSS), or the sum of all such sections if there are multiple BSS sections.