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