x64dbg/docs/developers/plugins/Callbacks/plugcboutputdebugstring.rst
2025-07-04 01:32:42 +02:00

10 lines
279 B
ReStructuredText

PLUG_CB_OUTPUTDEBUGSTRING
=========================
Called on a DebugString event (in the debug loop), before dumping the string to the log, before breaking on a debug string:
::
struct PLUG_CB_OUTPUTDEBUGSTRING
{
OUTPUT_DEBUG_STRING_INFO* DebugString;
};