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

Module breakpoint

source code

Breakpoints.

Classes [hide private]
  _Hook_i386
Implementation details for Hook on the win32.ARCH_I386 architecture.
  _Hook_amd64
Implementation details for Hook on the win32.ARCH_AMD64 architecture.
  _BufferWatchCondition
Used by Debug.watch_buffer.
  _BreakpointContainer
Encapsulates the capability to contain Breakpoint objects.
    Breakpoints
  Breakpoint
Base class for breakpoints.
  CodeBreakpoint
Code execution breakpoints (using an int3 opcode).
  PageBreakpoint
Page access breakpoint (using guard pages).
  HardwareBreakpoint
Hardware breakpoint (using debug registers).
  Hook
Factory class to produce hook objects.
  ApiHook
Used by EventHandler.
  BufferWatch
Returned by Debug.watch_buffer.
    Warnings
  BreakpointWarning
This warning is issued when a non-fatal error occurs that's related to breakpoints.
  BreakpointCallbackWarning
This warning is issued when an uncaught exception was raised by a breakpoint's user-defined callback.
Variables [hide private]
  __revision__ = '$Id: breakpoint.py 1299 2013-12-20 09:30:55Z q...
  __package__ = 'winappdbg'
Variables Details [hide private]

__revision__

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