JCL Help:PeDbgImgNtHeaders32@THandle@TJclAddr32@TImageNtHeaders32
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: PeDbgImgNtHeaders32 Function
[+] JclPeImage.pas Functions
Search in JCL Help
Search in all projects
Summary
Obtains the PE image header for a given 32-bit process.
Pascal
function PeDbgImgNtHeaders32(ProcessHandle: THandle; BaseAddress: TJclAddr32; var NtHeaders: TImageNtHeaders32): Boolean;
Parameters
Parameters | Description |
ProcessHandle | The handle of the process. |
BaseAddress | The memory address within the given process where the PE image is located. |
NtHeaders | Receives the PE image header. |
Return Value
Returns True if successful, otherwise False.
Description
Returns in *NtHeaders* the PE image header for the given *ProcessHandle* process, knowing that the PE image starts at *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