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