x64dbg/docs/developers/plugins/Callbacks/plugcbtraceexecute.rst

12 lines
214 B
ReStructuredText
Raw Permalink Normal View History

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