PE-sieve
Scans all running processes. Recognizes and dumps a variety of potentially malicious implants (replaced/implanted PEs, shellcodes, hooks, in-memory patches).
|
#include "code_scanner.h"
#include <peconv.h>
#include "patch_analyzer.h"
#include "../utils/artefacts_util.h"
#include <iostream>
Go to the source code of this file.
Namespaces | |
namespace | pesieve |
Functions | |
BYTE * | pesieve::first_different (const BYTE *buf_ptr, size_t bif_size, const BYTE padding) |