JCL Help:PeMapImgSize64@Pointer
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: PeMapImgSize64 Function
[+] JclPeImage.pas Functions
Search in JCL Help
Search in all projects
Summary
Obtains the size of a 64-bit PE image stored at a given memory address.
Pascal
function PeMapImgSize64(const BaseAddress: Pointer): DWORD; overload;
Parameters
Parameters | Description |
BaseAddress | The memory address at which the PE image is stored. |
Return Value
Returns the size of the PE image if successful, otherwise 0.
Description
Returns the size of the 64-bit PE image located in memory at the given *BaseAddress*.
About
Unit
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