retdec
Public Member Functions | Public Attributes | List of all members
retdec::yaracpp::YaraDetector::RuleFile Struct Reference

#include <yara_detector.h>

Collaboration diagram for retdec::yaracpp::YaraDetector::RuleFile:
Collaboration graph
[legend]

Public Member Functions

 RuleFile (const std::string &pathToFile_, bool precompiled_, FILE *handle_)
 

Public Attributes

std::string pathToFile
 
bool precompiled
 
FILE * handle
 

Constructor & Destructor Documentation

◆ RuleFile()

retdec::yaracpp::YaraDetector::RuleFile::RuleFile ( const std::string &  pathToFile_,
bool  precompiled_,
FILE *  handle_ 
)
inline

Member Data Documentation

◆ handle

FILE* retdec::yaracpp::YaraDetector::RuleFile::handle

◆ pathToFile

std::string retdec::yaracpp::YaraDetector::RuleFile::pathToFile

◆ precompiled

bool retdec::yaracpp::YaraDetector::RuleFile::precompiled

The documentation for this struct was generated from the following file: