Skip to content

Commit 69d0490

Browse files
committed
Add SysDbgGetLiveKernelDump
1 parent b5b875f commit 69d0490

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

phnt/include/ntexapi.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2739,7 +2739,8 @@ typedef enum _SYSDBG_COMMAND
27392739
SysDbgGetUmBreakPid,
27402740
SysDbgClearUmBreakPid,
27412741
SysDbgGetUmAttachPid,
2742-
SysDbgClearUmAttachPid
2742+
SysDbgClearUmAttachPid,
2743+
SysDbgGetLiveKernelDump
27432744
} SYSDBG_COMMAND, *PSYSDBG_COMMAND;
27442745

27452746
typedef struct _SYSDBG_VIRTUAL

0 commit comments

Comments
 (0)