Trees | Indices | Help |
---|
|
Code for hooking import address tables by making them invalid pointers and catching the exceptions...
|
|||
IatHook Abuse the PageWatch subsystem to allow function pointers to be frob'd to create breakpoint like behavior. |
|
|||
|
|
|||
__package__ =
|
|
Hook the IAT with special "breakpoint" like objects which handle the memory access errors and document the calls... Set fast=True for them to be "Fastbreak" breakpoints. This returns a list of (name, bpid) tuples... Example: for impname, bpid in hookIat(t, 'ws2_32') t.setBreakpointCode(bpid, codestr) ... |
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Nov 16 18:22:11 2012 | http://epydoc.sourceforge.net |