Back to X64dbg

PLUG_CB_BREAKPOINT

docs/developers/plugins/Callbacks/plugcbbreakpoint.rst

2026.04.20219 B
Original Source

PLUG_CB_BREAKPOINT

Called on a normal/memory/hardware breakpoint (in the debug loop), after locking the debugger to pause:

::

struct PLUG_CB_BREAKPOINT
{
    BRIDGEBP* breakpoint;
};