HollowsHunter
Scans all running processes. Recognizes and dumps a variety of potentially malicious implants (replaced/implanted PEs, shellcodes, hooks, in-memory patches).
|
#include "hh_report.h"
#include <string>
#include <sstream>
#include <codecvt>
#include <locale>
#include <iostream>
#include <iomanip>
#include <cmath>
#include "util/time_util.h"
Go to the source code of this file.
Macros | |
#define | OUT_PADDED(stream, field_size, str) |
Functions | |
template<class STR_STREAM > | |
void | print_scantime (STR_STREAM &stream, size_t timeInMs) |
#define OUT_PADDED | ( | stream, | |
field_size, | |||
str ) |
Definition at line 13 of file hh_report.cpp.
void print_scantime | ( | STR_STREAM & | stream, |
size_t | timeInMs ) |
Definition at line 157 of file hh_report.cpp.