![]() |
PE-sieve
Scans all running processes. Recognizes and dumps a variety of potentially malicious implants (replaced/implanted PEs, shellcodes, hooks, in-memory patches).
|
Public Member Functions | |
EncryptedMatcher () | |
virtual bool | _isMatching (IN const AreaMultiStats &stats) |
![]() | |
RuleMatcher (std::string _name) | |
bool | isMatching (IN const AreaMultiStats &stats) |
bool | isMatched () |
Additional Inherited Members | |
![]() | |
enum | RuleType { RULE_NONE = 0 , RULE_CODE = 1 , RULE_TEXT = 2 , RULE_OBFUSCATED = 4 , RULE_ENCRYPTED = 8 } |
![]() | |
std::string | name |
![]() | |
bool | matched |
Definition at line 275 of file stats_analyzer.cpp.
|
inline |
|
inlinevirtual |
Implements pesieve::RuleMatcher.
Definition at line 281 of file stats_analyzer.cpp.