Files
ma/src/client_backend/deepscan.h
2024-03-31 17:25:22 +02:00

8 lines
296 B
C++

#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);