#
# Various MS-DOS (and OS/2) magic numbers
#
# Contributions: Jouni Miettunen jon@stekt.oulu.fi
#                Greg Roelofs roe2@midway.uchicago.edu 
#                Darrel Hankerson hankedr@mail.auburn.edu
#
0  string      MZ             DOS executable
>24   string   @              (OS/2 or Windows format)
# DH: OS/2 lh 2.22
>>0xe7 string  LH/2\ Self-Extract  (%s)
# DH: OS/2 PKZip 1.01
>>0xe9 string  PKSFX2         (%s)
>0x19 string   \x0\x0\x0LZ91  (lzexe compressed)
>0x1c string   RJSX\xff\xff   (ARJ SFX)
>0x1c string   diet\xf9\x9c   (diet compressed)
>0x1e string   Copyright\ 1989-1990\ PKWARE\ Inc.  (PKSFX)
# JM: 0x1e "PKLITE Copr. 1990-92 PKWARE Inc. All Rights Reserved\7\0\0\0"
>0x1e string   PKLITE\ Copr.  (%.6s compressed)
>0x24 string   LHa's\ SFX     (%.15s) 
>0x24 string   LHA's\ SFX     (%.15s)
0  string      LZ             DOS executable (built-in)
0  byte     0xe9              DOS executable (COM)
>6 string   SFX\ of\ LHarc    (%s)
0  byte     0xeb              DOS executable (COM)
0  byte     0xf0              MS-DOS program library

0  string   ?_\3\0            Windows HLP

