![]() |
PE-sieve
Scans all running processes. Recognizes and dumps a variety of potentially malicious implants (replaced/implanted PEs, shellcodes, hooks, in-memory patches).
|
Settings defining what type of stats should be collected. More...
#include <multi_stats.h>

Public Member Functions | |
| MultiStatsSettings () | |
| MultiStatsSettings (const MultiStatsSettings &p1) | |
| bool | isFilled () |
| std::string | hasWatchedSubstring (std::string &lastStr) |
| Searches a given substring among the watchedStrings. If the substring found, return the corresponding watched string containing the substring. | |
| Public Member Functions inherited from pesieve::StatsSettings | |
| StatsSettings () | |
Public Attributes | |
| std::set< std::string > | watchedStrings |
Settings defining what type of stats should be collected.
Definition at line 17 of file multi_stats.h.
|
inline |
|
inline |
|
inline |
Searches a given substring among the watchedStrings. If the substring found, return the corresponding watched string containing the substring.
Definition at line 37 of file multi_stats.h.
|
inlinevirtual |
Implements pesieve::StatsSettings.
Definition at line 31 of file multi_stats.h.
| std::set<std::string> pesieve::MultiStatsSettings::watchedStrings |
Definition at line 50 of file multi_stats.h.