Package winappdbg :: Package win32 :: Module dbghelp :: Class KDHELP64
[hide private]
[frames] | no frames]

Class KDHELP64

source code


Instance Methods [hide private]

Inherited from _ctypes.Structure: __init__, __new__

Inherited from unreachable._CData: __ctypes_from_outparam__, __hash__, __reduce__, __setstate__

Inherited from object: __delattr__, __format__, __getattribute__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  _fields_ = [('Thread', <class 'ctypes.c_ulonglong'>), ('ThCall...
  FramePointer = <Field type=c_ulong, ofs=20, size=4>
  KeUserCallbackDispatcher = <Field type=c_ulonglong, ofs=32, si...
  KiCallUserMode = <Field type=c_ulonglong, ofs=24, size=8>
  KiUserExceptionDispatcher = <Field type=c_ulonglong, ofs=48, s...
  NextCallback = <Field type=c_ulong, ofs=16, size=4>
  Reserved = <Field type=c_ulonglong_Array_5, ofs=72, size=40>
  StackBase = <Field type=c_ulonglong, ofs=56, size=8>
  StackLimit = <Field type=c_ulonglong, ofs=64, size=8>
  SystemRangeStart = <Field type=c_ulonglong, ofs=40, size=8>
  ThCallbackBStore = <Field type=c_ulong, ofs=12, size=4>
  ThCallbackStack = <Field type=c_ulong, ofs=8, size=4>
  Thread = <Field type=c_ulonglong, ofs=0, size=8>
Properties [hide private]

Inherited from unreachable._CData: _b_base_, _b_needsfree_

Inherited from unreachable._CData (private): _objects

Inherited from object: __class__

Class Variable Details [hide private]

_fields_

Value:
[('Thread', <class 'ctypes.c_ulonglong'>),
 ('ThCallbackStack', <class 'ctypes.c_ulong'>),
 ('ThCallbackBStore', <class 'ctypes.c_ulong'>),
 ('NextCallback', <class 'ctypes.c_ulong'>),
 ('FramePointer', <class 'ctypes.c_ulong'>),
 ('KiCallUserMode', <class 'ctypes.c_ulonglong'>),
 ('KeUserCallbackDispatcher', <class 'ctypes.c_ulonglong'>),
 ('SystemRangeStart', <class 'ctypes.c_ulonglong'>),
...

KeUserCallbackDispatcher

Value:
<Field type=c_ulonglong, ofs=32, size=8>

KiUserExceptionDispatcher

Value:
<Field type=c_ulonglong, ofs=48, size=8>