![]() |
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 <psapi.h>#include <map>#include <peconv.h>#include "module_scan_report.h"#include "module_data.h"#include "../utils/format_util.h"#include "process_feature_scanner.h"Go to the source code of this file.
Classes | |
| class | pesieve::ModuleScanner |
| A base class for all the scanners operating on module data. More... | |
Namespaces | |
| namespace | pesieve |