Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
157
void* PEParser::GetBaseAddress() const {
158
return _address;
159
}
160
161
void* PEParser::GetAddressEntryPoint() const {
162
return _opt64->AddressOfEntryPoint + _address;
Callers
1
GetSystemServiceNumber
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected