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

Method GetBaseAddress

KernelLibrary/PEParser.cpp:157–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155 return nullptr;
156}
157void* PEParser::GetBaseAddress() const {
158 return _address;
159}
160
161void* PEParser::GetAddressEntryPoint() const {
162 return _opt64->AddressOfEntryPoint + _address;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected