Panoptes 1.0.0
Endpoint Detection and Response
Loading...
Searching...
No Matches
Protected Member Functions | Protected Attributes | List of all members
Yara::YaraScanTest Class Reference
Inheritance diagram for Yara::YaraScanTest:

Protected Member Functions

void SetUp () override
 
void TearDown () override
 

Protected Attributes

YaraScanneryaraScan
 

Detailed Description

Definition at line 8 of file Test_PanoptesYara.cpp.

Member Function Documentation

◆ SetUp()

void Yara::YaraScanTest::SetUp ( )
inlineoverrideprotected

Definition at line 12 of file Test_PanoptesYara.cpp.

12 {
14 }
#define YARA_RULES
The YaraScanner class that is used to scan a file using YARA rules.

References YARA_RULES, and yaraScan.

◆ TearDown()

void Yara::YaraScanTest::TearDown ( )
inlineoverrideprotected

Definition at line 16 of file Test_PanoptesYara.cpp.

16 {
17 delete yaraScan;
18 yaraScan = nullptr;
19 }

References yaraScan.

Member Data Documentation

◆ yaraScan

YaraScanner* Yara::YaraScanTest::yaraScan
protected

Definition at line 10 of file Test_PanoptesYara.cpp.

Referenced by SetUp(), and TearDown().


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