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 | Public Attributes | List of all members
pesieve::util::_thread_info Struct Reference

#include <threads_util.h>

Public Member Functions

 _thread_info ()
 
 _thread_info (const _thread_info &other)
 

Public Attributes

DWORD tid
 
bool is_extended
 
thread_info_ext ext
 

Detailed Description

Definition at line 34 of file threads_util.h.

Constructor & Destructor Documentation

◆ _thread_info() [1/2]

pesieve::util::_thread_info::_thread_info ( )
inline

Definition at line 40 of file threads_util.h.

◆ _thread_info() [2/2]

pesieve::util::_thread_info::_thread_info ( const _thread_info & other)
inline

Definition at line 46 of file threads_util.h.

Member Data Documentation

◆ ext

thread_info_ext pesieve::util::_thread_info::ext

Definition at line 38 of file threads_util.h.

◆ is_extended

bool pesieve::util::_thread_info::is_extended

Definition at line 37 of file threads_util.h.

◆ tid

DWORD pesieve::util::_thread_info::tid

Definition at line 36 of file threads_util.h.


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