mirror of
https://github.com/x64dbg/x64dbg
synced 2026-08-11 18:23:06 -04:00
10 lines
279 B
ReStructuredText
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;
|
|
};
|