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

11 lines
184 B
ReStructuredText
Raw Permalink Normal View History

PLUG_CB_STOPDEBUG
=================
Called when the debugging has been stopped, useful to reset some variables:
::
struct PLUG_CB_STOPDEBUG
{
void* reserved;
};