PE-sieve
Scans all running processes. Recognizes and dumps a variety of potentially malicious implants (replaced/implanted PEs, shellcodes, hooks, in-memory patches).
Loading...
Searching...
No Matches
pe_sieve_ver_short.h
Go to the documentation of this file.
1#pragma once
2
3#define PESIEVE_MAJOR_VERSION 0
4#define PESIEVE_MINOR_VERSION 3
5#define PESIEVE_MICRO_VERSION 9
6#define PESIEVE_PATCH_VERSION 0
7
8#define PESIEVE_VERSION_STR "0.3.9"