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

Method on_create_process

windows/debug/debugger.py:1094–1098  ·  view source on GitHub ↗

Called on create_process event :param CREATE_PROCESS_DEBUG_INFO create_process:

(self, create_process)

Source from the content-addressed store, hash-verified

1092 raise NotImplementedError("Debugger that explicitly single step should implement <on_single_step>")
1093
1094 def on_create_process(self, create_process):
1095 """Called on create_process event
1096
1097 :param CREATE_PROCESS_DEBUG_INFO create_process:"""
1098 pass
1099
1100 def on_exit_process(self, exit_process):
1101 """Called on exit_process event

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected