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::util::Mutex Struct Reference

#include <module_cache.h>

Public Member Functions

 Mutex ()
 
void Lock ()
 
void Unlock ()
 
 ~Mutex ()
 

Detailed Description

Definition at line 10 of file module_cache.h.

Constructor & Destructor Documentation

◆ Mutex()

pesieve::util::Mutex::Mutex ( )
inline

Definition at line 12 of file module_cache.h.

Here is the call graph for this function:

◆ ~Mutex()

pesieve::util::Mutex::~Mutex ( )
inline

Definition at line 27 of file module_cache.h.

Here is the call graph for this function:

Member Function Documentation

◆ Lock()

void pesieve::util::Mutex::Lock ( )
inline

Definition at line 17 of file module_cache.h.

Here is the call graph for this function:

◆ Unlock()

void pesieve::util::Mutex::Unlock ( )
inline

Definition at line 22 of file module_cache.h.

Here is the call graph for this function:

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