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]
    Debugging
  EventHandler
Base class for debug event handlers.
  EventSift
Event handler that allows you to use customized event handlers for each process you're attached to.
    Debug events
  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.
  EventFactory
Factory of Event objects.
  EventDispatcher
Implements debug event dispatching capabilities.
    Warnings
  EventCallbackWarning
This warning is issued when an uncaught exception was raised by a user-defined event handler.
Variables [hide private]
  __revision__ = '$Id: event.py 1299 2013-12-20 09:30:55Z qvasim...
  __package__ = 'winappdbg'
Variables Details [hide private]

__revision__

Value:
'$Id: event.py 1299 2013-12-20 09:30:55Z qvasimodo $'