OptionalHeader.SizeOfImage

The size (in bytes) of the image, including all headers, as the image is loaded in memory. It must be a multiple of SectionAlignment.

struct OptionalHeader
uint SizeOfImage;

Meta