|
__init__(self)
|
|
enable(self)
Enable hook execution
|
|
disable(self)
Disable hook execution
|
|
UnHook(self)
Remove the hook
|
|
add(self,
description,
address=0,
force=0,
timeout=0,
mode=0)
Add hook to Immunity Debugger hook database
|
|
_run(self,
regs)
regs is the actual cpu context, be sure of using this values and
not the ones from imm.getRegs() at hook time
|
|
_runTimeout(self,
regs)
regs is the actual cpu context, be sure of using this values and
not the ones from imm.getRegs() at hook time
|
|
run(self,
regs)
|
|
runTimeout(self,
regs)
|