struct MINIDUMP_HEADER

Defined at line 96 of file ../../third_party/crashpad/src/compat/non_win/dbghelp.h

The top-level structure identifying a minidump file.

This structure contains a pointer to the stream directory, a second-level

structure which in turn contains pointers to third-level structures

(“streams”) containing the data within the minidump file. This structure

also contains the minidump file’s magic numbers, and other bookkeeping data.

This structure must be present at the beginning of a minidump file (at ::RVA

0).

Public Members

uint32_t Signature
uint32_t Version
uint32_t NumberOfStreams
RVA StreamDirectoryRva
uint32_t CheckSum
uint32_t TimeDateStamp
uint64_t Flags