Back to X64dbg

PLUG_CB_OUTPUTDEBUGSTRING

docs/developers/plugins/Callbacks/plugcboutputdebugstring.rst

2026.04.20278 B
Original Source

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;
};