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

Module breakpoint

source code

Breakpoints module.

Classes [hide private]
    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
Used by Debug.hook_function.
  ApiHook
Used by EventHandler.
  BufferWatch
Used by Debug.watch_buffer.
    Capabilities (private)
  BreakpointContainer
Encapsulates the capability to contain Breakpoint objects.
Variables [hide private]
  __revision__ = '$Id: breakpoint.py 675 2010-05-05 11:40:57Z qv...
  __package__ = 'winappdbg'
Variables Details [hide private]

__revision__

Value:
'$Id: breakpoint.py 675 2010-05-05 11:40:57Z qvasimodo $'