![]() |
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 <map>#include <string>#include <iostream>#include "module_scan_report.h"Go to the source code of this file.
Classes | |
| class | pesieve::ScannedModule |
| Represents a basic info about the scanned module, such as its base offset, size, and the status. More... | |
| class | pesieve::ModulesInfo |
| A container of all the process modules that were scanned. More... | |
Namespaces | |
| namespace | pesieve |