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
Public Member Functions | List of all members
pesieve::AreaStatsCalculator Class Reference

A class responsible for filling in the statistics with the data from the particular buffer. More...

#include <stats.h>

Public Member Functions

 AreaStatsCalculator (const util::ByteBuffer &_buffer)
 
bool fill (AreaStats &stats, StatsSettings *settings)
 

Detailed Description

A class responsible for filling in the statistics with the data from the particular buffer.

Definition at line 73 of file stats.h.

Constructor & Destructor Documentation

◆ AreaStatsCalculator()

pesieve::AreaStatsCalculator::AreaStatsCalculator ( const util::ByteBuffer & _buffer)
inline

Definition at line 75 of file stats.h.

Member Function Documentation

◆ fill()

bool pesieve::AreaStatsCalculator::fill ( AreaStats & stats,
StatsSettings * settings )
inline

Definition at line 80 of file stats.h.

Here is the call graph for this function:

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