HollowsHunter
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
hh::util Namespace Reference

Functions

bool get_current_color (int descriptor, WORD &color)
WORD set_color (WORD color)
void print_in_color (WORD color, const std::string &text)

Function Documentation

◆ get_current_color()

bool hh::util::get_current_color ( int descriptor,
WORD & color )

Definition at line 12 of file term_util.cpp.

◆ print_in_color()

void hh::util::print_in_color ( WORD color,
const std::string & text )

Definition at line 34 of file term_util.cpp.

◆ set_color()

WORD hh::util::set_color ( WORD color)

Definition at line 21 of file term_util.cpp.