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
HHParams Class Reference

#include <params.h>

Inheritance diagram for HHParams:

Public Member Functions

 HHParams (const std::string &version)
 
void printBanner ()
 
void fillStruct (t_hh_params &ps)
 
void freeStruct (t_hh_params &ps)
 

Protected Member Functions

bool alloc_strparam (PARAM_STRING &strparam, size_t len)
 
void free_strparam (pesieve::PARAM_STRING &strparam)
 
bool fillStringParam (const std::string &paramId, PARAM_STRING &strparam)
 
void fillPEsieveStruct (t_params &ps)
 

Detailed Description

Definition at line 117 of file params.h.

Constructor & Destructor Documentation

◆ HHParams()

HHParams::HHParams ( const std::string & version)
inline

Definition at line 120 of file params.h.

Here is the call graph for this function:

Member Function Documentation

◆ alloc_strparam()

bool HHParams::alloc_strparam ( PARAM_STRING & strparam,
size_t len )
inlineprotected

Definition at line 489 of file params.h.

◆ fillPEsieveStruct()

void HHParams::fillPEsieveStruct ( t_params & ps)
inlineprotected

Definition at line 530 of file params.h.

Here is the call graph for this function:

◆ fillStringParam()

bool HHParams::fillStringParam ( const std::string & paramId,
PARAM_STRING & strparam )
inlineprotected

Definition at line 511 of file params.h.

Here is the call graph for this function:

◆ fillStruct()

void HHParams::fillStruct ( t_hh_params & ps)
inline

Definition at line 424 of file params.h.

Here is the call graph for this function:

◆ free_strparam()

void HHParams::free_strparam ( pesieve::PARAM_STRING & strparam)
inlineprotected

Definition at line 502 of file params.h.

◆ freeStruct()

void HHParams::freeStruct ( t_hh_params & ps)
inline

Definition at line 479 of file params.h.

Here is the call graph for this function:

◆ printBanner()

void HHParams::printBanner ( )
inline

Definition at line 392 of file params.h.

Here is the call graph for this function:

The documentation for this class was generated from the following file: