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

Method GetSectionCount

KernelLibrary/PEParser.cpp:54–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54int PEParser::GetSectionCount() const {
55 if (!IsValid())
56 return -1;
57
58 return _fileHeader->NumberOfSections;
59}
60
61ULONG PEParser::RvaToFileOffset(ULONG rva) const {
62 auto sections = _sections;

Callers 2

GetSystemServiceTableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected