mirror of
https://github.com/x64dbg/x64dbg
synced 2026-08-11 18:23:06 -04:00
10 lines
278 B
ReStructuredText
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;
|
|
};
|