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

#include <winkd.h>

Public Attributes

WindCtx windctx
 
ut32 type
 
ut64 target
 
ut64 kernelDirectoryTable
 
RzIODescbackend
 
RzVector KiProcessorBlock
 
ut32 kprcb_context_offset
 
ut32 kthread_switch_frame_offset
 
ut32 kthread_process_offset
 
ut8context
 
size_t context_sz
 
void * bf
 

Detailed Description

Definition at line 118 of file winkd.h.

Member Data Documentation

◆ backend

RzIODesc* _DmpCtx::backend

Definition at line 123 of file winkd.h.

◆ bf

void* _DmpCtx::bf

Definition at line 130 of file winkd.h.

◆ context

ut8* _DmpCtx::context

Definition at line 128 of file winkd.h.

Referenced by rz_debug_dmp_reg_read().

◆ context_sz

size_t _DmpCtx::context_sz

Definition at line 129 of file winkd.h.

Referenced by rz_debug_dmp_reg_read().

◆ kernelDirectoryTable

ut64 _DmpCtx::kernelDirectoryTable

Definition at line 122 of file winkd.h.

◆ KiProcessorBlock

RzVector _DmpCtx::KiProcessorBlock

Definition at line 124 of file winkd.h.

Referenced by rz_debug_dmp_reg_read().

◆ kprcb_context_offset

ut32 _DmpCtx::kprcb_context_offset

Definition at line 125 of file winkd.h.

Referenced by rz_debug_dmp_reg_read().

◆ kthread_process_offset

ut32 _DmpCtx::kthread_process_offset

Definition at line 127 of file winkd.h.

◆ kthread_switch_frame_offset

ut32 _DmpCtx::kthread_switch_frame_offset

Definition at line 126 of file winkd.h.

Referenced by rz_debug_dmp_reg_read().

◆ target

ut64 _DmpCtx::target

Definition at line 121 of file winkd.h.

Referenced by op_at_phys(), and read_at_kernel_virtual().

◆ type

◆ windctx

WindCtx _DmpCtx::windctx

Definition at line 119 of file winkd.h.

Referenced by rz_debug_dmp_reg_read().


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