JCL Help:PeMapImgFindSection64@PImageNtHeaders64@string
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: PeMapImgFindSection64 Function
[+] JclPeImage.pas Functions
Search in JCL Help
Search in all projects
Summary
Searches the image, specified by NtHeaders, for a specific named section.
Pascal
function PeMapImgFindSection64(NtHeaders: PImageNtHeaders64; const SectionName: string): PImageSectionHeader;
Parameters
Parameters | Description |
const SectionName: string | Name of the section to search for. Note that the search is case insensitive. |
NtHeaders | Pointer to the TImageNtHeaders record which specifies the mapped image in which to search for a specific section. |
Return Value
If the function finds the specified named section it returns a pointer to the section header. If the function doesn't find the named section it returns nil.
Description
Searches the image, specified by NtHeaders, for a specific named section.
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