MCPcopy Create free account
hub / github.com/NtQuery/Scylla / getStandardImagebase

Method getStandardImagebase

Scylla/PeParser.cpp:885–895  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

883}
884
885DWORD_PTR PeParser::getStandardImagebase()
886{
887 if (isPE32())
888 {
889 return pNTHeader32->OptionalHeader.ImageBase;
890 }
891 else
892 {
893 return pNTHeader64->OptionalHeader.ImageBase;
894 }
895}
896
897int PeParser::convertRVAToOffsetVectorIndex(DWORD_PTR dwRVA)
898{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected