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/path_util.h"
#include "process_feature_scanner.h"
Go to the source code of this file.
Classes | |
class | pesieve::MappingScanReport |
class | pesieve::MappingScanner |
A scanner for detection of inconsistencies in mapping. Checks if the mapped file name is different than the module file name. More... | |
Namespaces | |
namespace | pesieve |