diff options
Diffstat (limited to 'miasm/jitter/jitload.py')
| -rw-r--r-- | miasm/jitter/jitload.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/miasm/jitter/jitload.py b/miasm/jitter/jitload.py index d92bf6ad..fb1c1f72 100644 --- a/miasm/jitter/jitload.py +++ b/miasm/jitter/jitload.py @@ -294,13 +294,7 @@ class Jitter(object): return True - def exception_memory_breakpoint(jitter): - "Stop the execution and return an identifier" - return ExceptionHandle.memoryBreakpoint() - self.add_exception_handler(EXCEPT_CODE_AUTOMOD, exception_automod) - self.add_exception_handler(EXCEPT_BREAKPOINT_MEMORY, - exception_memory_breakpoint) def add_breakpoint(self, addr, callback): """Add a callback associated with addr. |