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

Class SYM_INFO

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'>), ('Type...
  Address = <Field type=c_ulonglong, ofs=56, size=8>
  Flags = <Field type=c_ulong, ofs=40, size=4>
  Index = <Field type=c_ulong, ofs=24, size=4>
  MaxNameLen = <Field type=c_ulong, ofs=80, size=4>
  ModBase = <Field type=c_ulonglong, ofs=32, size=8>
  Name = <Field type=c_char_Array_2001, ofs=84, size=2001>
  NameLen = <Field type=c_ulong, ofs=76, size=4>
  Register = <Field type=c_ulong, ofs=64, size=4>
  Reserved = <Field type=c_ulonglong_Array_2, ofs=8, size=16>
  Scope = <Field type=c_ulong, ofs=68, size=4>
  Size = <Field type=c_ulong, ofs=28, size=4>
  SizeOfStruct = <Field type=c_ulong, ofs=0, size=4>
  Tag = <Field type=c_ulong, ofs=72, size=4>
  TypeIndex = <Field type=c_ulong, ofs=4, size=4>
  Value = <Field type=c_ulonglong, ofs=48, size=8>
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'>),
 ('TypeIndex', <class 'ctypes.c_ulong'>),
 ('Reserved', <class 'winappdbg.win32.dbghelp.c_ulonglong_Array_2'>),
 ('Index', <class 'ctypes.c_ulong'>),
 ('Size', <class 'ctypes.c_ulong'>),
 ('ModBase', <class 'ctypes.c_ulonglong'>),
 ('Flags', <class 'ctypes.c_ulong'>),
 ('Value', <class 'ctypes.c_ulonglong'>),
...