Back to X64dbg

PLUG_CB_EXITPROCESS

docs/developers/plugins/Callbacks/plugcbexitprocess.rst

2026.04.20228 B
Original Source

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