Rizin
unix-like reverse engineering framework and cli tools
|
Public Attributes | |
bool | initialized |
ULONG64 | server |
ULONG64 | processBase |
DWORD | lastExecutionStatus |
PDEBUG_CLIENT5 | dbgClient |
PDEBUG_CONTROL4 | dbgCtrl |
PDEBUG_DATA_SPACES4 | dbgData |
PDEBUG_REGISTERS2 | dbgReg |
PDEBUG_SYSTEM_OBJECTS4 | dbgSysObj |
PDEBUG_SYMBOLS3 | dbgSymbols |
PDEBUG_ADVANCED3 | dbgAdvanced |
Definition at line 33 of file debug_windbg.c.
PDEBUG_ADVANCED3 DbgEngContext::dbgAdvanced |
Definition at line 44 of file debug_windbg.c.
Referenced by create_context(), and create_remote_context().
PDEBUG_CLIENT5 DbgEngContext::dbgClient |
Definition at line 38 of file debug_windbg.c.
Referenced by create_context(), create_remote_context(), and init_callbacks().
PDEBUG_CONTROL4 DbgEngContext::dbgCtrl |
Definition at line 39 of file debug_windbg.c.
Referenced by create_context(), and create_remote_context().
PDEBUG_DATA_SPACES4 DbgEngContext::dbgData |
Definition at line 40 of file debug_windbg.c.
Referenced by create_context(), and create_remote_context().
PDEBUG_REGISTERS2 DbgEngContext::dbgReg |
Definition at line 41 of file debug_windbg.c.
Referenced by create_context(), and create_remote_context().
PDEBUG_SYMBOLS3 DbgEngContext::dbgSymbols |
Definition at line 43 of file debug_windbg.c.
Referenced by create_context(), and create_remote_context().
PDEBUG_SYSTEM_OBJECTS4 DbgEngContext::dbgSysObj |
Definition at line 42 of file debug_windbg.c.
Referenced by create_context(), and create_remote_context().
bool DbgEngContext::initialized |
Definition at line 34 of file debug_windbg.c.
Referenced by create_context(), create_remote_context(), windbg_attach(), windbg_breakpoint(), windbg_continue(), windbg_detach(), windbg_frames(), windbg_gcore(), windbg_info(), windbg_init(), windbg_kill(), windbg_map_get(), windbg_modules_get(), windbg_pids(), windbg_reg_profile(), windbg_reg_read(), windbg_reg_write(), windbg_select(), windbg_step(), windbg_step_over(), windbg_stop(), windbg_threads(), and windbg_wait().
DWORD DbgEngContext::lastExecutionStatus |
Definition at line 37 of file debug_windbg.c.
Referenced by windbg_continue(), windbg_step(), windbg_step_over(), and windbg_wait().
ULONG64 DbgEngContext::processBase |
Definition at line 36 of file debug_windbg.c.
Referenced by windbg_getbase().
ULONG64 DbgEngContext::server |
Definition at line 35 of file debug_windbg.c.
Referenced by windbg_attach(), windbg_close(), windbg_info(), windbg_open(), and windbg_pids().