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

Method get_exception_code

windows/debug/localdbg.py:68–70  ·  view source on GitHub ↗

Return ExceptionCode of current exception

(self)

Source from the content-addressed store, hash-verified

66 self.veh_depth -= 1
67
68 def get_exception_code(self):
69 """Return ExceptionCode of current exception"""
70 return self.current_exception[0].ExceptionRecord[0].ExceptionCode
71
72 def get_exception_context(self):
73 """Return context of current exception"""

Callers 4

handle_exceptionMethod · 0.95
on_exceptionMethod · 0.95
setup_hxbp_callbackMethod · 0.95
remove_hxbp_callbackMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected