mirror of
https://github.com/x64dbg/x64dbg
synced 2026-08-11 18:23:06 -04:00
10 lines
193 B
ReStructuredText
10 lines
193 B
ReStructuredText
PLUG_CB_STEPPED
|
|
===============
|
|
Called after the debugger stepped (in the debug loop), after locking the debugger to pause:
|
|
|
|
::
|
|
|
|
struct PLUG_CB_STEPPED
|
|
{
|
|
void* reserved;
|
|
};
|