PE-sieve
Scans all running processes. Recognizes and dumps a variety of potentially malicious implants (replaced/implanted PEs, shellcodes, hooks, in-memory patches).
|
#include <peconv.h>
#include <sstream>
#include <map>
#include <set>
Go to the source code of this file.
Classes | |
class | pesieve::IATThunksSeries |
struct | pesieve::IATThunksSeriesPtrCompare |
class | pesieve::IATBlock |
Namespaces | |
namespace | pesieve |
Typedefs | |
typedef std::set< IATThunksSeries *, IATThunksSeriesPtrCompare > | pesieve::IATThunksSeriesSet |