PE-sieve
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
PEsieveParams Class Reference

#include <params.h>

Inheritance diagram for PEsieveParams:

Public Member Functions

 PEsieveParams (const std::string &version)
 
bool fillStringParam (const std::string &paramId, PARAM_STRING &strparam)
 
void fillStruct (t_params &ps)
 
void printBanner ()
 

Detailed Description

Definition at line 56 of file params.h.

Constructor & Destructor Documentation

◆ PEsieveParams()

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

Definition at line 59 of file params.h.

Here is the call graph for this function:

Member Function Documentation

◆ fillStringParam()

bool PEsieveParams::fillStringParam ( const std::string & paramId,
PARAM_STRING & strparam )
inline

Definition at line 232 of file params.h.

Here is the call graph for this function:

◆ fillStruct()

void PEsieveParams::fillStruct ( t_params & ps)
inline

Definition at line 251 of file params.h.

Here is the call graph for this function:

◆ printBanner()

void PEsieveParams::printBanner ( )
inline

Definition at line 279 of file params.h.

Here is the call graph for this function:

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