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 <sstream>
#include "entropy.h"
#include "../utils/byte_buffer.h"
#include "../utils/format_util.h"
Go to the source code of this file.
Classes | |
struct | pesieve::StatsSettings |
Base class for settings defining what type of stats should be collected. More... | |
class | pesieve::AreaStats |
Base class for the statistics from analyzed buffer. More... | |
class | pesieve::AreaStatsCalculator |
A class responsible for filling in the statistics with the data from the particular buffer. More... | |
Namespaces | |
namespace | pesieve |