PE-sieve
Scans all running processes. Recognizes and dumps a variety of potentially malicious implants (replaced/implanted PEs, shellcodes, hooks, in-memory patches).
|
The codes returned by the PE-sieve EXE. More...
Go to the source code of this file.
Enumerations | |
enum | t_pesieve_res { PESIEVE_ERROR = (-1) , PESIEVE_INFO = 0 , PESIEVE_NOT_DETECTED = 1 , PESIEVE_DETECTED = 2 } |
The codes returned by the PE-sieve EXE.
Definition in file pe_sieve_return_codes.h.
enum t_pesieve_res |
Definition at line 9 of file pe_sieve_return_codes.h.