retdec
Classes | Namespaces | Typedefs
yara_detector.h File Reference

Interpret of YARA rules. More...

#include <string>
#include <unordered_map>
#include <vector>
#include "retdec/yaracpp/yara_rule.h"

Go to the source code of this file.

Classes

class  retdec::yaracpp::YaraDetector
 
class  retdec::yaracpp::YaraDetector::CallbackSettings
 
struct  retdec::yaracpp::YaraDetector::RuleFile
 

Namespaces

 retdec
 
 retdec::yaracpp
 

Typedefs

typedef struct _YR_COMPILER YR_COMPILER
 
typedef struct YR_RULES YR_RULES
 
typedef struct YR_SCAN_CONTEXT YR_SCAN_CONTEXT
 

Detailed Description

Interpret of YARA rules.

Typedef Documentation

◆ YR_COMPILER

typedef struct _YR_COMPILER YR_COMPILER

◆ YR_RULES

typedef struct YR_RULES YR_RULES

◆ YR_SCAN_CONTEXT