![]() |
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 <vector>#include <fstream>#include "module_scanner.h"#include "pe_section.h"#include "patch_list.h"Go to the source code of this file.
Classes | |
| class | pesieve::CodeScanReport |
| A report from the code scan, generated by CodeScanner. More... | |
| class | pesieve::CodeScanner |
| A scanner for detection of patches in the code. More... | |
Namespaces | |
| namespace | pesieve |