msdos 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406
  1. #------------------------------------------------------------------------------
  2. # msdos: file(1) magic for MS-DOS files
  3. #
  4. # .BAT files (Daniel Quinlan, quinlan@yggdrasil.com)
  5. 0 string/c @echo\ off MS-DOS batch file text
  6. # XXX - according to Microsoft's spec, at an offset of 0x3c in a
  7. # PE-format executable is the offset in the file of the PE header;
  8. # unfortunately, that's a little-endian offset, and there's no way
  9. # to specify an indirect offset with a specified byte order.
  10. # So, for now, we assume the standard MS-DOS stub, which puts the
  11. # PE header at 0x80 = 128.
  12. #
  13. # Required OS version and subsystem version were 4.0 on some NT 3.51
  14. # executables built with Visual C++ 4.0, so it's not clear that
  15. # they're interesting. The user version was 0.0, but there's
  16. # probably some linker directive to set it. The linker version was
  17. # 3.0, except for one ".exe" which had it as 4.20 (same damn linker!).
  18. #
  19. 128 string PE\0\0 MS Windows PE
  20. >150 leshort&0x0100 >0 32-bit
  21. >132 leshort 0x0 unknown processor
  22. >132 leshort 0x14c Intel 80386
  23. >132 leshort 0x166 MIPS R4000
  24. >132 leshort 0x184 Alpha
  25. >132 leshort 0x268 Motorola 68000
  26. >132 leshort 0x1f0 PowerPC
  27. >132 leshort 0x290 PA-RISC
  28. >148 leshort >27
  29. >>220 leshort 0 unknown subsystem
  30. >>220 leshort 1 native
  31. >>220 leshort 2 GUI
  32. >>220 leshort 3 console
  33. >>220 leshort 7 POSIX
  34. >150 leshort&0x2000 =0 executable
  35. #>>136 ledate x stamp %s,
  36. >>150 leshort&0x0001 >0 not relocatable
  37. #>>150 leshort&0x0004 =0 with line numbers,
  38. #>>150 leshort&0x0008 =0 with local symbols,
  39. #>>150 leshort&0x0200 =0 with debug symbols,
  40. >>150 leshort&0x1000 >0 system file
  41. #>>148 leshort >0
  42. #>>>154 byte x linker %d
  43. #>>>155 byte x \b.%d,
  44. #>>148 leshort >27
  45. #>>>192 leshort x requires OS %d
  46. #>>>194 leshort x \b.%d,
  47. #>>>196 leshort x user version %d
  48. #>>>198 leshort x \b.%d,
  49. #>>>200 leshort x subsystem version %d
  50. #>>>202 leshort x \b.%d,
  51. >150 leshort&0x2000 >0 DLL
  52. #>>136 ledate x stamp %s,
  53. >>150 leshort&0x0001 >0 not relocatable
  54. #>>150 leshort&0x0004 =0 with line numbers,
  55. #>>150 leshort&0x0008 =0 with local symbols,
  56. #>>150 leshort&0x0200 =0 with debug symbols,
  57. >>150 leshort&0x1000 >0 system file
  58. #>>148 leshort >0
  59. #>>>154 byte x linker %d
  60. #>>>155 byte x \b.%d,
  61. #>>148 leshort >27
  62. #>>>192 leshort x requires OS %d
  63. #>>>194 leshort x \b.%d,
  64. #>>>196 leshort x user version %d
  65. #>>>198 leshort x \b.%d,
  66. #>>>200 leshort x subsystem version %d
  67. #>>>202 leshort x \b.%d,
  68. 0 leshort 0x14c MS Windows COFF Intel 80386 object file
  69. #>4 ledate x stamp %s
  70. 0 leshort 0x166 MS Windows COFF MIPS R4000 object file
  71. #>4 ledate x stamp %s
  72. 0 leshort 0x184 MS Windows COFF Alpha object file
  73. #>4 ledate x stamp %s
  74. 0 leshort 0x268 MS Windows COFF Motorola 68000 object file
  75. #>4 ledate x stamp %s
  76. 0 leshort 0x1f0 MS Windows COFF PowerPC object file
  77. #>4 ledate x stamp %s
  78. 0 leshort 0x290 MS Windows COFF PA-RISC object file
  79. #>4 ledate x stamp %s
  80. # .EXE formats (Greg Roelofs, newt@uchicago.edu)
  81. #
  82. 0 string MZ MS-DOS executable (EXE)
  83. >24 string @ \b, OS/2 or MS Windows
  84. >>0xe7 string LH/2\ Self-Extract \b, %s
  85. >>0xe9 string PKSFX2 \b, %s
  86. >>122 string Windows\ self-extracting\ ZIP \b, %s
  87. >0x1c string RJSX\xff\xff \b, ARJ SFX
  88. >0x1c string diet\xf9\x9c \b, diet compressed
  89. >0x1c string LZ09 \b, LZEXE v0.90 compressed
  90. >0x1c string LZ91 \b, LZEXE v0.91 compressed
  91. >0x1e string Copyright\ 1989-1990\ PKWARE\ Inc. \b, PKSFX
  92. # JM: 0x1e "PKLITE Copr. 1990-92 PKWARE Inc. All Rights Reserved\7\0\0\0"
  93. >0x1e string PKLITE\ Copr. \b, %.6s compressed
  94. >0x24 string LHa's\ SFX \b, %.15s
  95. >0x24 string LHA's\ SFX \b, %.15s
  96. >1638 string -lh5- \b, LHa SFX archive v2.13S
  97. >7195 string Rar! \b, RAR self-extracting archive
  98. #
  99. # [GRR 950118: file 3.15 has a buffer-size limitation; offsets bigger than
  100. # 8161 bytes are ignored. To make the following entries work, increase
  101. # HOWMANY in file.h to 32K at least, and maybe to 70K or more for OS/2,
  102. # NT/Win32 and VMS.]
  103. # [GRR: some company sells a self-extractor/displayer for image data(!)]
  104. #
  105. >11696 string PK\003\004 \b, PKZIP SFX archive v1.1
  106. >13297 string PK\003\004 \b, PKZIP SFX archive v1.93a
  107. >15588 string PK\003\004 \b, PKZIP2 SFX archive v1.09
  108. >15770 string PK\003\004 \b, PKZIP SFX archive v2.04g
  109. >28374 string PK\003\004 \b, PKZIP2 SFX archive v1.02
  110. #
  111. # Info-ZIP self-extractors
  112. # these are the DOS versions:
  113. >25115 string PK\003\004 \b, Info-ZIP SFX archive v5.12
  114. >26331 string PK\003\004 \b, Info-ZIP SFX archive v5.12 w/decryption
  115. # these are the OS/2 versions (OS/2 is flagged above):
  116. >47031 string PK\003\004 \b, Info-ZIP SFX archive v5.12
  117. >49845 string PK\003\004 \b, Info-ZIP SFX archive v5.12 w/decryption
  118. # this is the NT/Win32 version:
  119. >69120 string PK\003\004 \b, Info-ZIP NT SFX archive v5.12 w/decryption
  120. #
  121. # TELVOX Teleinformatica CODEC self-extractor for OS/2:
  122. >49801 string \x79\xff\x80\xff\x76\xff \b, CODEC archive v3.21
  123. >>49824 leshort =1 \b, 1 file
  124. >>49824 leshort >1 \b, %u files
  125. # .COM formats (Daniel Quinlan, quinlan@yggdrasil.com)
  126. # Uncommenting only the first two lines will cover about 2/3 of COM files,
  127. # but it isn't feasible to match all COM files since there must be at least
  128. # two dozen different one-byte "magics".
  129. #0 byte 0xe9 MS-DOS executable (COM)
  130. #>6 string SFX\ of\ LHarc (%s)
  131. #0 byte 0x8c MS-DOS executable (COM)
  132. # 0xeb conflicts with "sequent" magic
  133. #0 byte 0xeb MS-DOS executable (COM)
  134. #0 byte 0xb8 MS-DOS executable (COM)
  135. # miscellaneous formats
  136. 0 string LZ MS-DOS executable (built-in)
  137. #0 byte 0xf0 MS-DOS program library data
  138. #
  139. #
  140. # Windows Registry files.
  141. #
  142. 0 string regf Windows NT registry file
  143. 0 string CREG Windows 95 registry file
  144. # AAF files:
  145. # <stuartc@rd.bbc.co.uk> Stuart Cunningham
  146. 0 string \320\317\021\340\241\261\032\341AAFB\015\000OM\006\016\053\064\001\001\001\377 AAF legacy file using MS Structured Storage
  147. >30 byte 9 (512B sectors)
  148. >30 byte 12 (4kB sectors)
  149. 0 string \320\317\021\340\241\261\032\341\001\002\001\015\000\002\000\000\006\016\053\064\003\002\001\001 AAF file using MS Structured Storage
  150. >30 byte 9 (512B sectors)
  151. >30 byte 12 (4kB sectors)
  152. # Popular applications
  153. 2080 string Microsoft\ Word\ 6.0\ Document %s
  154. 2080 string Documento\ Microsoft\ Word\ 6 Spanish Microsoft Word 6 document data
  155. # Pawel Wiecek <coven@i17linuxb.ists.pwr.wroc.pl> (for polish Word)
  156. 2112 string MSWordDoc Microsoft Word document data
  157. #
  158. 0 belong 0x31be0000 Microsoft Word Document
  159. #
  160. 0 string PO^Q` Microsoft Word 6.0 Document
  161. #
  162. 0 string \376\067\0\043 Microsoft Office Document
  163. 0 string \320\317\021\340\241\261\032\341 Microsoft Office Document
  164. 0 string \333\245-\0\0\0 Microsoft Office Document
  165. #
  166. 2080 string Microsoft\ Excel\ 5.0\ Worksheet %s
  167. 2080 string Foglio\ di\ lavoro\ Microsoft\ Exce %s
  168. #
  169. # Pawel Wiecek <coven@i17linuxb.ists.pwr.wroc.pl> (for polish Excel)
  170. 2114 string Biff5 Microsoft Excel 5.0 Worksheet
  171. # Italian MS-Excel
  172. 2121 string Biff5 Microsoft Excel 5.0 Worksheet
  173. 0 string \x09\x04\x06\x00\x00\x00\x10\x00 Microsoft Excel Worksheet
  174. #
  175. 0 belong 0x00001a00 Lotus 1-2-3
  176. >4 belong 0x00100400 wk3 document data
  177. >4 belong 0x02100400 wk4 document data
  178. >4 belong 0x07800100 fm3 or fmb document data
  179. >4 belong 0x07800000 fm3 or fmb document data
  180. #
  181. 0 belong 0x00000200 Lotus 1-2-3
  182. >4 belong 0x06040600 wk1 document data
  183. >4 belong 0x06800200 fmt document data
  184. # Help files
  185. 0 string ?_\3\0 MS Windows Help Data
  186. # DeIsL1.isu what this is I don't know
  187. 0 string \161\250\000\000\001\002 DeIsL1.isu whatever that is
  188. # Winamp .avs
  189. #0 string Nullsoft\ AVS\ Preset\ \060\056\061\032 A plug in for Winamp ms-windows Freeware media player
  190. 0 string Nullsoft\ AVS\ Preset\ Winamp plug in
  191. # Hyper terminal:
  192. 0 string HyperTerminal\ hyperterm
  193. >15 string 1.0\ --\ HyperTerminal\ data\ file MS-windows Hyperterminal
  194. # Windows Metafont .WMF
  195. 0 string \327\315\306\232\000\000\000\000\000\000 ms-windows metafont .wmf
  196. #tz3 files whatever that is (MS Works files)
  197. 0 string \003\001\001\004\070\001\000\000 tz3 ms-works file
  198. 0 string \003\002\001\004\070\001\000\000 tz3 ms-works file
  199. 0 string \003\003\001\004\070\001\000\000 tz3 ms-works file
  200. # PGP sig files .sig
  201. #0 string \211\000\077\003\005\000\063\237\127 065 to \027\266\151\064\005\045\101\233\021\002 PGP sig
  202. 0 string \211\000\077\003\005\000\063\237\127\065\027\266\151\064\005\045\101\233\021\002 PGP sig
  203. 0 string \211\000\077\003\005\000\063\237\127\066\027\266\151\064\005\045\101\233\021\002 PGP sig
  204. 0 string \211\000\077\003\005\000\063\237\127\067\027\266\151\064\005\045\101\233\021\002 PGP sig
  205. 0 string \211\000\077\003\005\000\063\237\127\070\027\266\151\064\005\045\101\233\021\002 PGP sig
  206. 0 string \211\000\077\003\005\000\063\237\127\071\027\266\151\064\005\045\101\233\021\002 PGP sig
  207. 0 string \211\000\225\003\005\000\062\122\207\304\100\345\042 PGP sig
  208. # windows zips files .dmf
  209. 0 string MDIF\032\000\010\000\000\000\372\046\100\175\001\000\001\036\001\000 Ms-windows special zipped file
  210. # Windows help file FTG FTS
  211. 0 string \164\146\115\122\012\000\000\000\001\000\000\000 ms-windows help cache
  212. # grp old windows 3.1 group files
  213. 0 string \120\115\103\103 Ms-windows 3.1 group files
  214. # lnk files windows symlinks
  215. 0 string \114\000\000\000\001\024\002\000\000\000\000\000\300\000\000\000\000\000\000\106 ms-Windows shortcut
  216. #ico files
  217. 0 string \102\101\050\000\000\000\056\000\000\000\000\000\000\000 Icon for ms-windows
  218. # Windows icons (Ian Springer <ips@fpk.hp.com>)
  219. 0 string \000\000\001\000 ms-windows icon resource
  220. >4 byte 1 - 1 icon
  221. >4 byte >1 - %d icons
  222. >>6 byte >0 \b, %dx
  223. >>>7 byte >0 \b%d
  224. >>8 byte 0 \b, 256-colors
  225. >>8 byte >0 \b, %d-colors
  226. # .chr files
  227. 0 string PK\010\010BGI Borland font
  228. >4 string >\0 %s
  229. # then there is a copyright notice
  230. # .bgi files
  231. 0 string pk\010\010BGI Borland device
  232. >4 string >\0 %s
  233. # then there is a copyright notice
  234. # recycled/info the windows trash bin index
  235. 9 string \000\000\000\030\001\000\000\000 ms-windows recycled bin info
  236. ##### put in Either Magic/font or Magic/news
  237. # Acroread or something files wrongly identified as G3 .pfm
  238. # these have the form \000 \001 any? \002 \000 \000
  239. # or \000 \001 any? \022 \000 \000
  240. #0 string \000\001 pfm?
  241. #>3 string \022\000\000Copyright\ yes
  242. #>3 string \002\000\000Copyright\ yes
  243. #>3 string >\0 oops, not a font file. Cancel that.
  244. #it clashes with ttf files so put it lower down.
  245. # From Doug Lee via a FreeBSD pr
  246. 9 string GERBILDOC First Choice document
  247. 9 string GERBILDB First Choice database
  248. 9 string GERBILCLIP First Choice database
  249. 0 string GERBIL First Choice device file
  250. 9 string RABBITGRAPH RabbitGraph file
  251. 0 string DCU1 Borland Delphi .DCU file
  252. 0 string !<spell> MKS Spell hash list (old format)
  253. 0 string !<spell2> MKS Spell hash list
  254. # Too simple - MPi
  255. #0 string AH Halo(TM) bitmapped font file
  256. 0 lelong 0x08086b70 TurboC BGI file
  257. 0 lelong 0x08084b50 TurboC Font file
  258. # WARNING: below line conflicts with Infocom game data Z-machine 3
  259. 0 byte 0x03 DBase 3 data file
  260. >0x04 lelong 0 (no records)
  261. >0x04 lelong >0 (%ld records)
  262. 0 byte 0x83 DBase 3 data file with memo(s)
  263. >0x04 lelong 0 (no records)
  264. >0x04 lelong >0 (%ld records)
  265. 0 leshort 0x0006 DBase 3 index file
  266. 0 string PMCC Windows 3.x .GRP file
  267. 1 string RDC-meg MegaDots
  268. >8 byte >0x2F version %c
  269. >9 byte >0x2F \b.%c file
  270. 0 lelong 0x4C
  271. >4 lelong 0x00021401 Windows shortcut file
  272. # DOS EPS Binary File Header
  273. # From: Ed Sznyter <ews@Black.Market.NET>
  274. 0 belong 0xC5D0D3C6 DOS EPS Binary File
  275. >4 long >0 Postscript starts at byte %d
  276. >>8 long >0 length %d
  277. >>>12 long >0 Metafile starts at byte %d
  278. >>>>16 long >0 length %d
  279. >>>20 long >0 TIFF starts at byte %d
  280. >>>>24 long >0 length %d
  281. # TNEF magic From "Joomy" <joomy@se-ed.net>
  282. 0 leshort 0x223e9f78 TNEF
  283. # HtmlHelp files (.chm)
  284. 0 string ITSF\003\000\000\000\x60\000\000\000\001\000\000\000 MS Windows HtmlHelp Data
  285. # GFA-BASIC (Wolfram Kleff)
  286. 2 string GFA-BASIC3 GFA-BASIC 3 data
  287. # DJGPP compiled files
  288. # v >2, uses DPMI & small(2k) stub (Robert vd Boon, rjvdboon@europe.com)
  289. 0x200 string go32stub DOS-executable compiled w/DJGPP
  290. >0x20c string >0 (stub v%.4s)
  291. >>0x8b2 string djp [compressed w/%s
  292. >>>&1 string >\0 %.4s]
  293. >>0x8ad string UPX [compressed w/%s
  294. >>>&1 string >\0 %.4s]
  295. >>0x1c string pmodedj stubbed with %s
  296. # QDOS
  297. 4 belong 0x4AFB QDOS executable
  298. >9 pstring x '%s'
  299. 0 beshort 0xFB01 QDOS object
  300. >2 pstring x '%s'
  301. #------------------------------------------------------------------------------
  302. # From Stuart Caie <kyzer@4u.net> (developer of cabextract)
  303. # Microsoft Cabinet files
  304. 0 string MSCF\0\0\0\0 Microsoft Cabinet file
  305. >8 lelong x \b, %u bytes
  306. >28 leshort 1 \b, 1 file
  307. >28 leshort >1 \b, %u files
  308. # InstallShield Cabinet files
  309. 0 string ISc( InstallShield Cabinet file
  310. >5 byte&0xf0 =0x60 version 6,
  311. >5 byte&0xf0 !0x60 version 4/5,
  312. >(12.l+40) lelong x %u files
  313. # Windows CE package files
  314. 0 string MSCE\0\0\0\0 Microsoft WinCE install header
  315. >20 lelong 0 \b, architecture-independent
  316. >20 lelong 103 \b, Hitachi SH3
  317. >20 lelong 104 \b, Hitachi SH4
  318. >20 lelong 0xA11 \b, StrongARM
  319. >20 lelong 4000 \b, MIPS R4000
  320. >20 lelong 10003 \b, Hitachi SH3
  321. >20 lelong 10004 \b, Hitachi SH3E
  322. >20 lelong 10005 \b, Hitachi SH4
  323. >20 lelong 70001 \b, ARM 7TDMI
  324. >52 leshort 1 \b, 1 file
  325. >52 leshort >1 \b, %u files
  326. >56 leshort 1 \b, 1 registry entry
  327. >56 leshort >1 \b, %u registry entries
  328. # Outlook Personal Folders
  329. 0 lelong 0x4E444221 Microsoft Outlook binary email folder
  330. # From: Dirk Jagdmann <doj@cubic.org>
  331. 0 lelong 0x00035f3f Windows 3.x help file
  332. # Christophe Monniez
  333. 0 string Client\ UrlCache\ MMF Microsoft Internet Explorer Cache File
  334. >20 string >\0 Version %s
  335. 0 string \xCF\xAD\x12\xFE Microsoft Outlook Express DBX File
  336. >4 byte =0xC5 Message database
  337. >4 byte =0xC6 Folder database
  338. >4 byte =0xC7 Accounts informations
  339. >4 byte =0x30 Offline database
  340. # Windows Enhanced Metafile (EMF)
  341. # See msdn.microsoft.com/archive/en-us/dnargdi/html/msdn_enhmeta.asp
  342. # for further information. Note that "0 lelong 1" should be true i.e.
  343. # the first double word in the file should be 1. With the extended
  344. # syntax available by some file commands you could write:
  345. # 0 lelong 1
  346. # &40 ulelong 0x464D4520 Windows Enhanced Metafile (EMF) image data
  347. 40 ulelong 0x464D4520 Windows Enhanced Metafile (EMF) image data
  348. >44 ulelong x version 0x%x.
  349. # If the description has a length greater than zero, it exists and is
  350. # found at offset (*64).
  351. >64 ulelong >0 Description available at offset 0x%x
  352. >>60 ulelong >0 (length 0x%x)
  353. # Note it would be better to print out the description, which is found
  354. # as below. Unfortunately the following only prints out the first couple
  355. # of characters instead of all the "description length"
  356. # number of characters -- indicated by the ulelong at offset 60.
  357. >>(64.l) lestring16 >0 Description: %15.15s