![]() |
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 <dbghelp.h>#include <iostream>#include <mutex>#include <unordered_map>#include <string>Go to the source code of this file.
Classes | |
| class | DbgHelpWrapper |