MCPcopy Create free account
hub / github.com/Neo-Maoku/SearchAvailableExe / ThreadFunction

Function ThreadFunction

SearchAvailableExe/SearchAvailableExe.cpp:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8ARG_CONFIG c;
9
10void ThreadFunction(const std::wstring& filePath) {
11 VerifyFileSignature(filePath.c_str());
12}
13
14void ListExecutableFiles(const wstring& directory) {
15 WIN32_FIND_DATA findFileData;

Callers

nothing calls this directly

Calls 1

VerifyFileSignatureFunction · 0.85

Tested by

no test coverage detected