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

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;
};