Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NtQuery/Scylla
/ hasTLSDirectory
Method
hasTLSDirectory
Scylla/PeParser.cpp:172–175 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
170
}
171
172
bool PeParser::hasTLSDirectory()
173
{
174
return hasDirectory(IMAGE_DIRECTORY_ENTRY_TLS);
175
}
176
177
bool PeParser::hasRelocationDirectory()
178
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected