JCL Help:PeMapImgSize@Pointer
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: PeMapImgSize Function
[+] JclPeImage.pas Functions
Search in JCL Help
Search in all projects
Summary
Obtains the size of a PE image stored at a given memory address.
Pascal
function PeMapImgSize(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 returns 0.
Description
Returns the size of the PE image, be it 32-bit or 64-bit, 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