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

Class STACKFRAME64

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_ = [('AddrPC', <class 'winappdbg.win32.dbghelp.ADDRESS...
  AddrBStore = <Field type=ADDRESS64, ofs=64, size=16>
  AddrFrame = <Field type=ADDRESS64, ofs=32, size=16>
  AddrPC = <Field type=ADDRESS64, ofs=0, size=16>
  AddrReturn = <Field type=ADDRESS64, ofs=16, size=16>
  AddrStack = <Field type=ADDRESS64, ofs=48, size=16>
  Far = <Field type=c_long, ofs=120, size=4>
  FuncTableEntry = <Field type=c_void_p, ofs=80, size=4>
  KdHelp = <Field type=KDHELP64, ofs=152, size=112>
  Params = <Field type=c_ulonglong_Array_4, ofs=88, size=32>
  Reserved = <Field type=c_ulonglong_Array_3, ofs=128, size=24>
  Virtual = <Field type=c_long, ofs=124, 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:
[('AddrPC', <class 'winappdbg.win32.dbghelp.ADDRESS64'>),
 ('AddrReturn', <class 'winappdbg.win32.dbghelp.ADDRESS64'>),
 ('AddrFrame', <class 'winappdbg.win32.dbghelp.ADDRESS64'>),
 ('AddrStack', <class 'winappdbg.win32.dbghelp.ADDRESS64'>),
 ('AddrBStore', <class 'winappdbg.win32.dbghelp.ADDRESS64'>),
 ('FuncTableEntry', <class 'ctypes.c_void_p'>),
 ('Params', <class 'winappdbg.win32.dbghelp.c_ulonglong_Array_4'>),
 ('Far', <class 'ctypes.c_long'>),
...