MCPcopy 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
172bool PeParser::hasTLSDirectory()
173{
174 return hasDirectory(IMAGE_DIRECTORY_ENTRY_TLS);
175}
176
177bool PeParser::hasRelocationDirectory()
178{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected