PE-sieve
Scans all running processes. Recognizes and dumps a variety of potentially malicious implants (replaced/implanted PEs, shellcodes, hooks, in-memory patches).
|
#include <windows.h>
#include <iostream>
#include <sstream>
#include <string>
#include <vector>
#include <peconv.h>
#include "pe_sieve_types.h"
#include "module_scan_report.h"
#include "scanned_modules.h"
Go to the source code of this file.
Classes | |
class | pesieve::ProcessScanReport |
The report aggregating the results of the performed scan. More... | |
Namespaces | |
namespace | pesieve |