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
color_scheme.h
Go to the documentation of this file.
1#pragma once
2
3namespace pesieve {
4
5 const WORD ERROR_COLOR = 0x0c;
6 const WORD WARNING_COLOR = 0x0c;
7 const WORD HILIGHTED_COLOR = 0x0f;
8};
const WORD HILIGHTED_COLOR
Definition color_scheme.h:7
const WORD ERROR_COLOR
Definition color_scheme.h:5
const WORD WARNING_COLOR
Definition color_scheme.h:6