Back to X64dbg

PLUG_CB_STOPDEBUG

docs/developers/plugins/Callbacks/plugcbstopdebug.rst

2026.04.20183 B
Original Source

PLUG_CB_STOPDEBUG

Called when the debugging has been stopped, useful to reset some variables:

::

struct PLUG_CB_STOPDEBUG 
{
    void* reserved;
};