JCL Help:TJclRebaseImageInfo32
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TJclRebaseImageInfo32 Record
[+] JclPeImage.pas Records
[+] TJclRebaseImageInfo32 Fields
Search in JCL Help
Search in all projects
Summary
Record used by the PeRebaseImage function to return information about a rebase operation.
Pascal
public TJclRebaseImageInfo32 = record
OldImageSize: DWORD;
OldImageBase: TJclAddr32;
NewImageSize: DWORD;
NewImageBase: TJclAddr32;
end;
Members
Members | Description |
OldImageSize: DWORD; | Size of the image before the rebase. |
OldImageBase: TJclAddr32; | Base address of the image before the rebase. |
NewImageSize: DWORD; | Size of the image after the rebase. |
NewImageBase: TJclAddr32; | Base address of the image after the rebase. |
Description
Record used by the PeRebaseImage function to return information about a rebase operation.
See Also
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