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

Class IMAGEHLP_MODULEW64

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_ = [('SizeOfStruct', <class 'ctypes.c_ulong'>), ('Base...
  BaseOfImage = <Field type=c_ulonglong, ofs=8, size=8>
  CVData = <Field type=c_wchar_Array_780, ofs=1640, size=1560>
  CVSig = <Field type=c_ulong, ofs=1636, size=4>
  CheckSum = <Field type=c_ulong, ofs=24, size=4>
  DbgUnmatched = <Field type=c_long, ofs=3228, size=4>
  GlobalSymbols = <Field type=c_long, ofs=3236, size=4>
  ImageName = <Field type=c_wchar_Array_256, ofs=100, size=512>
  ImageSize = <Field type=c_ulong, ofs=16, size=4>
  LineNumbers = <Field type=c_long, ofs=3232, size=4>
  LoadedImageName = <Field type=c_wchar_Array_256, ofs=612, size...
  LoadedPdbName = <Field type=c_wchar_Array_256, ofs=1124, size=...
  ModuleName = <Field type=c_wchar_Array_32, ofs=36, size=64>
  NumSyms = <Field type=c_ulong, ofs=28, size=4>
  PdbAge = <Field type=c_ulong, ofs=3220, size=4>
  PdbSig = <Field type=c_ulong, ofs=3200, size=4>
  PdbSig70 = <Field type=GUID, ofs=3204, size=16>
  PdbUnmatched = <Field type=c_long, ofs=3224, size=4>
  Publics = <Field type=c_long, ofs=3248, size=4>
  SizeOfStruct = <Field type=c_ulong, ofs=0, size=4>
  SourceIndexed = <Field type=c_long, ofs=3244, size=4>
  SymType = <Field type=c_ulong, ofs=32, size=4>
  TimeDateStamp = <Field type=c_ulong, ofs=20, size=4>
  TypeInfo = <Field type=c_long, ofs=3240, size=4>
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:
[('SizeOfStruct', <class 'ctypes.c_ulong'>),
 ('BaseOfImage', <class 'ctypes.c_ulonglong'>),
 ('ImageSize', <class 'ctypes.c_ulong'>),
 ('TimeDateStamp', <class 'ctypes.c_ulong'>),
 ('CheckSum', <class 'ctypes.c_ulong'>),
 ('NumSyms', <class 'ctypes.c_ulong'>),
 ('SymType', <class 'ctypes.c_ulong'>),
 ('ModuleName', <class 'winappdbg.win32.dbghelp.c_wchar_Array_32'>),
...

LoadedImageName

Value:
<Field type=c_wchar_Array_256, ofs=612, size=512>

LoadedPdbName

Value:
<Field type=c_wchar_Array_256, ofs=1124, size=512>