![]() |
PE-sieve
Scans all running processes. Recognizes and dumps a variety of potentially malicious implants (replaced/implanted PEs, shellcodes, hooks, in-memory patches).
|
#include <pe_sieve_report.h>
Public Member Functions | |
| ErrorReport (DWORD _pid, const std::string &_message) | |
Public Attributes | |
| const DWORD | pid |
| const std::string | message |
Definition at line 16 of file pe_sieve_report.h.
|
inline |
Definition at line 19 of file pe_sieve_report.h.
| const std::string pesieve::ErrorReport::message |
Definition at line 25 of file pe_sieve_report.h.
| const DWORD pesieve::ErrorReport::pid |
Definition at line 24 of file pe_sieve_report.h.