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

11 lines
214 B
ReStructuredText

PLUG_CB_TRACEEXECUTE
====================
Called during conditional tracing. Set the `stop` member to `true` to stop tracing.
::
struct PLUG_CB_TRACEEXECUTE
{
duint cip;
bool stop;
};