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

Class _LDT_ENTRY_BITS_

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]
  _pack_ = 1
  _fields_ = [('BaseMid', <class 'ctypes.c_ulong'>, 8), ('Type',...
  BaseHi = <Field type=c_ulong, ofs=0:24, bits=8>
  BaseMid = <Field type=c_ulong, ofs=0:0, bits=8>
  Default_Big = <Field type=c_ulong, ofs=0:22, bits=1>
  Dpl = <Field type=c_ulong, ofs=0:13, bits=2>
  Granularity = <Field type=c_ulong, ofs=0:23, bits=1>
  LimitHi = <Field type=c_ulong, ofs=0:16, bits=4>
  Pres = <Field type=c_ulong, ofs=0:15, bits=1>
  Reserved_0 = <Field type=c_ulong, ofs=0:21, bits=1>
  Sys = <Field type=c_ulong, ofs=0:20, bits=1>
  Type = <Field type=c_ulong, ofs=0:8, bits=5>
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:
[('BaseMid', <class 'ctypes.c_ulong'>, 8),
 ('Type', <class 'ctypes.c_ulong'>, 5),
 ('Dpl', <class 'ctypes.c_ulong'>, 2),
 ('Pres', <class 'ctypes.c_ulong'>, 1),
 ('LimitHi', <class 'ctypes.c_ulong'>, 4),
 ('Sys', <class 'ctypes.c_ulong'>, 1),
 ('Reserved_0', <class 'ctypes.c_ulong'>, 1),
 ('Default_Big', <class 'ctypes.c_ulong'>, 1),
...