Rizin
unix-like reverse engineering framework and cli tools
DbgEngContext Struct Reference

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
 

Detailed Description

Definition at line 33 of file debug_windbg.c.

Member Data Documentation

◆ dbgAdvanced

PDEBUG_ADVANCED3 DbgEngContext::dbgAdvanced

Definition at line 44 of file debug_windbg.c.

Referenced by create_context(), and create_remote_context().

◆ dbgClient

PDEBUG_CLIENT5 DbgEngContext::dbgClient

Definition at line 38 of file debug_windbg.c.

Referenced by create_context(), create_remote_context(), and init_callbacks().

◆ dbgCtrl

PDEBUG_CONTROL4 DbgEngContext::dbgCtrl

Definition at line 39 of file debug_windbg.c.

Referenced by create_context(), and create_remote_context().

◆ dbgData

PDEBUG_DATA_SPACES4 DbgEngContext::dbgData

Definition at line 40 of file debug_windbg.c.

Referenced by create_context(), and create_remote_context().

◆ dbgReg

PDEBUG_REGISTERS2 DbgEngContext::dbgReg

Definition at line 41 of file debug_windbg.c.

Referenced by create_context(), and create_remote_context().

◆ dbgSymbols

PDEBUG_SYMBOLS3 DbgEngContext::dbgSymbols

Definition at line 43 of file debug_windbg.c.

Referenced by create_context(), and create_remote_context().

◆ dbgSysObj

PDEBUG_SYSTEM_OBJECTS4 DbgEngContext::dbgSysObj

Definition at line 42 of file debug_windbg.c.

Referenced by create_context(), and create_remote_context().

◆ initialized

◆ lastExecutionStatus

DWORD DbgEngContext::lastExecutionStatus

Definition at line 37 of file debug_windbg.c.

Referenced by windbg_continue(), windbg_step(), windbg_step_over(), and windbg_wait().

◆ processBase

ULONG64 DbgEngContext::processBase

Definition at line 36 of file debug_windbg.c.

Referenced by windbg_getbase().

◆ server

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().


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