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_ext Struct Reference

#include <threads_util.h>

Public Member Functions

 _thread_info_ext ()
 
 _thread_info_ext (const _thread_info_ext &other)
 

Public Attributes

ULONGLONG start_addr
 
DWORD state
 
DWORD wait_reason
 
DWORD wait_time
 

Detailed Description

Definition at line 9 of file threads_util.h.

Constructor & Destructor Documentation

◆ _thread_info_ext() [1/2]

pesieve::util::_thread_info_ext::_thread_info_ext ( )
inline

Definition at line 16 of file threads_util.h.

◆ _thread_info_ext() [2/2]

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

Definition at line 24 of file threads_util.h.

Member Data Documentation

◆ start_addr

ULONGLONG pesieve::util::_thread_info_ext::start_addr

Definition at line 11 of file threads_util.h.

◆ state

DWORD pesieve::util::_thread_info_ext::state

Definition at line 12 of file threads_util.h.

◆ wait_reason

DWORD pesieve::util::_thread_info_ext::wait_reason

Definition at line 13 of file threads_util.h.

◆ wait_time

DWORD pesieve::util::_thread_info_ext::wait_time

Definition at line 14 of file threads_util.h.


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