CoffRelocation.VirtualAddress

The address of the item to which relocation is applied. This is the offset from the beginning of the section, plus the value of the section’s RVA/Offset field. See section 4, “Section Table (Section Headers).” For example, if the first byte of the section has an address of 0x10, the third byte has an address of 0x12.

struct CoffRelocation
uint VirtualAddress;

Meta