added deepscan
This commit is contained in:
8
src/client_backend/deepscan.h
Normal file
8
src/client_backend/deepscan.h
Normal 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);
|
||||
Reference in New Issue
Block a user