PE-sieve
Scans all running processes. Recognizes and dumps a variety of potentially malicious implants (replaced/implanted PEs, shellcodes, hooks, in-memory patches).
|
The final report about the actions performed on the process: scanning and dumping. More...
#include <pe_sieve_report.h>
Public Member Functions | |
ReportEx () | |
~ReportEx () | |
Public Attributes | |
ProcessScanReport * | scan_report |
the report aggregating the results of the performed scans | |
ProcessDumpReport * | dump_report |
the report aggregating the results of the performed dumps | |
ErrorReport * | error_report |
the report detailing on possible errors that prevented the scan | |
The final report about the actions performed on the process: scanning and dumping.
Definition at line 29 of file pe_sieve_report.h.
|
inline |
Definition at line 31 of file pe_sieve_report.h.
|
inline |
Definition at line 36 of file pe_sieve_report.h.
ProcessDumpReport* pesieve::ReportEx::dump_report |
the report aggregating the results of the performed dumps
Definition at line 44 of file pe_sieve_report.h.
ErrorReport* pesieve::ReportEx::error_report |
the report detailing on possible errors that prevented the scan
Definition at line 45 of file pe_sieve_report.h.
ProcessScanReport* pesieve::ReportEx::scan_report |
the report aggregating the results of the performed scans
Definition at line 43 of file pe_sieve_report.h.