Tagged articles
1 articles
Page 1 of 1
Open Source Linux
Open Source Linux
Oct 16, 2024 · Fundamentals

Decoding Windows Minidump Files: Inside the Crash Dump Structure

This article explains how Windows minidump files are structured, detailing the header and key streams such as ThreadListStream, ModuleListStream, ExceptionStream, SystemInfoStream, and MiscInfoStream, and shows how this information helps pinpoint the exact cause of a program crash.

DebuggingWindowsbinary analysis
0 likes · 7 min read
Decoding Windows Minidump Files: Inside the Crash Dump Structure