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

Class _DEBUG_EVENT_UNION_


Instance Methods [hide private]

Inherited from _ctypes.Union: __init__, __new__

Inherited from unreachable._CData: __ctypes_from_outparam__, __hash__

Inherited from object: __delattr__, __getattribute__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  _pack_ = 1
  _fields_ = [('Exception', <class 'winappdbg.win32.EXCEPTION_DE...
  CreateProcessInfo = <Field type=CREATE_PROCESS_DEBUG_INFO, ofs...
  CreateThread = <Field type=CREATE_THREAD_DEBUG_INFO, ofs=0, si...
  DebugString = <Field type=OUTPUT_DEBUG_STRING_INFO, ofs=0, siz...
  Exception = <Field type=EXCEPTION_DEBUG_INFO, ofs=0, size=84>
  ExitProcess = <Field type=EXIT_PROCESS_DEBUG_INFO, ofs=0, size=4>
  ExitThread = <Field type=EXIT_THREAD_DEBUG_INFO, ofs=0, size=4>
  LoadDll = <Field type=LOAD_DLL_DEBUG_INFO, ofs=0, size=22>
  RipInfo = <Field type=RIP_INFO, ofs=0, size=8>
  UnloadDll = <Field type=UNLOAD_DLL_DEBUG_INFO, ofs=0, 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:
[('Exception', <class 'winappdbg.win32.EXCEPTION_DEBUG_INFO'>),
 ('CreateThread', <class 'winappdbg.win32.CREATE_THREAD_DEBUG_INFO'>),
 ('CreateProcessInfo',
  <class 'winappdbg.win32.CREATE_PROCESS_DEBUG_INFO'>),
 ('ExitThread', <class 'winappdbg.win32.EXIT_THREAD_DEBUG_INFO'>),
 ('ExitProcess', <class 'winappdbg.win32.EXIT_PROCESS_DEBUG_INFO'>),
 ('LoadDll', <class 'winappdbg.win32.LOAD_DLL_DEBUG_INFO'>),
 ('UnloadDll', <class 'winappdbg.win32.UNLOAD_DLL_DEBUG_INFO'>),
...

CreateProcessInfo

Value:
<Field type=CREATE_PROCESS_DEBUG_INFO, ofs=0, size=38>

CreateThread

Value:
<Field type=CREATE_THREAD_DEBUG_INFO, ofs=0, size=12>

DebugString

Value:
<Field type=OUTPUT_DEBUG_STRING_INFO, ofs=0, size=8>