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 <iostream>
#include <sstream>
#include <string>
#include <vector>
#include <peconv.h>
#include "../utils/path_util.h"
#include "../utils/path_converter.h"
Go to the source code of this file.
Classes | |
class | pesieve::ModuleDumpReport |
class | pesieve::ProcessDumpReport |
The report aggregating the results of the performed dumps. More... | |
Namespaces | |
namespace | pesieve |