| 8 | ARG_CONFIG c; |
| 9 | |
| 10 | void ThreadFunction(const std::wstring& filePath) { |
| 11 | VerifyFileSignature(filePath.c_str()); |
| 12 | } |
| 13 | |
| 14 | void ListExecutableFiles(const wstring& directory) { |
| 15 | WIN32_FIND_DATA findFileData; |
nothing calls this directly
no test coverage detected