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

Method on_exit_thread

windows/debug/debugger.py:1112–1116  ·  view source on GitHub ↗

Called on exit_thread event :param EXIT_THREAD_DEBUG_INFO exit_thread:

(self, exit_thread)

Source from the content-addressed store, hash-verified

1110 pass
1111
1112 def on_exit_thread(self, exit_thread):
1113 """Called on exit_thread event
1114
1115 :param EXIT_THREAD_DEBUG_INFO exit_thread:"""
1116 pass
1117
1118 def on_load_dll(self, load_dll):
1119 """Called on load_dll event

Callers 1

_handle_exit_threadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected