|
RoboDBG
|
Represents a thread in a debugged process. More...
#include <debugger.h>
Public Attributes | |
| HANDLE | hThread |
| Thread handle. | |
| DWORD | threadId |
| Thread ID. | |
| LPVOID | threadBase |
| Base address of the thread. | |
| LPVOID | startAddress |
| Start address of the thread. | |
Represents a thread in a debugged process.
Definition at line 80 of file debugger.h.