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

Class CONTEXT


Nested Classes [hide private]
  __ContextIterator
Iterator of CONTEXT structures.
Instance Methods [hide private]
 
__iter__(self)

Inherited from _ctypes.Structure: __init__, __new__

Inherited from unreachable._CData: __ctypes_from_outparam__, __hash__

Inherited from object: __delattr__, __getattribute__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  _pack_ = 1
  _fields_ = [('ContextFlags', <class 'ctypes.c_ulong'>), ('Dr0'...
  ContextFlags = <Field type=c_ulong, ofs=0, size=4>
  Dr0 = <Field type=c_ulong, ofs=4, size=4>
  Dr1 = <Field type=c_ulong, ofs=8, size=4>
  Dr2 = <Field type=c_ulong, ofs=12, size=4>
  Dr3 = <Field type=c_ulong, ofs=16, size=4>
  Dr6 = <Field type=c_ulong, ofs=20, size=4>
  Dr7 = <Field type=c_ulong, ofs=24, size=4>
  EFlags = <Field type=c_ulong, ofs=192, size=4>
  Eax = <Field type=c_ulong, ofs=176, size=4>
  Ebp = <Field type=c_ulong, ofs=180, size=4>
  Ebx = <Field type=c_ulong, ofs=164, size=4>
  Ecx = <Field type=c_ulong, ofs=172, size=4>
  Edi = <Field type=c_ulong, ofs=156, size=4>
  Edx = <Field type=c_ulong, ofs=168, size=4>
  Eip = <Field type=c_ulong, ofs=184, size=4>
  Esi = <Field type=c_ulong, ofs=160, size=4>
  Esp = <Field type=c_ulong, ofs=196, size=4>
  ExtendedRegisters = <Field type=c_ubyte_Array_512, ofs=204, si...
  FloatSave = <Field type=FLOATING_SAVE_AREA, ofs=28, size=112>
  SegCs = <Field type=c_ulong, ofs=188, size=4>
  SegDs = <Field type=c_ulong, ofs=152, size=4>
  SegEs = <Field type=c_ulong, ofs=148, size=4>
  SegFs = <Field type=c_ulong, ofs=144, size=4>
  SegGs = <Field type=c_ulong, ofs=140, size=4>
  SegSs = <Field type=c_ulong, ofs=200, size=4>
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:
[('ContextFlags', <class 'ctypes.c_ulong'>),
 ('Dr0', <class 'ctypes.c_ulong'>),
 ('Dr1', <class 'ctypes.c_ulong'>),
 ('Dr2', <class 'ctypes.c_ulong'>),
 ('Dr3', <class 'ctypes.c_ulong'>),
 ('Dr6', <class 'ctypes.c_ulong'>),
 ('Dr7', <class 'ctypes.c_ulong'>),
 ('FloatSave', <class 'winappdbg.win32.FLOATING_SAVE_AREA'>),
...

ExtendedRegisters

Value:
<Field type=c_ubyte_Array_512, ofs=204, size=512>