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

Method on_output_debug_string

windows/debug/debugger.py:1130–1134  ·  view source on GitHub ↗

Called on debug_string event :param OUTPUT_DEBUG_STRING_INFO debug_string:

(self, debug_string)

Source from the content-addressed store, hash-verified

1128 pass
1129
1130 def on_output_debug_string(self, debug_string):
1131 """Called on debug_string event
1132
1133 :param OUTPUT_DEBUG_STRING_INFO debug_string:"""
1134 pass
1135
1136 def on_rip(self, rip_info):
1137 """Called on rip_info event

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected