MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / GetSectionHeader

Method GetSectionHeader

KernelLibrary/PEParser.cpp:165–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165const IMAGE_SECTION_HEADER* PEParser::GetSectionHeader(ULONG section) const {
166 if (!IsValid() || section >= _fileHeader->NumberOfSections)
167 return nullptr;
168
169 return _sections + section;
170}

Callers 2

GetSystemServiceTableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected