Constant minidump_common::format::MINIDUMP_SIGNATURE

source ·
pub const MINIDUMP_SIGNATURE: u32 = 0x504d444d;
Expand description

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

In little endian this spells ‘MDMP’.