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

#include <threads_util.h>

Public Member Functions

 _thread_info (DWORD _tid=0)
 
 _thread_info (const _thread_info &other)
 

Public Attributes

DWORD tid
 
ULONGLONG start_addr
 
DWORD last_syscall
 
bool is_extended
 
thread_info_ext ext
 

Detailed Description

Definition at line 36 of file threads_util.h.

Constructor & Destructor Documentation

◆ _thread_info() [1/2]

pesieve::util::_thread_info::_thread_info ( DWORD _tid = 0)
inline

Definition at line 44 of file threads_util.h.

◆ _thread_info() [2/2]

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

Definition at line 51 of file threads_util.h.

Member Data Documentation

◆ ext

thread_info_ext pesieve::util::_thread_info::ext

Definition at line 42 of file threads_util.h.

◆ is_extended

bool pesieve::util::_thread_info::is_extended

Definition at line 41 of file threads_util.h.

◆ last_syscall

DWORD pesieve::util::_thread_info::last_syscall

Definition at line 40 of file threads_util.h.

◆ start_addr

ULONGLONG pesieve::util::_thread_info::start_addr

Definition at line 39 of file threads_util.h.

◆ tid

DWORD pesieve::util::_thread_info::tid

Definition at line 38 of file threads_util.h.


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