PhysicalAddress
File address.
VirtualSize
Total size of the section when loaded into memory, in bytes. If this value is greater than the SizeOfRawData member, the section is filled with zeroes.
VirtualAddress
Address of the first byte of the section when loaded into memory, relative to the image base.
SizeOfRawData
Size of the initialized data on disk, in bytes. This value must be a multiple of the FileAlignment member of the IMAGE_OPTIONAL_HEADER structure. If this value is less than the VirtualSize member, the remainder of the section is filled with zeroes. If the section contains only uninitialized data, the member is zero.