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

Method GetAddress

PEParser/PEParser.cpp:245–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243}
244
245void* PEParser::GetAddress(unsigned rva) const {
246 if (!IsValid())
247 return nullptr;
248
249 return ::ImageRvaToVa(::ImageNtHeader(_address), _address, rva, nullptr);
250}
251
252SubsystemType PEParser::GetSubsystemType() const {
253 return static_cast<SubsystemType>(GetOptionalHeader64().Subsystem);

Callers 1

InitSymbolsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected