HollowsHunter
Scans all running processes. Recognizes and dumps a variety of potentially malicious implants (replaced/implanted PEs, shellcodes, hooks, in-memory patches).
|
Go to the source code of this file.
Functions | |
bool | get_current_color (int descriptor, WORD &color) |
WORD | set_color (WORD color) |
void | print_in_color (WORD color, const std::string &text) |
Variables | |
std::mutex | g_stdOutMutex |
bool get_current_color | ( | int | descriptor, |
WORD & | color ) |
Definition at line 11 of file term_util.cpp.
void print_in_color | ( | WORD | color, |
const std::string & | text ) |
WORD set_color | ( | WORD | color | ) |
std::mutex g_stdOutMutex |
Definition at line 9 of file term_util.cpp.