mirror of
https://github.com/x64dbg/x64dbg
synced 2026-08-11 18:23:06 -04:00
10 lines
229 B
ReStructuredText
10 lines
229 B
ReStructuredText
PLUG_CB_EXITPROCESS
|
|
===================
|
|
Called after the process exits (in the debug loop), before the symbol handler is cleaned up:
|
|
|
|
::
|
|
|
|
struct PLUG_CB_EXITPROCESS
|
|
{
|
|
EXIT_PROCESS_DEBUG_INFO* ExitProcess;
|
|
};
|