Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
177
bool PeParser::hasRelocationDirectory()
178
{
179
return hasDirectory(IMAGE_DIRECTORY_ENTRY_BASERELOC);
180
}
181
182
DWORD PeParser::getEntryPoint()
183
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected