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

#include <winkd.h>

Public Attributes

Profileprofile
 
WindReadAtread_at_physical
 
WindReadAtread_at_kernel_virtual
 
WindWriteAtwrite_at_physical
 
void * user
 
ut64 KdDebuggerDataBlock
 
ut64 PsLoadedModuleList
 
ut64 PsActiveProcessHead
 
bool is_64bit
 
bool is_pae
 
bool is_arm
 
WindProc target
 
WindThread target_thread
 

Detailed Description

Definition at line 79 of file winkd.h.

Member Data Documentation

◆ is_64bit

bool _WindCtx::is_64bit

Definition at line 88 of file winkd.h.

Referenced by rz_debug_winkd_frames(), and rz_debug_winkd_reg_write().

◆ is_arm

bool _WindCtx::is_arm

Definition at line 90 of file winkd.h.

Referenced by rz_debug_winkd_frames(), and rz_debug_winkd_reg_write().

◆ is_pae

bool _WindCtx::is_pae

Definition at line 89 of file winkd.h.

◆ KdDebuggerDataBlock

ut64 _WindCtx::KdDebuggerDataBlock

Definition at line 85 of file winkd.h.

Referenced by rz_debug_winkd_attach().

◆ profile

Profile* _WindCtx::profile

Definition at line 80 of file winkd.h.

Referenced by rz_debug_winkd_attach().

◆ PsActiveProcessHead

ut64 _WindCtx::PsActiveProcessHead

Definition at line 87 of file winkd.h.

◆ PsLoadedModuleList

ut64 _WindCtx::PsLoadedModuleList

Definition at line 86 of file winkd.h.

◆ read_at_kernel_virtual

WindReadAt* _WindCtx::read_at_kernel_virtual

Definition at line 82 of file winkd.h.

Referenced by get_current_process_and_thread(), and get_module_timestamp().

◆ read_at_physical

WindReadAt* _WindCtx::read_at_physical

Definition at line 81 of file winkd.h.

◆ target

WindProc _WindCtx::target

Definition at line 91 of file winkd.h.

Referenced by get_current_process_and_thread(), and rz_debug_winkd_wait().

◆ target_thread

WindThread _WindCtx::target_thread

◆ user

void* _WindCtx::user

Definition at line 84 of file winkd.h.

Referenced by get_module_timestamp().

◆ write_at_physical

WindWriteAt* _WindCtx::write_at_physical

Definition at line 83 of file winkd.h.


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