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 <string>
Go to the source code of this file.
Namespaces | |
namespace | pesieve |
namespace | pesieve::util |
Functions | |
bool | pesieve::util::make_minidump (DWORD pid, const std::string &out_file) |