![]() |
PE-sieve
Scans all running processes. Recognizes and dumps a variety of potentially malicious implants (replaced/implanted PEs, shellcodes, hooks, in-memory patches).
|
#include "workingset_scanner.h"#include "module_data.h"#include "artefact_scanner.h"#include "scanner.h"#include "../utils/path_converter.h"#include "../utils/workingset_enum.h"#include "../utils/artefacts_util.h"#include <fstream>Go to the source code of this file.
Namespaces | |
| namespace | pesieve |
Functions | |
| bool | pesieve::is_by_stats (const t_shellc_mode &shellc_mode) |
| bool | pesieve::match_to_tag (std::ofstream &patch_report, const char delimiter, size_t start_offset, const sig_finder::Match &match) |
Variables | |
| pesieve::PatternMatcher | g_Matcher |
|
extern |
Definition at line 23 of file pe_sieve.cpp.