Skip to content

Commit ee94188

Browse files
committed
Update live dump parameters for Win11
1 parent 524bd81 commit ee94188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ProcessHacker/kdump.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ NTSTATUS PhpCreateLiveKernelDump(
8181
status = NtSystemDebugControl(
8282
SysDbgGetLiveKernelDump,
8383
&liveDumpControl,
84-
sizeof(SYSDBG_LIVEDUMP_CONTROL),
84+
RTL_SIZEOF_THROUGH_FIELD(SYSDBG_LIVEDUMP_CONTROL, AddPagesControl),
8585
NULL,
8686
0,
8787
NULL

0 commit comments

Comments
 (0)