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
Static Public Attributes | List of all members
pesieve.t_shellc_mode Class Reference
Inheritance diagram for pesieve.t_shellc_mode:
Inheritance graph
[legend]

Static Public Attributes

int SHELLC_NONE = 0
 
int SHELLC_PATTERNS = 1
 
int SHELLC_STATS = 2
 
int SHELLC_PATTERNS_OR_STATS = 3
 
int SHELLC_PATTERNS_AND_STATS = 4
 
int SHELLC_COUNT = 5
 

Detailed Description

Definition at line 27 of file pesieve.py.

Member Data Documentation

◆ SHELLC_COUNT

int pesieve.t_shellc_mode.SHELLC_COUNT = 5
static

Definition at line 33 of file pesieve.py.

◆ SHELLC_NONE

int pesieve.t_shellc_mode.SHELLC_NONE = 0
static

Definition at line 28 of file pesieve.py.

◆ SHELLC_PATTERNS

int pesieve.t_shellc_mode.SHELLC_PATTERNS = 1
static

Definition at line 29 of file pesieve.py.

◆ SHELLC_PATTERNS_AND_STATS

int pesieve.t_shellc_mode.SHELLC_PATTERNS_AND_STATS = 4
static

Definition at line 32 of file pesieve.py.

◆ SHELLC_PATTERNS_OR_STATS

int pesieve.t_shellc_mode.SHELLC_PATTERNS_OR_STATS = 3
static

Definition at line 31 of file pesieve.py.

◆ SHELLC_STATS

int pesieve.t_shellc_mode.SHELLC_STATS = 2
static

Definition at line 30 of file pesieve.py.


The documentation for this class was generated from the following file: