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.
    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.
Variables [hide private]
  __revision__ = '$Id: event.py 689 2010-06-20 13:56:12Z qvasimo...
  __package__ = 'winappdbg'
Variables Details [hide private]

__revision__

Value:
'$Id: event.py 689 2010-06-20 13:56:12Z qvasimodo $'