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

Class _DEBUG_EVENT_UNION_

source code


Instance Methods [hide private]

Inherited from _ctypes.Union: __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_ = [('Exception', <class 'winappdbg.win32.kernel32.EXC...
  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=24>
  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.kernel32.EXCEPTION_DEBUG_INFO'>),
 ('CreateThread',
  <class 'winappdbg.win32.kernel32.CREATE_THREAD_DEBUG_INFO'>),
 ('CreateProcessInfo',
  <class 'winappdbg.win32.kernel32.CREATE_PROCESS_DEBUG_INFO'>),
 ('ExitThread',
  <class 'winappdbg.win32.kernel32.EXIT_THREAD_DEBUG_INFO'>),
...

CreateProcessInfo

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

CreateThread

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

DebugString

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