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

Method isValidDllFile

Scylla/PluginLoader.cpp:240–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238}
239
240bool PluginLoader::isValidDllFile( const WCHAR * fullpath )
241{
242 PeParser peFile(fullpath, false);
243
244 return (peFile.isTargetFileSamePeFormat() && peFile.hasExportDirectory());
245}
246
247bool PluginLoader::isValidImprecPlugin(const WCHAR * fullpath)
248{

Callers

nothing calls this directly

Calls 2

hasExportDirectoryMethod · 0.80

Tested by

no test coverage detected