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

Class SYSTEM_INFO

source code


Instance Methods [hide private]
 
__get_dwOemId(self) source code
 
__set_dwOemId(self, value) source code
 
__get_wProcessorArchitecture(self) source code
 
__set_wProcessorArchitecture(self, value) 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_ = [('id', <class 'winappdbg.win32.version._SYSTEM_INF...
  dwActiveProcessorMask = <Field type=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]
  dwOemId
  wProcessorArchitecture

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.version._SYSTEM_INFO_OEM_ID'>),
 ('dwPageSize', <class 'ctypes.c_ulong'>),
 ('lpMinimumApplicationAddress', <class 'ctypes.c_void_p'>),
 ('lpMaximumApplicationAddress', <class 'ctypes.c_void_p'>),
 ('dwActiveProcessorMask', <class 'ctypes.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>

Property Details [hide private]

dwOemId

Get Method:
__get_dwOemId(self)
Set Method:
__set_dwOemId(self, value)

wProcessorArchitecture

Get Method:
__get_wProcessorArchitecture(self)
Set Method:
__set_wProcessorArchitecture(self, value)