MCPcopy Create free account
hub / github.com/ELMERIKH/PyinMemoryPE / on_exception

Method on_exception

windows/debug/localdbg.py:142–146  ·  view source on GitHub ↗

Called on exception

(self, exc)

Source from the content-addressed store, hash-verified

140 return self.on_exception(exc)
141
142 def on_exception(self, exc):
143 """Called on exception"""
144 if not self.get_exception_code() in winexception.exception_name_by_value:
145 return windef.EXCEPTION_CONTINUE_SEARCH
146 return windef.EXCEPTION_CONTINUE_EXECUTION
147
148 def del_bp(self, bp, targets=None):
149 """Delete a breakpoint"""

Callers 1

handle_exceptionMethod · 0.95

Calls 1

get_exception_codeMethod · 0.95

Tested by

no test coverage detected