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

10 lines
278 B
ReStructuredText

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