JCL Help:PeMapImgFindSection32@PImageNtHeaders32@string

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Searches the image, specified by NtHeaders, for a specific named section.

Pascal

 function PeMapImgFindSection32(NtHeaders: PImageNtHeaders32; 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 TImageNtHeaders32 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

JclPeImage


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