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

Method GetImageBase

PEParser/PEParser.cpp:386–388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

384}
385
386ULONGLONG PEParser::GetImageBase() const {
387 return IsPe64() ? GetOptionalHeader64().ImageBase : GetOptionalHeader32().ImageBase;
388}
389
390ULONG PEParser::GetEAT() const {
391 ULONG offset = 0;

Callers 2

CSSDTHookTableMethod · 0.80
CShadowSSDTHookTableMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected