JCL Help:TJclPeRelocEntry.VirtualAddress

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Returns the starting relative virtual address (RVA) for this block of relocations.


Pascal

 public property VirtualAddress: DWORD;


Description

The VirtualAddress property returns the starting relative virtual address (RVA) for this block of relocations. The offset of each relocation (the Address field of the TJclPeRelocation record) is added to this value to form the actual RVA where the relocation needs to be applied.


About

Donator

Petr Vones


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page