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

Class LDR_MODULE

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]
  _fields_ = [('InLoadOrderModuleList', <class 'winappdbg.win32....
  BaseAddress = <Field type=c_void_p, ofs=24, size=4>
  BaseDllName = <Field type=UNICODE_STRING, ofs=44, size=8>
  EntryPoint = <Field type=c_void_p, ofs=28, size=4>
  Flags = <Field type=c_ulong, ofs=52, size=4>
  FullDllName = <Field type=UNICODE_STRING, ofs=36, size=8>
  HashTableEntry = <Field type=LIST_ENTRY, ofs=60, size=8>
  InInitializationOrderModuleList = <Field type=LIST_ENTRY, ofs=...
  InLoadOrderModuleList = <Field type=LIST_ENTRY, ofs=0, size=8>
  InMemoryOrderModuleList = <Field type=LIST_ENTRY, ofs=8, size=8>
  LoadCount = <Field type=c_short, ofs=56, size=2>
  SizeOfImage = <Field type=c_ulong, ofs=32, size=4>
  TimeDateStamp = <Field type=c_ulong, ofs=68, size=4>
  TlsIndex = <Field type=c_short, ofs=58, 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:
[('InLoadOrderModuleList',
  <class 'winappdbg.win32.defines.LIST_ENTRY'>),
 ('InMemoryOrderModuleList',
  <class 'winappdbg.win32.defines.LIST_ENTRY'>),
 ('InInitializationOrderModuleList',
  <class 'winappdbg.win32.defines.LIST_ENTRY'>),
 ('BaseAddress', <class 'ctypes.c_void_p'>),
 ('EntryPoint', <class 'ctypes.c_void_p'>),
...

InInitializationOrderModuleList

Value:
<Field type=LIST_ENTRY, ofs=16, size=8>