Back to X64dbg

PLUG_CB_SYSTEMBREAKPOINT

docs/developers/plugins/Callbacks/plugcbsystembreakpoint.rst

2026.04.20277 B
Original Source

PLUG_CB_SYSTEMBREAKPOINT

Called at the system breakpoint (in the debug loop), after setting the initial dump location, before breaking the debugger on the system breakpoint:

::

struct PLUG_CB_SYSTEMBREAKPOINT 
{
    void* reserved;
};