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

Method hasRelocationDirectory

Scylla/PeParser.cpp:177–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175}
176
177bool PeParser::hasRelocationDirectory()
178{
179 return hasDirectory(IMAGE_DIRECTORY_ENTRY_BASERELOC);
180}
181
182DWORD PeParser::getEntryPoint()
183{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected