Back to X64dbg

PLUG_CB_EXCEPTION

docs/developers/plugins/Callbacks/plugcbexception.rst

2026.04.20268 B
Original Source

PLUG_CB_EXCEPTION

Called on an unhandled (by the debugger) exception (in the debug loop), after setting the continue status, after locking the debugger to pause:

::

struct PLUG_CB_EXCEPTION 
{
    EXCEPTION_DEBUG_INFO* Exception;
};