| Home | Trees | Indices | Help |
|
|---|
|
|
Page access breakpoint (using guard pages).
See Also: Debug.watch_buffer
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Information | |||
|---|---|---|---|
| int |
|
||
| int |
|
||
| int |
|
||
| tuple( int, int ) |
|
||
| bool |
|
||
| State machine | |||
|
|||
|
|||
|
|||
|
|||
| int |
|
||
| str |
|
||
|
|||
| bool |
|
||
| bool |
|
||
| bool |
|
||
| bool |
|
||
| Conditional breakpoints | |||
| bool |
|
||
| bool, function |
|
||
| bool |
|
||
| bool |
|
||
|
|||
| Automatic breakpoints | |||
| bool, function |
|
||
| bool |
|
||
| bool |
|
||
|
|||
|
|||
|
|||
| str |
typeName = User friendly breakpoint type string. |
||
| dict { int → str } |
stateNames = User-friendly names for each breakpoint state. (Inherited from winappdbg.breakpoint.Breakpoint) |
||
| Breakpoint states | |||
|---|---|---|---|
| int |
DISABLED = 0Disabled → Enabled, OneShot (Inherited from winappdbg.breakpoint.Breakpoint) |
||
| int |
ENABLED = 1Enabled → Running, Disabled (Inherited from winappdbg.breakpoint.Breakpoint) |
||
| int |
ONESHOT = 2OneShot → Disabled (Inherited from winappdbg.breakpoint.Breakpoint) |
||
| int |
RUNNING = 3Running → Enabled, Disabled (Inherited from winappdbg.breakpoint.Breakpoint) |
||
|
|||
|
Inherited from |
|||
|
|||
Page breakpoint object.
See Also: Breakpoint.__init__ |
|
Sets the target pages as guard pages.
|
Restores the original permissions of the target pages.
|
Transition to DISABLED state.
|
Transition to ENABLED state.
|
Transition to ONESHOT state.
|
Transition to RUNNING state.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Dec 20 17:54:50 2013 | http://epydoc.sourceforge.net |