updating settings to allow killing a virus process

This commit is contained in:
jakani24
2024-03-11 13:43:03 +01:00
parent e98dad70cc
commit cd0c707291
21 changed files with 229 additions and 65 deletions

View File

@@ -16,4 +16,5 @@ void action_scanfolder(const char* folderpath);
//void action_scanfile_t(const char* filepath);
void scan_file_t(const std::string& filepath_);
int initialize(const std::string& folderPath);
void scan_process_t(const char* filepath);
void cleanup();