x64dbg/docs/developers/plugins/Callbacks/plugcbstopdebug.rst
2025-07-04 01:32:42 +02:00

10 lines
184 B
ReStructuredText

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