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

Method get_exception_context

windows/debug/localdbg.py:72–74  ·  view source on GitHub ↗

Return context of current exception

(self)

Source from the content-addressed store, hash-verified

70 return self.current_exception[0].ExceptionRecord[0].ExceptionCode
71
72 def get_exception_context(self):
73 """Return context of current exception"""
74 return self.current_exception[0].ContextRecord[0]
75
76 def single_step(self):
77 """Make the current thread to single step"""

Callers 7

single_stepMethod · 0.95
handle_exceptionMethod · 0.95
setup_hxbp_callbackMethod · 0.95
remove_hxbp_callbackMethod · 0.95
contextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected