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

Method on_create_thread

windows/debug/debugger.py:1106–1110  ·  view source on GitHub ↗

Called on create_thread event :param CREATE_THREAD_DEBUG_INFO create_thread:

(self, create_thread)

Source from the content-addressed store, hash-verified

1104 pass
1105
1106 def on_create_thread(self, create_thread):
1107 """Called on create_thread event
1108
1109 :param CREATE_THREAD_DEBUG_INFO create_thread:"""
1110 pass
1111
1112 def on_exit_thread(self, exit_thread):
1113 """Called on exit_thread event

Callers 1

_handle_create_threadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected