PE-sieve
Scans all running processes. Recognizes and dumps a variety of potentially malicious implants (replaced/implanted PEs, shellcodes, hooks, in-memory patches).
Loading...
Searching...
No Matches
Public Member Functions | List of all members
pesieve::StatsSettings Struct Referenceabstract

Base class for settings defining what type of stats should be collected. More...

#include <stats.h>

Inheritance diagram for pesieve::StatsSettings:
Inheritance graph
[legend]

Public Member Functions

 StatsSettings ()
 
virtual bool isFilled ()=0
 

Detailed Description

Base class for settings defining what type of stats should be collected.

Definition at line 13 of file stats.h.

Constructor & Destructor Documentation

◆ StatsSettings()

pesieve::StatsSettings::StatsSettings ( )
inline

Definition at line 15 of file stats.h.

Member Function Documentation

◆ isFilled()

virtual bool pesieve::StatsSettings::isFilled ( )
pure virtual

Implemented in pesieve::MultiStatsSettings.


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