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

Class _CONTEXT_FLTSAVE_STRUCT

source code


Instance Methods [hide private]
 
from_dict(self) source code
 
to_dict(self) source code

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_ = [('Header', <class 'winappdbg.win32.context_amd64.M...
  Header = <Field type=M128A_Array_2, ofs=0, size=32>
  Legacy = <Field type=M128A_Array_8, ofs=32, size=128>
  Xmm0 = <Field type=M128A, ofs=160, size=16>
  Xmm1 = <Field type=M128A, ofs=176, size=16>
  Xmm10 = <Field type=M128A, ofs=320, size=16>
  Xmm11 = <Field type=M128A, ofs=336, size=16>
  Xmm12 = <Field type=M128A, ofs=352, size=16>
  Xmm13 = <Field type=M128A, ofs=368, size=16>
  Xmm14 = <Field type=M128A, ofs=384, size=16>
  Xmm15 = <Field type=M128A, ofs=400, size=16>
  Xmm2 = <Field type=M128A, ofs=192, size=16>
  Xmm3 = <Field type=M128A, ofs=208, size=16>
  Xmm4 = <Field type=M128A, ofs=224, size=16>
  Xmm5 = <Field type=M128A, ofs=240, size=16>
  Xmm6 = <Field type=M128A, ofs=256, size=16>
  Xmm7 = <Field type=M128A, ofs=272, size=16>
  Xmm8 = <Field type=M128A, ofs=288, size=16>
  Xmm9 = <Field type=M128A, ofs=304, size=16>
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:
[('Header', <class 'winappdbg.win32.context_amd64.M128A_Array_2'>),
 ('Legacy', <class 'winappdbg.win32.context_amd64.M128A_Array_8'>),
 ('Xmm0', <class 'winappdbg.win32.defines.M128A'>),
 ('Xmm1', <class 'winappdbg.win32.defines.M128A'>),
 ('Xmm2', <class 'winappdbg.win32.defines.M128A'>),
 ('Xmm3', <class 'winappdbg.win32.defines.M128A'>),
 ('Xmm4', <class 'winappdbg.win32.defines.M128A'>),
 ('Xmm5', <class 'winappdbg.win32.defines.M128A'>),
...