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

Method GetBaseAddress

PEParser/PEParser.cpp:108–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108void* PEParser::GetBaseAddress() const {
109 return _address;
110}
111
112CString PEParser::GetSectionName(ULONG section) const {
113 auto header = GetSectionHeader(section);

Callers 1

InitSymbolsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected