fix up
This commit is contained in:
@@ -375,8 +375,13 @@ int main(int argc, char* argv[]) {
|
||||
}
|
||||
|
||||
std::string filePath = argv[1];
|
||||
|
||||
std::string filePath = "";
|
||||
DetectEngine scanner;
|
||||
|
||||
DetectEngineType result = scanner.DetectMalware(filePath);
|
||||
printf("result: %d \n", result);
|
||||
//DetectMalwareInDirectory(filePath);
|
||||
*/
|
||||
std::string filePath = "Z:\\123";
|
||||
DetectMalwareInDirectory(filePath);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user