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 "module_scanner.h"
#include "../utils/threads_util.h"
#include "../utils/process_symbols.h"
#include "../stats/stats.h"
#include "../stats/entropy_stats.h"
Go to the source code of this file.
Classes | |
class | pesieve::ThreadScanReport |
A report from the thread scan, generated by ThreadScanner. More... | |
struct | pesieve::_ctx_details |
A custom structure keeping a fragment of a thread context. More... | |
class | pesieve::ThreadScanner |
Namespaces | |
namespace | pesieve |
Typedefs | |
typedef struct pesieve::_ctx_details | pesieve::ctx_details |
A custom structure keeping a fragment of a thread context. | |