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

Module breakpoint

source code

Breakpoints module.


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

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).
    Breakpoint wrappers
  Hook
Used by Debug.hook_function.
  ApiHook
Used by EventHandler.
  BufferWatch
Used by Debug.watch_buffer.
    Debug registers manipulation
  DebugRegister
Class to manipulate debug registers.
    Breakpoint container capabilities
  BreakpointContainer
Encapsulates the capability to contain Breakpoint objects.
Variables [hide private]
  __revision__ = '$Id: breakpoint.py 626 2010-02-12 21:54:30Z qv...
  __package__ = 'winappdbg'
Variables Details [hide private]

__revision__

Value:
'$Id: breakpoint.py 626 2010-02-12 21:54:30Z qvasimodo $'