From 0014c4a21c180343d66a1d0be6024cb8ef6ca002 Mon Sep 17 00:00:00 2001 From: theLangsam <112505840+theLangsam@users.noreply.github.com> Date: Tue, 30 Aug 2022 19:07:45 +0200 Subject: [PATCH] Update DumpTools.c Win11 Fix --- src/DumpTools.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DumpTools.c b/src/DumpTools.c index 74a71e5..63751ce 100644 --- a/src/DumpTools.c +++ b/src/DumpTools.c @@ -642,7 +642,7 @@ BOOL MiniDumpWriteDumpA(HANDLE hProcess, DWORD pid, HANDLE hFile, struct fPtrs* if (!fetch_process_info(&dc, function_ptrs)) return FALSE; fetch_modules_info(&dc, function_ptrs); - nStreams = 3; + nStreams = 6; nStreams = (nStreams + 3) & ~3; // Write Header