![]() |
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 <set>#include <peconv.h>#include "../utils/format_util.h"#include "module_cache.h"Go to the source code of this file.
Classes | |
| class | pesieve::ModuleData |
| Loads a module from the disk, corresponding to the module in the scanned process' memory. More... | |
| class | pesieve::RemoteModuleData |
| Buffers the data from the module loaded in the scanned process into the local memory. More... | |
Namespaces | |
| namespace | pesieve |