![]() |
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"#include <vector>Go to the source code of this file.
Classes | |
| struct | pesieve::_ctx_details |
| A custom structure keeping a fragment of a thread context. More... | |
| class | pesieve::ThreadScanReport |
| A report from the thread scan, generated by ThreadScanner. More... | |
| class | pesieve::ThreadScanner |
Namespaces | |
| namespace | pesieve |
Typedefs | |
| typedef enum pesieve::ThSusIndicator | pesieve::_ThSusIndicator |
| typedef struct pesieve::_ctx_details | pesieve::ctx_details |
| A custom structure keeping a fragment of a thread context. | |
Functions | |
| std::string | pesieve::indicator_to_str (const ThSusIndicator &indicator) |