added deepscan

This commit is contained in:
jakani24
2024-03-31 17:25:22 +02:00
parent f61e755234
commit 5fcf869d3c
40 changed files with 653 additions and 166 deletions

View File

@@ -0,0 +1,8 @@
#pragma once
#include <string>
void init_yara_rules(const char* folderPath);
bool deepscan_file_t(const std::string & filepath);
void deepscan_folder(const std::string& directory);
void action_deepscanfile(const std::string& filepath_);
void action_deepscanfolder(const std::string& folderpath);