Rizin
unix-like reverse engineering framework and cli tools
|
#include <windows_debug.h>
Public Attributes | |
int | pid |
int | tid |
bool | bFinished |
bool | bSuspended |
HANDLE | hThread |
LPVOID | lpThreadLocalBase |
LPVOID | lpStartAddress |
PVOID | lpThreadEntryPoint |
DWORD | dwExitCode |
Definition at line 97 of file windows_debug.h.
bool THREAD_ITEM::bFinished |
Definition at line 100 of file windows_debug.h.
Referenced by is_thread_alive(), w32_continue(), w32_dbg_wait(), w32_detach(), w32_select(), and w32_thread_list().
bool THREAD_ITEM::bSuspended |
Definition at line 101 of file windows_debug.h.
Referenced by w32_continue(), w32_detach(), w32_select(), and w32_thread_list().
DWORD THREAD_ITEM::dwExitCode |
Definition at line 106 of file windows_debug.h.
Referenced by w32_dbg_wait().
HANDLE THREAD_ITEM::hThread |
Definition at line 102 of file windows_debug.h.
Referenced by get_thread_handle_from_tid(), is_thread_alive(), w32_continue(), w32_dbg_wait(), w32_detach(), and w32_select().
LPVOID THREAD_ITEM::lpStartAddress |
Definition at line 104 of file windows_debug.h.
PVOID THREAD_ITEM::lpThreadEntryPoint |
Definition at line 105 of file windows_debug.h.
LPVOID THREAD_ITEM::lpThreadLocalBase |
Definition at line 103 of file windows_debug.h.
int THREAD_ITEM::pid |
Definition at line 98 of file windows_debug.h.
int THREAD_ITEM::tid |
Definition at line 99 of file windows_debug.h.
Referenced by w32_findthread_cmp(), and w32_select().