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
utils
console_color.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <windows.h>
4
#include <string>
5
6
namespace
pesieve
{
7
namespace
util {
8
9
void
print_in_color
(
int
color,
const
std::string &text,
bool
is_error=
false
);
10
};
11
};
pesieve::util::print_in_color
void print_in_color(int color, const std::string &text, bool is_error=false)
Definition
console_color.cpp:18
pesieve
Definition
pesieve.py:1
Generated by
1.12.0