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 | |
void | pesieve::util::print_in_color (int color, const std::string &text, bool is_error=false) |