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_report.cpp File Reference
#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)
 

Macro Definition Documentation

◆ OUT_PADDED

#define OUT_PADDED ( stream,
field_size,
str )
Value:
std::cout.fill(' '); \
if (field_size) stream << std::setw(field_size) << ' '; \
stream << str;

Definition at line 13 of file hh_report.cpp.

Function Documentation

◆ print_scantime()

template<class STR_STREAM >
void print_scantime ( STR_STREAM & stream,
size_t timeInMs )

Definition at line 157 of file hh_report.cpp.