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

Method GetAddressEntryPoint

KernelLibrary/PEParser.cpp:161–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161void* PEParser::GetAddressEntryPoint() const {
162 return _opt64->AddressOfEntryPoint + _address;
163}
164
165const IMAGE_SECTION_HEADER* PEParser::GetSectionHeader(ULONG section) const {
166 if (!IsValid() || section >= _fileHeader->NumberOfSections)

Callers 1

OnImageLoadNotifyFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected