JCL Help:TJclPeRelocation
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TJclPeRelocation Record
[+] JclPeImage.pas Records
[+] TJclPeRelocation Fields
Search in JCL Help
Search in all projects
Summary
The summary for this help topic does not exist, edit this page
Pascal
public TJclPeRelocation = record
Address: Word;
RelocType: Byte;
VirtualAddress: DWORD;
end;
Members
Members | Description |
Address: Word; | The relocation offset which, when added to the VirtualAddress property of the relocation block, specifies the address which needs to be fixed up. |
RelocType: Byte; | The relocation type which indicates how the fix up is to be performed. Common values on Intel platforms are IMAGE_REL_BASED_HIGHLOW and IMAGE_REL_BASED_ABSOLUTE. Delcarations for the complete list is includedin the JclWin32 file. Search the Platform SDK and/or MSDN library for details about all these possible relocation types. |
VirtualAddress: DWORD; | The relative virtual address specifying the memory address which needs to be fixed up (equal to Address + TJclPeRelocEntry.VirtualAddress). |
Description
The TJclPeRelocation record represents a single address fix up in the relocation table of the imagefile.
About
Unit
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