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

Class XMM_SAVE_AREA32

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]
  _pack_ = 1
  _fields_ = [('ControlWord', <class 'ctypes.c_ushort'>), ('Stat...
  ControlWord = <Field type=c_ushort, ofs=0, size=2>
  DataOffset = <Field type=c_ulong, ofs=16, size=4>
  DataSelector = <Field type=c_ushort, ofs=20, size=2>
  ErrorOffset = <Field type=c_ulong, ofs=8, size=4>
  ErrorOpcode = <Field type=c_ushort, ofs=6, size=2>
  ErrorSelector = <Field type=c_ushort, ofs=12, size=2>
  FloatRegisters = <Field type=M128A_Array_8, ofs=32, size=128>
  MxCsr = <Field type=c_ulong, ofs=24, size=4>
  MxCsr_Mask = <Field type=c_ulong, ofs=28, size=4>
  Reserved1 = <Field type=c_ubyte, ofs=5, size=1>
  Reserved2 = <Field type=c_ushort, ofs=14, size=2>
  Reserved3 = <Field type=c_ushort, ofs=22, size=2>
  Reserved4 = <Field type=c_ubyte_Array_96, ofs=416, size=96>
  StatusWord = <Field type=c_ushort, ofs=2, size=2>
  TagWord = <Field type=c_ubyte, ofs=4, size=1>
  XmmRegisters = <Field type=M128A_Array_16, ofs=160, size=256>
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:
[('ControlWord', <class 'ctypes.c_ushort'>),
 ('StatusWord', <class 'ctypes.c_ushort'>),
 ('TagWord', <class 'ctypes.c_ubyte'>),
 ('Reserved1', <class 'ctypes.c_ubyte'>),
 ('ErrorOpcode', <class 'ctypes.c_ushort'>),
 ('ErrorOffset', <class 'ctypes.c_ulong'>),
 ('ErrorSelector', <class 'ctypes.c_ushort'>),
 ('Reserved2', <class 'ctypes.c_ushort'>),
...