Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
108
void* PEParser::GetBaseAddress() const {
109
return _address;
110
}
111
112
CString PEParser::GetSectionName(ULONG section) const {
113
auto header = GetSectionHeader(section);
Callers
1
InitSymbols
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected