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

Method _update_debugger_state

windows/debug/debugger.py:222–224  ·  view source on GitHub ↗
(self, debug_event)

Source from the content-addressed store, hash-verified

220
221
222 def _update_debugger_state(self, debug_event):
223 self.current_process = self.processes[debug_event.dwProcessId]
224 self.current_thread = self.threads[debug_event.dwThreadId]
225
226 def _dispatch_debug_event(self, debug_event):
227 handler = self._DebugEventCode_dispatch.get(debug_event.dwDebugEventCode, self._handle_unknown_debug_event)

Callers 9

_handle_exceptionMethod · 0.95
_handle_exit_processMethod · 0.95
_handle_create_threadMethod · 0.95
_handle_exit_threadMethod · 0.95
_handle_load_dllMethod · 0.95
_handle_unload_dllMethod · 0.95
_handle_ripMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected