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

Class SYSTEM_INFO


Instance Methods [hide private]

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]
  _fields_ = [('id', <class 'winappdbg.win32._SYSTEM_INFO_OEM_ID...
  dwActiveProcessorMask = <Field type=LP_c_ulong, ofs=16, size=4>
  dwAllocationGranularity = <Field type=c_ulong, ofs=28, size=4>
  dwNumberOfProcessors = <Field type=c_ulong, ofs=20, size=4>
  dwPageSize = <Field type=c_ulong, ofs=4, size=4>
  dwProcessorType = <Field type=c_ulong, ofs=24, size=4>
  id = <Field type=_SYSTEM_INFO_OEM_ID, ofs=0, size=4>
  lpMaximumApplicationAddress = <Field type=c_void_p, ofs=12, si...
  lpMinimumApplicationAddress = <Field type=c_void_p, ofs=8, siz...
  wProcessorLevel = <Field type=c_ushort, ofs=32, size=2>
  wProcessorRevision = <Field type=c_ushort, ofs=34, size=2>
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:
[('id', <class 'winappdbg.win32._SYSTEM_INFO_OEM_ID'>),
 ('dwPageSize', <class 'ctypes.c_ulong'>),
 ('lpMinimumApplicationAddress', <class 'ctypes.c_void_p'>),
 ('lpMaximumApplicationAddress', <class 'ctypes.c_void_p'>),
 ('dwActiveProcessorMask', <class 'ctypes.LP_c_ulong'>),
 ('dwNumberOfProcessors', <class 'ctypes.c_ulong'>),
 ('dwProcessorType', <class 'ctypes.c_ulong'>),
 ('dwAllocationGranularity', <class 'ctypes.c_ulong'>),
...

lpMaximumApplicationAddress

Value:
<Field type=c_void_p, ofs=12, size=4>

lpMinimumApplicationAddress

Value:
<Field type=c_void_p, ofs=8, size=4>