Package winappdbg :: Module event
[hide private]
[frames] | no frames]

Module event

source code

Event handling module.


See Also: http://apps.sourceforge.net/trac/winappdbg/wiki/Debugging

Classes [hide private]
  EventFactory
Factory of Event objects.
  EventHandler
Base class for debug event handlers.
  EventDispatcher
Implements debug event dispatching capabilities.
    Event objects
  Event
Event object.
  NoEvent
No event.
  ExceptionEvent
Exception event.
  CreateThreadEvent
Thread creation event.
  CreateProcessEvent
Process creation event.
  ExitThreadEvent
Thread termination event.
  ExitProcessEvent
Process termination event.
  LoadDLLEvent
Module load event.
  UnloadDLLEvent
Module unload event.
  OutputDebugStringEvent
Debug string output event.
  RIPEvent
RIP event.
Variables [hide private]
  __revision__ = '$Id: event.py 415 2009-09-29 15:38:12Z QvasiMo...
  __package__ = 'winappdbg'
Variables Details [hide private]

__revision__

Value:
'$Id: event.py 415 2009-09-29 15:38:12Z QvasiModo $'