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 produced by PE-sieve. More...
#include <windows.h>
#include <iostream>
#include "scanners/scan_report.h"
#include "postprocessors/dump_report.h"
Go to the source code of this file.
Classes | |
class | pesieve::ErrorReport |
class | pesieve::ReportEx |
The final report about the actions performed on the process: scanning and dumping. More... | |
Namespaces | |
namespace | pesieve |
The final report produced by PE-sieve.
Definition in file pe_sieve_report.h.