JCL Help:TJclRebaseImageInfo64

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Record used by the PeRebaseImage function to return information about a rebase operation.


Pascal

 public TJclRebaseImageInfo64 = record
OldImageSize: DWORD;
OldImageBase: TJclAddr64;
NewImageSize: DWORD;
NewImageBase: TJclAddr64;
end;


Members

Members Description
OldImageSize: DWORD; Size of the image before the rebase.
OldImageBase: TJclAddr64; Base address of the image before the rebase.
NewImageSize: DWORD; Size of the image after the rebase.
NewImageBase: TJclAddr64; Base address of the image after the rebase.


Description

Record used by the PeRebaseImage function to return information about a rebase operation.


See Also

PeRebaseImage


About

Unit

JclPeImage


Navigation

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