| Home | Trees | Indices | Help |
|
|---|
|
|
Used by EventHandler.
This class acts as an action callback for code breakpoints set at the beginning of a function. It automatically retrieves the parameters from the stack, sets a breakpoint at the return address and retrieves the return value from the function call.
See Also: EventHandler.apiHooks
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Installs the API hook on a given process and module.
Warning: Do not call from an API hook callback. |
Removes the API hook from the given process and module.
Warning: Do not call from an API hook callback. |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Jun 16 14:18:34 2009 | http://epydoc.sourceforge.net |