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 <vector>
#include <fstream>
#include <peconv.h>
Go to the source code of this file.
Classes | |
class | pesieve::PatchList |
class | pesieve::PatchList::Patch |
Namespaces | |
namespace | pesieve |