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