Home
last modified time | relevance | path

Searched refs:MAGIC_MZ (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/ikvm/reflect/Reader/
H A DPEReader.cs35 internal const WORD MAGIC_MZ = 0x5A4D; field in IKVM.Reflection.Reader.MSDOS_HEADER
273 if (msdos.signature != MSDOS_HEADER.MAGIC_MZ) in Read()
/dports/security/pev/pev/lib/libpe/
H A Dpe.h43 #define MAGIC_MZ 0x5a4d // Belongs to the DOS header macro
H A Dpe.c154 if (ctx->pe.dos_hdr->e_magic != MAGIC_MZ) in pe_parse()
276 if (ctx->pe.dos_hdr == NULL || ctx->pe.dos_hdr->e_magic != MAGIC_MZ) in pe_is_pe()