pub const MINIDUMP_SIGNATURE: u32 = 0x504d444d; // 1_347_241_037u32
Expand description

The 4-byte magic number at the start of a minidump file.

In little endian this spells ‘MDMP’.