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

Method callback

windows/debug/localdbg.py:112–114  ·  view source on GitHub ↗
(self, exc)

Source from the content-addressed store, hash-verified

110 return exports[api]
111
112 def callback(self, exc):
113 with self.NewCurrentException(exc):
114 return self.handle_exception(exc)
115
116 def handle_exception(self, exc):
117 exp_code = self.get_exception_code()

Callers 1

hook_callbackMethod · 0.80

Calls 2

NewCurrentExceptionMethod · 0.95
handle_exceptionMethod · 0.95

Tested by

no test coverage detected