![]() |
PE-sieve
Scans all running processes. Recognizes and dumps a variety of potentially malicious implants (replaced/implanted PEs, shellcodes, hooks, in-memory patches).
|
#include <threads_util.h>
Public Member Functions | |
| _thread_info_ext () | |
| _thread_info_ext (const _thread_info_ext &other) | |
Public Attributes | |
| ULONGLONG | sys_start_addr |
| DWORD | state |
| DWORD | wait_reason |
| DWORD | wait_time |
Definition at line 11 of file threads_util.h.
|
inline |
Definition at line 18 of file threads_util.h.
|
inline |
| DWORD pesieve::util::_thread_info_ext::state |
Definition at line 14 of file threads_util.h.
| ULONGLONG pesieve::util::_thread_info_ext::sys_start_addr |
Definition at line 13 of file threads_util.h.
| DWORD pesieve::util::_thread_info_ext::wait_reason |
Definition at line 15 of file threads_util.h.
| DWORD pesieve::util::_thread_info_ext::wait_time |
Definition at line 16 of file threads_util.h.