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 <string>
#include <set>
#include "entropy.h"
#include "stats.h"
#include "stats_util.h"
#include "../utils/format_util.h"
#include "../utils/path_util.h"
Go to the source code of this file.
Classes | |
struct | pesieve::MultiStatsSettings |
Settings defining what type of stats should be collected. More... | |
struct | pesieve::ChunkStats |
Statistics from a block of data. More... | |
class | pesieve::AreaMultiStats |
Namespaces | |
namespace | pesieve |