home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 June / PCWorld_2005-06_cd.bin / software / vyzkuste / firewally / firewally.exe / framework-2.3.exe / magic < prev    next >
Text File  |  2003-11-22  |  330KB  |  9,463 lines

  1. # Magic
  2. # Magic data for file(1) command.
  3. # Machine-generated from src/cmd/file/magdir/*; edit there only!
  4. # Format is described in magic(files), where:
  5. # files is 5 on V7 and BSD, 4 on SV, and ?? in the SVID.
  6.  
  7. #------------------------------------------------------------------------------
  8. # Localstuff:  file(1) magic for locally observed files
  9. #
  10. # $Id: Localstuff,v 1.4 2003/03/23 04:17:27 christos Exp $
  11. # Add any locally observed files here.  Remember:
  12. # text if readable, executable if runnable binary, data if unreadable.
  13. #------------------------------------------------------------------------------
  14. # acorn:  file(1) magic for files found on Acorn systems
  15. #
  16.  
  17. # RISC OS Chunk File Format
  18. # From RISC OS Programmer's Reference Manual, Appendix D
  19. # We guess the file type from the type of the first chunk.
  20. 0    lelong        0xc3cbc6c5    RISC OS Chunk data
  21. >12    string        OBJ_        \b, AOF object
  22. >12    string        LIB_        \b, ALF library
  23.  
  24. # RISC OS AIF, contains "SWI OS_Exit" at offset 16.
  25. 16    lelong        0xef000011    RISC OS AIF executable
  26.  
  27. # RISC OS Draw files
  28. # From RISC OS Programmer's Reference Manual, Appendix E
  29. 0    string         Draw        RISC OS Draw file data
  30.  
  31. # RISC OS new format font files
  32. # From RISC OS Programmer's Reference Manual, Appendix E
  33. 0    string        FONT\0        RISC OS outline font data,
  34. >5    byte        x        version %d
  35. 0    string        FONT\1        RISC OS 1bpp font data,
  36. >5    byte        x        version %d
  37. 0    string        FONT\4        RISC OS 4bpp font data
  38. >5    byte        x        version %d
  39.  
  40. # RISC OS Music files
  41. # From RISC OS Programmer's Reference Manual, Appendix E
  42. 0    string        Maestro\r    RISC OS music file
  43. >8    byte        x        version %d
  44.  
  45.  
  46. #------------------------------------------------------------------------------
  47. # adi: file(1) magic for ADi's objects
  48. # From Gregory McGarry <g.mcgarry@ieee.org>
  49. #
  50. 0    leshort        0x521c        COFF DSP21k
  51. >18    lelong        &02        executable,
  52. >18    lelong        ^02
  53. >>18    lelong        &01        static object,
  54. >>18    lelong        ^01        relocatable object,
  55. >18    lelong        &010        stripped
  56. >18    lelong        ^010        not stripped
  57.  
  58. #------------------------------------------------------------------------------
  59. # adventure: file(1) magic for Adventure game files
  60. #
  61. # from Allen Garvin <earendil@faeryland.tamu-commerce.edu>
  62. # Edited by Dave Chapeskie <dchapes@ddm.on.ca> Jun 28, 1998
  63. # Edited by Chris Chittleborough <cchittleborough@yahoo.com.au>, March 2002
  64. #
  65. # ALAN
  66. # I assume there are other, lower versions, but these are the only ones I
  67. # saw in the archive.
  68. 0    beshort    0x0206    ALAN game data
  69. >2    byte    <10    version 2.6%d
  70.  
  71. # Conflicts with too much other stuff!
  72. # Infocom
  73. # (Note: to avoid false matches Z-machine version 1 and 2 are not
  74. # recognized since only the oldest Zork I and II used them.  Similarly
  75. # there are 4 Infocom games that use verion 4 that are not recognized.)
  76. #0    byte    3    Infocom game data (Z-machine 3,
  77. #>2    beshort    <0x7fff    Release %3d,
  78. #>26    beshort >0    Size %d*2
  79. #>18    string    >\0    Serial %.6s)
  80. #0    byte    5    Infocom game data (Z-machine 5,
  81. #>2    beshort    <0x7fff    Release %3d,
  82. #>26    beshort >0    Size %d*4
  83. #>18    string    >\0    Serial %.6s)
  84. #0    byte    6    Infocom game data (Z-machine 6,
  85. #>2    beshort    <0x7fff    Release %3d,
  86. #>26    beshort >0    Size %d*8
  87. #>18    string    >\0    Serial %.6s)
  88. #0    byte    8    Infocom game data (Z-machine 8,
  89. #>2    beshort    <0x7fff    Release %3d,
  90. #>26    beshort >0    Size %d*8
  91. #>18    string    >\0    Serial %.6s)
  92.  
  93. # TADS (Text Adventure Development System)
  94. #  All files are machine-independent (games compile to byte-code) and are tagged
  95. #  with a version string of the form "V2.<digit>.<digit>\0" (but TADS 3 is
  96. #  on the way).
  97. #  Game files start with "TADS2 bin\n\r\032\0" then the compiler version.
  98. 0    string    TADS2\ bin    TADS
  99. >9    belong  !0x0A0D1A00    game data, CORRUPTED
  100. >9    belong     0x0A0D1A00
  101. >>13    string    >\0        %s game data
  102. #  Resource files start with "TADS2 rsc\n\r\032\0" then the compiler version.
  103. 0    string    TADS2\ rsc    TADS
  104. >9    belong  !0x0A0D1A00    resource data, CORRUPTED
  105. >9    belong     0x0A0D1A00
  106. >>13    string    >\0        %s resource data
  107. #  Some saved game files start with "TADS2 save/g\n\r\032\0", a little-endian
  108. #  2-byte length N, the N-char name of the game file *without* a NUL (darn!),
  109. # "TADS2 save\n\r\032\0" and the interpreter version. 
  110. 0    string    TADS2\ save/g    TADS
  111. >12    belong    !0x0A0D1A00    saved game data, CORRUPTED
  112. >12    belong     0x0A0D1A00
  113. >>(16.s+32) string >\0        %s saved game data
  114. #  Other saved game files start with "TADS2 save\n\r\032\0" and the interpreter
  115. #  version.
  116. 0    string    TADS2\ save    TADS
  117. >10    belong    !0x0A0D1A00    saved game data, CORRUPTED
  118. >10    belong     0x0A0D1A00
  119. >>14    string    >\0        %s saved game data
  120. #------------------------------------------------------------------------------
  121. # allegro:  file(1) magic for Allegro datafiles
  122. # Toby Deshane <hac@shoelace.digivill.net>
  123. #
  124. 0 belong 0x736C6821   Allegro datafile (packed)
  125. 0 belong 0x736C682E   Allegro datafile (not packed/autodetect)
  126. 0 belong 0x736C682B   Allegro datafile (appended exe data)
  127.  
  128. #------------------------------------------------------------------------------
  129. # alliant:  file(1) magic for Alliant FX series a.out files
  130. #
  131. # If the FX series is the one that had a processor with a 68K-derived
  132. # instruction set, the "short" should probably become "beshort" and the
  133. # "long" should probably become "belong".
  134. # If it's the i860-based one, they should probably become either the
  135. # big-endian or little-endian versions, depending on the mode they ran
  136. # the 860 in....
  137. #
  138. 0    short        0420        0420 Alliant virtual executable
  139. >2    short        &0x0020        common library
  140. >16    long        >0        not stripped
  141. 0    short        0421        0421 Alliant compact executable
  142. >2    short        &0x0020        common library
  143. >16    long        >0        not stripped
  144. #------------------------------------------------------------------------------
  145. # alpha architecture description
  146. #
  147.  
  148. 0    leshort        0603        COFF format alpha
  149. >22    leshort&030000    !020000        executable
  150. >24    leshort        0410        pure
  151. >24    leshort        0413        paged
  152. >22    leshort&020000    !0        dynamically linked
  153. >16    lelong        !0        not stripped
  154. >16    lelong        0        stripped
  155. >22    leshort&030000    020000        shared library
  156. >24    leshort        0407        object
  157. >27    byte        x        - version %d
  158. >26    byte        x        .%d
  159. >28    byte        x        -%d
  160.  
  161. # Basic recognition of Digital UNIX core dumps - Mike Bremford <mike@opac.bl.uk>
  162. #
  163. # The actual magic number is just "Core", followed by a 2-byte version
  164. # number; however, treating any file that begins with "Core" as a Digital
  165. # UNIX core dump file may produce too many false hits, so we include one
  166. # byte of the version number as well; DU 5.0 appears only to be up to
  167. # version 2.
  168. #
  169. 0    string        Core\001    Alpha COFF format core dump (Digital UNIX)
  170. >24    string        >\0        \b, from '%s'
  171. 0    string        Core\002    Alpha COFF format core dump (Digital UNIX)
  172. >24    string        >\0        \b, from '%s'
  173.  
  174. #------------------------------------------------------------------------------
  175. # amanda:  file(1) magic for amanda file format
  176. #
  177. 0    string    AMANDA:\         AMANDA 
  178. >8    string    TAPESTART\ DATE        tape header file,
  179. >>23    string    X
  180. >>>25    string    >\             Unused %s
  181. >>23    string    >\             DATE %s
  182. >8    string    FILE\             dump file,
  183. >>13    string    >\             DATE %s
  184. #------------------------------------------------------------------------------
  185. # amigaos:  file(1) magic for AmigaOS binary formats:
  186.  
  187. #
  188. # From ignatios@cs.uni-bonn.de (Ignatios Souvatzis)
  189. # Some formats are still missing: AmigaOS special IFF's, e.g.: FORM....CTLG
  190. # (the others should be separate, anyway)
  191. #
  192. 0    belong        0x000003f3    AmigaOS loadseg()ble executable/binary
  193. 0    belong        0x000003e7    AmigaOS object/library data
  194. #
  195. 0    beshort        0xe310        Amiga Workbench
  196. >2    beshort        1        
  197. >>48    byte        1        disk icon
  198. >>48    byte        2        drawer icon
  199. >>48    byte        3        tool icon
  200. >>48    byte        4        project icon
  201. >>48    byte        5        garbage icon
  202. >>48    byte        6        device icon
  203. >>48    byte        7        kickstart icon
  204. >>48    byte        8        workbench application icon
  205. >2    beshort        >1        icon, vers. %d
  206. #
  207. # various sound formats from the Amiga
  208. # G=F6tz Waschk <waschk@informatik.uni-rostock.de>
  209. #
  210. 0    string        FC14        Future Composer 1.4 Module sound file
  211. 0    string        SMOD        Future Composer 1.3 Module sound file
  212. 0    string        AON4artofnoise    Art Of Noise Module sound file
  213. 1    string        MUGICIAN/SOFTEYES Mugician Module sound file
  214. 58    string        SIDMON\ II\ -\ THE    Sidmon 2.0 Module sound file
  215. 0    string        Synth4.0    Synthesis Module sound file
  216. 0    string        ARP.        The Holy Noise Module sound file
  217. 0    string        BeEp\0        JamCracker Module sound file
  218. 0    string        COSO\0        Hippel-COSO Module sound file
  219. 26    string        V.3        Brian Postma's Soundmon Module sound file v3
  220. 26    string        BPSM        Brian Postma's Soundmon Module sound file v3
  221. 26    string        V.2        Brian Postma's Soundmon Module sound file v2
  222.  
  223. # The following are from: "Stefan A. Haubenthal" <polluks@web.de>
  224. 0    beshort        0x0f00        AmigaOS bitmap font
  225. 0    beshort        0x0f03        AmigaOS outline font
  226. 0    belong        0x80001001    AmigaOS outline tag
  227. 0    string        ##\ version    catalog translation
  228.  
  229. 0    string        FORM        IFF data
  230. >8    string        CTLG        \b, CTLG message catalog
  231. >8    string        PREF        \b, PREF preferences
  232.  
  233. 0    string        Rar!        RAR archive data,
  234. >44    byte        x        v%0x,
  235. >35    byte        0        os: MS-DOS
  236. >35    byte        1        os: OS/2
  237. >35    byte        2        os: Win32
  238. >35    byte        3        os: Unix
  239.  
  240. 0    belong        0x000003fa    AmigaOS shared library
  241.  
  242. #------------------------------------------------------------------------------
  243. # animation:  file(1) magic for animation/movie formats
  244. #
  245. # animation formats
  246. # MPEG, FLI, DL originally from vax@ccwf.cc.utexas.edu (VaX#n8)
  247. # FLC, SGI, Apple originally from Daniel Quinlan (quinlan@yggdrasil.com)
  248.  
  249. # MPEG animation format
  250. 0    belong        0x000001b3        MPEG video stream data
  251. #>4    beshort&0xfff0    x            (%d x
  252. #>5    beshort&0x0fff  x            %d)
  253. 0    belong        0x000001ba        MPEG system stream data
  254.  
  255. # MPEG Audio (*.mpx)
  256. # from dreesen@math.fu-berlin.de
  257.  
  258. # MPEG 1.0 Layer 3
  259. 0       beshort&0xfffe  =0xfffa         \bMP3
  260. >2      byte&0xf0       =0x10           \b,  32 kBits
  261. >2      byte&0xf0       =0x20           \b,  40 kBits
  262. >2      byte&0xf0       =0x30           \b,  48 kBits
  263. >2      byte&0xf0       =0x40           \b,  56 kBits
  264. >2      byte&0xf0       =0x50           \b,  64 kBits
  265. >2      byte&0xf0       =0x60           \b,  80 kBits
  266. >2      byte&0xf0       =0x70           \b,  96 kBits
  267. >2      byte&0xf0       =0x80           \b, 112 kBits
  268. >2      byte&0xf0       =0x90           \b, 128 kBits
  269. >2      byte&0xf0       =0xA0           \b, 160 kBits
  270. >2      byte&0xf0       =0xB0           \b, 192 kBits
  271. >2      byte&0xf0       =0xC0           \b, 224 kBits
  272. >2      byte&0xf0       =0xD0           \b, 256 kBits
  273. >2      byte&0xf0       =0xE0           \b, 320 kBits
  274. # freq
  275. >2      byte&0x0C       =0x00           \b, 44.1 kHz
  276. >2      byte&0x0C       =0x04           \b, 48 kHz
  277. >2      byte&0x0C       =0x08           \b, 32 kHz
  278. # misc
  279. >3      byte&0xC0       =0x00           \b, Stereo
  280. >3      byte&0xC0       =0x40           \b, JStereo
  281. >3      byte&0xC0       =0x80           \b, Dual-Ch
  282. >3      byte&0xC0       =0xC0           \b, Mono
  283. #>1     byte&0x01       =0x00           \b, Error Protection
  284. #>2     byte&0x02       =0x02           \b, Padding
  285. #>2     byte&0x01       =0x01           \b, Private
  286. #>3     byte&0x08       =0x08           \b, Copyright
  287. #>3     byte&0x04       =0x04           \b, Original
  288. #>3     byte&0x03       1               \b, Emphasis 5
  289. #>3     byte&0x03       3               \b, Emphasis c
  290.  
  291. # MPEG 1.0 Layer 2
  292. 0       beshort&0xfffe  =0xfffc         \bMP2
  293. >2      byte&0xf0       =0x10           \b,  32 kBits
  294. >2      byte&0xf0       =0x20           \b,  48 kBits
  295. >2      byte&0xf0       =0x30           \b,  56 kBits
  296. >2      byte&0xf0       =0x40           \b,  64 kBits
  297. >2      byte&0xf0       =0x50           \b,  80 kBits
  298. >2      byte&0xf0       =0x60           \b,  96 kBits
  299. >2      byte&0xf0       =0x70           \b, 112 kBits
  300. >2      byte&0xf0       =0x80           \b, 128 kBits
  301. >2      byte&0xf0       =0x90           \b, 160 kBits
  302. >2      byte&0xf0       =0xA0           \b, 192 kBits
  303. >2      byte&0xf0       =0xB0           \b, 224 kBits
  304. >2      byte&0xf0       =0xC0           \b, 256 kBits
  305. >2      byte&0xf0       =0xD0           \b, 320 kBits
  306. >2      byte&0xf0       =0xE0           \b, 384 kBits
  307. # freq
  308. >2      byte&0x0C       =0x00           \b, 44.1 kHz
  309. >2      byte&0x0C       =0x04           \b, 48 kHz
  310. >2      byte&0x0C       =0x08           \b, 32 kHz
  311. # misc
  312. >3      byte&0xC0       =0x00           \b, Stereo
  313. >3      byte&0xC0       =0x40           \b, JStereo
  314. >3      byte&0xC0       =0x80           \b, Dual-Ch
  315. >3      byte&0xC0       =0xC0           \b, Mono
  316. #>1     byte&0x01       =0x00           \b, Error Protection
  317. #>2     byte&0x02       =0x02           \b, Padding
  318. #>2     byte&0x01       =0x01           \b, Private
  319. #>3     byte&0x08       =0x08           \b, Copyright
  320. #>3     byte&0x04       =0x04           \b, Original
  321. #>3     byte&0x03       1               \b, Emphasis 5
  322. #>3     byte&0x03       3               \b, Emphasis c
  323.  
  324. # MPEG 2.0
  325. 0       beshort&0xfff8  =0xfff0         MP
  326. # Layer 3
  327. >1      byte            &0x02           \b3
  328. # Layer 2
  329. >1      byte            &0x04           \b2
  330. >2      byte&0xf0       =0x10           \b,   8 kBits
  331. >2      byte&0xf0       =0x20           \b,  16 kBits
  332. >2      byte&0xf0       =0x30           \b,  24 kBits
  333. >2      byte&0xf0       =0x40           \b,  32 kBits
  334. >2      byte&0xf0       =0x50           \b,  40 kBits
  335. >2      byte&0xf0       =0x60           \b,  48 kBits
  336. >2      byte&0xf0       =0x70           \b,  56 kBits
  337. >2      byte&0xf0       =0x80           \b,  64 kBits
  338. >2      byte&0xf0       =0x90           \b,  80 kBits
  339. >2      byte&0xf0       =0xA0           \b,  96 kBits
  340. >2      byte&0xf0       =0xB0           \b, 112 kBits
  341. >2      byte&0xf0       =0xC0           \b, 128 kBits
  342. >2      byte&0xf0       =0xD0           \b, 144 kBits
  343. >2      byte&0xf0       =0xE0           \b, 160 kBits
  344. # freq
  345. >2      byte&0x0C       =0x00           \b, 22.05 kHz
  346. >2      byte&0x0C       =0x04           \b, 24 kHz
  347. >2      byte&0x0C       =0x08           \b, 16 kHz
  348. # misc
  349. >3      byte&0xC0       =0x00           \b, Stereo
  350. >3      byte&0xC0       =0x40           \b, JStereo
  351. >3      byte&0xC0       =0x80           \b, Dual-Ch
  352. >3      byte&0xC0       =0xC0           \b, Mono
  353. #>1     byte&0x01       =0x00           \b, Error Protection
  354. #>2     byte&0x02       =0x02           \b, Padding
  355. #>2     byte&0x01       =0x01           \b, Private
  356. #>3     byte&0x08       =0x08           \b, Copyright
  357. #>3     byte&0x04       =0x04           \b, Original
  358. #>3     byte&0x03       1               \b, Emphasis 5
  359. #>3     byte&0x03       3               \b, Emphasis c
  360.  
  361. #From: Johan Gade <jgade@diku.dk>
  362.  
  363. # MPEG-4 Advanced Audio Coding (AAC) file (perhaps also MPEG-2 ACC?)
  364. 16    string        M4A        MPEG-4 Advanced Audio Coding file (ACC)
  365.  
  366.  
  367. # FLI animation format
  368. 4    leshort        0xAF11            FLI file
  369. >6    leshort        x            - %d frames,
  370. >8    leshort        x            width=%d pixels,
  371. >10    leshort        x            height=%d pixels,
  372. >12    leshort        x            depth=%d,
  373. >16    leshort        x            ticks/frame=%d
  374. # FLC animation format
  375. 4    leshort        0xAF12            FLC file
  376. >6    leshort        x            - %d frames
  377. >8    leshort        x            width=%d pixels,
  378. >10    leshort        x            height=%d pixels,
  379. >12    leshort        x            depth=%d,
  380. >16    leshort        x            ticks/frame=%d
  381.  
  382. # DL animation format
  383. # XXX - collision with most `mips' magic
  384. #
  385. # I couldn't find a real magic number for these, however, this
  386. # -appears- to work.  Note that it might catch other files, too, so be
  387. # careful!
  388. #
  389. # Note that title and author appear in the two 20-byte chunks
  390. # at decimal offsets 2 and 22, respectively, but they are XOR'ed with
  391. # 255 (hex FF)!  The DL format is really bad.
  392. #
  393. #0    byte    1    DL version 1, medium format (160x100, 4 images/screen)
  394. #>42    byte    x    - %d screens,
  395. #>43    byte    x    %d commands
  396. #0    byte    2    DL version 2
  397. #>1    byte    1    - large format (320x200,1 image/screen),
  398. #>1    byte    2    - medium format (160x100,4 images/screen),
  399. #>1    byte    >2    - unknown format,
  400. #>42    byte    x    %d screens,
  401. #>43    byte    x    %d commands
  402. # Based on empirical evidence, DL version 3 have several nulls following the
  403. # \003.  Most of them start with non-null values at hex offset 0x34 or so.
  404. #0    string    \3\0\0\0\0\0\0\0\0\0\0\0    DL version 3
  405.  
  406. # SGI and Apple formats
  407. 0    string        MOVI        Silicon Graphics movie file
  408. 4    string        moov        Apple QuickTime movie file (moov)
  409. 4    string        mdat        Apple QuickTime movie file (mdat)
  410.  
  411. # iso 13818 transport stream
  412. #
  413. # from Oskar Schirmer <schirmer@scara.com> Feb 3, 2001 (ISO 13818.1)
  414. # (the following is a little bit restrictive and works fine for a stream
  415. #  that starts with PAT properly. it won't work for stream data, that is
  416. #  cut from an input device data right in the middle, but this shouldn't
  417. #  disturb)
  418. # syncbyte      8 bit    0x47
  419. # error_ind     1 bit    -
  420. # payload_start 1 bit    1
  421. # priority      1 bit    -
  422. # PID          13 bit    0x0000
  423. # scrambling    2 bit    -
  424. # adaptfld_ctrl 2 bit    1 or 3
  425. # conti_count   4 bit    0
  426. 0    belong&0xFF5FFF1F    0x47400010    MPEG transport stream data
  427. >188    byte            !0x47        CORRUPTED
  428.  
  429. # DIF digital video file format <mpruett@sgi.com>
  430. 0    belong&0xffffff00    0x1f070000      DIF
  431. >4    byte            &0x01        (DVCPRO) movie file
  432. >4    byte            ^0x01        (DV) movie file
  433. >3    byte            &0x80        (PAL)
  434. >3    byte            ^0x80        (NTSC)
  435.  
  436. # Microsoft Advanced Streaming Format (ASF) <mpruett@sgi.com>
  437. 0    belong            0x3026b275    Microsoft ASF
  438.  
  439. # MNG Video Format, <URL:http://www.libpng.org/pub/mng/spec/>
  440. 0    string            \x8aMNG        MNG video data,
  441. >4    belong            !0x0d0a1a0a    CORRUPTED,
  442. >4    belong            0x0d0a1a0a
  443. >>16    belong    x                %ld x
  444. >>20    belong    x                %ld
  445.  
  446. # JNG Video Format, <URL:http://www.libpng.org/pub/mng/spec/>
  447. 0    string            \x8bJNG        JNG video data,
  448. >4    belong            !0x0d0a1a0a    CORRUPTED,
  449. >4    belong            0x0d0a1a0a
  450. >>16    belong    x                %ld x
  451. >>20    belong    x                %ld
  452.  
  453. # Vivo video (Wolfram Kleff)
  454. 3    string        \x0D\x0AVersion:Vivo    Vivo video data
  455.  
  456. # VRML (Virtual Reality Modelling Language)
  457. 0       string/b        #VRML\ V1.0\ ascii    VRML 1 file
  458. 0    string/b    #VRML\ V2.0\ utf8    ISO/IEC 14772 VRML 97 file
  459.  
  460. #------------------------------------------------------------------------------
  461. # apl:  file(1) magic for APL (see also "pdp" and "vax" for other APL
  462. #       workspaces)
  463. #
  464. 0    long        0100554        APL workspace (Ken's original?)
  465.  
  466. #------------------------------------------------------------------------------
  467. # apple:  file(1) magic for Apple file formats
  468. #
  469. 0    string        FiLeStArTfIlEsTaRt    binscii (apple ][) text
  470. 0    string        \x0aGL            Binary II (apple ][) data
  471. 0    string        \x76\xff        Squeezed (apple ][) data
  472. 0    string        NuFile            NuFile archive (apple ][) data
  473. 0    string        N\xf5F\xe9l\xe5        NuFile archive (apple ][) data
  474. 0    belong        0x00051600        AppleSingle encoded Macintosh file
  475. 0    belong        0x00051607        AppleDouble encoded Macintosh file
  476.  
  477. # magic for Newton PDA package formats
  478. # from Ruda Moura <ruda@helllabs.org>
  479. 0    string    package0    Newton package, NOS 1.x,
  480. >12    belong    &0x80000000    AutoRemove,
  481. >12    belong    &0x40000000    CopyProtect,
  482. >12    belong    &0x10000000    NoCompression,
  483. >12    belong    &0x04000000    Relocation,
  484. >12    belong    &0x02000000    UseFasterCompression,
  485. >16    belong    x        version %d
  486.  
  487. 0    string    package1    Newton package, NOS 2.x,
  488. >12    belong    &0x80000000    AutoRemove,
  489. >12    belong    &0x40000000    CopyProtect,
  490. >12    belong    &0x10000000    NoCompression,
  491. >12    belong    &0x04000000    Relocation,
  492. >12    belong    &0x02000000    UseFasterCompression,
  493. >16    belong    x        version %d
  494.  
  495. 0    string    package4    Newton package,
  496. >8    byte    8        NOS 1.x,
  497. >8    byte    9        NOS 2.x,
  498. >12    belong    &0x80000000    AutoRemove,
  499. >12    belong    &0x40000000    CopyProtect,
  500. >12    belong    &0x10000000    NoCompression,
  501.  
  502. # The following entries for the Apple II are for files that have
  503. # been transferred as raw binary data from an Apple, without having
  504. # been encapsulated by any of the above archivers.
  505. #
  506. # In general, Apple II formats are hard to identify because Apple DOS
  507. # and especially Apple ProDOS have strong typing in the file system and
  508. # therefore programmers never felt much need to include type information
  509. # in the files themselves.
  510. #
  511. # Eric Fischer <enf@pobox.com>
  512.  
  513. # AppleWorks word processor:
  514. #
  515. # This matches the standard tab stops for an AppleWorks file, but if
  516. # a file has a tab stop set in the first four columns this will fail.
  517. #
  518. # The "O" is really the magic number, but that's so common that it's
  519. # necessary to check the tab stops that follow it to avoid false positives.
  520.  
  521. 4       string          O====   AppleWorks word processor data
  522. >85     byte&0x01       >0      \b, zoomed
  523. >90     byte&0x01       >0      \b, paginated
  524. >92     byte&0x01       >0      \b, with mail merge
  525. #>91    byte            x       \b, left margin %d
  526.  
  527. # AppleWorks database:
  528. #
  529. # This isn't really a magic number, but it's the closest thing to one
  530. # that I could find.  The 1 and 2 really mean "order in which you defined
  531. # categories" and "left to right, top to bottom," respectively; the D and R
  532. # mean that the cursor should move either down or right when you press Return.
  533.  
  534. #30    string        \x01D    AppleWorks database data
  535. #30    string        \x02D    AppleWorks database data
  536. #30    string        \x01R    AppleWorks database data
  537. #30    string        \x02R    AppleWorks database data
  538.  
  539. # AppleWorks spreadsheet:
  540. #
  541. # Likewise, this isn't really meant as a magic number.  The R or C means
  542. # row- or column-order recalculation; the A or M means automatic or manual
  543. # recalculation.
  544.  
  545. #131    string        RA    AppleWorks spreadsheet data
  546. #131    string        RM    AppleWorks spreadsheet data
  547. #131    string        CA    AppleWorks spreadsheet data
  548. #131    string        CM    AppleWorks spreadsheet data
  549.  
  550. # Applesoft BASIC:
  551. #
  552. # This is incredibly sloppy, but will be true if the program was
  553. # written at its usual memory location of 2048 and its first line
  554. # number is less than 256.  Yuck.
  555.  
  556. 0       belong&0xff00ff 0x80000 Applesoft BASIC program data
  557. #>2     leshort         x       \b, first line number %d
  558.  
  559. # ORCA/EZ assembler:
  560. # This will not identify ORCA/M source files, since those have
  561. # some sort of date code instead of the two zero bytes at 6 and 7
  562. # XXX Conflicts with ELF
  563. #4       belong&0xff00ffff       0x01000000      ORCA/EZ assembler source data
  564. #>5      byte                    x               \b, build number %d
  565.  
  566. # Broderbund Fantavision
  567. #
  568. # I don't know what these values really mean, but they seem to recur.
  569. # Will they cause too many conflicts?
  570.  
  571. # Probably :-)
  572. #2    belong&0xFF00FF        0x040008    Fantavision movie data
  573.  
  574. # Some attempts at images.
  575. #
  576. # These are actually just bit-for-bit dumps of the frame buffer, so
  577. # there's really no reasonably way to distinguish them except for their
  578. # address (if preserved) -- 8192 or 16384 -- and their length -- 8192
  579. # or, occasionally, 8184.
  580. #
  581. # Nevertheless this will manage to catch a lot of images that happen
  582. # to have a solid-colored line at the bottom of the screen.
  583.  
  584. 8144    string    \x7F\x7F\x7F\x7F\x7F\x7F\x7F\x7F    Apple II image with white background
  585. 8144    string    \x55\x2A\x55\x2A\x55\x2A\x55\x2A    Apple II image with purple background
  586. 8144    string    \x2A\x55\x2A\x55\x2A\x55\x2A\x55    Apple II image with green background
  587. 8144    string    \xD5\xAA\xD5\xAA\xD5\xAA\xD5\xAA    Apple II image with blue background
  588. 8144    string    \xAA\xD5\xAA\xD5\xAA\xD5\xAA\xD5    Apple II image with orange background
  589.  
  590. # Beagle Bros. Apple Mechanic fonts
  591.  
  592. 0    belong&0xFF00FFFF    0x6400D000    Apple Mechanic font
  593.  
  594. #------------------------------------------------------------------------------
  595. # applix:  file(1) magic for Applixware
  596. # From: Peter Soos <sp@osb.hu>
  597. #
  598. 0    string        *BEGIN        Applixware
  599. >7    string        WORDS            Words Document
  600. >7    string        GRAPHICS        Graphic
  601. >7    string        RASTER            Bitmap
  602. >7    string        SPREADSHEETS        Spreadsheet
  603. >7    string        MACRO            Macro
  604. >7    string        BUILDER            Builder Object
  605.  
  606. #------------------------------------------------------------------------------
  607. # archive:  file(1) magic for archive formats (see also "msdos" for self-
  608. #           extracting compressed archives)
  609. #
  610. # cpio, ar, arc, arj, hpack, lha/lharc, rar, squish, uc2, zip, zoo, etc.
  611. # pre-POSIX "tar" archives are handled in the C code.
  612.  
  613. # POSIX tar archives
  614. 257    string        ustar\0        POSIX tar archive
  615. 257    string        ustar\040\040\0    GNU tar archive
  616.  
  617. # cpio archives
  618. #
  619. # Yes, the top two "cpio archive" formats *are* supposed to just be "short".
  620. # The idea is to indicate archives produced on machines with the same
  621. # byte order as the machine running "file" with "cpio archive", and
  622. # to indicate archives produced on machines with the opposite byte order
  623. # from the machine running "file" with "byte-swapped cpio archive".
  624. #
  625. # The SVR4 "cpio(4)" hints that there are additional formats, but they
  626. # are defined as "short"s; I think all the new formats are
  627. # character-header formats and thus are strings, not numbers.
  628. 0    short        070707        cpio archive
  629. 0    short        0143561        byte-swapped cpio archive
  630. 0    string        070707        ASCII cpio archive (pre-SVR4 or odc)
  631. 0    string        070701        ASCII cpio archive (SVR4 with no CRC)
  632. 0    string        070702        ASCII cpio archive (SVR4 with CRC)
  633.  
  634. # Debian package (needs to go before regular portable archives)
  635. #
  636. 0    string        !<arch>\ndebian
  637. >8    string        debian-split    part of multipart Debian package
  638. >8    string        debian-binary    Debian binary package
  639. >68    string        >\0        (format %s)
  640. >81    string        bz2        \b, uses bzip2 compression
  641. >84    string        gz        \b, uses gzip compression
  642. >136    ledate        x        created: %s
  643.  
  644. # other archives
  645. 0    long        0177555        very old archive
  646. 0    short        0177555        very old PDP-11 archive
  647. 0    long        0177545        old archive
  648. 0    short        0177545        old PDP-11 archive
  649. 0    long        0100554        apl workspace
  650. 0    string        =<ar>        archive
  651.  
  652. # MIPS archive (needs to go before regular portable archives)
  653. #
  654. 0    string    !<arch>\n__________E    MIPS archive
  655. >20    string    U            with MIPS Ucode members
  656. >21    string    L            with MIPSEL members
  657. >21    string    B            with MIPSEB members
  658. >19    string    L            and an EL hash table
  659. >19    string    B            and an EB hash table
  660. >22    string    X            -- out of date
  661.  
  662. 0    string        -h-        Software Tools format archive text
  663.  
  664. #
  665. # XXX - why are there multiple <ar> thingies?  Note that 0x213c6172 is
  666. # "!<ar", so, for new-style (4.xBSD/SVR2andup) archives, we have:
  667. #
  668. # 0    string        !<arch>        current ar archive
  669. # 0    long        0x213c6172    archive file
  670. #
  671. # and for SVR1 archives, we have:
  672. #
  673. # 0    string        \<ar>        System V Release 1 ar archive
  674. # 0    string        =<ar>        archive
  675. #
  676. # XXX - did Aegis really store shared libraries, breakpointed modules,
  677. # and absolute code program modules in the same format as new-style
  678. # "ar" archives?
  679. #
  680. 0    string        !<arch>        current ar archive
  681. >8    string        __.SYMDEF    random library
  682. >0    belong        =65538        - pre SR9.5
  683. >0    belong        =65539        - post SR9.5
  684. >0    beshort        2        - object archive
  685. >0    beshort        3        - shared library module
  686. >0    beshort        4        - debug break-pointed module
  687. >0    beshort        5        - absolute code program module
  688. 0    string        \<ar>        System V Release 1 ar archive
  689. 0    string        =<ar>        archive
  690. #
  691. # XXX - from "vax", which appears to collect a bunch of byte-swapped
  692. # thingies, to help you recognize VAX files on big-endian machines;
  693. # with "leshort", "lelong", and "string", that's no longer necessary....
  694. #
  695. 0    belong        0x65ff0000    VAX 3.0 archive
  696. 0    belong        0x3c61723e    VAX 5.0 archive
  697. #
  698. 0    long        0x213c6172    archive file
  699. 0    lelong        0177555        very old VAX archive
  700. 0    leshort        0177555        very old PDP-11 archive
  701. #
  702. # XXX - "pdp" claims that 0177545 can have an __.SYMDEF member and thus
  703. # be a random library (it said 0xff65 rather than 0177545).
  704. #
  705. 0    lelong        0177545        old VAX archive
  706. >8    string        __.SYMDEF    random library
  707. 0    leshort        0177545        old PDP-11 archive
  708. >8    string        __.SYMDEF    random library
  709. #
  710. # From "pdp" (but why a 4-byte quantity?)
  711. #
  712. 0    lelong        0x39bed        PDP-11 old archive
  713. 0    lelong        0x39bee        PDP-11 4.0 archive
  714.  
  715. # ARC archiver, from Daniel Quinlan (quinlan@yggdrasil.com)
  716. #
  717. # The first byte is the magic (0x1a), byte 2 is the compression type for
  718. # the first file (0x01 through 0x09), and bytes 3 to 15 are the MS-DOS
  719. # filename of the first file (null terminated).  Since some types collide
  720. # we only test some types on basis of frequency: 0x08 (83%), 0x09 (5%),
  721. # 0x02 (5%), 0x03 (3%), 0x04 (2%), 0x06 (2%).  0x01 collides with terminfo.
  722. 0    lelong&0x8080ffff    0x0000081a    ARC archive data, dynamic LZW
  723. 0    lelong&0x8080ffff    0x0000091a    ARC archive data, squashed
  724. 0    lelong&0x8080ffff    0x0000021a    ARC archive data, uncompressed
  725. 0    lelong&0x8080ffff    0x0000031a    ARC archive data, packed
  726. 0    lelong&0x8080ffff    0x0000041a    ARC archive data, squeezed
  727. 0    lelong&0x8080ffff    0x0000061a    ARC archive data, crunched
  728.  
  729. # Acorn archive formats (Disaster prone simpleton, m91dps@ecs.ox.ac.uk)
  730. # I can't create either SPARK or ArcFS archives so I have not tested this stuff
  731. # [GRR:  the original entries collide with ARC, above; replaced with combined
  732. #  version (not tested)]
  733. #0    byte        0x1a        RISC OS archive
  734. #>1    string        archive        (ArcFS format)
  735. 0    string        \032archive    RISC OS archive (ArcFS format)
  736.  
  737. # ARJ archiver (jason@jarthur.Claremont.EDU)
  738. 0    leshort        0xea60        ARJ archive data
  739. >5    byte        x        \b, v%d,
  740. >8    byte        &0x04        multi-volume,
  741. >8    byte        &0x10        slash-switched,
  742. >8    byte        &0x20        backup,
  743. >34    string        x        original name: %s,
  744. >7    byte        0        os: MS-DOS
  745. >7    byte        1        os: PRIMOS
  746. >7    byte        2        os: Unix
  747. >7    byte        3        os: Amiga
  748. >7    byte        4        os: Macintosh
  749. >7    byte        5        os: OS/2
  750. >7    byte        6        os: Apple ][ GS
  751. >7    byte        7        os: Atari ST
  752. >7    byte        8        os: NeXT
  753. >7    byte        9        os: VAX/VMS
  754. >3    byte        >0        %d]
  755.  
  756. # HA archiver (Greg Roelofs, newt@uchicago.edu)
  757. # This is a really bad format. A file containing HAWAII will match this...
  758. #0    string        HA        HA archive data,
  759. #>2    leshort        =1        1 file,
  760. #>2    leshort        >1        %u files,
  761. #>4    byte&0x0f    =0        first is type CPY
  762. #>4    byte&0x0f    =1        first is type ASC
  763. #>4    byte&0x0f    =2        first is type HSC
  764. #>4    byte&0x0f    =0x0e        first is type DIR
  765. #>4    byte&0x0f    =0x0f        first is type SPECIAL
  766.  
  767. # HPACK archiver (Peter Gutmann, pgut1@cs.aukuni.ac.nz)
  768. 0    string        HPAK        HPACK archive data
  769.  
  770. # JAM Archive volume format, by Dmitry.Kohmanyuk@UA.net
  771. 0    string        \351,\001JAM\        JAM archive,
  772. >7    string        >\0            version %.4s
  773. >0x26    byte        =0x27            -
  774. >>0x2b    string          >\0            label %.11s,
  775. >>0x27    lelong        x            serial %08x,
  776. >>0x36    string        >\0            fstype %.8s
  777.  
  778. # LHARC/LHA archiver (Greg Roelofs, newt@uchicago.edu)
  779. 2    string        -lh0-        LHarc 1.x archive data [lh0]
  780. 2    string        -lh1-        LHarc 1.x archive data [lh1]
  781. 2    string        -lz4-        LHarc 1.x archive data [lz4]
  782. 2    string        -lz5-        LHarc 1.x archive data [lz5]
  783. #    [never seen any but the last; -lh4- reported in comp.compression:]
  784. 2    string        -lzs-        LHa 2.x? archive data [lzs]
  785. 2    string        -lh\40-        LHa 2.x? archive data [lh ]
  786. 2    string        -lhd-        LHa 2.x? archive data [lhd]
  787. 2    string        -lh2-        LHa 2.x? archive data [lh2]
  788. 2    string        -lh3-        LHa 2.x? archive data [lh3]
  789. 2    string        -lh4-        LHa (2.x) archive data [lh4]
  790. 2    string        -lh5-        LHa (2.x) archive data [lh5]
  791. 2    string        -lh6-        LHa (2.x) archive data [lh6]
  792. 2    string        -lh7-        LHa (2.x) archive data [lh7]
  793. >20    byte        x        - header level %d
  794.  
  795. # RAR archiver (Greg Roelofs, newt@uchicago.edu)
  796. 0    string        Rar!        RAR archive data
  797.  
  798. # SQUISH archiver (Greg Roelofs, newt@uchicago.edu)
  799. 0    string        SQSH        squished archive data (Acorn RISCOS)
  800.  
  801. # UC2 archiver (Greg Roelofs, newt@uchicago.edu)
  802. # I can't figure out the self-extracting form of these buggers...
  803. 0    string        UC2\x1a        UC2 archive data
  804.  
  805. # ZIP archives (Greg Roelofs, c/o zip-bugs@wkuvx1.wku.edu)
  806. 0    string        PK\003\004    Zip archive data
  807. >4    byte        0x09        \b, at least v0.9 to extract
  808. >4    byte        0x0a        \b, at least v1.0 to extract
  809. >4    byte        0x0b        \b, at least v1.1 to extract
  810. >4    byte        0x14        \b, at least v2.0 to extract
  811.  
  812. # Zoo archiver
  813. 20    lelong        0xfdc4a7dc    Zoo archive data
  814. >4    byte        >48        \b, v%c.
  815. >>6    byte        >47        \b%c
  816. >>>7    byte        >47        \b%c
  817. >32    byte        >0        \b, modify: v%d
  818. >>33    byte        x        \b.%d+
  819. >42    lelong        0xfdc4a7dc    \b,
  820. >>70    byte        >0        extract: v%d
  821. >>>71    byte        x        \b.%d+
  822.  
  823. # Shell archives
  824. 10    string        #\ This\ is\ a\ shell\ archive    shell archive text
  825.  
  826. #
  827. # LBR. NB: May conflict with the questionable 
  828. #          "binary Computer Graphics Metafile" format.
  829. #
  830. 0       string  \0\ \ \ \ \ \ \ \ \ \ \ \0\0    LBR archive data
  831. #
  832. # PMA (CP/M derivative of LHA)
  833. #
  834. 2       string          -pm0-           PMarc archive data [pm0]
  835. 2       string          -pm1-           PMarc archive data [pm1]
  836. 2       string          -pm2-           PMarc archive data [pm2]
  837. 2       string          -pms-           PMarc SFX archive (CP/M, DOS)
  838. 5       string          -pc1-           PopCom compressed executable (CP/M)
  839.  
  840. # From Rafael Laboissiere <rafael@laboissiere.net>
  841. # The Project Revision Control System (see
  842. # http://prcs.sourceforge.net) generates a packaged project
  843. # file which is recognized by the following entry: 
  844. 0    leshort        0xeb81    PRCS packaged project
  845.  
  846. # Microsoft cabinets 
  847. # by David Necas (Yeti) <yeti@physics.muni.cz>
  848. 0    string    MSCF\0\0\0\0    Microsoft cabinet file data,
  849. >25    byte    x        v%d
  850. >24    byte    x        \b.%d
  851.  
  852. # GTKtalog catalogs 
  853. # by David Necas (Yeti) <yeti@physics.muni.cz>
  854. 4    string    gtktalog\     GTKtalog catalog data,
  855. >13    string    3        version 3
  856. >>14    beshort    0x677a        (gzipped)
  857. >>14    beshort    !0x677a        (not gzipped)
  858. >13    string    >3        version %s
  859.  
  860. ############################################################################
  861. # Parity archive reconstruction file, the 'par' file format now used on Usenet.
  862. 0       string          PAR\0    PARity archive data
  863. >48    leshort        =0    - Index file
  864. >48    leshort        >0    - file number %d
  865.  
  866. # Felix von Leitner <felix-file@fefe.de>
  867. 0    string    d8:announce    BitTorrent file
  868.  
  869. # Atari MSA archive - Teemu Hukkanen <tjhukkan@iki.fi>
  870. 0       beshort 0x0e0f          Atari MSA archive data
  871. >2      beshort x           \b, %d sectors per track
  872. >4      beshort 0           \b, 1 sided
  873. >4      beshort 1           \b, 2 sided
  874. >6      beshort x           \b, starting track: %d
  875. >8      beshort x           \b, ending track: %d
  876.  
  877. # Alternate ZIP string (amc@arwen.cs.berkeley.edu)
  878. 0    string    PK00PK\003\004    Zip archive data
  879.  
  880. # ACE archive (from http://www.wotsit.org/download.asp?f=ace)
  881. # by Stefan `Sec` Zehl <sec@42.org>
  882. 7    string        **ACE**        ACE compressed archive
  883. >15    byte    >0        version %d
  884. >16    byte    =0x00        \b, from MS-DOS
  885. >16    byte    =0x01        \b, from OS/2
  886. >16    byte    =0x02        \b, from Win/32
  887. >16    byte    =0x03        \b, from Unix
  888. >16    byte    =0x04        \b, from MacOS
  889. >16    byte    =0x05        \b, from WinNT
  890. >16    byte    =0x06        \b, from Primos
  891. >16    byte    =0x07        \b, from AppleGS
  892. >16    byte    =0x08        \b, from Atari
  893. >16    byte    =0x09        \b, from Vax/VMS
  894. >16    byte    =0x0A        \b, from Amiga
  895. >16    byte    =0x0B        \b, from Next
  896. >14    byte    x        \b, version %d to extract
  897. >5    leshort &0x0080        \b, multiple volumes,
  898. >>17    byte    x        \b (part %d),
  899. >5    leshort &0x0002        \b, contains comment
  900. >5    leshort    &0x0200        \b, sfx
  901. >5    leshort    &0x0400        \b, small dictionary
  902. >5    leshort    &0x0800        \b, multi-volume
  903. >5    leshort    &0x1000        \b, contains AV-String
  904. >>30    string\x16*UNREGISTERED\x20VERSION*    (unregistered)
  905. >5    leshort &0x2000        \b, with recovery record
  906. >5    leshort &0x4000        \b, locked
  907. >5    leshort &0x8000        \b, solid
  908. # Date in MS-DOS format (whatever that is)
  909. #>18    lelong    x        Created on
  910.  
  911. #------------------------------------------------------------------------------
  912. # asterix:  file(1) magic for Aster*x; SunOS 5.5.1 gave the 4-character
  913. # strings as "long" - we assume they're just strings:
  914. # From: guy@netapp.com (Guy Harris)
  915. #
  916. 0    string        *STA        Aster*x
  917. >7    string        WORD            Words Document
  918. >7    string        GRAP            Graphic
  919. >7    string        SPRE            Spreadsheet
  920. >7    string        MACR            Macro
  921. 0    string        2278        Aster*x Version 2
  922. >29    byte        0x36            Words Document
  923. >29    byte        0x35            Graphic
  924. >29    byte        0x32            Spreadsheet
  925. >29    byte        0x38            Macro
  926.  
  927.  
  928. #------------------------------------------------------------------------------
  929. # att3b:  file(1) magic for AT&T 3B machines
  930. #
  931. # The `versions' should be un-commented if they work for you.
  932. # (Was the problem just one of endianness?)
  933. #
  934. # 3B20
  935. #
  936. # The 3B20 conflicts with SCCS.
  937. #0    beshort        0550        3b20 COFF executable
  938. #>12    belong        >0        not stripped
  939. #>22    beshort        >0        - version %ld
  940. #0    beshort        0551        3b20 COFF executable (TV)
  941. #>12    belong        >0        not stripped
  942. #>22    beshort        >0        - version %ld
  943. #
  944. # WE32K
  945. #
  946. 0    beshort        0560        WE32000 COFF
  947. >18    beshort        ^00000020    object
  948. >18    beshort        &00000020    executable
  949. >12    belong        >0        not stripped
  950. >18    beshort        ^00010000    N/A on 3b2/300 w/paging
  951. >18    beshort        &00020000    32100 required
  952. >18    beshort        &00040000    and MAU hardware required
  953. >20    beshort        0407        (impure)
  954. >20    beshort        0410        (pure)
  955. >20    beshort        0413        (demand paged)
  956. >20    beshort        0443        (target shared library)
  957. >22    beshort        >0        - version %ld
  958. 0    beshort        0561        WE32000 COFF executable (TV)
  959. >12    belong        >0        not stripped
  960. #>18    beshort        &00020000    - 32100 required
  961. #>18    beshort        &00040000    and MAU hardware required
  962. #>22    beshort        >0        - version %ld
  963. #
  964. # core file for 3b2 
  965. 0    string        \000\004\036\212\200    3b2 core file
  966. >364    string        >\0        of '%s'
  967.  
  968. #------------------------------------------------------------------------------
  969. # audio:  file(1) magic for sound formats (see also "iff")
  970. #
  971. # Jan Nicolai Langfeldt (janl@ifi.uio.no), Dan Quinlan (quinlan@yggdrasil.com),
  972. # and others
  973. #
  974.  
  975. # Sun/NeXT audio data
  976. 0    string        .snd        Sun/NeXT audio data:
  977. >12    belong        1        8-bit ISDN mu-law,
  978. >12    belong        2        8-bit linear PCM [REF-PCM],
  979. >12    belong        3        16-bit linear PCM,
  980. >12    belong        4        24-bit linear PCM,
  981. >12    belong        5        32-bit linear PCM,
  982. >12    belong        6        32-bit IEEE floating point,
  983. >12    belong        7        64-bit IEEE floating point,
  984. >12    belong        23        8-bit ISDN mu-law compressed (CCITT G.721 ADPCM voice data encoding),
  985. >12    belong        24        compressed (8-bit G.722 ADPCM)
  986. >12    belong        25        compressed (3-bit G.723 ADPCM),
  987. >12    belong        26        compressed (5-bit G.723 ADPCM),
  988. >12    belong        27        8-bit A-law,
  989. >20    belong        1        mono,
  990. >20    belong        2        stereo,
  991. >20    belong        4        quad,
  992. >16    belong        >0        %d Hz
  993.  
  994. # DEC systems (e.g. DECstation 5000) use a variant of the Sun/NeXT format
  995. # that uses little-endian encoding and has a different magic number
  996. 0    lelong        0x0064732E    DEC audio data:
  997. >12    lelong        1        8-bit ISDN mu-law,
  998. >12    lelong        2        8-bit linear PCM [REF-PCM],
  999. >12    lelong        3        16-bit linear PCM,
  1000. >12    lelong        4        24-bit linear PCM,
  1001. >12    lelong        5        32-bit linear PCM,
  1002. >12    lelong        6        32-bit IEEE floating point,
  1003. >12    lelong        7        64-bit IEEE floating point,
  1004. >12    lelong        23        8-bit ISDN mu-law compressed (CCITT G.721 ADPCM voice data encoding),
  1005. >20    lelong        1        mono,
  1006. >20    lelong        2        stereo,
  1007. >20    lelong        4        quad,
  1008. >16    lelong        >0        %d Hz
  1009.  
  1010. # Creative Labs AUDIO stuff
  1011. 0    string    MThd            Standard MIDI data
  1012. >8     beshort    x            (format %d)
  1013. >10    beshort    x            using %d track
  1014. >10    beshort        >1        \bs
  1015. >12    beshort&0x7fff    x        at 1/%d
  1016. >12    beshort&0x8000    >0        SMPTE
  1017.  
  1018. 0    string    CTMF            Creative Music (CMF) data
  1019. 0    string    SBI            SoundBlaster instrument data
  1020. 0    string    Creative\ Voice\ File    Creative Labs voice data
  1021. # is this next line right?  it came this way...
  1022. >19    byte    0x1A
  1023. >23    byte    >0            - version %d
  1024. >22    byte    >0            \b.%d
  1025.  
  1026. # first entry is also the string "NTRK"
  1027. 0    belong        0x4e54524b    MultiTrack sound data
  1028. >4    belong        x        - version %ld
  1029.  
  1030. # Extended MOD format (*.emd) (Greg Roelofs, newt@uchicago.edu); NOT TESTED
  1031. # [based on posting 940824 by "Dirk/Elastik", husberg@lehtori.cc.tut.fi]
  1032. 0    string        EMOD        Extended MOD sound data,
  1033. >4    byte&0xf0    x        version %d
  1034. >4    byte&0x0f    x        \b.%d,
  1035. >45    byte        x        %d instruments
  1036. >83    byte        0        (module)
  1037. >83    byte        1        (song)
  1038.  
  1039. # Real Audio (Magic .ra\0375)
  1040. 0    belong        0x2e7261fd    RealAudio sound file
  1041. 0    string        .RMF        RealMedia file
  1042.  
  1043. # MTM/669/FAR/S3M/ULT/XM format checking [Aaron Eppert, aeppert@dialin.ind.net]
  1044. # Oct 31, 1995
  1045. # fixed by <doj@cubic.org> 2003-06-24
  1046. 0    string        MTM        MultiTracker Module sound file
  1047. 0    string        if        Composer 669 Module sound data
  1048. 0    string        JN        Composer 669 Module sound data (extended format)
  1049. 0    string        MAS_U        ULT(imate) Module sound data
  1050.  
  1051. 0    string        FAR        Module sound data
  1052. >4    string        >\15        Title: "%s"
  1053.  
  1054. 0x2c    string        SCRM        ScreamTracker III Module sound data
  1055. >0    string        >\0        Title: "%s"
  1056.  
  1057. # Gravis UltraSound patches
  1058. # From <ache@nagual.ru>
  1059.  
  1060. 0    string        GF1PATCH110\0ID#000002\0    GUS patch
  1061. 0    string        GF1PATCH100\0ID#000002\0    Old GUS    patch
  1062.  
  1063. #
  1064. # Taken from loader code from mikmod version 2.14
  1065. # by Steve McIntyre (stevem@chiark.greenend.org.uk)
  1066. # <doj@cubic.org> added title printing on 2003-06-24
  1067. 0    string    MAS_UTrack_V00
  1068. >14    string    >/0        ultratracker V1.%.1s module sound data
  1069.  
  1070. 0    string    UN05        MikMod UNI format module sound data
  1071.  
  1072. 0    string    Extended\ Module: Fasttracker II module sound data
  1073. >17    string    >\0        Title: "%s"
  1074.  
  1075. 21    string/c    !SCREAM!    Screamtracker 2 module sound data
  1076. 21    string    BMOD2STM    Screamtracker 2 module sound data
  1077. 1080    string    M.K.        4-channel Protracker module sound data
  1078. >0    string    >\0        Title: "%s"
  1079. 1080    string    M!K!        4-channel Protracker module sound data
  1080. >0    string    >\0        Title: "%s"
  1081. 1080    string    FLT4        4-channel Startracker module sound data
  1082. >0    string    >\0        Title: "%s"
  1083. 1080    string    FLT8        8-channel Startracker module sound data
  1084. >0    string    >\0        Title: "%s"
  1085. 1080    string    4CHN        4-channel Fasttracker module sound data
  1086. >0    string    >\0        Title: "%s"
  1087. 1080    string    6CHN        6-channel Fasttracker module sound data
  1088. >0    string    >\0        Title: "%s"
  1089. 1080    string    8CHN        8-channel Fasttracker module sound data
  1090. >0    string    >\0        Title: "%s"
  1091. 1080    string    CD81        8-channel Octalyser module sound data
  1092. >0    string    >\0        Title: "%s"
  1093. 1080    string    OKTA        8-channel Oktalyzer module sound data
  1094. >0    string    >\0        Title: "%s"
  1095. # Not good enough.
  1096. #1082    string    CH
  1097. #>1080    string    >/0        %.2s-channel Fasttracker "oktalyzer" module sound data
  1098. 1080    string    16CN        16-channel Taketracker module sound data
  1099. >0    string    >\0        Title: "%s"
  1100. 1080    string    32CN        32-channel Taketracker module sound data
  1101. >0    string    >\0        Title: "%s"
  1102.  
  1103. # TOC sound files -Trevor Johnson <trevor@jpj.net>
  1104. #
  1105. 0       string          TOC             TOC sound file
  1106.  
  1107. # sidfiles <pooka@iki.fi>
  1108. # added name,author,(c) and new RSID type by <doj@cubic.org> 2003-06-24
  1109. 0    string        SIDPLAY\ INFOFILE    Sidplay info file
  1110.  
  1111. 0    string        PSID            PlaySID v2.2+ (AMIGA) sidtune
  1112. >4    beshort        >0            w/ header v%d,
  1113. >14    beshort        =1            single song,
  1114. >14    beshort        >1            %d songs,
  1115. >16    beshort        >0            default song: %d
  1116. >0x16    string        >\0            name: "%s"
  1117. >0x36    string        >\0            author: "%s"
  1118. >0x56    string        >\0            copyright: "%s"
  1119.  
  1120. 0    string        RSID            RSID sidtune PlaySID compatible
  1121. >4    beshort        >0            w/ header v%d,
  1122. >14    beshort        =1            single song,
  1123. >14    beshort        >1            %d songs,
  1124. >16    beshort        >0            default song: %d
  1125. >0x16    string        >\0            name: "%s"
  1126. >0x36    string        >\0            author: "%s"
  1127. >0x56    string        >\0            copyright: "%s"
  1128.  
  1129. # IRCAM <mpruett@sgi.com>
  1130. # VAX and MIPS files are little-endian; Sun and NeXT are big-endian
  1131. 0    belong        0x64a30100        IRCAM file (VAX)
  1132. 0    belong        0x64a30200        IRCAM file (Sun)
  1133. 0    belong        0x64a30300        IRCAM file (MIPS little-endian)
  1134. 0    belong        0x64a30400        IRCAM file (NeXT)
  1135.  
  1136. # NIST SPHERE <mpruett@sgi.com>
  1137. 0    string        NIST_1A\n\ \ \ 1024\n    NIST SPHERE file
  1138.  
  1139. # Sample Vision <mpruett@sgi.com>
  1140. 0    string        SOUND\ SAMPLE\ DATA\     Sample Vision file
  1141.  
  1142. # Audio Visual Research <tonigonenstein@users.sourceforge.net>
  1143. 0    string        2BIT            Audio Visual Research file,
  1144. >12    beshort        =0            mono,
  1145. >12    beshort        =-1            stereo,
  1146. >14    beshort        x            %d bits
  1147. >16    beshort        =0            unsigned,
  1148. >16    beshort        =-1            signed,
  1149. >22    belong&0x00ffffff    x        %d Hz,
  1150. >18    beshort        =0            no loop,
  1151. >18    beshort        =-1            loop,
  1152. >21    ubyte        <=127            note %d,
  1153. >22    byte        =0            replay 5.485 KHz
  1154. >22    byte        =1            replay 8.084 KHz
  1155. >22    byte        =2            replay 10.971 Khz
  1156. >22    byte        =3            replay 16.168 Khz
  1157. >22    byte        =4            replay 21.942 KHz
  1158. >22    byte        =5            replay 32.336 KHz
  1159. >22    byte        =6            replay 43.885 KHz
  1160. >22    byte        =7            replay 47.261 KHz
  1161.  
  1162. # SGI SoundTrack <mpruett@sgi.com>
  1163. 0    string        _SGI_SoundTrack        SGI SoundTrack project file
  1164. # ID3 version 2 tags <waschk@informatik.uni-rostock.de>
  1165. 0    string        ID3    MP3 file with ID3 version 2.
  1166. >3    ubyte    <0xff    \b%d.
  1167. >4    ubyte    <0xff    \b%d tag
  1168.  
  1169. # NSF (NES sound file) magic
  1170. 0    string        NESM\x1a    NES Sound File
  1171. >14    string        >\0        ("%s" by
  1172. >46    string        >\0        %s, copyright
  1173. >78    string        >\0        %s),
  1174. >5    byte        x        version %d,
  1175. >6    byte        x        %d tracks,
  1176. >122    byte&0x2    =1        dual PAL/NTSC
  1177. >122    byte&0x1    =1        PAL
  1178. >122    byte&0x1    =0        NTSC
  1179.  
  1180. # Impuse tracker module (audio/x-it)
  1181. 0    string        IMPM        Impulse Tracker module sound data -
  1182. >4    string        >\0        "%s"
  1183. >40    leshort        !0        compatible w/ITv%x
  1184. >42    leshort        !0        created w/ITv%x
  1185.  
  1186. # Imago Orpheus module (audio/x-imf)
  1187. 60    string        IM10        Imago Orpheus module sound data -
  1188. >0    string        >\0        "%s"
  1189.  
  1190. # From <collver1@attbi.com>
  1191. # These are the /etc/magic entries to decode modules, instruments, and
  1192. # samples in Impulse Tracker's native format.
  1193.  
  1194. 0    string        IMPS        Impulse Tracker Sample
  1195. >18    byte        &2        16 bit
  1196. >18    byte        ^2        8 bit
  1197. >18    byte        &4        stereo
  1198. >18    byte        ^4        mono
  1199. 0    string        IMPI        Impulse Tracker Instrument
  1200. >28    leshort        !0        ITv%x
  1201. >30    byte        !0        %d samples
  1202.  
  1203. # Yamaha TX Wave:  file(1) magic for Yamaha TX Wave audio files
  1204. # From <collver1@attbi.com>
  1205. 0    string        LM8953        Yamaha TX Wave
  1206. >22    byte        0x49        looped
  1207. >22    byte        0xC9        non-looped
  1208. >23    byte        1        33kHz
  1209. >23    byte        2        50kHz
  1210. >23    byte        3        16kHz
  1211.  
  1212. # scream tracker:  file(1) magic for Scream Tracker sample files
  1213. #
  1214. # From <collver1@attbi.com>
  1215. 76    string        SCRS        Scream Tracker Sample
  1216. >0    byte        1        sample
  1217. >0    byte        2        adlib melody
  1218. >0    byte        >2        adlib drum
  1219. >31    byte        &2        stereo
  1220. >31    byte        ^2        mono
  1221. >31    byte        &4        16bit little endian
  1222. >31    byte        ^4        8bit
  1223. >30    byte        0        unpacked
  1224. >30    byte        1        packed
  1225.  
  1226. # audio
  1227. # From: Cory Dikkers <cdikkers@swbell.net>
  1228. 0    string        MMD0        MED music file, version 0
  1229. 0    string        MMD1        OctaMED Pro music file, version 1
  1230. 0    string        MMD3        OctaMED Soundstudio music file, version 3
  1231. 0    string        OctaMEDCmpr    OctaMED Soundstudio compressed file
  1232. 0    string        MED        MED_Song
  1233. 0    string        SymM        Symphonie SymMOD music file
  1234. #
  1235. 0    string        THX        AHX version
  1236. >3    byte        =0        1 module data
  1237. >3    byte        =1        2 module data
  1238. #
  1239. 0    string        OKTASONG    Oktalyzer module data
  1240. #
  1241. 0    string        DIGI\ Booster\ module\0    %s
  1242. >20    byte        >0        %c
  1243. >>21    byte        >0        \b%c
  1244. >>>22    byte        >0        \b%c
  1245. >>>>23    byte        >0        \b%c
  1246. >610    string        >\0        \b, "%s"
  1247. #
  1248. 0    string        DBM0           DIGI Booster Pro Module
  1249. >4    byte        >0        V%X.
  1250. >>5    byte        x        \b%02X
  1251. >16    string        >\0        \b, "%s"
  1252. #
  1253. 0    string        FTMN        FaceTheMusic module
  1254. >16    string        >\0d        \b, "%s"
  1255.  
  1256. # From: <doj@cubic.org> 2003-06-24
  1257. 0    string        AMShdr\32    Velvet Studio AMS Module v2.2
  1258. 0    string        Extreme        Extreme Tracker AMS Module v1.3
  1259. 0    string        DDMF        Xtracker DMF Module
  1260. >4    byte        x        v%i
  1261. >0xD    string        >\0        Title: "%s"
  1262. >0x2B    string        >\0        Composer: "%s"
  1263. 0    string        DSM\32        Dynamic Studio Module DSM
  1264. 0    string        SONG        DigiTrekker DTM Module
  1265. 0    string        DMDL        DigiTrakker MDL Module
  1266. 0    string        PSM\32        Protracker Studio PSM Module
  1267. 44    string        PTMF        Poly Tracker PTM Module
  1268. >0    string        >\32        Title: "%s"
  1269. 0    string        MT20        MadTracker 2.0 Module MT2
  1270. 0    string        RAD\40by\40REALiTY!! RAD Adlib Tracker Module RAD
  1271. 0    string        RTMM        RTM Module
  1272. 0x426    string        MaDoKaN96    XMS Adlib Module
  1273. >0    string        >\0        Composer: "%s"
  1274. 0    string        AMF        AMF Module
  1275. >4    string        >\0        Title: "%s"
  1276. 0    string        MODINFO1    Open Cubic Player Module Inforation MDZ
  1277. 0    string        Extended\40Instrument: Fast Tracker II Instrument
  1278.  
  1279. # From: Takeshi Hamasaki <hma@syd.odn.ne.jp>
  1280. # NOA Nancy Codec file
  1281. 0    string        \210NOA\015\012\032    NOA Nancy Codec Movie file
  1282. # Yamaha SMAF format
  1283. 0    string        MMMD        Yamaha SMAF file
  1284. # Sharp Jisaku Melody format for PDC
  1285. 0    string        \001Sharp\040JisakuMelody    SHARP Cell-Phone ringing Melody
  1286. >20    string        Ver01.00    Ver. 1.00
  1287. >>32    byte        x        , %d tracks
  1288.  
  1289. # FLAC audio stream <URL:http://flac.sourceforge.net/>
  1290. # From: Dan Fandrich <dan@coneharvesters.com>
  1291. 0    string        fLaC        FLAC audio stream data
  1292.  
  1293. # (ISDN) VBOX voice message file (Wolfram Kleff)
  1294. 0       string          VBOX            VBOX voice message data
  1295.  
  1296. # ReBorn Song Files (.rbs)
  1297. # David J. Singer <doc@deadvirgins.org.uk>
  1298. 8       string          RB40             RBS Song file
  1299. >29     string          ReBorn           created by ReBorn
  1300. >37     string          Propellerhead    created by ReBirth
  1301.  
  1302. # Synthesizer Generator and Kimwitu share their file format
  1303. 0    string        A#S#C#S#S#L#V#3        Synthesizer Generator or Kimwitu data
  1304. # Kimwitu++ uses a slightly different magic
  1305. 0    string        A#S#C#S#S#L#HUB        Kimwitu++ data
  1306. #------------------------------------------------------------------------------
  1307. # bFLT: file(1) magic for BFLT uclinux binary files
  1308. #
  1309. # From Philippe De Muyter <phdm@macqel.be>
  1310. #
  1311. 0    string        bFLT        BFLT executable
  1312. >4    belong        x        - version %ld
  1313. >4    belong        4
  1314. >>36    belong&0x1    0x1        ram
  1315. >>36    belong&0x2    0x2        gotpic
  1316. >>36    belong&0x4    0x4        gzip
  1317. >>36    belong&0x8    0x8        gzdata
  1318. #------------------------------------------------------------------------------
  1319. # blender: file(1) magic for Blender 3D data files
  1320. #
  1321. # Coded by Guillermo S. Romero <gsromero@alumnos.euitt.upm.es> using the
  1322. # data from Ton Roosendaal <ton@blender.nl>. Ton or his company do not
  1323. # support the rule, so mail GSR if problems with it. Rule version: 1.1.
  1324. # You can get latest version with comments and details about the format
  1325. # at http://acd.asoc.euitt.upm.es/~gsromero/3d/blender/magic.blender
  1326.  
  1327. 0    string    =BLENDER    Blender3D,
  1328. >7    string    =_        saved as 32-bits
  1329. >7      string    =-        saved as 64-bits
  1330. >8    string    =v        little endian
  1331. >8    string    =V        big endian
  1332. >9    byte    x        with version %c.
  1333. >10    byte    x        \b%c
  1334. >11    byte    x        \b%c
  1335.  
  1336. #------------------------------------------------------------------------------
  1337. # blit:  file(1) magic for 68K Blit stuff as seen from 680x0 machine
  1338. #
  1339. # Note that this 0407 conflicts with several other a.out formats...
  1340. #
  1341. # XXX - should this be redone with "be" and "le", so that it works on
  1342. # little-endian machines as well?  If so, what's the deal with
  1343. # "VAX-order" and "VAX-order2"?
  1344. #
  1345. #0    long        0407        68K Blit (standalone) executable
  1346. #0    short        0407        VAX-order2 68K Blit (standalone) executable
  1347. 0    short        03401        VAX-order 68K Blit (standalone) executable
  1348. 0    long        0406        68k Blit mpx/mux executable
  1349. 0    short        0406        VAX-order2 68k Blit mpx/mux executable
  1350. 0    short        03001        VAX-order 68k Blit mpx/mux executable
  1351. # Need more values for WE32 DMD executables.
  1352. # Note that 0520 is the same as COFF
  1353. #0    short        0520        tty630 layers executable
  1354. #
  1355. # i80960 b.out objects and archives
  1356. #
  1357. 0    long        0x10d        i960 b.out relocatable object
  1358. >16    long        >0        not stripped
  1359. #
  1360. # b.out archive (hp-rt on i960)
  1361. 0    string        !<bout>        b.out archive
  1362. >8    string        __.SYMDEF    random library
  1363. #------------------------------------------------------------------------------
  1364. # bsdi:  file(1) magic for BSD/OS (from BSDI) objects
  1365. #
  1366.  
  1367. 0    lelong        0314        386 compact demand paged pure executable
  1368. >16    lelong        >0        not stripped
  1369. >32    byte        0x6a        (uses shared libs)
  1370.  
  1371. 0    lelong        0407        386 executable
  1372. >16    lelong        >0        not stripped
  1373. >32    byte        0x6a        (uses shared libs)
  1374.  
  1375. 0    lelong        0410        386 pure executable
  1376. >16    lelong        >0        not stripped
  1377. >32    byte        0x6a        (uses shared libs)
  1378.  
  1379. 0    lelong        0413        386 demand paged pure executable
  1380. >16    lelong        >0        not stripped
  1381. >32    byte        0x6a        (uses shared libs)
  1382.  
  1383. # same as in SunOS 4.x, except for static shared libraries
  1384. 0    belong&077777777    0600413        sparc demand paged
  1385. >0    byte        &0x80
  1386. >>20    belong        <4096        shared library
  1387. >>20    belong        =4096        dynamically linked executable
  1388. >>20    belong        >4096        dynamically linked executable
  1389. >0    byte        ^0x80        executable
  1390. >16    belong        >0        not stripped
  1391. >36    belong        0xb4100001    (uses shared libs)
  1392.  
  1393. 0    belong&077777777    0600410        sparc pure
  1394. >0    byte        &0x80        dynamically linked executable
  1395. >0    byte        ^0x80        executable
  1396. >16    belong        >0        not stripped
  1397. >36    belong        0xb4100001    (uses shared libs)
  1398.  
  1399. 0    belong&077777777    0600407        sparc
  1400. >0    byte        &0x80        dynamically linked executable
  1401. >0    byte        ^0x80        executable
  1402. >16    belong        >0        not stripped
  1403. >36    belong        0xb4100001    (uses shared libs)
  1404.  
  1405. #------------------------------------------------------------------------------
  1406. # c-lang:  file(1) magic for C programs (or REXX)
  1407. #
  1408.  
  1409. # XPM icons (Greg Roelofs, newt@uchicago.edu)
  1410. # if you uncomment "/*" for C/REXX below, also uncomment this entry
  1411. #0    string        /*\ XPM\ */    X pixmap image data
  1412.  
  1413. # this first will upset you if you're a PL/1 shop...
  1414. # in which case rm it; ascmagic will catch real C programs
  1415. #0    string        /*        C or REXX program text
  1416. 0    string        //        C++ program text
  1417.  
  1418. # From: Mikhail Teterin <mi@aldan.algebra.com> 
  1419. 0    string        cscope        cscope reference data
  1420. >7    string        x        version %.2s
  1421. # We skip the path here, because it is often long (so file will
  1422. # truncate it) and mostly redundant.
  1423. # The inverted index functionality was added some time betwen
  1424. # versions 11 and 15, so look for -q if version is above 14:
  1425. >7    string        >14
  1426. >>10    regex        .+\ -q\        with inverted index
  1427. >10    regex        .+\ -c\        text (non-compressed)
  1428.  
  1429. #------------------------------------------------------------------------------
  1430. # c64:  file(1) magic for various commodore 64 related files
  1431. #
  1432. # From <doj@cubic.org>
  1433.  
  1434. 0x16500    belong        0x12014100    D64 Image
  1435. 0x16500    belong        0x12014180    D71 Image
  1436. 0x61800 belong        0x28034400    D81 Image
  1437. 0    string        C64\40CARTRIDGE    CCS C64 Emultar Cartridge Image
  1438. 0    belong        0x43154164    X64 Image
  1439.  
  1440. 0    string        GCR-1541    GCR Image
  1441. >8    byte        x        version: $i
  1442. >9    byte        x        tracks: %i
  1443.  
  1444. 9    string        PSUR        ARC archive (c64)
  1445. 2    string        -LH1-        LHA archive (c64)
  1446.  
  1447. 0    string        C64File        PC64 Emulator file
  1448. >8    string        >\0        "%s"
  1449. 0    string        C64Image    PC64 Freezer Image
  1450.  
  1451. 0    beshort        0x38CD        C64 PCLink Image
  1452. 0    string        CBM\144\0\0    Power 64 C64 Emulator Snapshot
  1453.  
  1454. 0    belong        0xFF424CFF    WRAptor packer (c64)
  1455.  
  1456. #------------------------------------------------------------------------------
  1457. # CDDB: file(1) magic for CDDB(tm) format CD text data files
  1458. #
  1459. # From <steve@gracenote.com>
  1460. #
  1461. # This is the /etc/magic entry to decode datafiles as used by
  1462. # CDDB-enabled CD player applications.
  1463. #
  1464.  
  1465. 0       string/b        #\040xmcd               CDDB(tm) format CD text data
  1466.  
  1467. #------------------------------------------------------------------------------
  1468. # chi:  file(1) magic for ChiWriter files
  1469. #
  1470. 0       string          \\1cw\          ChiWriter file
  1471. >5      string          >\0             version %s
  1472. 0       string          \\1cw           ChiWriter file
  1473.  
  1474. #------------------------------------------------------------------------------
  1475. # chord: file(1) magic for Chord music sheet typesetting utility input files
  1476. #
  1477. # From Philippe De Muyter <phdm@macqel.be>
  1478. # File format is actually free, but many distributed files begin with `{title'
  1479. #
  1480. 0    string        {title        Chord text file
  1481.  
  1482. #------------------------------------------------------------------------------
  1483. # cisco:  file(1) magic for cisco Systems routers
  1484. #
  1485. # Most cisco file-formats are covered by the generic elf code
  1486. #
  1487. # Microcode files are non-ELF, 0x8501 conflicts with NetBSD/alpha.
  1488. 0    belong&0xffffff00    0x85011400  cisco IOS microcode
  1489. >7    string        >\0            for '%s'
  1490. 0    belong&0xffffff00    0x8501cb00  cisco IOS experimental microcode
  1491. >7    string        >\0            for '%s'
  1492. #------------------------------------------------------------------------------
  1493. # citrus locale declaration
  1494. #
  1495.  
  1496. 0    string        RuneCT        Citrus locale declaration for LC_CTYPE
  1497.  
  1498.  
  1499. #------------------------------------------------------------------------------
  1500. # claris:  file(1) magic for claris
  1501. # "H. Nanosecond" <aldomel@ix.netcom.com>
  1502. # Claris Works a word processor, etc.
  1503. # Version 3.0
  1504.  
  1505. # .pct claris works clip art files
  1506. #0000000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000
  1507. #*
  1508. #0001000 #010 250 377 377 377 377 000 213 000 230 000 021 002 377 014 000
  1509. #null to byte 1000 octal
  1510. 514    string    \377\377\377\377\000    Claris clip art?
  1511. >0    string    \0\0\0\0\0\0\0\0\0\0\0\0\0    yes.
  1512. 514    string    \377\377\377\377\001    Claris clip art?
  1513. >0    string    \0\0\0\0\0\0\0\0\0\0\0\0\0    yes.
  1514.  
  1515. # Claris works files
  1516. # .cwk
  1517. 0    string    \002\000\210\003\102\117\102\117\000\001\206 Claris works document
  1518. # .plt
  1519. 0    string    \020\341\000\000\010\010    Claris Works pallete files .plt
  1520.  
  1521. # .msp a dictionary file I am not sure about this I have only one .msp file
  1522. 0    string    \002\271\262\000\040\002\000\164    Claris works dictionary
  1523.  
  1524. # .usp are user dictionary bits
  1525. # I am not sure about a magic header:
  1526. #0000000 001 123 160 146 070 125 104 040 136 123 015 012 160 157 144 151
  1527. #        soh   S   p   f   8   U   D  sp   ^   S  cr  nl   p   o   d   i
  1528. #0000020 141 164 162 151 163 164 040 136 123 015 012 144 151 166 040 043
  1529. #          a   t   r   i   s   t  sp   ^   S  cr  nl   d   i   v  sp   #
  1530.  
  1531. # .mth Thesaurus
  1532. # statrts with \0 but no magic header
  1533.  
  1534. # .chy Hyphenation file
  1535. # I am not sure: 000 210 034 000 000
  1536.  
  1537. # other claris files
  1538. #./windows/claris/useng.ndx: data
  1539. #./windows/claris/xtndtran.l32: data
  1540. #./windows/claris/xtndtran.lst: data
  1541. #./windows/claris/clworks.lbl: data
  1542. #./windows/claris/clworks.prf: data
  1543. #./windows/claris/userd.spl: data
  1544.  
  1545. #------------------------------------------------------------------------------
  1546. # clipper:  file(1) magic for Intergraph (formerly Fairchild) Clipper.
  1547. #
  1548. # XXX - what byte order does the Clipper use?
  1549. #
  1550. # XXX - what's the "!" stuff:
  1551. #
  1552. # >18    short        !074000,000000    C1 R1 
  1553. # >18    short        !074000,004000    C2 R1
  1554. # >18    short        !074000,010000    C3 R1
  1555. # >18    short        !074000,074000    TEST
  1556. #
  1557. # I shall assume it's ANDing the field with the first value and
  1558. # comparing it with the second, and rewrite it as:
  1559. #
  1560. # >18    short&074000    000000        C1 R1 
  1561. # >18    short&074000    004000        C2 R1
  1562. # >18    short&074000    010000        C3 R1
  1563. # >18    short&074000    074000        TEST
  1564. #
  1565. # as SVR3.1's "file" doesn't support anything of the "!074000,000000"
  1566. # sort, nor does SunOS 4.x, so either it's something Intergraph added
  1567. # in CLIX, or something AT&T added in SVR3.2 or later, or something
  1568. # somebody else thought was a good idea; it's not documented in the
  1569. # man page for this version of "magic", nor does it appear to be
  1570. # implemented (at least not after I blew off the bogus code to turn
  1571. # old-style "&"s into new-style "&"s, which just didn't work at all).
  1572. #
  1573. 0    short        0575        CLIPPER COFF executable (VAX #)
  1574. >20    short        0407        (impure)
  1575. >20    short        0410        (5.2 compatible)
  1576. >20    short        0411        (pure)
  1577. >20    short        0413        (demand paged)
  1578. >20    short        0443        (target shared library)
  1579. >12    long        >0        not stripped
  1580. >22    short        >0        - version %ld
  1581. 0    short        0577        CLIPPER COFF executable
  1582. >18    short&074000    000000        C1 R1 
  1583. >18    short&074000    004000        C2 R1
  1584. >18    short&074000    010000        C3 R1
  1585. >18    short&074000    074000        TEST
  1586. >20    short        0407        (impure)
  1587. >20    short        0410        (pure)
  1588. >20    short        0411        (separate I&D)
  1589. >20    short        0413        (paged)
  1590. >20    short        0443        (target shared library)
  1591. >12    long        >0        not stripped
  1592. >22    short        >0        - version %ld
  1593. >48    long&01        01        alignment trap enabled
  1594. >52    byte        1        -Ctnc
  1595. >52    byte        2        -Ctsw
  1596. >52    byte        3        -Ctpw
  1597. >52    byte        4        -Ctcb
  1598. >53    byte        1        -Cdnc
  1599. >53    byte        2        -Cdsw
  1600. >53    byte        3        -Cdpw
  1601. >53    byte        4        -Cdcb
  1602. >54    byte        1        -Csnc
  1603. >54    byte        2        -Cssw
  1604. >54    byte        3        -Cspw
  1605. >54    byte        4        -Cscb
  1606. 4    string        pipe        CLIPPER instruction trace
  1607. 4    string        prof        CLIPPER instruction profile
  1608.  
  1609. #------------------------------------------------------------------------------
  1610. # commands:  file(1) magic for various shells and interpreters
  1611. #
  1612. 0    string        :            shell archive or script for antique kernel text
  1613. 0    string/b    #!\ /bin/sh        Bourne shell script text executable
  1614. 0    string/b    #!\ /bin/csh        C shell script text executable
  1615. # korn shell magic, sent by George Wu, gwu@clyde.att.com
  1616. 0    string/b    #!\ /bin/ksh        Korn shell script text executable
  1617. 0    string/b     #!\ /bin/tcsh        Tenex C shell script text executable
  1618. 0    string/b     #!\ /usr/local/tcsh    Tenex C shell script text executable
  1619. 0    string/b    #!\ /usr/local/bin/tcsh    Tenex C shell script text executable
  1620.  
  1621. #
  1622. # zsh/ash/ae/nawk/gawk magic from cameron@cs.unsw.oz.au (Cameron Simpson)
  1623. 0    string/b    #!\ /bin/zsh        Paul Falstad's zsh script text executable
  1624. 0    string/b    #!\ /usr/bin/zsh    Paul Falstad's zsh script text executable
  1625. 0    string/b    #!\ /usr/local/bin/zsh    Paul Falstad's zsh script text executable
  1626. 0    string/b    #!\ /usr/local/bin/ash    Neil Brown's ash script text executable
  1627. 0    string/b    #!\ /usr/local/bin/ae    Neil Brown's ae script text executable
  1628. 0    string/b    #!\ /bin/nawk        new awk script text executable
  1629. 0    string/b    #!\ /usr/bin/nawk    new awk script text executable
  1630. 0    string/b    #!\ /usr/local/bin/nawk    new awk script text executable
  1631. 0    string/b    #!\ /bin/gawk        GNU awk script text executable
  1632. 0    string/b    #!\ /usr/bin/gawk    GNU awk script text executable
  1633. 0    string/b    #!\ /usr/local/bin/gawk    GNU awk script text executable
  1634. #
  1635. 0    string/b    #!\ /bin/awk        awk script text executable
  1636. 0    string/b    #!\ /usr/bin/awk    awk script text executable
  1637. 0    string        BEGIN            awk script text
  1638.  
  1639. # AT&T Bell Labs' Plan 9 shell
  1640. 0    string/b    #!\ /bin/rc    Plan 9 rc shell script text executable
  1641.  
  1642. # bash shell magic, from Peter Tobias (tobias@server.et-inf.fho-emden.de)
  1643. 0    string/b    #!\ /bin/bash    Bourne-Again shell script text executable
  1644. 0    string/b    #!\ /usr/local/bin/bash    Bourne-Again shell script text executable
  1645.  
  1646. # using env
  1647. 0    string        #!/usr/bin/env        a
  1648. >15    string        >\0            %s script text executable
  1649. 0    string        #!\ /usr/bin/env    a
  1650. >16    string        >\0            %s script text executable
  1651.  
  1652. # PHP scripts
  1653. # Ulf Harnhammar <ulfh@update.uu.se>
  1654. 0    string/c    =<?php            PHP script text
  1655. 0    string        =<?\n            PHP script text
  1656. 0    string        =<?\r            PHP script text
  1657. 0    string/b    #!\ /usr/local/bin/php    PHP script text executable
  1658. 0    string/b    #!\ /usr/bin/php    PHP script text executable
  1659.  
  1660. 0    string        Zend\x00        PHP script Zend Optimizer data
  1661.  
  1662. #----------------------------------------------------------------------------
  1663. # communcation
  1664.  
  1665. # TTCN is the Tree and Tabular Combined Notation described in ISO 9646-3.
  1666. # It is used for conformance testing of communication protocols.
  1667. # Added by W. Borgert <debacle@debian.org>.
  1668. 0    string        $Suite            TTCN Abstract Test Suite
  1669. >&1    string        $SuiteId
  1670. >>&1    string        >\n            %s
  1671. >&2    string        $SuiteId
  1672. >>&1    string        >\n            %s
  1673. >&3    string        $SuiteId
  1674. >>&1    string        >\n            %s
  1675.  
  1676. # MSC (message sequence charts) are a formal description technique,
  1677. # described in ITU-T Z.120, mainly used for communication protocols.
  1678. # Added by W. Borgert <debacle@debian.org>.
  1679. 0    string        mscdocument    Message Sequence Chart (document)
  1680. 0    string        msc        Message Sequence Chart (chart)
  1681. 0    string        submsc        Message Sequence Chart (subchart)
  1682.  
  1683. #------------------------------------------------------------------------------
  1684. # compress:  file(1) magic for pure-compression formats (no archives)
  1685. #
  1686. # compress, gzip, pack, compact, huf, squeeze, crunch, freeze, yabba, etc.
  1687. #
  1688. # Formats for various forms of compressed data
  1689. # Formats for "compress" proper have been moved into "compress.c",
  1690. # because it tries to uncompress it to figure out what's inside.
  1691.  
  1692. # standard unix compress
  1693. 0    string        \037\235    compress'd data
  1694. >2    byte&0x80    >0        block compressed
  1695. >2    byte&0x1f    x        %d bits
  1696.  
  1697. # gzip (GNU zip, not to be confused with Info-ZIP or PKWARE zip archiver)
  1698. #   Edited by Chris Chittleborough <cchittleborough@yahoo.com.au>, March 2002
  1699. #    * Original filename is only at offset 10 if "extra field" absent
  1700. #    * Produce shorter output - notably, only report compression methods
  1701. #      other than 8 ("deflate", the only method defined in RFC 1952).
  1702. 0       string          \037\213        gzip compressed data
  1703. >2    byte        <8        \b, reserved method
  1704. >2    byte        >8        \b, unknown method
  1705. >3    byte        &0x01        \b, ASCII
  1706. >3    byte        &0x02        \b, continuation
  1707. >3    byte        &0x04        \b, extra field
  1708. >3    byte&0xC    =0x08
  1709. >>10    string        x        \b, was "%s"
  1710. >9    byte        =0x00        \b, from MS-DOS
  1711. >9    byte        =0x01        \b, from Amiga
  1712. >9    byte        =0x02        \b, from VMS
  1713. >9    byte        =0x03        \b, from Unix
  1714. >9    byte        =0x05        \b, from Atari
  1715. >9    byte        =0x06        \b, from OS/2
  1716. >9    byte        =0x07        \b, from MacOS
  1717. >9    byte        =0x0A        \b, from Tops/20
  1718. >9    byte        =0x0B        \b, from Win/32
  1719. >3    byte        &0x10        \b, comment
  1720. >3    byte        &0x20        \b, encrypted
  1721. ### >4    ledate        x        last modified: %s,
  1722. >8    byte        2        \b, max compression
  1723. >8    byte        4        \b, max speed
  1724.  
  1725. # packed data, Huffman (minimum redundancy) codes on a byte-by-byte basis
  1726. 0    string        \037\036    packed data
  1727. >2    belong        >1        \b, %d characters originally
  1728. >2    belong        =1        \b, %d character originally
  1729. #
  1730. # This magic number is byte-order-independent.
  1731. 0    short        0x1f1f        old packed data
  1732.  
  1733. # XXX - why *two* entries for "compacted data", one of which is
  1734. # byte-order independent, and one of which is byte-order dependent?
  1735. #
  1736. 0    short        0x1fff        compacted data
  1737. # This string is valid for SunOS (BE) and a matching "short" is listed
  1738. # in the Ultrix (LE) magic file.
  1739. 0    string        \377\037    compacted data
  1740. 0    short        0145405        huf output
  1741.  
  1742. # bzip2
  1743. 0    string        BZh        bzip2 compressed data
  1744. >3    byte        >47        \b, block size = %c00k
  1745.  
  1746. # squeeze and crunch
  1747. # Michael Haardt <michael@cantor.informatik.rwth-aachen.de>
  1748. 0    beshort        0x76FF        squeezed data,
  1749. >4    string        x        original name %s
  1750. 0    beshort        0x76FE        crunched data,
  1751. >2    string        x        original name %s
  1752. 0    beshort        0x76FD        LZH compressed data,
  1753. >2    string        x        original name %s
  1754.  
  1755. # Freeze
  1756. 0    string        \037\237    frozen file 2.1
  1757. 0    string        \037\236    frozen file 1.0 (or gzip 0.5)
  1758.  
  1759. # SCO compress -H (LZH)
  1760. 0    string        \037\240    SCO compress -H (LZH) data
  1761.  
  1762. # European GSM 06.10 is a provisional standard for full-rate speech
  1763. # transcoding, prI-ETS 300 036, which uses RPE/LTP (residual pulse
  1764. # excitation/long term prediction) coding at 13 kbit/s.
  1765. #
  1766. # There's only a magic nibble (4 bits); that nibble repeats every 33
  1767. # bytes.  This isn't suited for use, but maybe we can use it someday.
  1768. #
  1769. # This will cause very short GSM files to be declared as data and
  1770. # mismatches to be declared as data too!
  1771. #0    byte&0xF0    0xd0        data
  1772. #>33    byte&0xF0    0xd0
  1773. #>66    byte&0xF0    0xd0
  1774. #>99    byte&0xF0    0xd0
  1775. #>132    byte&0xF0    0xd0        GSM 06.10 compressed audio
  1776.  
  1777. # bzip    a block-sorting file compressor
  1778. #    by Julian Seward <sewardj@cs.man.ac.uk> and others
  1779. #
  1780. 0    string        BZ        bzip compressed data
  1781. >2    byte        x        \b, version: %c
  1782. >3    string        =1        \b, compression block size 100k
  1783. >3    string        =2        \b, compression block size 200k
  1784. >3    string        =3        \b, compression block size 300k
  1785. >3    string        =4        \b, compression block size 400k
  1786. >3    string        =5        \b, compression block size 500k
  1787. >3    string        =6        \b, compression block size 600k
  1788. >3    string        =7        \b, compression block size 700k
  1789. >3    string        =8        \b, compression block size 800k
  1790. >3    string        =9        \b, compression block size 900k
  1791.  
  1792. # lzop from <markus.oberhumer@jk.uni-linz.ac.at>
  1793. 0    string        \x89\x4c\x5a\x4f\x00\x0d\x0a\x1a\x0a    lzop compressed data
  1794. >9    beshort        <0x0940
  1795. >>9    byte&0xf0    =0x00        - version 0.
  1796. >>9    beshort&0x0fff    x        \b%03x,
  1797. >>13    byte        1        LZO1X-1,
  1798. >>13    byte        2        LZO1X-1(15),
  1799. >>13    byte        3        LZO1X-999,
  1800. ## >>22    bedate        >0        last modified: %s,
  1801. >>14    byte        =0x00        os: MS-DOS
  1802. >>14    byte        =0x01        os: Amiga
  1803. >>14    byte        =0x02        os: VMS
  1804. >>14    byte        =0x03        os: Unix
  1805. >>14    byte        =0x05        os: Atari
  1806. >>14    byte        =0x06        os: OS/2
  1807. >>14    byte        =0x07        os: MacOS
  1808. >>14    byte        =0x0A        os: Tops/20
  1809. >>14    byte        =0x0B        os: WinNT
  1810. >>14    byte        =0x0E        os: Win32
  1811. >9    beshort        >0x0939
  1812. >>9    byte&0xf0    =0x00        - version 0.
  1813. >>9    byte&0xf0    =0x10        - version 1.
  1814. >>9    byte&0xf0    =0x20        - version 2.
  1815. >>9    beshort&0x0fff    x        \b%03x,
  1816. >>15    byte        1        LZO1X-1,
  1817. >>15    byte        2        LZO1X-1(15),
  1818. >>15    byte        3        LZO1X-999,
  1819. ## >>25    bedate        >0        last modified: %s,
  1820. >>17    byte        =0x00        os: MS-DOS
  1821. >>17    byte        =0x01        os: Amiga
  1822. >>17    byte        =0x02        os: VMS
  1823. >>17    byte        =0x03        os: Unix
  1824. >>17    byte        =0x05        os: Atari
  1825. >>17    byte        =0x06        os: OS/2
  1826. >>17    byte        =0x07        os: MacOS
  1827. >>17    byte        =0x0A        os: Tops/20
  1828. >>17    byte        =0x0B        os: WinNT
  1829. >>17    byte        =0x0E        os: Win32
  1830.  
  1831. # 4.3BSD-Quasijarus Strong Compression
  1832. # http://minnie.tuhs.org/Quasijarus/compress.html
  1833. 0    string        \037\241    Quasijarus strong compressed data
  1834.  
  1835. # From: Cory Dikkers <cdikkers@swbell.net>
  1836. 0    string        XPKF        Amiga xpkf.library compressed data
  1837. 0    string        PP11        Power Packer 1.1 compressed data
  1838. 0    string        PP20        Power Packer 2.0 compressed data,
  1839. >4    belong        0x09090909    fast compression
  1840. >4    belong        0x090A0A0A    mediocre compression
  1841. >4    belong        0x090A0B0B    good compression
  1842. >4    belong        0x090A0C0C    very good compression
  1843. >4    belong        0x090A0C0D    best compression
  1844.  
  1845. # 7z archiver, from Thomas Klausner (wiz@danbala.tuwien.ac.at)
  1846. # http://www.7-zip.org or DOC/7zFormat.txt 
  1847. #
  1848. 0    string        7z\274\257\047\034    7z archive data,
  1849. >6    byte        x            version %d
  1850. >7    byte        x            \b.%d
  1851.  
  1852. # AFX compressed files (Wolfram Kleff)
  1853. 2    string        -afx-        AFX compressed file data
  1854. #------------------------------------------------------------------------------
  1855. # Console game magic
  1856. # Toby Deshane <hac@shoelace.digivill.net>
  1857. #    ines:  file(1) magic for Marat's iNES Nintendo Entertainment System
  1858. #           ROM dump format
  1859.  
  1860. 0 string NES\032 iNES ROM dump,
  1861. >4 byte  x     %dx16k PRG
  1862. >5 byte  x     \b, %dx8k CHR
  1863. >6 byte&0x01  =0x1  \b, [Vert.]
  1864. >6 byte&0x01  =0x0  \b, [Horiz.]
  1865. >6 byte&0x02  =0x2  \b, [SRAM]
  1866. >6 byte&0x04  =0x4  \b, [Trainer]
  1867. >6 byte&0x04  =0x8  \b, [4-Scr]
  1868.  
  1869. #------------------------------------------------------------------------------
  1870. # gameboy:  file(1) magic for the Nintendo (Color) Gameboy raw ROM format
  1871. #
  1872. 0x104 belong 0xCEED6666 Gameboy ROM:
  1873. >0x134 string >\0 "%.16s"
  1874. >0x146 byte 0x03  \b,[SGB]
  1875. >0x147 byte 0x00  \b, [ROM ONLY]
  1876. >0x147 byte 0x01  \b, [ROM+MBC1]
  1877. >0x147 byte 0x02  \b, [ROM+MBC1+RAM]
  1878. >0x147 byte 0x03  \b, [ROM+MBC1+RAM+BATT]
  1879. >0x147 byte 0x05  \b, [ROM+MBC2]
  1880. >0x147 byte 0x06  \b, [ROM+MBC2+BATTERY]
  1881. >0x147 byte 0x08  \b, [ROM+RAM]
  1882. >0x147 byte 0x09  \b, [ROM+RAM+BATTERY]
  1883. >0x147 byte 0x0B  \b, [ROM+MMM01]
  1884. >0x147 byte 0x0C  \b, [ROM+MMM01+SRAM]
  1885. >0x147 byte 0x0D  \b, [ROM+MMM01+SRAM+BATT]
  1886. >0x147 byte 0x0F  \b, [ROM+MBC3+TIMER+BATT]
  1887. >0x147 byte 0x10  \b, [ROM+MBC3+TIMER+RAM+BATT]
  1888. >0x147 byte 0x11  \b, [ROM+MBC3]
  1889. >0x147 byte 0x12  \b, [ROM+MBC3+RAM]
  1890. >0x147 byte 0x13  \b, [ROM+MBC3+RAM+BATT]
  1891. >0x147 byte 0x19  \b, [ROM+MBC5]
  1892. >0x147 byte 0x1A  \b, [ROM+MBC5+RAM]
  1893. >0x147 byte 0x1B  \b, [ROM+MBC5+RAM+BATT]
  1894. >0x147 byte 0x1C  \b, [ROM+MBC5+RUMBLE]
  1895. >0x147 byte 0x1D  \b, [ROM+MBC5+RUMBLE+SRAM]
  1896. >0x147 byte 0x1E  \b, [ROM+MBC5+RUMBLE+SRAM+BATT]
  1897. >0x147 byte 0x1F  \b, [Pocket Camera]
  1898. >0x147 byte 0xFD  \b, [Bandai TAMA5]
  1899. >0x147 byte 0xFE  \b, [Hudson HuC-3]
  1900. >0x147 byte 0xFF  \b, [Hudson HuC-1]
  1901.  
  1902. >0x148 byte 0     \b, ROM: 256Kbit
  1903. >0x148 byte 1     \b, ROM: 512Kbit
  1904. >0x148 byte 2     \b, ROM: 1Mbit
  1905. >0x148 byte 3     \b, ROM: 2Mbit
  1906. >0x148 byte 4     \b, ROM: 4Mbit
  1907. >0x148 byte 5     \b, ROM: 8Mbit
  1908. >0x148 byte 6     \b, ROM: 16Mbit
  1909. >0x148 byte 0x52  \b, ROM: 9Mbit
  1910. >0x148 byte 0x53  \b, ROM: 10Mbit
  1911. >0x148 byte 0x54  \b, ROM: 12Mbit
  1912.  
  1913. >0x149 byte 1     \b, RAM: 16Kbit
  1914. >0x149 byte 2     \b, RAM: 64Kbit
  1915. >0x149 byte 3     \b, RAM: 128Kbit
  1916. >0x149 byte 4     \b, RAM: 1Mbit
  1917.  
  1918. #>0x14e long  x     \b, CRC: %x
  1919.  
  1920. #------------------------------------------------------------------------------
  1921. # genesis:  file(1) magic for the Sega MegaDrive/Genesis raw ROM format
  1922. #
  1923. 0x100 string SEGA  Sega MegaDrive/Genesis raw ROM dump
  1924. >0x120 string >\0 Name: "%.16s"
  1925. >0x110 string >\0 %.16s
  1926. >0x1B0 string RA with SRAM
  1927.  
  1928. #------------------------------------------------------------------------------
  1929. # genesis:  file(1) magic for the Super MegaDrive ROM dump format
  1930. #
  1931. 0x280 string EAGN  Super MagicDrive ROM dump
  1932. >0 byte x %dx16k blocks
  1933. >2 byte 0 \b, last in series or standalone
  1934. >2 byte >0 \b, split ROM
  1935. >8 byte 0xAA
  1936. >9 byte 0xBB
  1937.  
  1938. #------------------------------------------------------------------------------
  1939. # genesis:  file(1) alternate magic for the Super MegaDrive ROM dump format
  1940. #
  1941. 0x280 string EAMG  Super MagicDrive ROM dump
  1942. >0 byte x %dx16k blocks
  1943. >2 byte x \b, last in series or standalone
  1944. >8 byte 0xAA
  1945. >9 byte 0xBB
  1946.  
  1947. #------------------------------------------------------------------------------
  1948. # smsgg:  file(1) magic for Sega Master System and Game Gear ROM dumps
  1949. #
  1950. # Does not detect all images.  Very preliminary guesswork.  Need more data
  1951. # on format.
  1952. #
  1953. # FIXME: need a little more info...;P
  1954. #
  1955. #0 byte 0xF3
  1956. #>1 byte 0xED  Sega Master System/Game Gear ROM dump
  1957. #>1 byte 0x31  Sega Master System/Game Gear ROM dump
  1958. #>1 byte 0xDB  Sega Master System/Game Gear ROM dump
  1959. #>1 byte 0xAF  Sega Master System/Game Gear ROM dump
  1960. #>1 byte 0xC3  Sega Master System/Game Gear ROM dump
  1961.  
  1962. #------------------------------------------------------------------------------
  1963. # dreamcast:  file(1) uncertain magic for the Sega Dreamcast VMU image format
  1964. #
  1965. 0 belong 0x21068028   Sega Dreamcast VMU game image
  1966. 0 string LCDi         Dream Animator file
  1967.  
  1968. #------------------------------------------------------------------------------
  1969. # v64: file(1) uncertain magic for the V64 format N64 ROM dumps
  1970. #
  1971. 0 belong 0x37804012    V64 Nintendo 64 ROM dump
  1972.  
  1973. #------------------------------------------------------------------------------
  1974. # msx: file(1) magic for MSX game cartridge dumps
  1975. 0 beshort 0x4142 MSX game cartridge dump 
  1976.  
  1977. # Sony Playstation executables (Adam Sjoegren <asjo@diku.dk>) :
  1978. 0    string    PS-X\ EXE    Sony Playstation executable
  1979. #  Area:
  1980. >113    string    x        (%s)
  1981. #------------------------------------------------------------------------------
  1982. # convex:  file(1) magic for Convex boxes
  1983. #
  1984. # Convexes are big-endian.
  1985. #
  1986. # /*\
  1987. #  * Below are the magic numbers and tests added for Convex.
  1988. #  * Added at beginning, because they are expected to be used most.
  1989. # \*/
  1990. 0    belong    0507    Convex old-style object
  1991. >16    belong    >0    not stripped
  1992. 0    belong    0513    Convex old-style demand paged executable
  1993. >16    belong    >0    not stripped
  1994. 0    belong    0515    Convex old-style pre-paged executable
  1995. >16    belong    >0    not stripped
  1996. 0    belong    0517    Convex old-style pre-paged, non-swapped executable
  1997. >16    belong    >0    not stripped
  1998. 0    belong    0x011257    Core file
  1999. #
  2000. # The following are a series of dump format magic numbers.  Each one
  2001. # corresponds to a drastically different dump format.  The first on is
  2002. # the original dump format on a 4.1 BSD or earlier file system.  The
  2003. # second marks the change between the 4.1 file system and the 4.2 file
  2004. # system.  The Third marks the changing of the block size from 1K
  2005. # to 2K to be compatible with an IDC file system.  The fourth indicates
  2006. # a dump that is dependent on Convex Storage Manager, because data in
  2007. # secondary storage is not physically contained within the dump.
  2008. # The restore program uses these number to determine how the data is
  2009. # to be extracted.
  2010. #
  2011. 24    belong    =60011    dump format, 4.1 BSD or earlier
  2012. 24    belong    =60012    dump format, 4.2 or 4.3 BSD without IDC
  2013. 24    belong    =60013    dump format, 4.2 or 4.3 BSD (IDC compatible)
  2014. 24    belong    =60014    dump format, Convex Storage Manager by-reference dump
  2015. #
  2016. # what follows is a bunch of bit-mask checks on the flags field of the opthdr.
  2017. # If there is no `=' sign, assume just checking for whether the bit is set?
  2018. #
  2019. 0    belong    0601        Convex SOFF
  2020. >88    belong&0x000f0000    =0x00000000    c1
  2021. >88    belong            &0x00010000    c2
  2022. >88    belong            &0x00020000    c2mp
  2023. >88    belong            &0x00040000    parallel
  2024. >88    belong            &0x00080000    intrinsic
  2025. >88    belong            &0x00000001    demand paged
  2026. >88    belong            &0x00000002    pre-paged
  2027. >88    belong            &0x00000004    non-swapped
  2028. >88    belong            &0x00000008    POSIX
  2029. #
  2030. >84    belong            &0x80000000    executable
  2031. >84    belong            &0x40000000    object
  2032. >84    belong&0x20000000    =0        not stripped
  2033. >84    belong&0x18000000    =0x00000000    native fpmode
  2034. >84    belong&0x18000000    =0x10000000    ieee fpmode
  2035. >84    belong&0x18000000    =0x18000000    undefined fpmode
  2036. #
  2037. 0    belong            0605        Convex SOFF core
  2038. #
  2039. 0    belong            0607        Convex SOFF checkpoint
  2040. >88    belong&0x000f0000    =0x00000000    c1
  2041. >88    belong            &0x00010000    c2
  2042. >88    belong            &0x00020000    c2mp
  2043. >88    belong            &0x00040000    parallel
  2044. >88    belong            &0x00080000    intrinsic
  2045. >88    belong            &0x00000008    POSIX
  2046. #
  2047. >84    belong&0x18000000    =0x00000000    native fpmode
  2048. >84    belong&0x18000000    =0x10000000    ieee fpmode
  2049. >84    belong&0x18000000    =0x18000000    undefined fpmode
  2050.  
  2051. # ----------------------------------------------------------------------------
  2052. # ctags:  file (1) magic for Exuberant Ctags files
  2053. # From: Alexander Mai <mai@migdal.ikp.physik.tu-darmstadt.de>
  2054. 0       string  !_TAG   Exuberant Ctags tag file text
  2055.  
  2056. #------------------------------------------------------------------------------
  2057. # database:  file(1) magic for various databases
  2058. #
  2059. # extracted from header/code files by Graeme Wilford (eep2gw@ee.surrey.ac.uk)
  2060. #
  2061. #
  2062. # GDBM magic numbers
  2063. #  Will be maintained as part of the GDBM distribution in the future.
  2064. #  <downsj@teeny.org>
  2065. 0    belong    0x13579ace    GNU dbm 1.x or ndbm database, big endian
  2066. 0    lelong    0x13579ace    GNU dbm 1.x or ndbm database, little endian
  2067. 0    string    GDBM        GNU dbm 2.x database
  2068. #
  2069. # Berkeley DB
  2070. #
  2071. # Ian Darwin's file /etc/magic files: big/little-endian version.
  2072. #
  2073. # Hash 1.85/1.86 databases store metadata in network byte order.
  2074. # Btree 1.85/1.86 databases store the metadata in host byte order.
  2075. # Hash and Btree 2.X and later databases store the metadata in host byte order.
  2076.  
  2077. 0    long    0x00061561    Berkeley DB
  2078. >8    belong    4321
  2079. >>4    belong    >2        1.86
  2080. >>4    belong    <3        1.85
  2081. >>4    belong    >0        (Hash, version %d, native byte-order)
  2082. >8    belong    1234
  2083. >>4    belong    >2        1.86
  2084. >>4    belong    <3        1.85
  2085. >>4    belong    >0        (Hash, version %d, little-endian)
  2086.  
  2087. 0    belong    0x00061561    Berkeley DB
  2088. >8    belong    4321
  2089. >>4    belong    >2        1.86
  2090. >>4    belong    <3        1.85
  2091. >>4    belong    >0        (Hash, version %d, big-endian)
  2092. >8    belong    1234
  2093. >>4    belong    >2        1.86
  2094. >>4    belong    <3        1.85
  2095. >>4    belong    >0        (Hash, version %d, native byte-order)
  2096.  
  2097. 0    long    0x00053162    Berkeley DB 1.85/1.86
  2098. >4    long    >0        (Btree, version %d, native byte-order)
  2099. 0    belong    0x00053162    Berkeley DB 1.85/1.86
  2100. >4    belong    >0        (Btree, version %d, big-endian)
  2101. 0    lelong    0x00053162    Berkeley DB 1.85/1.86
  2102. >4    lelong    >0        (Btree, version %d, little-endian)
  2103.  
  2104. 12    long    0x00061561    Berkeley DB
  2105. >16    long    >0        (Hash, version %d, native byte-order)
  2106. 12    belong    0x00061561    Berkeley DB
  2107. >16    belong    >0        (Hash, version %d, big-endian)
  2108. 12    lelong    0x00061561    Berkeley DB
  2109. >16    lelong    >0        (Hash, version %d, little-endian)
  2110.  
  2111. 12    long    0x00053162    Berkeley DB
  2112. >16    long    >0        (Btree, version %d, native byte-order)
  2113. 12    belong    0x00053162    Berkeley DB
  2114. >16    belong    >0        (Btree, version %d, big-endian)
  2115. 12    lelong    0x00053162    Berkeley DB
  2116. >16    lelong    >0        (Btree, version %d, little-endian)
  2117.  
  2118. 12    long    0x00042253    Berkeley DB
  2119. >16    long    >0        (Queue, version %d, native byte-order)
  2120. 12    belong    0x00042253    Berkeley DB
  2121. >16    belong    >0        (Queue, version %d, big-endian)
  2122. 12    lelong    0x00042253    Berkeley DB
  2123. >16    lelong    >0        (Queue, version %d, little-endian)
  2124. #
  2125. #
  2126. # Round Robin Database Tool by Tobias Oetiker <oetiker@ee.ethz.ch>
  2127. 0    string    RRD        RRDTool DB
  2128. >4    string    x        version %s
  2129. #----------------------------------------------------------------------
  2130. # ROOT: file(1) magic for ROOT databases
  2131. #
  2132. 0       string  root\0  ROOT file
  2133. >4      belong  x       Version %d
  2134. >33     belong  x       (Compression: %d)
  2135.  
  2136. # XXX: Weak magic.
  2137. # Alex Ott <ott@jet.msk.su>
  2138. ## Paradox file formats
  2139. #2      leshort    0x0800    Paradox 
  2140. #>0x39      byte        3    v. 3.0 
  2141. #>0x39      byte        4    v. 3.5 
  2142. #>0x39      byte        9    v. 4.x 
  2143. #>0x39      byte        10    v. 5.x 
  2144. #>0x39      byte        11    v. 5.x 
  2145. #>0x39      byte        12    v. 7.x 
  2146. #>>0x04      byte        0    indexed .DB data file 
  2147. #>>0x04      byte        1    primary index .PX file 
  2148. #>>0x04      byte        2    non-indexed .DB data file 
  2149. #>>0x04      byte        3    non-incrementing secondary index .Xnn file 
  2150. #>>0x04      byte        4    secondary index .Ynn file 
  2151. #>>0x04      byte        5    incrementing secondary index .Xnn file 
  2152. #>>0x04      byte        6    non-incrementing secondary index .XGn file 
  2153. #>>0x04      byte        7    secondary index .YGn file 
  2154. #>>>0x04      byte        8    incrementing secondary index .XGn file 
  2155. ## XBase database files
  2156. #0      byte       0x02    
  2157. #>8     leshort      >0
  2158. #>>12   leshort    0    FoxBase 
  2159. #>>>0x04    lelong        0        (no records)
  2160. #>>>0x04    lelong        >0        (%ld records)
  2161. #
  2162. #0      byte       0x03    
  2163. #>8     leshort      >0
  2164. #>>12   leshort    0    FoxBase+, FoxPro, dBaseIII+, dBaseIV, no memo 
  2165. #>>>0x04    lelong        0        (no records)
  2166. #>>>0x04    lelong        >0        (%ld records)
  2167. #
  2168. #0      byte       0x04    
  2169. #>8     leshort      >0
  2170. #>>12   leshort    0    dBASE IV no memo file 
  2171. #>>>0x04    lelong        0        (no records)
  2172. #>>>0x04    lelong        >0        (%ld records)
  2173. #
  2174. #0      byte       0x05    
  2175. #>8     leshort      >0
  2176. #>>12   leshort    0    dBASE V no memo file 
  2177. #>>>0x04    lelong        0        (no records)
  2178. #>>>0x04    lelong        >0        (%ld records)
  2179. #
  2180. #0      byte       0x30
  2181. #>8     leshort      >0
  2182. #>>12   leshort    0    Visual FoxPro 
  2183. #>>>0x04    lelong        0        (no records)
  2184. #>>>0x04    lelong        >0        (%ld records)
  2185. #
  2186. #0      byte       0x43
  2187. #>8     leshort      >0
  2188. #>>12   leshort    0    FlagShip with memo var size 
  2189. #>>>0x04    lelong        0        (no records)
  2190. #>>>0x04    lelong        >0        (%ld records)
  2191. #
  2192. #0      byte       0x7b
  2193. #>8     leshort      >0
  2194. #>>12   leshort    0    dBASEIV with memo 
  2195. #>>>0x04    lelong        0        (no records)
  2196. #>>>0x04    lelong        >0        (%ld records)
  2197. #
  2198. #0      byte       0x83    
  2199. #>8     leshort      >0
  2200. #>>12   leshort    0    FoxBase+, dBaseIII+ with memo 
  2201. #>>>0x04    lelong        0        (no records)
  2202. #>>>0x04    lelong        >0        (%ld records)
  2203. #
  2204. #0      byte       0x8b
  2205. #>8     leshort      >0
  2206. #>>12   leshort    0    dBaseIV with memo 
  2207. #>>>0x04    lelong        0        (no records)
  2208. #>>>0x04    lelong        >0        (%ld records)
  2209. #
  2210. #0      byte       0x8e    
  2211. #>8     leshort      >0
  2212. #>>12   leshort    0    dBaseIV with SQL Table 
  2213. #>>>0x04    lelong        0        (no records)
  2214. #>>>0x04    lelong        >0        (%ld records)
  2215. #
  2216. #0      byte       0xb3
  2217. #>8     leshort      >0
  2218. #>>12   leshort    0    FlagShip with .dbt memo 
  2219. #>>>0x04    lelong        0        (no records)
  2220. #>>>0x04    lelong        >0        (%ld records)
  2221. #
  2222. #0      byte       0xf5
  2223. #>8     leshort      >0
  2224. #>>12   leshort    0    FoxPro with memo 
  2225. #>>>0x04    lelong        0        (no records)
  2226. #>>>0x04    lelong        >0        (%ld records)
  2227. #
  2228. #0    leshort        0x0006        DBase 3 index file
  2229.  
  2230. # MS Access database
  2231. 4      string    Standard\ Jet\ DB    Microsoft Access Database
  2232.  
  2233. # TDB database from Samba et al - Martin Pool <mbp@samba.org>
  2234. 0    string    TDB\ file        TDB database
  2235. >32    lelong    0x2601196D        version 6, little-endian
  2236. >>36    lelong    x            hash size %d bytes
  2237.  
  2238. # SE Linux policy database
  2239. 0       lelong  0xf97cff8c      SE Linux policy
  2240. >16     lelong  x               v%d
  2241. >20     lelong  1      MLS
  2242. >24     lelong  x       %d symbols
  2243. >28     lelong  x       %d ocons
  2244.  
  2245. # ICE authority file data (Wolfram Kleff)
  2246. 2    string        ICE        ICE authority data
  2247.  
  2248. # X11 Xauthority file (Wolfram Kleff)
  2249. 14    string        MIT-MAGIC-COOKIE-1    X11 Xauthority data
  2250.  
  2251. #------------------------------------------------------------------------------
  2252. # diamond:  file(1) magic for Diamond system
  2253. #
  2254. # ... diamond is a multi-media mail and electronic conferencing system....
  2255. #
  2256. # XXX - I think it was either renamed Slate, or replaced by Slate....
  2257. #
  2258. #    The full deal is too long...
  2259. #0    string    <list>\n<protocol\ bbn-multimedia-format>    Diamond Multimedia Document
  2260. 0    string    =<list>\n<protocol\ bbn-m    Diamond Multimedia Document
  2261.  
  2262. #------------------------------------------------------------------------------
  2263. # diff:  file(1) magic for diff(1) output
  2264. #
  2265. 0    string        diff\     'diff' output text
  2266. 0    string        ***\         'diff' output text
  2267. 0    string        Only\ in\     'diff' output text
  2268. 0    string        Common\ subdirectories:\     'diff' output text
  2269.  
  2270. # xdelta is like diff(1) for binary files (works for text, too).
  2271. # Available from: ftp://ftp.xcf.berkeley.edu/pub/xdelta/
  2272. 0       string          %XDZ            xdelta diff file
  2273. >4      string          >%              version %.3s
  2274. #  Digital UNIX - Info
  2275. #
  2276. 0    string    !<arch>\n________64E    Alpha archive
  2277. >22    string    X            -- out of date
  2278. #
  2279. # Alpha COFF Based Executables
  2280. # The stripped stuff really needs to be an 8 byte (64 bit) compare,
  2281. # but this works
  2282. 0    leshort        0x183        COFF format alpha
  2283. >22    leshort&020000    &010000        sharable library,
  2284. >22    leshort&020000    ^010000        dynamically linked,
  2285. >24    leshort        0410        pure
  2286. >24    leshort        0413        demand paged
  2287. >8    lelong        >0        executable or object module, not stripped
  2288. >8    lelong        0
  2289. >>12    lelong        0        executable or object module, stripped
  2290. >>12    lelong        >0        executable or object module, not stripped
  2291. >27     byte            >0              - version %d.
  2292. >26     byte            >0              %d-
  2293. >28     leshort         >0              %d
  2294. #
  2295. # The next is incomplete, we could tell more about this format,
  2296. # but its not worth it.
  2297. 0    leshort        0x188    Alpha compressed COFF
  2298. 0    leshort        0x18f    Alpha u-code object
  2299. #
  2300. #
  2301. # Some other interesting Digital formats,
  2302. 0    string    \377\377\177        ddis/ddif
  2303. 0    string    \377\377\174        ddis/dots archive
  2304. 0    string    \377\377\176        ddis/dtif table data
  2305. 0    string    \033c\033        LN03 output
  2306. 0    long    04553207        X image
  2307. #
  2308. 0    string    !<PDF>!\n        profiling data file
  2309. #
  2310. # Locale data tables (MIPS and Alpha).
  2311. #
  2312. 0    short        0x0501        locale data table
  2313. >6    short        0x24        for MIPS
  2314. >6    short        0x40        for Alpha
  2315. # ATSC A/53 aka AC-3 aka Dolby Digital <ashitaka@gmx.at>
  2316. # from http://www.atsc.org/standards/a_52a.pdf
  2317. # corrections, additions, etc. are always welcome!
  2318. #
  2319. # syncword
  2320. 0       beshort         0x0b77  ATSC A/52 aka AC-3 aka Dolby Digital stream,
  2321. # fscod
  2322. >4      byte&0xc0       0x00    48 kHz,
  2323. >4      byte&0xc0       0x40    44.1 kHz,
  2324. >4      byte&0xc0       0x80    32 kHz,
  2325. # is this one used for 96 kHz?
  2326. >4      byte&0xc0       0xc0    reserved frequency,
  2327. #
  2328. >5    byte&7 = 0        \b, complete main (CM)
  2329. >5    byte&7 = 1        \b, music and effects (ME)
  2330. >5    byte&7 = 2        \b, visually impaired (VI)
  2331. >5    byte&7 = 3        \b, hearing impaired (HI)
  2332. >5    byte&7 = 4        \b, dialogue (D)
  2333. >5    byte&7 = 5        \b, commentary (C)
  2334. >5    byte&7 = 6        \b, emergency (E)
  2335. # acmod
  2336. >6      byte&0xe0       0x00    1+1 front,
  2337. >6      byte&0xe0       0x20    1 front/0 rear,
  2338. >6      byte&0xe0       0x40    2 front/0 rear,
  2339. >6      byte&0xe0       0x60    3 front/0 rear,
  2340. >6      byte&0xe0       0x80    2 front/1 rear,
  2341. >6      byte&0xe0       0xa0    3 front/1 rear,
  2342. >6      byte&0xe0       0xc0    2 front/2 rear,
  2343. >6      byte&0xe0       0xe0    3 front/2 rear,
  2344. # lfeon (these may be incorrect)
  2345. >7      byte&0x40       0x00    LFE off,
  2346. >7      byte&0x40       0x40    LFE on,
  2347. #
  2348. >4    byte&0x3e = 0x00    \b, 32 kbit/s
  2349. >4    byte&0x3e = 0x02        \b, 40 kbit/s
  2350. >4    byte&0x3e = 0x04        \b, 48 kbit/s
  2351. >4    byte&0x3e = 0x06        \b, 56 kbit/s
  2352. >4    byte&0x3e = 0x08        \b, 64 kbit/s
  2353. >4    byte&0x3e = 0x0a        \b, 80 kbit/s
  2354. >4    byte&0x3e = 0x0c        \b, 96 kbit/s
  2355. >4    byte&0x3e = 0x0e        \b, 112 kbit/s
  2356. >4    byte&0x3e = 0x10        \b, 128 kbit/s
  2357. >4    byte&0x3e = 0x12        \b, 160 kbit/s
  2358. >4    byte&0x3e = 0x14        \b, 192 kbit/s
  2359. >4    byte&0x3e = 0x16        \b, 224 kbit/s
  2360. >4    byte&0x3e = 0x18        \b, 256 kbit/s
  2361. >4    byte&0x3e = 0x1a        \b, 320 kbit/s
  2362. >4    byte&0x3e = 0x1c        \b, 384 kbit/s
  2363. >4    byte&0x3e = 0x1e        \b, 448 kbit/s
  2364. >4    byte&0x3e = 0x20        \b, 512 kbit/s
  2365. >4    byte&0x3e = 0x22        \b, 576 kbit/s
  2366. >4    byte&0x3e = 0x24        \b, 640 kbit/s
  2367. # dsurmod (these may be incorrect)
  2368. >6      beshort&0x0180  0x0000  Dolby Surround not indicated
  2369. >6      beshort&0x0180  0x0080  not Dolby Surround encoded
  2370. >6      beshort&0x0180  0x0100  Dolby Surround encoded
  2371. >6      beshort&0x0180  0x0180  reserved Dolby Surround mode
  2372.  
  2373. #------------------------------------------------------------------------------
  2374. # dump:  file(1) magic for dump file format--for new and old dump filesystems
  2375. #
  2376. # We specify both byte orders in order to recognize byte-swapped dumps.
  2377. #
  2378. 24    belong    60012        new-fs dump file (big endian),
  2379. >4    bedate    x        Previous dump %s,
  2380. >8    bedate    x        This dump %s,
  2381. >12    belong    >0        Volume %ld,
  2382. >692    belong    0        Level zero, type:
  2383. >692    belong    >0        Level %d, type:
  2384. >0    belong    1        tape header,
  2385. >0    belong    2        beginning of file record,
  2386. >0    belong    3        map of inodes on tape,
  2387. >0    belong    4        continuation of file record,
  2388. >0    belong    5        end of volume,
  2389. >0    belong    6        map of inodes deleted,
  2390. >0    belong    7        end of medium (for floppy),
  2391. >676    string    >\0        Label %s,
  2392. >696    string    >\0        Filesystem %s,
  2393. >760    string    >\0        Device %s,
  2394. >824    string    >\0        Host %s,
  2395. >888    belong    >0        Flags %x
  2396.  
  2397. 24    belong    60011        old-fs dump file (big endian),
  2398. #>4    bedate    x        Previous dump %s,
  2399. #>8    bedate    x        This dump %s,
  2400. >12    belong    >0        Volume %ld,
  2401. >692    belong    0        Level zero, type:
  2402. >692    belong    >0        Level %d, type:
  2403. >0    belong    1        tape header,
  2404. >0    belong    2        beginning of file record,
  2405. >0    belong    3        map of inodes on tape,
  2406. >0    belong    4        continuation of file record,
  2407. >0    belong    5        end of volume,
  2408. >0    belong    6        map of inodes deleted,
  2409. >0    belong    7        end of medium (for floppy),
  2410. >676    string    >\0        Label %s,
  2411. >696    string    >\0        Filesystem %s,
  2412. >760    string    >\0        Device %s,
  2413. >824    string    >\0        Host %s,
  2414. >888    belong    >0        Flags %x
  2415.  
  2416. 24    lelong    60012        new-fs dump file (little endian),
  2417. >4    ledate    x        This dump %s,
  2418. >8    ledate    x        Previous dump %s,
  2419. >12    lelong    >0        Volume %ld,
  2420. >692    lelong    0        Level zero, type:
  2421. >692    lelong    >0        Level %d, type:
  2422. >0    lelong    1        tape header,
  2423. >0    lelong    2        beginning of file record,
  2424. >0    lelong    3        map of inodes on tape,
  2425. >0    lelong    4        continuation of file record,
  2426. >0    lelong    5        end of volume,
  2427. >0    lelong    6        map of inodes deleted,
  2428. >0    lelong    7        end of medium (for floppy),
  2429. >676    string    >\0        Label %s,
  2430. >696    string    >\0        Filesystem %s,
  2431. >760    string    >\0        Device %s,
  2432. >824    string    >\0        Host %s,
  2433. >888    lelong    >0        Flags %x
  2434.  
  2435. 24    lelong    60011        old-fs dump file (little endian),
  2436. #>4    ledate    x        Previous dump %s,
  2437. #>8    ledate    x        This dump %s,
  2438. >12    lelong    >0        Volume %ld,
  2439. >692    lelong    0        Level zero, type:
  2440. >692    lelong    >0        Level %d, type:
  2441. >0    lelong    1        tape header,
  2442. >0    lelong    2        beginning of file record,
  2443. >0    lelong    3        map of inodes on tape,
  2444. >0    lelong    4        continuation of file record,
  2445. >0    lelong    5        end of volume,
  2446. >0    lelong    6        map of inodes deleted,
  2447. >0    lelong    7        end of medium (for floppy),
  2448. >676    string    >\0        Label %s,
  2449. >696    string    >\0        Filesystem %s,
  2450. >760    string    >\0        Device %s,
  2451. >824    string    >\0        Host %s,
  2452. >888    lelong    >0        Flags %x
  2453.  
  2454. #------------------------------------------------------------------------------
  2455. # Dyadic: file(1) magic for Dyalog APL.
  2456. #
  2457. 0     byte    0xaa
  2458. >1    byte    <4        Dyalog APL
  2459. >>1    byte    0x00        incomplete workspace
  2460. >>1    byte    0x01        component file
  2461. >>1    byte    0x02        external variable
  2462. >>1    byte    0x03        workspace
  2463. >>2    byte    x        version %d
  2464. >>3    byte    x        .%d
  2465.  
  2466. #------------------------------------------------------------------------------
  2467. # T602 editor documents 
  2468. # by David Necas <yeti@physics.muni.cz>
  2469. 0    string    @CT\     T602 document data,
  2470. >4    string    0    Kamenicky
  2471. >4    string    1    CP 852
  2472. >4    string    2    KOI8-CS
  2473. >4    string    >2    unknown encoding
  2474.  
  2475. # Vi IMproved Encrypted file 
  2476. # by David Necas <yeti@physics.muni.cz>
  2477. 0    string    VimCrypt~    Vim encrypted file data
  2478.  
  2479. #------------------------------------------------------------------------------
  2480. # elf:  file(1) magic for ELF executables
  2481. #
  2482. # We have to check the byte order flag to see what byte order all the
  2483. # other stuff in the header is in.
  2484. #
  2485. # What're the correct byte orders for the nCUBE and the Fujitsu VPP500?
  2486. #
  2487. # updated by Daniel Quinlan (quinlan@yggdrasil.com)
  2488. 0    string        \177ELF        ELF
  2489. >4    byte        0        invalid class
  2490. >4    byte        1        32-bit
  2491. # only for MIPS - in the future, the ABI field of e_flags should be used.
  2492. >>18    leshort        8
  2493. >>>36    lelong        &0x20        N32
  2494. >>18    leshort        10
  2495. >>>36    lelong        &0x20        N32
  2496. >>18    beshort        8
  2497. >>>36    belong        &0x20        N32
  2498. >>18    beshort        10
  2499. >>>36    belong        &0x20        N32
  2500. >4    byte        2        64-bit
  2501. >5    byte        0        invalid byte order
  2502. >5    byte        1        LSB
  2503. # The official e_machine number for MIPS is now #8, regardless of endianness.
  2504. # The second number (#10) will be deprecated later. For now, we still
  2505. # say something if #10 is encountered, but only gory details for #8.
  2506. >>18    leshort        8
  2507. # only for 32-bit
  2508. >>>4    byte        1
  2509. >>>>36  lelong&0xf0000000    0x00000000    MIPS-I
  2510. >>>>36  lelong&0xf0000000    0x10000000    MIPS-II
  2511. >>>>36  lelong&0xf0000000    0x20000000    MIPS-III
  2512. >>>>36  lelong&0xf0000000    0x30000000    MIPS-IV
  2513. >>>>36  lelong&0xf0000000    0x40000000    MIPS-V
  2514. >>>>36  lelong&0xf0000000    0x60000000    MIPS32
  2515. >>>>36  lelong&0xf0000000    0x70000000    MIPS64
  2516. >>>>36  lelong&0xf0000000    0x80000000    MIPS32 rel2
  2517. >>>>36  lelong&0xf0000000    0x90000000    MIPS64 rel2
  2518. # only for 64-bit
  2519. >>>4    byte        2
  2520. >>>>48  lelong&0xf0000000    0x00000000    MIPS-I
  2521. >>>>48  lelong&0xf0000000    0x10000000    MIPS-II
  2522. >>>>48  lelong&0xf0000000    0x20000000    MIPS-III
  2523. >>>>48  lelong&0xf0000000    0x30000000    MIPS-IV
  2524. >>>>48  lelong&0xf0000000    0x40000000    MIPS-V
  2525. >>>>48  lelong&0xf0000000    0x60000000    MIPS32
  2526. >>>>48  lelong&0xf0000000    0x70000000    MIPS64 
  2527. >>>>48  lelong&0xf0000000    0x80000000    MIPS32 rel2
  2528. >>>>48  lelong&0xf0000000    0x90000000    MIPS64 rel2
  2529. >>16    leshort        0        no file type,
  2530. >>16    leshort        1        relocatable,
  2531. >>16    leshort        2        executable,
  2532. >>16    leshort        3        shared object,
  2533. # Core handling from Peter Tobias <tobias@server.et-inf.fho-emden.de>
  2534. # corrections by Christian 'Dr. Disk' Hechelmann <drdisk@ds9.au.s.shuttle.de>
  2535. >>16    leshort        4        core file
  2536. # Core file detection is not reliable.
  2537. #>>>(0x38+0xcc) string    >\0        of '%s'
  2538. #>>>(0x38+0x10) lelong    >0        (signal %d),
  2539. >>16    leshort        &0xff00        processor-specific,
  2540. >>18    leshort        0        no machine,
  2541. >>18    leshort        1        AT&T WE32100 - invalid byte order,
  2542. >>18    leshort        2        SPARC - invalid byte order,
  2543. >>18    leshort        3        Intel 80386,
  2544. >>18    leshort        4        Motorola
  2545. >>>36    lelong        &0x01000000    68000 - invalid byte order,
  2546. >>>36    lelong        &0x00810000    CPU32 - invalid byte order,
  2547. >>>36    lelong        0        68020 - invalid byte order,
  2548. >>18    leshort        5        Motorola 88000 - invalid byte order,
  2549. >>18    leshort        6        Intel 80486,
  2550. >>18    leshort        7        Intel 80860,
  2551. >>18    leshort        8        MIPS,
  2552. >>18    leshort        9        Amdahl - invalid byte order,
  2553. >>18    leshort        10        MIPS (deprecated),
  2554. >>18    leshort        11        RS6000 - invalid byte order,
  2555. >>18    leshort        15        PA-RISC - invalid byte order,
  2556. >>>50    leshort        0x0214        2.0
  2557. >>>48    leshort        &0x0008        (LP64),
  2558. >>18    leshort        16        nCUBE,
  2559. >>18    leshort        17        Fujitsu VPP500,
  2560. >>18    leshort        18        SPARC32PLUS,
  2561. >>18    leshort        20        PowerPC,
  2562. >>18    leshort        22        IBM S/390,
  2563. >>18    leshort        36        NEC V800,
  2564. >>18    leshort        37        Fujitsu FR20,
  2565. >>18    leshort        38        TRW RH-32,
  2566. >>18    leshort        39        Motorola RCE,
  2567. >>18    leshort        40        ARM,
  2568. >>18    leshort        41        Alpha,
  2569. >>18    leshort        0xa390        IBM S/390 (obsolete),
  2570. >>18    leshort        42        Hitachi SH,
  2571. >>18    leshort        43        SPARC V9 - invalid byte order,
  2572. >>18    leshort        44        Siemens Tricore Embedded Processor,
  2573. >>18    leshort        45        Argonaut RISC Core, Argonaut Technologies Inc.,
  2574. >>18    leshort        46        Hitachi H8/300,
  2575. >>18    leshort        47        Hitachi H8/300H,
  2576. >>18    leshort        48        Hitachi H8S,
  2577. >>18    leshort        49        Hitachi H8/500,
  2578. >>18    leshort        50        IA-64 (Intel 64 bit architecture)
  2579. >>18    leshort        51        Stanford MIPS-X,
  2580. >>18    leshort        52        Motorola Coldfire,
  2581. >>18    leshort        53        Motorola M68HC12,
  2582. >>18    leshort        62        AMD x86-64,
  2583. >>18    leshort        75        Digital VAX,
  2584. >>18    leshort        97        NatSemi 32k,
  2585. >>18    leshort        0x9026        Alpha (unofficial),
  2586. >>20    lelong        0        invalid version
  2587. >>20    lelong        1        version 1
  2588. >>36    lelong        1        MathCoPro/FPU/MAU Required
  2589. >5    byte        2        MSB
  2590. # only for MIPS - see comment in little-endian section above.
  2591. >>18    beshort        8
  2592. # only for 32-bit
  2593. >>>4    byte        1
  2594. >>>>36  belong&0xf0000000    0x00000000    MIPS-I
  2595. >>>>36  belong&0xf0000000    0x10000000    MIPS-II
  2596. >>>>36  belong&0xf0000000    0x20000000    MIPS-III
  2597. >>>>36  belong&0xf0000000    0x30000000    MIPS-IV
  2598. >>>>36  belong&0xf0000000    0x40000000    MIPS-V
  2599. >>>>36  belong&0xf0000000    0x60000000    MIPS32
  2600. >>>>36  belong&0xf0000000    0x70000000    MIPS64
  2601. >>>>36  belong&0xf0000000    0x80000000    MIPS32 rel2
  2602. >>>>36  belong&0xf0000000    0x90000000    MIPS64 rel2
  2603. # only for 64-bit
  2604. >>>4    byte        2
  2605. >>>>48    belong&0xf0000000    0x00000000    MIPS-I
  2606. >>>>48    belong&0xf0000000    0x10000000    MIPS-II
  2607. >>>>48    belong&0xf0000000    0x20000000    MIPS-III
  2608. >>>>48    belong&0xf0000000    0x30000000    MIPS-IV
  2609. >>>>48    belong&0xf0000000    0x40000000    MIPS-V
  2610. >>>>48    belong&0xf0000000    0x60000000    MIPS32
  2611. >>>>48    belong&0xf0000000    0x70000000    MIPS64 
  2612. >>>>48    belong&0xf0000000    0x80000000    MIPS32 rel2
  2613. >>>>48    belong&0xf0000000    0x90000000    MIPS64 rel2
  2614. >>16    beshort        0        no file type,
  2615. >>16    beshort        1        relocatable,
  2616. >>16    beshort        2        executable,
  2617. >>16    beshort        3        shared object,
  2618. >>16    beshort        4        core file,
  2619. #>>>(0x38+0xcc) string    >\0        of '%s'
  2620. #>>>(0x38+0x10) belong    >0        (signal %d),
  2621. >>16    beshort        &0xff00        processor-specific,
  2622. >>18    beshort        0        no machine,
  2623. >>18    beshort        1        AT&T WE32100,
  2624. >>18    beshort        2        SPARC,
  2625. >>18    beshort        3        Intel 80386 - invalid byte order,
  2626. >>18    beshort        4        Motorola
  2627. >>>36    belong        &0x01000000    68000,
  2628. >>>36    belong        &0x00810000    CPU32,
  2629. >>>36    belong        0        68020,
  2630. >>18    beshort        5        Motorola 88000,
  2631. >>18    beshort        6        Intel 80486 - invalid byte order,
  2632. >>18    beshort        7        Intel 80860,
  2633. >>18    beshort        8        MIPS,
  2634. >>18    beshort        9        Amdahl,
  2635. >>18    beshort        10        MIPS (deprecated),
  2636. >>18    beshort        11        RS6000,
  2637. >>18    beshort        15        PA-RISC
  2638. >>>50    beshort        0x0214        2.0
  2639. >>>48    beshort        &0x0008        (LP64)
  2640. >>18    beshort        16        nCUBE,
  2641. >>18    beshort        17        Fujitsu VPP500,
  2642. >>18    beshort        18        SPARC32PLUS,
  2643. >>>36    belong&0xffff00    &0x000100    V8+ Required,
  2644. >>>36    belong&0xffff00    &0x000200    Sun UltraSPARC1 Extensions Required,
  2645. >>>36    belong&0xffff00    &0x000400    HaL R1 Extensions Required,
  2646. >>>36    belong&0xffff00    &0x000800    Sun UltraSPARC3 Extensions Required,
  2647. >>18    beshort        20        PowerPC or cisco 4500,
  2648. >>18    beshort        21        cisco 7500,
  2649. >>18    beshort        22        IBM S/390,
  2650. >>18    beshort        24        cisco SVIP,
  2651. >>18    beshort        25        cisco 7200,
  2652. >>18    beshort        36        NEC V800 or cisco 12000,
  2653. >>18    beshort        37        Fujitsu FR20,
  2654. >>18    beshort        38        TRW RH-32,
  2655. >>18    beshort        39        Motorola RCE,
  2656. >>18    beshort        40        ARM,
  2657. >>18    beshort        41        Alpha,
  2658. >>18    beshort        42        Hitachi SH,
  2659. >>18    beshort        43        SPARC V9,
  2660. >>18    beshort        44        Siemens Tricore Embedded Processor,
  2661. >>18    beshort        45        Argonaut RISC Core, Argonaut Technologies Inc.,
  2662. >>18    beshort        46        Hitachi H8/300,
  2663. >>18    beshort        47        Hitachi H8/300H,
  2664. >>18    beshort        48        Hitachi H8S,
  2665. >>18    beshort        49        Hitachi H8/500,
  2666. >>18    beshort        50        Intel Merced Processor,
  2667. >>18    beshort        51        Stanford MIPS-X,
  2668. >>18    beshort        52        Motorola Coldfire,
  2669. >>18    beshort        53        Motorola M68HC12,
  2670. >>18    beshort        73        Cray NV1,
  2671. >>18    beshort        75        Digital VAX,
  2672. >>18    beshort        97        NatSemi 32k,
  2673. >>18    beshort        0x9026        Alpha (unofficial),
  2674. >>18    beshort        0xa390        IBM S/390 (obsolete),
  2675. >>20    belong        0        invalid version
  2676. >>20    belong        1        version 1
  2677. >>36    belong        1        MathCoPro/FPU/MAU Required
  2678. # Up to now only 0, 1 and 2 are defined; I've seen a file with 0x83, it seemed
  2679. # like proper ELF, but extracting the string had bad results.
  2680. >4      byte            <0x80
  2681. >>8    string        >\0        (%s)
  2682. >8    string        \0
  2683. >>7    byte        0        (SYSV)
  2684. >>7    byte        1        (HP-UX)
  2685. >>7    byte        2        (NetBSD)
  2686. >>7    byte        3        (GNU/Linux)
  2687. >>7    byte        4        (GNU/Hurd)
  2688. >>7    byte        5        (86Open)
  2689. >>7    byte        6        (Solaris)
  2690. >>7    byte        7        (Monterey)
  2691. >>7    byte        8        (IRIX)
  2692. >>7    byte        9        (FreeBSD)
  2693. >>7    byte        10        (Tru64)
  2694. >>7    byte        11        (Novell Modesto)
  2695. >>7    byte        12        (OpenBSD)
  2696. >>7    byte        97        (ARM)
  2697. >>7    byte        255        (embedded)
  2698.  
  2699. #------------------------------------------------------------------------------
  2700. # encore:  file(1) magic for Encore machines
  2701. #
  2702. # XXX - needs to have the byte order specified (NS32K was little-endian,
  2703. # dunno whether they run the 88K in little-endian mode or not).
  2704. #
  2705. 0    short        0x154        Encore
  2706. >20    short        0x107        executable
  2707. >20    short        0x108        pure executable
  2708. >20    short        0x10b        demand-paged executable
  2709. >20    short        0x10f        unsupported executable
  2710. >12    long        >0        not stripped
  2711. >22    short        >0        - version %ld
  2712. >22    short        0        -
  2713. #>4    date        x        stamp %s
  2714. 0    short        0x155        Encore unsupported executable
  2715. >12    long        >0        not stripped
  2716. >22    short        >0        - version %ld
  2717. >22    short        0        -
  2718. #>4    date        x        stamp %s
  2719.  
  2720. #------------------------------------------------------------------------------
  2721. # Epoc 32 : file(1) magic for Epoc Documents [psion/osaris
  2722. # Stefan Praszalowicz (hpicollo@worldnet.fr)
  2723. #0    lelong        0x10000037    Epoc32
  2724. >4    lelong        0x1000006D
  2725. >>8    lelong        0x1000007F    Word
  2726. >>8    lelong        0x10000088    Sheet
  2727. >>8    lelong        0x1000007D    Sketch
  2728. >>8    lelong        0x10000085    TextEd
  2729.  
  2730. #------------------------------------------------------------------------------
  2731. # fcs: file(1) magic for FCS (Flow Cytometry Standard) data files
  2732. # From Roger Leigh <roger@whinlatter.uklinux.net>
  2733. 0       string          FCS1.0          Flow Cytometry Standard (FCS) data, version 1.0
  2734. 0       string          FCS2.0          Flow Cytometry Standard (FCS) data, version 2.0
  2735. 0       string          FCS3.0          Flow Cytometry Standard (FCS) data, version 3.0
  2736.  
  2737.  
  2738. #------------------------------------------------------------------------------
  2739. # filesystems:  file(1) magic for different filesystems
  2740. #
  2741. 0    string    \366\366\366\366    PC formatted floppy with no filesystem
  2742. # Sun disk labels
  2743. # From /usr/include/sun/dklabel.h:
  2744. 0774    beshort        0xdabe        Sun disk label
  2745. >0    string        x        '%s
  2746. >>31      string        >\0        \b%s
  2747. >>>63      string        >\0        \b%s
  2748. >>>>95     string        >\0        \b%s
  2749. >0    string        x        \b'
  2750. >0734    short        >0        %d rpm,
  2751. >0736    short        >0        %d phys cys,
  2752. >0740    short        >0        %d alts/cyl,
  2753. >0746    short        >0        %d interleave,
  2754. >0750    short        >0        %d data cyls,
  2755. >0752    short        >0        %d alt cyls,
  2756. >0754    short        >0        %d heads/partition,
  2757. >0756    short        >0        %d sectors/track,
  2758. >0764    long        >0        start cyl %ld,
  2759. >0770    long        x        %ld blocks
  2760. # Is there a boot block written 1 sector in?
  2761. >512    belong&077777777    0600407    \b, boot block present
  2762. 0x1FE    leshort    0xAA55            x86 boot sector
  2763. >2    string    OSBS            \b, OS/BS MBR
  2764. # J\xf6rg Jenderek <joerg.jenderek@gmx.net>
  2765. >0x8C    string    Invalid\ partition\ table    \b, MS-DOS MBR
  2766. >0x9D    string    Invalid\ partition\ table    \b, DR-DOS MBR, version 7.01 to 7.03
  2767. >0x10F    string    Ung\201ltige\ Partitionstabelle    \b, MS-DOS MBR, german version 4.10.1998, 4.10.2222
  2768. >0x8B    string    Ung\201ltige\ Partitionstabelle    \b, MS-DOS MBR, german version 5.00 to 4.00.950
  2769. >0x145    string    Default:\ F            \b, FREE-DOS MBR
  2770. >0    string    \0\0\0\0        \b, extended partition table
  2771. # JuMP short     bootcodeoffset NOP assembler instructions will usually be EB xx 90
  2772. # older drives may use E9 xx xx
  2773. >0        lelong&0x009000EB    0x009000EB 
  2774. >0        lelong&0x000000E9    0x000000E9 
  2775. >>1        ubyte            >37    \b, code offset 0x%x
  2776. # mtools-3.9.8/msdos.h
  2777. # usual values are marked with comments to get only informations of strange FAT systems
  2778. # valid sectorsize are from 32 to 2048
  2779. >>>11        uleshort    <2049    
  2780. >>>>11        uleshort    >31    
  2781. >>>>>3        string        >\0        \b, OEM-ID "%8.8s"
  2782. >>>>>11        uleshort    >512        \b, Bytes/sector %u
  2783. #>>>>>11    uleshort    =512        \b, Bytes/sector %u=512 (usual)
  2784. >>>>>11        uleshort    <512        \b, Bytes/sector %u
  2785. >>>>>13        ubyte        >1        \b, sectors/cluster %u
  2786. #>>>>>13    ubyte        =1        \b, sectors/cluster %u (usual on Floppies)
  2787. >>>>>14        uleshort    >32        \b, reserved sectors %u
  2788. #>>>>>14    uleshort    =32        \b, reserved sectors %u (usual Fat32)
  2789. #>>>>>14    uleshort    >1        \b, reserved sectors %u
  2790. #>>>>>14    uleshort    =1        \b, reserved sectors %u (usual FAT12,FAT16)
  2791. >>>>>14        uleshort    <1        \b, reserved sectors %u
  2792. >>>>>16        ubyte        >2        \b, FATs %u
  2793. #>>>>>16    ubyte        =2        \b, FATs %u (usual)
  2794. >>>>>16        ubyte        =1        \b, FAT  %u
  2795. >>>>>16        ubyte        >0
  2796. >>>>>17        uleshort    >0        \b, root entries %u
  2797. #>>>>>17    uleshort    =0        \b, root entries %u=0 (usual Fat32)
  2798. >>>>>19        uleshort    >0        \b, sectors %u (volumes <=32 MB) 
  2799. #>>>>>19    uleshort    =0        \b, sectors %u=0 (usual Fat32)
  2800. >>>>>21        ubyte        >0xF0        \b, Media descriptor 0x%x
  2801. #>>>>>21    ubyte        =0xF0        \b, Media descriptor 0x%x (usual floppy)
  2802. >>>>>21        ubyte        <0xF0        \b, Media descriptor 0x%x
  2803. >>>>>22        uleshort    >0        \b, sectors/FAT %u
  2804. #>>>>>22    uleshort    =0        \b, sectors/FAT %u=0 (usual Fat32)
  2805. >>>>>26        ubyte        >2        \b, heads %u
  2806. #>>>>>26    ubyte        =2        \b, heads %u (usual floppy)
  2807. >>>>>26        ubyte        =1        \b, heads %u
  2808. >>>>>28        ulelong        >0        \b, hidden sectors %u
  2809. #>>>>>28    ulelong        =0        \b, hidden sectors %u (usual floppy)
  2810. >>>>>32        ulelong        >0        \b, sectors %u (volumes > 32 MB) 
  2811. #>>>>>32    ulelong        =0        \b, sectors %u (volumes > 32 MB) 
  2812. # FAT<32 specific 
  2813. # NOT le FAT3=NOT 3TAF=0xCCABBEB9
  2814. >>>>>82        ulelong&0xCCABBEB9    >0
  2815. >>>>>>36    ubyte        >0x80        \b, physical drive 0x%x
  2816. #>>>>>>36    ubyte        =0x80        \b, physical drive 0x%x=0x80 (usual harddisk)
  2817. >>>>>>36    ubyte&0x7F    >0        \b, physical drive 0x%x
  2818. #>>>>>>36    ubyte        =0        \b, physical drive 0x%x=0 (usual floppy)
  2819. >>>>>>37    ubyte        >0        \b, reserved 0x%x
  2820. #>>>>>>37    ubyte        =0        \b, reserved 0x%x
  2821. >>>>>>38    ubyte        >0x29        \b, dos < 4.0 BootSector (0x%x)
  2822. >>>>>>38    ubyte        <0x29        \b, dos < 4.0 BootSector (0x%x)
  2823. >>>>>>38    ubyte        =0x29
  2824. >>>>>>>39    ulelong        x        \b, serial number 0x%x
  2825. >>>>>>>43    string        <NO\ NAME    \b, label: "%11.11s"
  2826. >>>>>>>43    string        >NO\ NAME    \b, label: "%11.11s"
  2827. >>>>>>>43    string        =NO\ NAME    \b, unlabeled
  2828. >>>>>>54    string        FAT1        \b, FAT
  2829. >>>>>>>54    string        FAT12        \b (12 bit)
  2830. >>>>>>>54    string        FAT16        \b (16 bit)
  2831. # FAT32 specific
  2832. >>>>>82        string        FAT32        \b, FAT (32 bit)
  2833. >>>>>>36    ulelong        x        \b, sectors/FAT %u
  2834. >>>>>>40    uleshort    >0        \b, extension flags %u
  2835. #>>>>>>40    uleshort    =0        \b, extension flags %u
  2836. >>>>>>42    uleshort    >0        \b, fsVersion %u
  2837. #>>>>>>42    uleshort    =0        \b, fsVersion %u (usual)
  2838. >>>>>>44    ulelong        >2        \b, rootdir cluster %u
  2839. #>>>>>>44    ulelong        =2        \b, rootdir cluster %u
  2840. #>>>>>>44    ulelong        =1        \b, rootdir cluster %u
  2841. >>>>>>48    uleshort    >1        \b, infoSector %u
  2842. #>>>>>>48    uleshort    =1        \b, infoSector %u (usual)
  2843. >>>>>>48    uleshort    <1        \b, infoSector %u
  2844. >>>>>>50    uleshort    >6        \b, Backup boot sector %u
  2845. #>>>>>>50    uleshort    =6        \b, Backup boot sector %u (usual) 
  2846. >>>>>>50    uleshort    <6        \b, Backup boot sector %u
  2847. >>>>>>54    ulelong        >0        \b, reserved1 0x%x
  2848. >>>>>>58    ulelong        >0        \b, reserved2 0x%x
  2849. >>>>>>62    ulelong        >0        \b, reserved3 0x%x
  2850. # same structure as FAT1X 
  2851. >>>>>>64    ubyte        >0x80        \b, physical drive 0x%x
  2852. #>>>>>>64    ubyte        =0x80        \b, physical drive 0x%x=80 (usual harddisk)
  2853. >>>>>>64    ubyte&0x7F    >0        \b, physical drive 0x%x
  2854. #>>>>>>64    ubyte        =0        \b, physical drive 0x%x=0 (usual floppy)
  2855. >>>>>>65    ubyte        >0        \b, reserved 0x%x
  2856. >>>>>>66    ubyte        >0x29        \b, dos < 4.0 BootSector (0x%x)
  2857. >>>>>>66    ubyte        <0x29        \b, dos < 4.0 BootSector (0x%x)
  2858. >>>>>>66    ubyte        =0x29
  2859. >>>>>>>67    ulelong        x        \b, serial number 0x%x
  2860. >>>>>>>71    string        <NO\ NAME    \b, label: "%11.11s"
  2861. >>>>>>71    string        >NO\ NAME    \b, label: "%11.11s"
  2862. >>>>>>71    string        =NO\ NAME    \b, unlabeled
  2863. ### FATs end
  2864. >0x200    lelong    0x82564557        \b, BSD disklabel
  2865.  
  2866. # Minix filesystems - Juan Cespedes <cespedes@debian.org>
  2867. 0x410    leshort        0x137f        Minix filesystem
  2868. 0x410    beshort        0x137f        Minix filesystem (big endian),
  2869. >0x402    beshort        !0        \b, %d zones
  2870. >0x1e    string        minix        \b, bootable
  2871. 0x410    leshort        0x138f        Minix filesystem, 30 char names
  2872. 0x410    leshort        0x2468        Minix filesystem, version 2
  2873. 0x410    leshort        0x2478        Minix filesystem, version 2, 30 char names
  2874.  
  2875. # romfs filesystems - Juan Cespedes <cespedes@debian.org>
  2876. 0    string        -rom1fs-\0    romfs filesystem, version 1
  2877. >8    belong    x            %d bytes,
  2878. >16    string    x            named %s.
  2879.  
  2880. # netboot image - Juan Cespedes <cespedes@debian.org>
  2881. 0    lelong        0x1b031336L    Netboot image,
  2882. >4    lelong&0xFFFFFF00    0
  2883. >>4    lelong&0x100    0x000        mode 2
  2884. >>4    lelong&0x100    0x100        mode 3
  2885. >4    lelong&0xFFFFFF00    !0    unknown mode
  2886.  
  2887. 0x18b    string    OS/2    OS/2 Boot Manager
  2888.  
  2889. 9564    lelong        0x00011954    Unix Fast File system (little-endian),
  2890. >8404    string        x        last mounted on %s,
  2891. #>9504    ledate        x        last checked at %s,
  2892. >8224    ledate        x        last written at %s,
  2893. >8401    byte        x        clean flag %d,
  2894. >8228    lelong        x        number of blocks %d,
  2895. >8232    lelong        x        number of data blocks %d,
  2896. >8236    lelong        x        number of cylinder groups %d,
  2897. >8240    lelong        x        block size %d,
  2898. >8244    lelong        x        fragment size %d,
  2899. >8252    lelong        x        minimum percentage of free blocks %d,
  2900. >8256    lelong        x        rotational delay %dms,
  2901. >8260    lelong        x        disk rotational speed %drps,
  2902. >8320    lelong        0        TIME optimization
  2903. >8320    lelong        1        SPACE optimization
  2904.  
  2905. 9564    belong        0x00011954    Unix Fast File system (big-endian),
  2906. >7168   long        0x4c41424c    Apple UFS Volume
  2907. >>7186  string        x        named %s,
  2908. >>7176  belong        x        volume label version %d,
  2909. >>7180  bedate        x        created on %s,
  2910. >8404    string        x        last mounted on %s,
  2911. #>9504    bedate        x        last checked at %s,
  2912. >8224    bedate        x        last written at %s,
  2913. >8401    byte        x        clean flag %d,
  2914. >8228    belong        x        number of blocks %d,
  2915. >8232    belong        x        number of data blocks %d,
  2916. >8236    belong        x        number of cylinder groups %d,
  2917. >8240    belong        x        block size %d,
  2918. >8244    belong        x        fragment size %d,
  2919. >8252    belong        x        minimum percentage of free blocks %d,
  2920. >8256    belong        x        rotational delay %dms,
  2921. >8260    belong        x        disk rotational speed %drps,
  2922. >8320    belong        0        TIME optimization
  2923. >8320    belong        1        SPACE optimization
  2924.  
  2925. # ext2/ext3 filesystems - Andreas Dilger <adilger@turbolabs.com>
  2926. 0x438    leshort        0xEF53        Linux
  2927. >0x44c    lelong        x        rev %d
  2928. >0x43e    leshort        x        \b.%d
  2929. >0x45c    lelong        ^0x0000004    ext2 filesystem data
  2930. >>0x43a    leshort        ^0x0000001    (mounted or unclean)
  2931. >0x45c    lelong        &0x0000004    ext3 filesystem data
  2932. >>0x460    lelong        &0x0000004    (needs journal recovery)
  2933. >0x43a    leshort        &0x0000002    (errors)
  2934. >0x460    lelong        &0x0000001    (compressed)
  2935. #>0x460    lelong        &0x0000002    (filetype)
  2936. #>0x464    lelong        &0x0000001    (sparse_super)
  2937. >0x464    lelong        &0x0000002    (large files)
  2938.  
  2939. # SGI disk labels - Nathan Scott <nathans@debian.org>
  2940. 0    belong        0x0BE5A941    SGI disk label (volume header)
  2941.  
  2942. # SGI XFS filesystem - Nathan Scott <nathans@debian.org>
  2943. 0    belong        0x58465342    SGI XFS filesystem data
  2944. >0x4    belong        x        (blksz %d,
  2945. >0x68    beshort        x        inosz %d,
  2946. >0x64    beshort        ^0x2004        v1 dirs)
  2947. >0x64    beshort        &0x2004        v2 dirs)
  2948.  
  2949. ############################################################################
  2950. # Minix-ST kernel floppy
  2951. 0x800    belong        0x46fc2700    Atari-ST Minix kernel image
  2952. >19    string        \240\5\371\5\0\011\0\2\0    \b, 720k floppy
  2953. >19    string        \320\2\370\5\0\011\0\1\0    \b, 360k floppy
  2954.  
  2955. ############################################################################
  2956. # Hmmm, is this a better way of detecting _standard_ floppy images ?
  2957. 19    string        \320\2\360\3\0\011\0\1\0    DOS floppy 360k
  2958. >0x1FE    leshort        0xAA55        \b, x86 hard disk boot sector
  2959. 19    string        \240\5\371\3\0\011\0\2\0    DOS floppy 720k
  2960. >0x1FE    leshort        0xAA55        \b, x86 hard disk boot sector
  2961. 19    string        \100\013\360\011\0\022\0\2\0    DOS floppy 1440k
  2962. >0x1FE    leshort        0xAA55        \b, x86 hard disk boot sector
  2963.  
  2964. 19    string        \240\5\371\5\0\011\0\2\0    DOS floppy 720k, IBM
  2965. >0x1FE    leshort        0xAA55        \b, x86 hard disk boot sector
  2966. 19    string        \100\013\371\5\0\011\0\2\0    DOS floppy 1440k, mkdosfs
  2967. >0x1FE    leshort        0xAA55        \b, x86 hard disk boot sector
  2968.  
  2969. 19    string        \320\2\370\5\0\011\0\1\0    Atari-ST floppy 360k
  2970. 19    string        \240\5\371\5\0\011\0\2\0    Atari-ST floppy 720k
  2971.  
  2972. #  Valid media descriptor bytes for MS-DOS:
  2973. #
  2974. #     Byte   Capacity   Media Size and Type
  2975. #     -------------------------------------------------
  2976. #
  2977. #     F0     2.88 MB    3.5-inch, 2-sided, 36-sector
  2978. #     F0     1.44 MB    3.5-inch, 2-sided, 18-sector
  2979. #     F9     720K       3.5-inch, 2-sided, 9-sector
  2980. #     F9     1.2 MB     5.25-inch, 2-sided, 15-sector
  2981. #     FD     360K       5.25-inch, 2-sided, 9-sector
  2982. #     FF     320K       5.25-inch, 2-sided, 8-sector
  2983. #     FC     180K       5.25-inch, 1-sided, 9-sector
  2984. #     FE     160K       5.25-inch, 1-sided, 8-sector
  2985. #     FE     250K       8-inch, 1-sided, single-density
  2986. #     FD     500K       8-inch, 2-sided, single-density
  2987. #     FE     1.2 MB     8-inch, 2-sided, double-density
  2988. #     F8     -----      Fixed disk 
  2989. #
  2990. #     FC     xxxK       Apricot 70x1x9 boot disk.
  2991. #
  2992. # Originally a bitmap:
  2993. #  xxxxxxx0    Not two sided
  2994. #  xxxxxxx1    Double sided
  2995. #  xxxxxx0x    Not 8 SPT
  2996. #  xxxxxx1x    8 SPT
  2997. #  xxxxx0xx    Not Removable drive
  2998. #  xxxxx1xx    Removable drive
  2999. #  11111xxx    Must be one.
  3000. #
  3001. # But now it's rather random:
  3002. #  111111xx    Low density disk
  3003. #        00    SS, Not 8 SPT
  3004. #        01    DS, Not 8 SPT
  3005. #        10    SS, 8 SPT
  3006. #        11    DS, 8 SPT
  3007. #
  3008. #  11111001    Double density 3╜ floppy disk, high density 5╝
  3009. #  11110000    High density 3╜ floppy disk
  3010. #  11111000    Hard disk any format
  3011. #
  3012.  
  3013. # CDROM Filesystems
  3014. 32769    string    CD001     ISO 9660 CD-ROM filesystem data
  3015. # "application id" which appears to be used as a volume label
  3016. >32808     string    >\0       '%s'
  3017. >34816     string    \000CD001\001EL\ TORITO\ SPECIFICATION    (bootable)
  3018. 37633    string    CD001     ISO 9660 CD-ROM filesystem data (raw 2352 byte sectors)
  3019. 32776    string    CDROM     High Sierra CD-ROM filesystem data
  3020.  
  3021. # cramfs filesystem - russell@coker.com.au
  3022. 0       lelong    0x28cd3d45      Linux Compressed ROM File System data, little endian
  3023. >4      lelong  x size %d
  3024. >8      lelong  &1 version #2
  3025. >8      lelong  &2 sorted_dirs
  3026. >8      lelong  &4 hole_support
  3027. >32     lelong  x CRC 0x%x,
  3028. >36     lelong  x edition %d,
  3029. >40     lelong  x %d blocks,
  3030. >44     lelong  x %d files
  3031.  
  3032. 0       belong    0x28cd3d45      Linux Compressed ROM File System data, big endian
  3033. >4      belong  x size %d
  3034. >8      belong  &1 version #2
  3035. >8      belong  &2 sorted_dirs
  3036. >8      belong  &4 hole_support
  3037. >32     belong  x CRC 0x%x,
  3038. >36     belong  x edition %d,
  3039. >40     belong  x %d blocks,
  3040. >44     belong  x %d files
  3041.  
  3042. # reiserfs - russell@coker.com.au
  3043. 0x10034        string    ReIsErFs    ReiserFS V3.5
  3044. 0x10034        string    ReIsEr2Fs    ReiserFS V3.6
  3045. >0x1002c     leshort    x        block size %d
  3046. >0x10032    leshort    &2        (mounted or unclean)
  3047. >0x10000    lelong    x        num blocks %d
  3048. >0x10040    lelong    1        tea hash
  3049. >0x10040    lelong    2        yura hash
  3050. >0x10040    lelong    3        r5 hash
  3051.  
  3052. # JFFS - russell@coker.com.au
  3053. 0    lelong    0x34383931    Linux Journalled Flash File system, little endian
  3054. 0    belong    0x34383931    Linux Journalled Flash File system, big endian
  3055.  
  3056. # EST flat binary format (which isn't, but anyway)
  3057. # From: Mark Brown <broonie@sirena.org.uk>
  3058. 0    string    ESTFBINR    EST flat binary
  3059.  
  3060. # Aculab VoIP firmware
  3061. # From: Mark Brown <broonie@sirena.org.uk>
  3062. 0    string    VoIP\ Startup\ and    Aculab VoIP firmware
  3063. >35    string    x    format %s
  3064.  
  3065. # PPCBoot image file
  3066. # From: Mark Brown <broonie@sirena.org.uk>
  3067. 0    belong    0x27051956    PPCBoot image
  3068. >4    string  PPCBoot
  3069. >>12    string  x        version %s
  3070.  
  3071.  
  3072. #------------------------------------------------------------------------------
  3073. # flash:    file(1) magic for Macromedia Flash file format
  3074. #
  3075. # See
  3076. #
  3077. #    http://www.macromedia.com/software/flash/open/
  3078. #
  3079. 0    string        FWS        Macromedia Flash data,
  3080. >3    byte        x        version %d
  3081. #
  3082. # From Dave Wilson
  3083. 0    string AGD4\xbe\xb8\xbb\xcb\x00    Macromedia Freehand 9 Document
  3084.  
  3085. #------------------------------------------------------------------------------
  3086. # fonts:  file(1) magic for font data
  3087. #
  3088. 0    string        FONT        ASCII vfont text
  3089. 0    short        0436        Berkeley vfont data
  3090. 0    short        017001        byte-swapped Berkeley vfont data
  3091.  
  3092. # PostScript fonts (must precede "printer" entries), quinlan@yggdrasil.com
  3093. 0    string        %!PS-AdobeFont-1.    PostScript Type 1 font text
  3094. >20    string        >\0            (%s)
  3095. 6    string        %!PS-AdobeFont-1.    PostScript Type 1 font program data
  3096.  
  3097. # X11 font files in SNF (Server Natural Format) format
  3098. 0    belong        00000004        X11 SNF font data, MSB first
  3099. 0    lelong        00000004        X11 SNF font data, LSB first
  3100.  
  3101. # X11 Bitmap Distribution Format, from Daniel Quinlan (quinlan@yggdrasil.com)
  3102. 0    string        STARTFONT\040        X11 BDF font text
  3103.  
  3104. # X11 fonts, from Daniel Quinlan (quinlan@yggdrasil.com)
  3105. # PCF must come before SGI additions ("MIPSEL MIPS-II COFF" collides)
  3106. 0    string        \001fcp            X11 Portable Compiled Font data
  3107. >12    byte        0x02            \b, LSB first
  3108. >12    byte        0x0a            \b, MSB first
  3109. 0    string        D1.0\015        X11 Speedo font data
  3110.  
  3111. #------------------------------------------------------------------------------
  3112. # FIGlet fonts and controlfiles
  3113. # From figmagic supplied with Figlet version 2.2
  3114. # "David E. O'Brien" <obrien@FreeBSD.ORG>
  3115. 0    string        flf        FIGlet font
  3116. >3    string        >2a        version %-2.2s
  3117. 0    string        flc        FIGlet controlfile
  3118. >3    string        >2a        version %-2.2s
  3119.  
  3120. # libGrx graphics lib fonts, from Albert Cahalan (acahalan@cs.uml.edu)
  3121. # Used with djgpp (DOS Gnu C++), sometimes Linux or Turbo C++
  3122. 0    belong        0x14025919    libGrx font data,
  3123. >8    leshort        x        %dx
  3124. >10    leshort        x        \b%d
  3125. >40    string        x        %s
  3126. # Misc. DOS VGA fonts, from Albert Cahalan (acahalan@cs.uml.edu)
  3127. 0    belong        0xff464f4e    DOS code page font data collection
  3128. 7    belong        0x00454741    DOS code page font data
  3129. 7    belong        0x00564944    DOS code page font data (from Linux?)
  3130. 4098    string        DOSFONT        DOSFONT2 encrypted font data
  3131.  
  3132. # downloadable fonts for browser (prints type) anthon@mnt.org
  3133. 0    string        PFR1        PFR1 font
  3134. >102    string        >0        \b: %s
  3135.  
  3136. # True Type fonts
  3137. 0    string    \000\001\000\000\000    TrueType font data
  3138.  
  3139. 0    string        \007\001\001\000Copyright\ (c)\ 199    Adobe Multiple Master font
  3140. 0    string        \012\001\001\000Copyright\ (c)\ 199    Adobe Multiple Master font
  3141.  
  3142. # Opentype font data from Avi Bercovich
  3143. 0    string        OTTO        OpenType font data 
  3144.  
  3145.  
  3146. #------------------------------------------------------------------------------
  3147. # frame:  file(1) magic for FrameMaker files
  3148. #
  3149. # This stuff came on a FrameMaker demo tape, most of which is
  3150. # copyright, but this file is "published" as witness the following:
  3151. #
  3152. 0    string        \<MakerFile    FrameMaker document
  3153. >11    string        5.5         (5.5
  3154. >11    string        5.0         (5.0
  3155. >11    string        4.0         (4.0
  3156. >11    string        3.0         (3.0
  3157. >11    string        2.0         (2.0
  3158. >11    string        1.0         (1.0
  3159. >14    byte        x          %c)
  3160. 0    string        \<MIFFile    FrameMaker MIF (ASCII) file
  3161. >9    string        4.0         (4.0)
  3162. >9    string        3.0         (3.0)
  3163. >9    string        2.0         (2.0)
  3164. >9    string        1.0         (1.x)
  3165. 0    string        \<MakerDictionary    FrameMaker Dictionary text
  3166. >17    string        3.0         (3.0)
  3167. >17    string        2.0         (2.0)
  3168. >17    string        1.0         (1.x)
  3169. 0    string        \<MakerScreenFont    FrameMaker Font file
  3170. >17    string        1.01         (%s)
  3171. 0    string        \<MML        FrameMaker MML file
  3172. 0    string        \<BookFile    FrameMaker Book file
  3173. >10    string        3.0         (3.0
  3174. >10    string        2.0         (2.0
  3175. >10    string        1.0         (1.0
  3176. >13    byte        x          %c)
  3177. # XXX - this book entry should be verified, if you find one, uncomment this
  3178. #0    string        \<Book\     FrameMaker Book (ASCII) file
  3179. #>6    string        3.0         (3.0)
  3180. #>6    string        2.0         (2.0)
  3181. #>6    string        1.0         (1.0)
  3182. 0    string        \<Maker    Intermediate Print File    FrameMaker IPL file
  3183.  
  3184. #------------------------------------------------------------------------------
  3185. # freebsd:  file(1) magic for FreeBSD objects
  3186. #
  3187. # All new-style FreeBSD magic numbers are in host byte order (i.e.,
  3188. # little-endian on x86).
  3189. #
  3190. # XXX - this comes from the file "freebsd" in a recent FreeBSD version of
  3191. # "file"; it, and the NetBSD stuff in "netbsd", appear to use different
  3192. # schemes for distinguishing between executable images, shared libraries,
  3193. # and object files.
  3194. #
  3195. # FreeBSD says:
  3196. #
  3197. #    Regardless of whether it's pure, demand-paged, or none of the
  3198. #    above:
  3199. #
  3200. #    if the entry point is < 4096, then it's a shared library if
  3201. #    the "has run-time loader information" bit is set, and is
  3202. #    position-independent if the "is position-independent" bit
  3203. #    is set;
  3204. #
  3205. #    if the entry point is >= 4096 (or >4095, same thing), then it's
  3206. #    an executable, and is dynamically-linked if the "has run-time
  3207. #    loader information" bit is set.
  3208. #
  3209. # On x86, NetBSD says:
  3210. #
  3211. #    If it's neither pure nor demand-paged:
  3212. #
  3213. #    if it has the "has run-time loader information" bit set, it's
  3214. #    a dynamically-linked executable;
  3215. #
  3216. #    if it doesn't have that bit set, then:
  3217. #
  3218. #        if it has the "is position-independent" bit set, it's
  3219. #        position-independent;
  3220. #
  3221. #        if the entry point is non-zero, it's an executable, otherwise
  3222. #        it's an object file.
  3223. #
  3224. #    If it's pure:
  3225. #
  3226. #    if it has the "has run-time loader information" bit set, it's
  3227. #    a dynamically-linked executable, otherwise it's just an
  3228. #    executable.
  3229. #
  3230. #    If it's demand-paged:
  3231. #
  3232. #    if it has the "has run-time loader information" bit set,
  3233. #    then:
  3234. #
  3235. #        if the entry point is < 4096, it's a shared library;
  3236. #
  3237. #        if the entry point is = 4096 or > 4096 (i.e., >= 4096),
  3238. #        it's a dynamically-linked executable);
  3239. #
  3240. #    if it doesn't have the "has run-time loader information" bit
  3241. #    set, then it's just an executable.
  3242. #
  3243. # (On non-x86, NetBSD does much the same thing, except that it uses
  3244. # 8192 on 68K - except for "68k4k", which is presumably "68K with 4K
  3245. # pages - SPARC, and MIPS, presumably because Sun-3's and Sun-4's
  3246. # had 8K pages; dunno about MIPS.)
  3247. #
  3248. # I suspect the two will differ only in perverse and uninteresting cases
  3249. # ("shared" libraries that aren't demand-paged and whose pages probably
  3250. # won't actually be shared, executables with entry points <4096).
  3251. #
  3252. # I leave it to those more familiar with FreeBSD and NetBSD to figure out
  3253. # what the right answer is (although using ">4095", FreeBSD-style, is
  3254. # probably better than separately checking for "=4096" and ">4096",
  3255. # NetBSD-style).  (The old "netbsd" file analyzed FreeBSD demand paged
  3256. # executables using the NetBSD technique.)
  3257. #
  3258. 0    lelong&0377777777    041400407    FreeBSD/i386
  3259. >20    lelong            <4096
  3260. >>3    byte&0xC0        &0x80        shared library
  3261. >>3    byte&0xC0        0x40        PIC object
  3262. >>3    byte&0xC0        0x00        object
  3263. >20    lelong            >4095
  3264. >>3    byte&0x80        0x80        dynamically linked executable
  3265. >>3    byte&0x80        0x00        executable
  3266. >16    lelong            >0        not stripped
  3267.  
  3268. 0    lelong&0377777777    041400410    FreeBSD/i386 pure
  3269. >20    lelong            <4096
  3270. >>3    byte&0xC0        &0x80        shared library
  3271. >>3    byte&0xC0        0x40        PIC object
  3272. >>3    byte&0xC0        0x00        object
  3273. >20    lelong            >4095
  3274. >>3    byte&0x80        0x80        dynamically linked executable
  3275. >>3    byte&0x80        0x00        executable
  3276. >16    lelong            >0        not stripped
  3277.  
  3278. 0    lelong&0377777777    041400413    FreeBSD/i386 demand paged
  3279. >20    lelong            <4096
  3280. >>3    byte&0xC0        &0x80        shared library
  3281. >>3    byte&0xC0        0x40        PIC object
  3282. >>3    byte&0xC0        0x00        object
  3283. >20    lelong            >4095
  3284. >>3    byte&0x80        0x80        dynamically linked executable
  3285. >>3    byte&0x80        0x00        executable
  3286. >16    lelong            >0        not stripped
  3287.  
  3288. 0    lelong&0377777777    041400314    FreeBSD/i386 compact demand paged
  3289. >20    lelong            <4096
  3290. >>3    byte&0xC0        &0x80        shared library
  3291. >>3    byte&0xC0        0x40        PIC object
  3292. >>3    byte&0xC0        0x00        object
  3293. >20    lelong            >4095
  3294. >>3    byte&0x80        0x80        dynamically linked executable
  3295. >>3    byte&0x80        0x00        executable
  3296. >16    lelong            >0        not stripped
  3297.  
  3298. # XXX gross hack to identify core files
  3299. # cores start with a struct tss; we take advantage of the following:
  3300. # byte 7:     highest byte of the kernel stack pointer, always 0xfe
  3301. #      8/9:   kernel (ring 0) ss value, always 0x0010
  3302. #      10 - 27: ring 1 and 2 ss/esp, unused, thus always 0
  3303. #      28:    low order byte of the current PTD entry, always 0 since the
  3304. #             PTD is page-aligned
  3305. #
  3306. 7    string    \357\020\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0    FreeBSD/i386 a.out core file
  3307. >1039    string    >\0    from '%s'
  3308.  
  3309. # /var/run/ld.so.hints
  3310. # What are you laughing about?
  3311. 0    lelong            011421044151    ld.so hints file (Little Endian
  3312. >4    lelong            >0        \b, version %d)
  3313. >4    belong            <=0        \b)
  3314. 0    belong            011421044151    ld.so hints file (Big Endian
  3315. >4    belong            >0        \b, version %d)
  3316. >4    belong            <=0        \b)
  3317.  
  3318. #
  3319. # Files generated by FreeBSD scrshot(1)/vidcontrol(1) utilities
  3320. #
  3321. 0    string    SCRSHOT_    scrshot(1) screenshot,
  3322. >8    byte    x        version %d,
  3323. >9    byte    2        %d bytes in header,
  3324. >>10    byte    x        %d chars wide by
  3325. >>11    byte    x        %d chars high
  3326.  
  3327. #------------------------------------------------------------------------------
  3328. # fsav:  file(1) magic for datafellows fsav virus definition files
  3329. # Anthon van der Neut (anthon@mnt.org)
  3330. 0    beshort        0x1575        fsav (linux) macro virus
  3331. >8    leshort        >0        (%d-
  3332. >11    byte        >0        \b%02d-
  3333. >10    byte        >0        \b%02d)
  3334.  
  3335. # comment this out for now because it regognizes every file where
  3336. # the eighth character is \n
  3337. #8    byte        0x0a
  3338. #>12    byte        0x07
  3339. #>11    leshort        >0        fsav (linux) virus (%d-
  3340. #>10    byte        0        \b01-
  3341. #>10    byte        1        \b02-
  3342. #>10    byte        2        \b03-
  3343. #>10    byte        3        \b04-
  3344. #>10    byte        4        \b05-
  3345. #>10    byte        5        \b06-
  3346. #>10    byte        6        \b07-
  3347. #>10    byte        7        \b08-
  3348. #>10    byte        8        \b08-
  3349. #>10    byte        9        \b10-
  3350. #>10    byte        10        \b11-
  3351. #>10    byte        11        \b12-
  3352. #>9    byte        >0        \b%02d)
  3353. #------------------------------------------------------------------------------
  3354. # games:  file(1) for games
  3355.  
  3356. # Thomas M. Ott (ThMO)
  3357. 1    string    =WAD        DOOM data,
  3358. >0    string    =I        main wad
  3359. >0    string    =P        patch wad
  3360. >0    byte    x        unknown junk
  3361.  
  3362. # Fabio Bonelli <fabiobonelli@libero.it>
  3363. # Quake II - III data files
  3364. 0       string  IDP2            Quake II 3D Model file,
  3365. >20     long    x               %lu skin(s),
  3366. >8      long    x               (%lu x
  3367. >12     long    x         %lu),
  3368. >40     long    x               %lu frame(s),
  3369. >16     long    x               Frame size %lu bytes,
  3370. >24     long      x               %lu vertices/frame,
  3371. >28     long    x                %lu texture coordinates,
  3372. >32     long    x               %lu triangles/frame
  3373.  
  3374. 0       string  IBSP            Quake
  3375. >4      long    0x26            II Map file (BSP)
  3376. >4      long    0x2E          III Map file (BSP)
  3377.  
  3378. 0       string  IDS2            Quake II SP2 sprite file
  3379.  
  3380. #------------------------------------------------------------------------------
  3381. # gcc:  file(1) magic for GCC special files
  3382. #
  3383. 0    string        gpch        GCC precompiled header
  3384.  
  3385. # The version field is annoying.  It's 3 characters, not zero-terminated.
  3386. >5    byte        x            (version %c
  3387. >6    byte        x            \b%c
  3388. >7    byte        x            \b%c)
  3389.  
  3390. # 67 = 'C', 111 = 'o', 43 = '+', 79 = 'O'
  3391. >4    byte        67            for C
  3392. >4    byte        111            for Objective C
  3393. >4    byte        43            for C++
  3394. >4    byte        79            for Objective C++
  3395. #------------------------------------------------------------------------------
  3396. # GIMP Gradient: file(1) magic for the GIMP's gradient data files
  3397. # by Federico Mena <federico@nuclecu.unam.mx>
  3398.  
  3399. 0       string          GIMP\ Gradient  GIMP gradient data
  3400.  
  3401. #------------------------------------------------------------------------------
  3402. # XCF:  file(1) magic for the XCF image format used in the GIMP developed
  3403. #       by Spencer Kimball and Peter Mattis
  3404. #       ('Bucky' LaDieu, nega@vt.edu)
  3405.  
  3406. 0    string        gimp\ xcf    GIMP XCF image data,
  3407. >9    string        file        version 0,
  3408. >9    string        v        version
  3409. >>10    string        >\0        %s,
  3410. >14    belong        x        %lu x
  3411. >18    belong        x        %lu,
  3412. >22     belong          0               RGB Color
  3413. >22     belong          1               Greyscale
  3414. >22     belong          2               Indexed Color
  3415. >22    belong        >2        Unknown Image Type.
  3416.  
  3417. #------------------------------------------------------------------------------
  3418. # XCF:  file(1) magic for the patterns used in the GIMP, developed
  3419. #       by Spencer Kimball and Peter Mattis
  3420. #       ('Bucky' LaDieu, nega@vt.edu)
  3421.  
  3422. 20      string          GPAT            GIMP pattern data,
  3423. >24     string          x               %s
  3424.  
  3425. #------------------------------------------------------------------------------
  3426. # XCF:  file(1) magic for the brushes used in the GIMP, developed
  3427. #       by Spencer Kimball and Peter Mattis
  3428. #       ('Bucky' LaDieu, nega@vt.edu)
  3429.  
  3430. 20      string          GIMP            GIMP brush data
  3431. #
  3432. # GNU nlsutils message catalog file format
  3433. #
  3434. 0    string        \336\22\4\225    GNU message catalog (little endian),
  3435. >4    lelong        x        revision %d,
  3436. >8    lelong        x        %d messages
  3437. 0    string        \225\4\22\336    GNU message catalog (big endian),
  3438. >4    belong        x        revision %d,
  3439. >8    belong        x        %d messages
  3440. # message catalogs, from Mitchum DSouza <m.dsouza@mrc-apu.cam.ac.uk>
  3441. 0    string        *nazgul*    Nazgul style compiled message catalog
  3442. >8    lelong        >0        \b, version %ld
  3443.  
  3444. #------------------------------------------------------------------------------
  3445. # ACE/gr and Grace type files - PLEASE DO NOT REMOVE THIS LINE
  3446. #
  3447. # ACE/gr binary
  3448. 0    string    \000\000\0001\000\000\0000\000\000\0000\000\000\0002\000\000\0000\000\000\0000\000\000\0003        old ACE/gr binary file
  3449. >39    byte    >0            - version %c
  3450. # ACE/gr ascii
  3451. 0    string    #\ xvgr\ parameter\ file    ACE/gr ascii file
  3452. 0    string    #\ xmgr\ parameter\ file    ACE/gr ascii file
  3453. 0    string    #\ ACE/gr\ parameter\ file    ACE/gr ascii file
  3454. # Grace projects
  3455. 0    string    #\ Grace\ project\ file        Grace project file
  3456. >23    string    @version\              (version
  3457. >>32    byte    >0                 %c
  3458. >>33    string    >\0                 \b.%.2s
  3459. >>35    string    >\0                 \b.%.2s)
  3460. # ACE/gr fit description files
  3461. 0    string    #\ ACE/gr\ fit\ description\     ACE/gr fit description file
  3462. # end of ACE/gr and Grace type files - PLEASE DO NOT REMOVE THIS LINE
  3463.  
  3464. #------------------------------------------------------------------------------
  3465. # gringotts:  file(1) magic for Gringotts
  3466. # http://devel.pluto.linux.it/projects/Gringotts/
  3467. # author: Germano Rizzo <mano@pluto.linux.it>
  3468. #GRG3????Y
  3469. 0    string    GRG        Gringotts data file
  3470. #file format 1
  3471. >3    string        1        v.1, MCRYPT S2K, SERPENT crypt, SHA-256 hash, ZLib lvl.9
  3472. #file format 2
  3473. >3    string        2        v.2, MCRYPT S2K, 
  3474. >>8    byte&0x70    0x00        RIJNDAEL-128 crypt,
  3475. >>8    byte&0x70    0x10        SERPENT crypt,
  3476. >>8    byte&0x70    0x20        TWOFISH crypt, 
  3477. >>8    byte&0x70    0x30        CAST-256 crypt,
  3478. >>8    byte&0x70    0x40        SAFER+ crypt,
  3479. >>8    byte&0x70    0x50        LOKI97 crypt,
  3480. >>8    byte&0x70    0x60        3DES crypt,
  3481. >>8    byte&0x70    0x70        RIJNDAEL-256 crypt,
  3482. >>8    byte&0x08    0x00        SHA1 hash,
  3483. >>8    byte&0x08    0x08        RIPEMD-160 hash,
  3484. >>8    byte&0x04    0x00        ZLib
  3485. >>8    byte&0x04    0x04        BZip2
  3486. >>8    byte&0x03    0x00        lvl.0
  3487. >>8    byte&0x03    0x01        lvl.3
  3488. >>8    byte&0x03    0x02        lvl.6
  3489. >>8    byte&0x03    0x03        lvl.9
  3490. #file format 3
  3491. >3    string        3        v.3, OpenPGP S2K, 
  3492. >>8    byte&0x70    0x00        RIJNDAEL-128 crypt,
  3493. >>8    byte&0x70    0x10        SERPENT crypt,
  3494. >>8    byte&0x70    0x20        TWOFISH crypt, 
  3495. >>8    byte&0x70    0x30        CAST-256 crypt,
  3496. >>8    byte&0x70    0x40        SAFER+ crypt,
  3497. >>8    byte&0x70    0x50        LOKI97 crypt,
  3498. >>8    byte&0x70    0x60        3DES crypt,
  3499. >>8    byte&0x70    0x70        RIJNDAEL-256 crypt,
  3500. >>8    byte&0x08    0x00        SHA1 hash,
  3501. >>8    byte&0x08    0x08        RIPEMD-160 hash,
  3502. >>8    byte&0x04    0x00        ZLib
  3503. >>8    byte&0x04    0x04        BZip2
  3504. >>8    byte&0x03    0x00        lvl.0
  3505. >>8    byte&0x03    0x01        lvl.3
  3506. >>8    byte&0x03    0x02        lvl.6
  3507. >>8    byte&0x03    0x03        lvl.9
  3508. #file format >3
  3509. >3    string        >3        v.%.1s (unknown details)
  3510.  
  3511. #------------------------------------------------------------------------------
  3512. # Hierarchical Data Format, used to facilitate scientific data exchange
  3513. # specifications at http://hdf.ncsa.uiuc.edu/
  3514.  
  3515. 0    belong        0x0e031301    Hierarchical Data Format (version 4) data
  3516. 0    string        \211HDF\r\n\032    Hierarchical Data Format (version 5) data
  3517.  
  3518. #------------------------------------------------------------------------------
  3519. # hitach-sh: file(1) magic for Hitachi Super-H
  3520. #
  3521. # Super-H COFF
  3522. #
  3523. 0    beshort        0x0500        Hitachi SH big-endian COFF
  3524. >18    beshort&0x0002    =0x0000        object
  3525. >18    beshort&0x0002    =0x0002        executable
  3526. >18    beshort&0x0008    =0x0008        \b, stripped
  3527. >18    beshort&0x0008    =0x0000        \b, not stripped
  3528. #
  3529. 0    leshort        0x0550        Hitachi SH little-endian COFF
  3530. >18    leshort&0x0002    =0x0000        object
  3531. >18    leshort&0x0002    =0x0002        executable
  3532. >18    leshort&0x0008    =0x0008        \b, stripped
  3533. >18    leshort&0x0008    =0x0000        \b, not stripped
  3534.  
  3535.  
  3536. #------------------------------------------------------------------------------
  3537. # hp:  file(1) magic for Hewlett Packard machines (see also "printer")
  3538. #
  3539. # XXX - somebody should figure out whether any byte order needs to be
  3540. # applied to the "TML" stuff; I'm assuming the Apollo stuff is
  3541. # big-endian as it was mostly 68K-based.
  3542. #
  3543. # I think the 500 series was the old stack-based machines, running a
  3544. # UNIX environment atop the "SUN kernel"; dunno whether it was
  3545. # big-endian or little-endian.
  3546. #
  3547. # Daniel Quinlan (quinlan@yggdrasil.com): hp200 machines are 68010 based;
  3548. # hp300 are 68020+68881 based; hp400 are also 68k.  The following basic
  3549. # HP magic is useful for reference, but using "long" magic is a better
  3550. # practice in order to avoid collisions.
  3551. #
  3552. # Guy Harris (guy@netapp.com): some additions to this list came from
  3553. # HP-UX 10.0's "/usr/include/sys/unistd.h" (68030, 68040, PA-RISC 1.1,
  3554. # 1.2, and 2.0).  The 1.2 and 2.0 stuff isn't in the HP-UX 10.0
  3555. # "/etc/magic", though, except for the "archive file relocatable library"
  3556. # stuff, and the 68030 and 68040 stuff isn't there at all - are they not
  3557. # used in executables, or have they just not yet updated "/etc/magic"
  3558. # completely?
  3559. #
  3560. # 0    beshort        200        hp200 (68010) BSD binary
  3561. # 0    beshort        300        hp300 (68020+68881) BSD binary
  3562. # 0    beshort        0x20c        hp200/300 HP-UX binary
  3563. # 0    beshort        0x20d        hp400 (68030) HP-UX binary
  3564. # 0    beshort        0x20e        hp400 (68040?) HP-UX binary
  3565. # 0    beshort        0x20b        PA-RISC1.0 HP-UX binary
  3566. # 0    beshort        0x210        PA-RISC1.1 HP-UX binary
  3567. # 0    beshort        0x211        PA-RISC1.2 HP-UX binary
  3568. # 0    beshort        0x214        PA-RISC2.0 HP-UX binary
  3569.  
  3570. #
  3571. # The "misc" stuff needs a byte order; the archives look suspiciously
  3572. # like the old 177545 archives (0xff65 = 0177545).
  3573. #
  3574. #### Old Apollo stuff
  3575. 0    beshort        0627        Apollo m68k COFF executable
  3576. >18    beshort        ^040000        not stripped
  3577. >22    beshort        >0        - version %ld
  3578. 0    beshort        0624        apollo a88k COFF executable
  3579. >18    beshort        ^040000        not stripped
  3580. >22    beshort        >0        - version %ld
  3581. 0       long            01203604016     TML 0123 byte-order format
  3582. 0       long            01702407010     TML 1032 byte-order format
  3583. 0       long            01003405017     TML 2301 byte-order format
  3584. 0       long            01602007412     TML 3210 byte-order format
  3585. #### PA-RISC 1.1
  3586. 0    belong         0x02100106    PA-RISC1.1 relocatable object
  3587. 0    belong         0x02100107    PA-RISC1.1 executable
  3588. >168    belong        &0x00000004    dynamically linked
  3589. >(144)    belong        0x054ef630    dynamically linked
  3590. >96    belong        >0        - not stripped
  3591.  
  3592. 0    belong         0x02100108    PA-RISC1.1 shared executable
  3593. >168    belong&0x4    0x4        dynamically linked
  3594. >(144)    belong        0x054ef630    dynamically linked
  3595. >96    belong        >0        - not stripped
  3596.  
  3597. 0    belong         0x0210010b    PA-RISC1.1 demand-load executable
  3598. >168    belong&0x4    0x4        dynamically linked
  3599. >(144)    belong        0x054ef630    dynamically linked
  3600. >96    belong        >0        - not stripped
  3601.  
  3602. 0    belong         0x0210010e    PA-RISC1.1 shared library
  3603. >96    belong        >0        - not stripped
  3604.  
  3605. 0    belong         0x0210010d    PA-RISC1.1 dynamic load library
  3606. >96    belong        >0        - not stripped
  3607.  
  3608. #### PA-RISC 2.0
  3609. 0    belong        0x02140106    PA-RISC2.0 relocatable object
  3610.  
  3611. 0       belong        0x02140107    PA-RISC2.0 executable
  3612. >168    belong        &0x00000004    dynamically linked
  3613. >(144)    belong        0x054ef630    dynamically linked
  3614. >96    belong        >0        - not stripped
  3615.  
  3616. 0       belong        0x02140108    PA-RISC2.0 shared executable
  3617. >168    belong        &0x00000004    dynamically linked
  3618. >(144)    belong        0x054ef630    dynamically linked
  3619. >96    belong        >0        - not stripped
  3620.  
  3621. 0       belong        0x0214010b    PA-RISC2.0 demand-load executable
  3622. >168    belong        &0x00000004    dynamically linked
  3623. >(144)    belong        0x054ef630    dynamically linked
  3624. >96    belong        >0        - not stripped
  3625.  
  3626. 0       belong        0x0214010e    PA-RISC2.0 shared library
  3627. >96    belong        >0        - not stripped
  3628.  
  3629. 0       belong        0x0214010d    PA-RISC2.0 dynamic load library
  3630. >96    belong        >0        - not stripped
  3631.  
  3632. #### 800
  3633. 0    belong         0x020b0106    PA-RISC1.0 relocatable object
  3634.  
  3635. 0    belong         0x020b0107    PA-RISC1.0 executable
  3636. >168    belong&0x4    0x4        dynamically linked
  3637. >(144)    belong        0x054ef630    dynamically linked
  3638. >96    belong        >0        - not stripped
  3639.  
  3640. 0    belong         0x020b0108    PA-RISC1.0 shared executable
  3641. >168    belong&0x4    0x4        dynamically linked
  3642. >(144)    belong        0x054ef630    dynamically linked
  3643. >96    belong        >0        - not stripped
  3644.  
  3645. 0    belong         0x020b010b    PA-RISC1.0 demand-load executable
  3646. >168    belong&0x4    0x4        dynamically linked
  3647. >(144)    belong        0x054ef630    dynamically linked
  3648. >96    belong        >0        - not stripped
  3649.  
  3650. 0    belong         0x020b010e    PA-RISC1.0 shared library
  3651. >96    belong        >0        - not stripped
  3652.  
  3653. 0    belong         0x020b010d    PA-RISC1.0 dynamic load library
  3654. >96    belong        >0        - not stripped
  3655.  
  3656. 0    belong        0x213c6172    archive file
  3657. >68    belong         0x020b0619    - PA-RISC1.0 relocatable library
  3658. >68    belong         0x02100619    - PA-RISC1.1 relocatable library
  3659. >68    belong         0x02110619    - PA-RISC1.2 relocatable library
  3660. >68    belong         0x02140619    - PA-RISC2.0 relocatable library
  3661.  
  3662. #### 500
  3663. 0    long        0x02080106    HP s500 relocatable executable
  3664. >16    long        >0        - version %ld
  3665.  
  3666. 0    long        0x02080107    HP s500 executable
  3667. >16    long        >0        - version %ld
  3668.  
  3669. 0    long        0x02080108    HP s500 pure executable
  3670. >16    long        >0        - version %ld
  3671.  
  3672. #### 200
  3673. 0    belong         0x020c0108    HP s200 pure executable
  3674. >4    beshort        >0        - version %ld
  3675. >8    belong        &0x80000000    save fp regs
  3676. >8    belong        &0x40000000    dynamically linked
  3677. >8    belong        &0x20000000    debuggable
  3678. >36    belong        >0        not stripped
  3679.  
  3680. 0    belong        0x020c0107    HP s200 executable
  3681. >4    beshort        >0        - version %ld
  3682. >8    belong        &0x80000000    save fp regs
  3683. >8    belong        &0x40000000    dynamically linked
  3684. >8    belong        &0x20000000    debuggable
  3685. >36    belong        >0        not stripped
  3686.  
  3687. 0    belong        0x020c010b    HP s200 demand-load executable
  3688. >4    beshort        >0        - version %ld
  3689. >8    belong        &0x80000000    save fp regs
  3690. >8    belong        &0x40000000    dynamically linked
  3691. >8    belong        &0x20000000    debuggable
  3692. >36    belong        >0        not stripped
  3693.  
  3694. 0    belong        0x020c0106    HP s200 relocatable executable
  3695. >4    beshort        >0        - version %ld
  3696. >6    beshort        >0        - highwater %d
  3697. >8    belong        &0x80000000    save fp regs
  3698. >8    belong        &0x20000000    debuggable
  3699. >8    belong        &0x10000000    PIC
  3700.  
  3701. 0    belong         0x020a0108    HP s200 (2.x release) pure executable
  3702. >4    beshort        >0        - version %ld
  3703. >36    belong        >0        not stripped
  3704.  
  3705. 0    belong        0x020a0107    HP s200 (2.x release) executable
  3706. >4    beshort        >0        - version %ld
  3707. >36    belong        >0        not stripped
  3708.  
  3709. 0    belong        0x020c010e    HP s200 shared library
  3710. >4    beshort        >0        - version %ld
  3711. >6    beshort        >0        - highwater %d
  3712. >36    belong        >0        not stripped
  3713.  
  3714. 0    belong        0x020c010d    HP s200 dynamic load library
  3715. >4    beshort        >0        - version %ld
  3716. >6    beshort        >0        - highwater %d
  3717. >36    belong        >0        not stripped
  3718.  
  3719. #### MISC
  3720. 0    long        0x0000ff65    HP old archive
  3721. 0    long        0x020aff65    HP s200 old archive
  3722. 0    long        0x020cff65    HP s200 old archive
  3723. 0    long        0x0208ff65    HP s500 old archive
  3724.  
  3725. 0    long        0x015821a6    HP core file
  3726.  
  3727. 0    long        0x4da7eee8    HP-WINDOWS font
  3728. >8    byte        >0        - version %ld
  3729. 0    string        Bitmapfile    HP Bitmapfile
  3730.  
  3731. 0    string        IMGfile    CIS     compimg HP Bitmapfile
  3732. # XXX - see "lif"
  3733. #0    short        0x8000        lif file
  3734. 0    long        0x020c010c    compiled Lisp
  3735.  
  3736. 0    string        msgcat01    HP NLS message catalog,
  3737. >8    long        >0        %d messages
  3738.  
  3739. # addendum to /etc/magic with HP-48sx file-types by phk@data.fls.dk 1jan92
  3740. 0    string        HPHP48-        HP48 binary
  3741. >7    byte        >0        - Rev %c
  3742. >8    beshort        0x1129        (ADR)
  3743. >8    beshort        0x3329        (REAL)
  3744. >8    beshort        0x5529        (LREAL)
  3745. >8    beshort        0x7729        (COMPLX)
  3746. >8    beshort        0x9d29        (LCOMPLX)
  3747. >8    beshort        0xbf29        (CHAR)
  3748. >8    beshort        0xe829        (ARRAY)
  3749. >8    beshort        0x0a2a        (LNKARRAY)
  3750. >8    beshort        0x2c2a        (STRING)
  3751. >8    beshort        0x4e2a        (HXS)
  3752. >8    beshort        0x742a        (LIST)
  3753. >8    beshort        0x962a        (DIR)
  3754. >8    beshort        0xb82a        (ALG)
  3755. >8    beshort        0xda2a        (UNIT)
  3756. >8    beshort        0xfc2a        (TAGGED)
  3757. >8    beshort        0x1e2b        (GROB)
  3758. >8    beshort        0x402b        (LIB)
  3759. >8    beshort        0x622b        (BACKUP)
  3760. >8    beshort        0x882b        (LIBDATA)
  3761. >8    beshort        0x9d2d        (PROG)
  3762. >8    beshort        0xcc2d        (CODE)
  3763. >8    beshort        0x482e        (GNAME)
  3764. >8    beshort        0x6d2e        (LNAME)
  3765. >8    beshort        0x922e        (XLIB)
  3766. 0    string        %%HP:        HP48 text
  3767. >6    string        T(0)        - T(0)
  3768. >6    string        T(1)        - T(1)
  3769. >6    string        T(2)        - T(2)
  3770. >6    string        T(3)        - T(3)
  3771. >10    string        A(D)        A(D)
  3772. >10    string        A(R)        A(R)
  3773. >10    string        A(G)        A(G)
  3774. >14    string        F(.)        F(.);
  3775. >14    string        F(,)        F(,);
  3776.  
  3777. # hpBSD magic numbers
  3778. 0    beshort        200        hp200 (68010) BSD
  3779. >2    beshort        0407        impure binary
  3780. >2    beshort        0410        read-only binary
  3781. >2    beshort        0413        demand paged binary
  3782. 0    beshort        300        hp300 (68020+68881) BSD
  3783. >2    beshort        0407        impure binary
  3784. >2    beshort        0410        read-only binary
  3785. >2    beshort        0413        demand paged binary
  3786. #
  3787. # From David Gero <dgero@nortelnetworks.com>
  3788. # HP-UX 10.20 core file format from /usr/include/sys/core.h
  3789. # Unfortunately, HP-UX uses corehead blocks without specifying the order
  3790. # There are four we care about:
  3791. #     CORE_KERNEL, which starts with the string "HP-UX"
  3792. #     CORE_EXEC, which contains the name of the command
  3793. #     CORE_PROC, which contains the signal number that caused the core dump
  3794. #     CORE_FORMAT, which contains the version of the core file format (== 1)
  3795. # The only observed order in real core files is KERNEL, EXEC, FORMAT, PROC
  3796. # but we include all 6 variations of the order of the first 3, and
  3797. # assume that PROC will always be last
  3798. # Order 1: KERNEL, EXEC, FORMAT, PROC
  3799. 0x10        string    HP-UX
  3800. >0        belong    2
  3801. >>0xC        belong    0x3C
  3802. >>>0x4C        belong    0x100
  3803. >>>>0x58    belong    0x44
  3804. >>>>>0xA0    belong    1
  3805. >>>>>>0xAC    belong    4
  3806. >>>>>>>0xB0    belong    1
  3807. >>>>>>>>0xB4    belong    4        core file
  3808. >>>>>>>>>0x90    string    >\0        from '%s'
  3809. >>>>>>>>>0xC4    belong    3        - received SIGQUIT
  3810. >>>>>>>>>0xC4    belong    4        - received SIGILL
  3811. >>>>>>>>>0xC4    belong    5        - received SIGTRAP
  3812. >>>>>>>>>0xC4    belong    6        - received SIGABRT
  3813. >>>>>>>>>0xC4    belong    7        - received SIGEMT
  3814. >>>>>>>>>0xC4    belong    8        - received SIGFPE
  3815. >>>>>>>>>0xC4    belong    10        - received SIGBUS
  3816. >>>>>>>>>0xC4    belong    11        - received SIGSEGV
  3817. >>>>>>>>>0xC4    belong    12        - received SIGSYS
  3818. >>>>>>>>>0xC4    belong    33        - received SIGXCPU
  3819. >>>>>>>>>0xC4    belong    34        - received SIGXFSZ
  3820. # Order 2: KERNEL, FORMAT, EXEC, PROC
  3821. >>>0x4C        belong    1
  3822. >>>>0x58    belong    4
  3823. >>>>>0x5C    belong    1
  3824. >>>>>>0x60    belong    0x100
  3825. >>>>>>>0x6C    belong    0x44
  3826. >>>>>>>>0xB4    belong    4        core file
  3827. >>>>>>>>>0xA4    string    >\0        from '%s'
  3828. >>>>>>>>>0xC4    belong    3        - received SIGQUIT
  3829. >>>>>>>>>0xC4    belong    4        - received SIGILL
  3830. >>>>>>>>>0xC4    belong    5        - received SIGTRAP
  3831. >>>>>>>>>0xC4    belong    6        - received SIGABRT
  3832. >>>>>>>>>0xC4    belong    7        - received SIGEMT
  3833. >>>>>>>>>0xC4    belong    8        - received SIGFPE
  3834. >>>>>>>>>0xC4    belong    10        - received SIGBUS
  3835. >>>>>>>>>0xC4    belong    11        - received SIGSEGV
  3836. >>>>>>>>>0xC4    belong    12        - received SIGSYS
  3837. >>>>>>>>>0xC4    belong    33        - received SIGXCPU
  3838. >>>>>>>>>0xC4    belong    34        - received SIGXFSZ
  3839. # Order 3: FORMAT, KERNEL, EXEC, PROC
  3840. 0x24        string    HP-UX
  3841. >0        belong    1
  3842. >>0xC        belong    4
  3843. >>>0x10        belong    1
  3844. >>>>0x14    belong    2
  3845. >>>>>0x20    belong    0x3C
  3846. >>>>>>0x60    belong    0x100
  3847. >>>>>>>0x6C    belong    0x44
  3848. >>>>>>>>0xB4    belong    4        core file
  3849. >>>>>>>>>0xA4    string    >\0        from '%s'
  3850. >>>>>>>>>0xC4    belong    3        - received SIGQUIT
  3851. >>>>>>>>>0xC4    belong    4        - received SIGILL
  3852. >>>>>>>>>0xC4    belong    5        - received SIGTRAP
  3853. >>>>>>>>>0xC4    belong    6        - received SIGABRT
  3854. >>>>>>>>>0xC4    belong    7        - received SIGEMT
  3855. >>>>>>>>>0xC4    belong    8        - received SIGFPE
  3856. >>>>>>>>>0xC4    belong    10        - received SIGBUS
  3857. >>>>>>>>>0xC4    belong    11        - received SIGSEGV
  3858. >>>>>>>>>0xC4    belong    12        - received SIGSYS
  3859. >>>>>>>>>0xC4    belong    33        - received SIGXCPU
  3860. >>>>>>>>>0xC4    belong    34        - received SIGXFSZ
  3861. # Order 4: EXEC, KERNEL, FORMAT, PROC
  3862. 0x64        string    HP-UX
  3863. >0        belong    0x100
  3864. >>0xC        belong    0x44
  3865. >>>0x54        belong    2
  3866. >>>>0x60    belong    0x3C
  3867. >>>>>0xA0    belong    1
  3868. >>>>>>0xAC    belong    4
  3869. >>>>>>>0xB0    belong    1
  3870. >>>>>>>>0xB4    belong    4        core file
  3871. >>>>>>>>>0x44    string    >\0        from '%s'
  3872. >>>>>>>>>0xC4    belong    3        - received SIGQUIT
  3873. >>>>>>>>>0xC4    belong    4        - received SIGILL
  3874. >>>>>>>>>0xC4    belong    5        - received SIGTRAP
  3875. >>>>>>>>>0xC4    belong    6        - received SIGABRT
  3876. >>>>>>>>>0xC4    belong    7        - received SIGEMT
  3877. >>>>>>>>>0xC4    belong    8        - received SIGFPE
  3878. >>>>>>>>>0xC4    belong    10        - received SIGBUS
  3879. >>>>>>>>>0xC4    belong    11        - received SIGSEGV
  3880. >>>>>>>>>0xC4    belong    12        - received SIGSYS
  3881. >>>>>>>>>0xC4    belong    33        - received SIGXCPU
  3882. >>>>>>>>>0xC4    belong    34        - received SIGXFSZ
  3883. # Order 5: FORMAT, EXEC, KERNEL, PROC
  3884. 0x78        string    HP-UX
  3885. >0        belong    1
  3886. >>0xC        belong    4
  3887. >>>0x10        belong    1
  3888. >>>>0x14    belong    0x100
  3889. >>>>>0x20    belong    0x44
  3890. >>>>>>0x68    belong    2
  3891. >>>>>>>0x74    belong    0x3C
  3892. >>>>>>>>0xB4    belong    4        core file
  3893. >>>>>>>>>0x58    string    >\0        from '%s'
  3894. >>>>>>>>>0xC4    belong    3        - received SIGQUIT
  3895. >>>>>>>>>0xC4    belong    4        - received SIGILL
  3896. >>>>>>>>>0xC4    belong    5        - received SIGTRAP
  3897. >>>>>>>>>0xC4    belong    6        - received SIGABRT
  3898. >>>>>>>>>0xC4    belong    7        - received SIGEMT
  3899. >>>>>>>>>0xC4    belong    8        - received SIGFPE
  3900. >>>>>>>>>0xC4    belong    10        - received SIGBUS
  3901. >>>>>>>>>0xC4    belong    11        - received SIGSEGV
  3902. >>>>>>>>>0xC4    belong    12        - received SIGSYS
  3903. >>>>>>>>>0xC4    belong    33        - received SIGXCPU
  3904. >>>>>>>>>0xC4    belong    34        - received SIGXFSZ
  3905. # Order 6: EXEC, FORMAT, KERNEL, PROC
  3906. >0        belong    0x100
  3907. >>0xC        belong    0x44
  3908. >>>0x54        belong    1
  3909. >>>>0x60    belong    4
  3910. >>>>>0x64    belong    1
  3911. >>>>>>0x68    belong    2
  3912. >>>>>>>0x74    belong    0x2C
  3913. >>>>>>>>0xB4    belong    4        core file
  3914. >>>>>>>>>0x44    string    >\0        from '%s'
  3915. >>>>>>>>>0xC4    belong    3        - received SIGQUIT
  3916. >>>>>>>>>0xC4    belong    4        - received SIGILL
  3917. >>>>>>>>>0xC4    belong    5        - received SIGTRAP
  3918. >>>>>>>>>0xC4    belong    6        - received SIGABRT
  3919. >>>>>>>>>0xC4    belong    7        - received SIGEMT
  3920. >>>>>>>>>0xC4    belong    8        - received SIGFPE
  3921. >>>>>>>>>0xC4    belong    10        - received SIGBUS
  3922. >>>>>>>>>0xC4    belong    11        - received SIGSEGV
  3923. >>>>>>>>>0xC4    belong    12        - received SIGSYS
  3924. >>>>>>>>>0xC4    belong    33        - received SIGXCPU
  3925. >>>>>>>>>0xC4    belong    34        - received SIGXFSZ
  3926.  
  3927. # From: AMAKAWA Shuhei <sa264@cam.ac.uk>
  3928. 0    string    HPHP49-            HP49 binary
  3929.  
  3930.  
  3931. #------------------------------------------------------------------------------
  3932. # human68k:  file(1) magic for Human68k (X680x0 DOS) binary formats
  3933.  
  3934. 0        string    HU        Human68k
  3935. >68        string    LZX        LZX compressed
  3936. >>72        string    >\0        (version %s)
  3937. >(8.L+74)    string    LZX        LZX compressed
  3938. >>(8.L+78)    string    >\0        (version %s)
  3939. >60        belong    >0        binded
  3940. >(8.L+66)    string    #HUPAIR        hupair
  3941. >0        string    HU        X executable
  3942. >(8.L+74)    string    #LIBCV1        - linked PD LIBC ver 1
  3943. >4        belong    >0        - base address 0x%x
  3944. >28        belong    >0        not stripped
  3945. >32        belong    >0        with debug information
  3946. 0        beshort    0x601a        Human68k Z executable
  3947. 0        beshort    0x6000        Human68k object file
  3948. 0        belong    0xd1000000    Human68k ar binary archive
  3949. 0        belong    0xd1010000    Human68k ar ascii archive
  3950. 0        beshort    0x0068        Human68k lib archive
  3951. 4        string    LZX        Human68k LZX compressed
  3952. >8        string    >\0        (version %s)
  3953. >4        string    LZX        R executable
  3954. 2        string    #HUPAIR        Human68k hupair R executable
  3955.  
  3956. #------------------------------------------------------------------------------
  3957. # ibm370:  file(1) magic for IBM 370 and compatibles.
  3958. #
  3959. # "ibm370" said that 0x15d == 0535 was "ibm 370 pure executable".
  3960. # What the heck *is* "USS/370"?
  3961. # AIX 4.1's "/etc/magic" has
  3962. #
  3963. #    0    short        0535        370 sysV executable 
  3964. #    >12    long        >0        not stripped
  3965. #    >22    short        >0        - version %d
  3966. #    >30    long        >0        - 5.2 format
  3967. #    0    short        0530        370 sysV pure executable 
  3968. #    >12    long        >0        not stripped
  3969. #    >22    short        >0        - version %d
  3970. #    >30    long        >0        - 5.2 format
  3971. #
  3972. # instead of the "USS/370" versions of the same magic numbers.
  3973. #
  3974. 0    beshort        0537        370 XA sysV executable 
  3975. >12    belong        >0        not stripped
  3976. >22    beshort        >0        - version %d
  3977. >30    belong        >0        - 5.2 format
  3978. 0    beshort        0532        370 XA sysV pure executable 
  3979. >12    belong        >0        not stripped
  3980. >22    beshort        >0        - version %d
  3981. >30    belong        >0        - 5.2 format
  3982. 0    beshort        054001        370 sysV pure executable
  3983. >12    belong        >0        not stripped
  3984. 0    beshort        055001        370 XA sysV pure executable
  3985. >12    belong        >0        not stripped
  3986. 0    beshort        056401        370 sysV executable
  3987. >12    belong        >0        not stripped
  3988. 0    beshort        057401        370 XA sysV executable
  3989. >12    belong        >0        not stripped
  3990. 0       beshort        0531        SVR2 executable (Amdahl-UTS)
  3991. >12    belong        >0        not stripped
  3992. >24     belong        >0        - version %ld
  3993. 0    beshort        0534        SVR2 pure executable (Amdahl-UTS)
  3994. >12    belong        >0        not stripped
  3995. >24    belong        >0        - version %ld
  3996. 0    beshort        0530        SVR2 pure executable (USS/370)
  3997. >12    belong        >0        not stripped
  3998. >24    belong        >0        - version %ld
  3999. 0    beshort        0535        SVR2 executable (USS/370)
  4000. >12    belong        >0        not stripped
  4001. >24    belong        >0        - version %ld
  4002.  
  4003. #------------------------------------------------------------------------------
  4004. # ibm6000:  file(1) magic for RS/6000 and the RT PC.
  4005. #
  4006. 0    beshort        0x01df        executable (RISC System/6000 V3.1) or obj module
  4007. >12    belong        >0        not stripped
  4008. # Breaks sun4 statically linked execs.
  4009. #0      beshort        0x0103        executable (RT Version 2) or obj module
  4010. #>2    byte        0x50        pure
  4011. #>28    belong        >0        not stripped
  4012. #>6    beshort        >0        - version %ld
  4013. 0    beshort        0x0104        shared library
  4014. 0    beshort        0x0105        ctab data
  4015. 0    beshort        0xfe04        structured file
  4016. 0    string        0xabcdef    AIX message catalog
  4017. 0    belong        0x000001f9    AIX compiled message catalog
  4018. 0    string        \<aiaff>    archive
  4019. 0    string        \<bigaf>    archive (big format)
  4020.  
  4021.  
  4022. #------------------------------------------------------------------------------
  4023. # iff:    file(1) magic for Interchange File Format (see also "audio" & "images")
  4024. #
  4025. # Daniel Quinlan (quinlan@yggdrasil.com) -- IFF was designed by Electronic
  4026. # Arts for file interchange.  It has also been used by Apple, SGI, and
  4027. # especially Commodore-Amiga.
  4028. #
  4029. # IFF files begin with an 8 byte FORM header, followed by a 4 character
  4030. # FORM type, which is followed by the first chunk in the FORM.
  4031.  
  4032. 0    string        FORM        IFF data
  4033. #>4    belong        x        \b, FORM is %d bytes long
  4034. # audio formats
  4035. >8    string        AIFF        \b, AIFF audio
  4036. >8    string        AIFC        \b, AIFF-C compressed audio
  4037. >8    string        8SVX        \b, 8SVX 8-bit sampled sound voice
  4038. >8    string        SAMP        \b, SAMP sampled audio
  4039. >8    string        DTYP        \b, DTYP datatype description
  4040. >8    string        PTCH        \b, PTCH binary patch
  4041. # image formats
  4042. >8    string        ILBMBMHD    \b, ILBM interleaved image
  4043. >>20    beshort        x        \b, %d x
  4044. >>22    beshort        x        %d
  4045. >8    string        RGBN        \b, RGBN 12-bit RGB image
  4046. >8    string        RGB8        \b, RGB8 24-bit RGB image
  4047. >8    string        DR2D        \b, DR2D 2-D object
  4048. >8    string        TDDD        \b, TDDD 3-D rendering
  4049. # other formats
  4050. >8    string        FTXT        \b, FTXT formatted text
  4051.  
  4052. #------------------------------------------------------------------------------
  4053. # images:  file(1) magic for image formats (see also "iff")
  4054. #
  4055. # originally from jef@helios.ee.lbl.gov (Jef Poskanzer),
  4056. # additions by janl@ifi.uio.no as well as others. Jan also suggested
  4057. # merging several one- and two-line files into here.
  4058. #
  4059. # little magic: PCX (first byte is 0x0a)
  4060.  
  4061. # Targa - matches `povray', `ppmtotga' and `xv' outputs
  4062. # by Philippe De Muyter <phdm@macqel.be>
  4063. # at 2, byte ImgType must be 1, 2, 3, 9, 10 or 11
  4064. # at 1, byte CoMapType must be 1 if ImgType is 1 or 9, 0 otherwise
  4065. # at 3, leshort Index is 0 for povray, ppmtotga and xv outputs
  4066. # `xv' recognizes only a subset of the following (RGB with pixelsize = 24)
  4067. # `tgatoppm' recognizes a superset (Index may be anything)
  4068. 1    belong&0xfff7ffff    0x01010000    Targa image data - Map
  4069. >2    byte&8            8        - RLE
  4070. >12    leshort            >0        %hd x
  4071. >14    leshort            >0        %hd
  4072. 1    belong&0xfff7ffff    0x00020000    Targa image data - RGB
  4073. >2    byte&8            8        - RLE
  4074. >12    leshort            >0        %hd x
  4075. >14    leshort            >0        %hd
  4076. 1    belong&0xfff7ffff    0x00030000    Targa image data - Mono
  4077. >2    byte&8            8        - RLE
  4078. >12    leshort            >0        %hd x
  4079. >14    leshort            >0        %hd
  4080.  
  4081. # PBMPLUS images
  4082. # The next byte following the magic is always whitespace.
  4083. 0    string        P1        Netpbm PBM image text
  4084. 0    string        P2        Netpbm PGM image text
  4085. 0    string        P3        Netpbm PPM image text
  4086. 0    string        P4        Netpbm PBM "rawbits" image data
  4087. 0    string        P5        Netpbm PGM "rawbits" image data
  4088. 0    string        P6        Netpbm PPM "rawbits" image data
  4089. 0    string        P7        Netpbm PAM image file
  4090.  
  4091. # From: bryanh@giraffe-data.com (Bryan Henderson)
  4092. 0    string        \117\072    Solitaire Image Recorder format
  4093. >4    string        \013        MGI Type 11
  4094. >4    string        \021        MGI Type 17
  4095. 0    string        .MDA        MicroDesign data
  4096. >21    byte        48        version 2
  4097. >21    byte        51        version 3
  4098. 0    string        .MDP        MicroDesign page data
  4099. >21    byte        48        version 2
  4100. >21    byte        51        version 3
  4101.  
  4102. # NIFF (Navy Interchange File Format, a modification of TIFF) images
  4103. 0    string        IIN1        NIFF image data
  4104.  
  4105. # Tag Image File Format, from Daniel Quinlan (quinlan@yggdrasil.com)
  4106. # The second word of TIFF files is the TIFF version number, 42, which has
  4107. # never changed.  The TIFF specification recommends testing for it.
  4108. 0    string        MM\x00\x2a    TIFF image data, big-endian
  4109. 0    string        II\x2a\x00    TIFF image data, little-endian
  4110.  
  4111. # PNG [Portable Network Graphics, or "PNG's Not GIF"] images
  4112. # (Greg Roelofs, newt@uchicago.edu)
  4113. # (Albert Cahalan, acahalan@cs.uml.edu)
  4114. #
  4115. # 137 P N G \r \n ^Z \n [4-byte length] H E A D [HEAD data] [HEAD crc] ...
  4116. #
  4117. 0    string        \x89PNG        PNG image data,
  4118. >4    belong        !0x0d0a1a0a    CORRUPTED,
  4119. >4    belong        0x0d0a1a0a
  4120. >>16    belong        x        %ld x
  4121. >>20    belong        x        %ld,
  4122. >>24    byte        x        %d-bit
  4123. >>25    byte        0        grayscale,
  4124. >>25    byte        2        \b/color RGB,
  4125. >>25    byte        3        colormap,
  4126. >>25    byte        4        gray+alpha,
  4127. >>25    byte        6        \b/color RGBA,
  4128. #>>26    byte        0        deflate/32K,
  4129. >>28    byte        0        non-interlaced
  4130. >>28    byte        1        interlaced
  4131. 1    string        PNG        PNG image data, CORRUPTED
  4132.  
  4133. # GIF
  4134. 0    string        GIF8        GIF image data
  4135. >4    string        7a        \b, version 8%s,
  4136. >4    string        9a        \b, version 8%s,
  4137. >6    leshort        >0        %hd x
  4138. >8    leshort        >0        %hd
  4139. #>10    byte        &0x80        color mapped,
  4140. #>10    byte&0x07    =0x00        2 colors
  4141. #>10    byte&0x07    =0x01        4 colors
  4142. #>10    byte&0x07    =0x02        8 colors
  4143. #>10    byte&0x07    =0x03        16 colors
  4144. #>10    byte&0x07    =0x04        32 colors
  4145. #>10    byte&0x07    =0x05        64 colors
  4146. #>10    byte&0x07    =0x06        128 colors
  4147. #>10    byte&0x07    =0x07        256 colors
  4148.  
  4149. # ITC (CMU WM) raster files.  It is essentially a byte-reversed Sun raster,
  4150. # 1 plane, no encoding.
  4151. 0    string        \361\0\100\273    CMU window manager raster image data
  4152. >4    lelong        >0        %d x
  4153. >8    lelong        >0        %d,
  4154. >12    lelong        >0        %d-bit
  4155.  
  4156. # Magick Image File Format
  4157. 0    string        id=ImageMagick    MIFF image data
  4158.  
  4159. # Artisan
  4160. 0    long        1123028772    Artisan image data
  4161. >4    long        1        \b, rectangular 24-bit
  4162. >4    long        2        \b, rectangular 8-bit with colormap
  4163. >4    long        3        \b, rectangular 32-bit (24-bit with matte)
  4164.  
  4165. # FIG (Facility for Interactive Generation of figures), an object-based format
  4166. 0    string        #FIG        FIG image text
  4167. >5    string        x        \b, version %.3s
  4168.  
  4169. # PHIGS
  4170. 0    string        ARF_BEGARF        PHIGS clear text archive
  4171. 0    string        @(#)SunPHIGS        SunPHIGS
  4172. # version number follows, in the form m.n
  4173. >40    string        SunBin            binary
  4174. >32    string        archive            archive
  4175.  
  4176. # GKS (Graphics Kernel System)
  4177. 0    string        GKSM        GKS Metafile
  4178. >24    string        SunGKS        \b, SunGKS
  4179.  
  4180. # CGM image files
  4181. 0    string        BEGMF        clear text Computer Graphics Metafile
  4182. # XXX - questionable magic
  4183. 0    beshort&0xffe0    0x0020        binary Computer Graphics Metafile
  4184. 0    beshort        0x3020        character Computer Graphics Metafile
  4185.  
  4186. # MGR bitmaps  (Michael Haardt, u31b3hs@pool.informatik.rwth-aachen.de)
  4187. 0    string    yz    MGR bitmap, modern format, 8-bit aligned
  4188. 0    string    zz    MGR bitmap, old format, 1-bit deep, 16-bit aligned
  4189. 0    string    xz    MGR bitmap, old format, 1-bit deep, 32-bit aligned
  4190. 0    string    yx    MGR bitmap, modern format, squeezed
  4191.  
  4192. # Fuzzy Bitmap (FBM) images
  4193. 0    string        %bitmap\0    FBM image data
  4194. >30    long        0x31        \b, mono
  4195. >30    long        0x33        \b, color
  4196.  
  4197. # facsimile data
  4198. 1    string        PC\ Research,\ Inc    group 3 fax data
  4199. >29    byte        0        \b, normal resolution (204x98 DPI)
  4200. >29    byte        1        \b, fine resolution (204x196 DPI)
  4201. # From: Herbert Rosmanith <herp@wildsau.idv.uni.linz.at>
  4202. 0    string        Sfff        structured fax file
  4203.  
  4204.  
  4205. # PC bitmaps (OS/2, Windoze BMP files)  (Greg Roelofs, newt@uchicago.edu)
  4206. 0    string        BM        PC bitmap data
  4207. >14    leshort        12        \b, OS/2 1.x format
  4208. >>18    leshort        x        \b, %d x
  4209. >>20    leshort        x        %d
  4210. >14    leshort        64        \b, OS/2 2.x format
  4211. >>18    leshort        x        \b, %d x
  4212. >>20    leshort        x        %d
  4213. >14    leshort        40        \b, Windows 3.x format
  4214. >>18    lelong        x        \b, %d x
  4215. >>22    lelong        x        %d x
  4216. >>28    leshort        x        %d
  4217. 0    string        IC        PC icon data
  4218. 0    string        PI        PC pointer image data
  4219. 0    string        CI        PC color icon data
  4220. 0    string        CP        PC color pointer image data
  4221. # Conflicts with other entries [BABYL]
  4222. #0    string        BA        PC bitmap array data
  4223.  
  4224. # XPM icons (Greg Roelofs, newt@uchicago.edu)
  4225. # note possible collision with C/REXX entry in c-lang; currently commented out
  4226. 0    string        /*\ XPM\ */    X pixmap image text
  4227.  
  4228. # Utah Raster Toolkit RLE images (janl@ifi.uio.no)
  4229. 0    leshort        0xcc52        RLE image data,
  4230. >6    leshort        x        %d x
  4231. >8    leshort        x        %d
  4232. >2    leshort        >0        \b, lower left corner: %d
  4233. >4    leshort        >0        \b, lower right corner: %d
  4234. >10    byte&0x1    =0x1        \b, clear first
  4235. >10    byte&0x2    =0x2        \b, no background
  4236. >10    byte&0x4    =0x4        \b, alpha channel
  4237. >10    byte&0x8    =0x8        \b, comment
  4238. >11    byte        >0        \b, %d color channels
  4239. >12    byte        >0        \b, %d bits per pixel
  4240. >13    byte        >0        \b, %d color map channels
  4241.  
  4242. # image file format (Robert Potter, potter@cs.rochester.edu)
  4243. 0    string        Imagefile\ version-    iff image data
  4244. # this adds the whole header (inc. version number), informative but longish
  4245. >10    string        >\0        %s
  4246.  
  4247. # Sun raster images, from Daniel Quinlan (quinlan@yggdrasil.com)
  4248. 0    belong        0x59a66a95    Sun raster image data
  4249. >4    belong        >0        \b, %d x
  4250. >8    belong        >0        %d,
  4251. >12    belong        >0        %d-bit,
  4252. #>16    belong        >0        %d bytes long,
  4253. >20    belong        0        old format,
  4254. #>20    belong        1        standard,
  4255. >20    belong        2        compressed,
  4256. >20    belong        3        RGB,
  4257. >20    belong        4        TIFF,
  4258. >20    belong        5        IFF,
  4259. >20    belong        0xffff        reserved for testing,
  4260. >24    belong        0        no colormap
  4261. >24    belong        1        RGB colormap
  4262. >24    belong        2        raw colormap
  4263. #>28    belong        >0        colormap is %d bytes long
  4264.  
  4265. # SGI image file format, from Daniel Quinlan (quinlan@yggdrasil.com)
  4266. #
  4267. # See
  4268. #    http://reality.sgi.com/grafica/sgiimage.html
  4269. #
  4270. 0    beshort        474        SGI image data
  4271. #>2    byte        0        \b, verbatim
  4272. >2    byte        1        \b, RLE
  4273. #>3    byte        1        \b, normal precision
  4274. >3    byte        2        \b, high precision
  4275. >4    beshort        x        \b, %d-D
  4276. >6    beshort        x        \b, %d x
  4277. >8    beshort        x        %d
  4278. >10    beshort        x        \b, %d channel
  4279. >10    beshort        !1        \bs
  4280. >80    string        >0        \b, "%s"
  4281.  
  4282. 0    string        IT01        FIT image data
  4283. >4    belong        x        \b, %d x
  4284. >8    belong        x        %d x
  4285. >12    belong        x        %d
  4286. #
  4287. 0    string        IT02        FIT image data
  4288. >4    belong        x        \b, %d x
  4289. >8    belong        x        %d x
  4290. >12    belong        x        %d
  4291. #
  4292. 2048    string        PCD_IPI        Kodak Photo CD image pack file
  4293. >0xe02    byte&0x03    0x00        , landscape mode
  4294. >0xe02    byte&0x03    0x01        , portrait mode
  4295. >0xe02    byte&0x03    0x02        , landscape mode
  4296. >0xe02    byte&0x03    0x03        , portrait mode
  4297. 0    string        PCD_OPA        Kodak Photo CD overview pack file
  4298.  
  4299. # FITS format.  Jeff Uphoff <juphoff@tarsier.cv.nrao.edu>
  4300. # FITS is the Flexible Image Transport System, the de facto standard for
  4301. # data and image transfer, storage, etc., for the astronomical community.
  4302. # (FITS floating point formats are big-endian.)
  4303. 0    string    SIMPLE\ \ =    FITS image data
  4304. >109    string    8        \b, 8-bit, character or unsigned binary integer
  4305. >108    string    16        \b, 16-bit, two's complement binary integer
  4306. >107    string    \ 32        \b, 32-bit, two's complement binary integer
  4307. >107    string    -32        \b, 32-bit, floating point, single precision
  4308. >107    string    -64        \b, 64-bit, floating point, double precision
  4309.  
  4310. # other images
  4311. 0    string    This\ is\ a\ BitMap\ file    Lisp Machine bit-array-file
  4312. 0    string        !!        Bennet Yee's "face" format
  4313.  
  4314. # From SunOS 5.5.1 "/etc/magic" - appeared right before Sun raster image
  4315. # stuff.
  4316. #
  4317. 0    beshort        0x1010        PEX Binary Archive
  4318.  
  4319. # Visio drawings
  4320. 03000    string    Visio\ (TM)\ Drawing    %s
  4321.  
  4322. # Tgif files
  4323. 0    string    \%TGIF\ x         Tgif file version %s
  4324.  
  4325. # DICOM medical imaging data
  4326. 128    string    DICM            DICOM medical imaging data
  4327.  
  4328. # XWD - X Window Dump file.
  4329. #   As described in /usr/X11R6/include/X11/XWDFile.h
  4330. #   used by the xwd program.
  4331. #   Bradford Castalia, idaeim, 1/01
  4332. 4    belong    7            XWD X Window Dump image data
  4333. >100    string    >\0            \b, "%s"
  4334. >16    belong    x            \b, %dx
  4335. >20    belong    x            \b%dx
  4336. >12    belong    x            \b%d
  4337.  
  4338. # PDS - Planetary Data System
  4339. #   These files use Parameter Value Language in the header section.
  4340. #   Unfortunately, there is no certain magic, but the following
  4341. #   strings have been found to be most likely.
  4342. 0    string    NJPL1I00        PDS (JPL) image data
  4343. 2    string    NJPL1I            PDS (JPL) image data
  4344. 0    string    CCSD3ZF            PDS (CCSD) image data
  4345. 2    string    CCSD3Z            PDS (CCSD) image data
  4346. 0    string    PDS_            PDS image data
  4347. 0    string    LBLSIZE=        PDS (VICAR) image data
  4348.  
  4349. # pM8x: ATARI STAD compressed bitmap format
  4350. #
  4351. # from Oskar Schirmer <schirmer@scara.com> Feb 2, 2001
  4352. # p M 8 5/6 xx yy zz data...
  4353. # Atari ST STAD bitmap is always 640x400, bytewise runlength compressed.
  4354. # bytes either run horizontally (pM85) or vertically (pM86). yy is the
  4355. # most frequent byte, xx and zz are runlength escape codes, where xx is
  4356. # used for runs of yy.
  4357. #
  4358. 0    string    pM85        Atari ST STAD bitmap image data (hor)
  4359. >5    byte    0x00        (white background)
  4360. >5    byte    0xFF        (black background)
  4361. 0    string    pM86        Atari ST STAD bitmap image data (vert)
  4362. >5    byte    0x00        (white background)
  4363. >5    byte    0xFF        (black background)
  4364.  
  4365. # XXX:
  4366. # This is bad magic 0x5249 == 'RI' conflicts with RIFF and other
  4367. # magic.
  4368. # SGI RICE image file <mpruett@sgi.com>
  4369. #0    beshort    0x5249        RICE image
  4370. #>2    beshort    x        v%d
  4371. #>4    beshort    x        (%d x
  4372. #>6    beshort    x        %d)
  4373. #>8    beshort    0        8 bit
  4374. #>8    beshort    1        10 bit
  4375. #>8    beshort    2        12 bit
  4376. #>8    beshort    3        13 bit
  4377. #>10    beshort    0        4:2:2
  4378. #>10    beshort    1        4:2:2:4
  4379. #>10    beshort    2        4:4:4
  4380. #>10    beshort    3        4:4:4:4
  4381. #>12    beshort    1        RGB
  4382. #>12    beshort    2        CCIR601
  4383. #>12    beshort    3        RP175
  4384. #>12    beshort    4        YUV
  4385.  
  4386. #------------------------------------------------------------------------------
  4387. #
  4388. # Marco Schmidt (marcoschmidt@users.sourceforge.net) -- an image  file format
  4389. # for the EPOC operating system, which is used with PDAs like those from Psion
  4390. #
  4391. # see http://huizen.dds.nl/~frodol/psiconv/html/Index.html for a description
  4392. # of various EPOC file formats
  4393.  
  4394. 0    string \x37\x00\x00\x10\x42\x00\x00\x10\x00\x00\x00\x00\x39\x64\x39\x47 EPOC MBM image file
  4395.  
  4396. # PCX image files
  4397. # From: Dan Fandrich <dan@coneharvesters.com>
  4398. 0    beshort        0x0a00    PCX ver. 2.5 image data
  4399. 0    beshort        0x0a02    PCX ver. 2.8 image data, with palette
  4400. 0    beshort        0x0a03    PCX ver. 2.8 image data, without palette
  4401. 0    beshort        0x0a04    PCX for Windows image data
  4402. 0    beshort        0x0a05    PCX ver. 3.0 image data
  4403. >4    leshort        x      bounding box [%hd,
  4404. >6    leshort        x      %hd] -
  4405. >8    leshort        x      [%hd,
  4406. >10    leshort        x      %hd],
  4407. >65    byte        >1    %d planes each of
  4408. >3    byte        x    %hhd-bit
  4409. >68    byte        0    image,
  4410. >68    byte        1    colour,
  4411. >68    byte        2    grayscale,
  4412. >68    byte        >2    image,
  4413. >68    byte        <0    image,
  4414. >12    leshort        >0    %hd x
  4415. >>14    leshort        x      %hd dpi,
  4416. >2    byte        0    uncompressed
  4417. >2    byte        1    RLE compressed
  4418.  
  4419. # Adobe Photoshop
  4420. 0    string        8BPS Adobe Photoshop Image
  4421.  
  4422. # XV thumbnail indicator (ThMO)
  4423. 0    string        P7\ 332        XV thumbnail image data
  4424.  
  4425. # NITF is defined by United States MIL-STD-2500A
  4426. 0    string    NITF    National Imagery Transmission Format
  4427. >25    string    >\0    dated %.14s
  4428.  
  4429. # GEM Image: Version 1, Headerlen 8 (Wolfram Kleff)
  4430. 0    belong        0x00010008    GEM Image data
  4431. >12    beshort        x        %d x
  4432. >14    beshort        x        %d,
  4433. >4    beshort        x        %d planes,
  4434. >8    beshort        x        %d x
  4435. >10    beshort        x        %d pixelsize
  4436.  
  4437. # GEM Metafile (Wolfram Kleff)
  4438. 0    lelong        0x0018FFFF    GEM Metafile data
  4439. >4    leshort        x        version %d
  4440.  
  4441. #
  4442. # SMJPEG. A custom Motion JPEG format used by Loki Entertainment
  4443. # Software Torbjorn Andersson <d91tan@Update.UU.SE>.
  4444. #
  4445. 0    string    \0\nSMJPEG    SMJPEG
  4446. >8    belong    x        %d.x data
  4447. # According to the specification you could find any number of _TXT
  4448. # headers here, but I can't think of any way of handling that. None of
  4449. # the SMJPEG files I tried it on used this feature. Even if such a
  4450. # file is encountered the output should still be reasonable.
  4451. >16    string    _SND        \b,
  4452. >>24    beshort    >0        %d Hz
  4453. >>26    byte    8        8-bit
  4454. >>26    byte    16        16-bit
  4455. >>28    string    NONE        uncompressed
  4456. # >>28    string    APCM        ADPCM compressed
  4457. >>27    byte    1        mono
  4458. >>28    byte    2        stereo
  4459. # Help! Isn't there any way to avoid writing this part twice?
  4460. >>32    string    _VID        \b,
  4461. # >>>48    string    JFIF        JPEG
  4462. >>>40    belong    >0        %d frames
  4463. >>>44    beshort    >0        (%d x
  4464. >>>46    beshort    >0        %d)
  4465. >16    string    _VID        \b,
  4466. # >>32    string    JFIF        JPEG
  4467. >>24    belong    >0        %d frames
  4468. >>28    beshort    >0        (%d x
  4469. >>30    beshort    >0        %d)
  4470.  
  4471. 0    string    Paint\ Shop\ Pro\ Image\ File    Paint Shop Pro Image File
  4472.  
  4473. # "thumbnail file" (icon)
  4474. # descended from "xv", but in use by other applications as well (Wolfram Kleff)
  4475. 0       string          P7\ 332         XV "thumbnail file" (icon) data
  4476.  
  4477. # taken from fkiss: (<yav@mte.biglobe.ne.jp> ?)
  4478. 0       string          KiSS            KISS/GS
  4479. >4      byte            16              color
  4480. >>5     byte            x               %d bit
  4481. >>8     leshort         x               %d colors
  4482. >>10    leshort         x               %d groups
  4483. >4      byte            32              cell
  4484. >>5     byte            x               %d bit
  4485. >>8     leshort         x               %d x
  4486. >>10    leshort         x               %d
  4487. >>12    leshort         x               +%d
  4488. >>14    leshort         x               +%d
  4489.  
  4490. # Webshots (www.webshots.com), by John Harrison
  4491. 0       string          C\253\221g\230\0\0\0 Webshots Desktop .wbz file
  4492.  
  4493. # Hercules DASD image files
  4494. # From Jan Jaeger <jj@septa.nl>
  4495. 0       string  CKD_P370        Hercules CKD DASD image file
  4496. >8      long    x               \b, %d heads per cylinder
  4497. >12     long    x               \b, track size %d bytes
  4498. >16     byte    x               \b, device type 33%2.2X
  4499.  
  4500. 0       string  CKD_C370        Hercules compressed CKD DASD image file
  4501. >8      long    x               \b, %d heads per cylinder
  4502. >12     long    x               \b, track size %d bytes
  4503. >16     byte    x               \b, device type 33%2.2X
  4504.  
  4505. 0       string  CKD_S370        Hercules CKD DASD shadow file
  4506. >8      long    x               \b, %d heads per cylinder
  4507. >12     long    x               \b, track size %d bytes
  4508. >16     byte    x               \b, device type 33%2.2X
  4509.  
  4510. # Squeak images and - etoffi@softhome.net
  4511. 0 string \146\031\0\0  Squeak image data
  4512. 0 string 'From\040Squeak  Squeak program text
  4513.  
  4514. # partimage: file(1) magic for PartImage files (experimental, incomplete)
  4515. # Author: Hans-Joachim Baader <hjb@pro-linux.de>
  4516. 0        string    PaRtImAgE-VoLuMe    PartImage
  4517. >0x0020        string    0.6.1        file version %s
  4518. >>0x0060    lelong    >-1        volume %ld
  4519. #>>0x0064 8 byte identifier
  4520. #>>0x007c reserved
  4521. >>0x0200    string    >\0        type %s
  4522. >>0x1400    string    >\0        device %s,
  4523. >>0x1600    string    >\0        original filename %s,
  4524. # Some fields omitted
  4525. >>0x2744    lelong    0        not compressed
  4526. >>0x2744    lelong    1        gzip compressed
  4527. >>0x2744    lelong    2        bzip2 compressed
  4528. >>0x2744    lelong    >2        compressed with unknown algorithm
  4529. >0x0020        string    >0.6.1        file version %s
  4530. >0x0020        string    <0.6.1        file version %s
  4531.  
  4532.  
  4533. #------------------------------------------------------------------------------
  4534. # intel:  file(1) magic for x86 Unix
  4535. #
  4536. # Various flavors of x86 UNIX executable/object (other than Xenix, which
  4537. # is in "microsoft").  DOS is in "msdos"; the ambitious soul can do
  4538. # Windows as well.
  4539. #
  4540. # Windows NT belongs elsewhere, as you need x86 and MIPS and Alpha and
  4541. # whatever comes next (HP-PA Hummingbird?).  OS/2 may also go elsewhere
  4542. # as well, if, as, and when IBM makes it portable.
  4543. #
  4544. # The `versions' should be un-commented if they work for you.
  4545. # (Was the problem just one of endianness?)
  4546. #
  4547. 0    leshort        0502        basic-16 executable
  4548. >12    lelong        >0        not stripped
  4549. #>22    leshort        >0        - version %ld
  4550. 0    leshort        0503        basic-16 executable (TV)
  4551. >12    lelong        >0        not stripped
  4552. #>22    leshort        >0        - version %ld
  4553. 0    leshort        0510        x86 executable
  4554. >12    lelong        >0        not stripped
  4555. 0    leshort        0511        x86 executable (TV)
  4556. >12    lelong        >0        not stripped
  4557. 0    leshort        =0512        iAPX 286 executable small model (COFF)
  4558. >12    lelong        >0        not stripped
  4559. #>22    leshort        >0        - version %ld
  4560. 0    leshort        =0522        iAPX 286 executable large model (COFF)
  4561. >12    lelong        >0        not stripped
  4562. #>22    leshort        >0        - version %ld
  4563. # SGI labeled the next entry as "iAPX 386 executable" --Dan Quinlan
  4564. 0    leshort        =0514        80386 COFF executable
  4565. >12    lelong        >0        not stripped
  4566. >22    leshort        >0        - version %ld
  4567.  
  4568. #------------------------------------------------------------------------------
  4569. # interleaf:  file(1) magic for InterLeaf TPS:
  4570. #
  4571. 0    string        =\210OPS    Interleaf saved data
  4572. 0    string        =<!OPS        Interleaf document text
  4573. >5    string        ,\ Version\ =    \b, version
  4574. >>17    string        >\0        %.3s
  4575.  
  4576. #------------------------------------------------------------------------------
  4577. # island:  file(1) magic for IslandWite/IslandDraw, from SunOS 5.5.1
  4578. # "/etc/magic":
  4579. # From: guy@netapp.com (Guy Harris)
  4580. #
  4581. 4    string        pgscriptver    IslandWrite document
  4582. 13    string        DrawFile    IslandDraw document
  4583.  
  4584.  
  4585. #------------------------------------------------------------------------------
  4586. # ispell:  file(1) magic for ispell
  4587. #
  4588. # Ispell 3.0 has a magic of 0x9601 and ispell 3.1 has 0x9602.  This magic
  4589. # will match 0x9600 through 0x9603 in *both* little endian and big endian.
  4590. # (No other current magic entries collide.)
  4591. #
  4592. # Updated by Daniel Quinlan (quinlan@yggdrasil.com)
  4593. #
  4594. 0    leshort&0xFFFC    0x9600        little endian ispell
  4595. >0    byte        0        hash file (?),
  4596. >0    byte        1        3.0 hash file,
  4597. >0    byte        2        3.1 hash file,
  4598. >0    byte        3        hash file (?),
  4599. >2    leshort        0x00        8-bit, no capitalization, 26 flags
  4600. >2    leshort        0x01        7-bit, no capitalization, 26 flags
  4601. >2    leshort        0x02        8-bit, capitalization, 26 flags
  4602. >2    leshort        0x03        7-bit, capitalization, 26 flags
  4603. >2    leshort        0x04        8-bit, no capitalization, 52 flags
  4604. >2    leshort        0x05        7-bit, no capitalization, 52 flags
  4605. >2    leshort        0x06        8-bit, capitalization, 52 flags
  4606. >2    leshort        0x07        7-bit, capitalization, 52 flags
  4607. >2    leshort        0x08        8-bit, no capitalization, 128 flags
  4608. >2    leshort        0x09        7-bit, no capitalization, 128 flags
  4609. >2    leshort        0x0A        8-bit, capitalization, 128 flags
  4610. >2    leshort        0x0B        7-bit, capitalization, 128 flags
  4611. >2    leshort        0x0C        8-bit, no capitalization, 256 flags
  4612. >2    leshort        0x0D        7-bit, no capitalization, 256 flags
  4613. >2    leshort        0x0E        8-bit, capitalization, 256 flags
  4614. >2    leshort        0x0F        7-bit, capitalization, 256 flags
  4615. >4    leshort        >0        and %d string characters
  4616. 0    beshort&0xFFFC    0x9600        big endian ispell
  4617. >1    byte        0        hash file (?),
  4618. >1    byte        1        3.0 hash file,
  4619. >1    byte        2        3.1 hash file,
  4620. >1    byte        3        hash file (?),
  4621. >2    beshort        0x00        8-bit, no capitalization, 26 flags
  4622. >2    beshort        0x01        7-bit, no capitalization, 26 flags
  4623. >2    beshort        0x02        8-bit, capitalization, 26 flags
  4624. >2    beshort        0x03        7-bit, capitalization, 26 flags
  4625. >2    beshort        0x04        8-bit, no capitalization, 52 flags
  4626. >2    beshort        0x05        7-bit, no capitalization, 52 flags
  4627. >2    beshort        0x06        8-bit, capitalization, 52 flags
  4628. >2    beshort        0x07        7-bit, capitalization, 52 flags
  4629. >2    beshort        0x08        8-bit, no capitalization, 128 flags
  4630. >2    beshort        0x09        7-bit, no capitalization, 128 flags
  4631. >2    beshort        0x0A        8-bit, capitalization, 128 flags
  4632. >2    beshort        0x0B        7-bit, capitalization, 128 flags
  4633. >2    beshort        0x0C        8-bit, no capitalization, 256 flags
  4634. >2    beshort        0x0D        7-bit, no capitalization, 256 flags
  4635. >2    beshort        0x0E        8-bit, capitalization, 256 flags
  4636. >2    beshort        0x0F        7-bit, capitalization, 256 flags
  4637. >4    beshort        >0        and %d string characters
  4638. # ispell 4.0 hash files  kromJx <kromJx@crosswinds.net>
  4639. # Ispell 4.0
  4640. 0       string          ISPL            ispell
  4641. >4      long            x               hash file version %d,
  4642. >8      long            x               lexletters %d,
  4643. >12     long            x               lexsize %d,
  4644. >16     long            x               hashsize %d,
  4645. >20     long            x               stblsize %d
  4646. #------------------------------------------------------------
  4647. # Java ByteCode
  4648. # From Larry Schwimmer (schwim@cs.stanford.edu)
  4649. 0    belong        0xcafebabe    compiled Java class data,
  4650. >6    beshort x    version %d.
  4651. >4    beshort x    \b%d
  4652. #------------------------------------------------------------
  4653. # Java serialization
  4654. # From Martin Pool (m.pool@pharos.com.au)
  4655. 0    beshort        0xaced        Java serialization data
  4656. >2    beshort        >0x0004        \b, version %d
  4657.  
  4658. #------------------------------------------------------------------------------
  4659. # JPEG images
  4660. # SunOS 5.5.1 had
  4661. #
  4662. #    0    string        \377\330\377\340    JPEG file
  4663. #    0    string        \377\330\377\356    JPG file
  4664. #
  4665. # both of which turn into "JPEG image data" here.
  4666. #
  4667. 0    beshort        0xffd8        JPEG image data
  4668. >6    string        JFIF        \b, JFIF standard
  4669. >6    string        Exif        \b, EXIF standard
  4670. # The following added by Erik Rossen <rossen@freesurf.ch> 1999-09-06
  4671. # in a vain attempt to add image size reporting for JFIF.  Note that these
  4672. # tests are not fool-proof since some perfectly valid JPEGs are currently
  4673. # impossible to specify in magic(4) format.
  4674. # First, a little JFIF version info:
  4675. >11    byte        x        \b %d.
  4676. >12    byte        x        \b%02d
  4677. # Next, the resolution or aspect ratio of the image:
  4678. >13    byte        0        \b, aspect ratio
  4679. >13    byte        1        \b, resolution (DPI)
  4680. >13    byte        2        \b, resolution (DPCM)
  4681. #>4    beshort        x        \b, segment length %d
  4682. # Next, show thumbnail info, if it exists:
  4683. >18    byte        !0        \b, thumbnail %dx
  4684. >>19    byte        x        \b%d
  4685. # Here things get sticky.  We can do ONE MORE marker segment with
  4686. # indirect addressing, and that's all.  It would be great if we could
  4687. # do pointer arithemetic like in an assembler language.  Christos?
  4688. # And if there was some sort of looping construct to do searches, plus a few
  4689. # named accumulators, it would be even more effective...
  4690. # At least we can show a comment if no other segments got inserted before:
  4691. >(4.S+5)    byte        0xFE
  4692. >>(4.S+8)    string        >\0        \b, "%s"
  4693. #>(4.S+5)    byte        0xFE        \b, comment
  4694. #>>(4.S+6)    beshort        x        \b length=%d
  4695. #>>(4.S+8)    string        >\0        \b, "%s"
  4696. # Or, we can show the encoding type (I've included only the three most common)
  4697. # and image dimensions if we are lucky and the SOFn (image segment) is here:
  4698. >(4.S+5)    byte        0xC0        \b, baseline
  4699. >>(4.S+6)    byte        x        \b, precision %d
  4700. >>(4.S+7)    beshort        x        \b, %dx
  4701. >>(4.S+9)    beshort        x        \b%d
  4702. >(4.S+5)    byte        0xC1        \b, extended sequential
  4703. >>(4.S+6)    byte        x        \b, precision %d
  4704. >>(4.S+7)    beshort        x        \b, %dx
  4705. >>(4.S+9)    beshort        x        \b%d
  4706. >(4.S+5)    byte        0xC2        \b, progressive
  4707. >>(4.S+6)    byte        x        \b, precision %d
  4708. >>(4.S+7)    beshort        x        \b, %dx
  4709. >>(4.S+9)    beshort        x        \b%d
  4710. # I've commented-out quantisation table reporting.  I doubt anyone cares yet.
  4711. #>(4.S+5)    byte        0xDB        \b, quantisation table
  4712. #>>(4.S+6)    beshort        x        \b length=%d
  4713. >14    beshort        x        \b, %d x
  4714. >16    beshort        x        \b %d
  4715.  
  4716. # HSI is Handmade Software's proprietary JPEG encoding scheme
  4717. 0    string        hsi1        JPEG image data, HSI proprietary
  4718.  
  4719. # From: David Santinoli <david@santinoli.com>
  4720. 0    string        \x00\x00\x00\x0C\x6A\x50\x20\x20\x0D\x0A\x87\x0A    JPEG 2000 image data
  4721.  
  4722. #------------------------------------------------------------------------------
  4723. # karma:  file(1) magic for Karma data files
  4724. #
  4725. # From <rgooch@atnf.csiro.au>
  4726.  
  4727. 0    string        KarmaRHD Version    Karma Data Structure Version
  4728. >16    belong        x        %lu
  4729. #------------------------------------------------------------------------------
  4730. # DEC SRC Virtual Paper: Lectern files
  4731. # Karl M. Hegbloom <karlheg@inetarena.com>
  4732. 0    string    lect    DEC SRC Virtual Paper Lectern file
  4733.  
  4734. #------------------------------------------------------------------------------
  4735. # lex:  file(1) magic for lex
  4736. #
  4737. #    derived empirically, your offsets may vary!
  4738. 53    string        yyprevious    C program text (from lex)
  4739. >3    string        >\0         for %s
  4740. # C program text from GNU flex, from Daniel Quinlan <quinlan@yggdrasil.com>
  4741. 21    string        generated\ by\ flex    C program text (from flex)
  4742. # lex description file, from Daniel Quinlan <quinlan@yggdrasil.com>
  4743. 0    string        %{        lex description text
  4744.  
  4745. #------------------------------------------------------------------------------
  4746. # lif:  file(1) magic for lif
  4747. #
  4748. # (Daniel Quinlan <quinlan@yggdrasil.com>)
  4749. #
  4750. 0    beshort        0x8000        lif file
  4751.  
  4752. #------------------------------------------------------------------------------
  4753. # linux:  file(1) magic for Linux files
  4754. #
  4755. # Values for Linux/i386 binaries, from Daniel Quinlan <quinlan@yggdrasil.com>
  4756. # The following basic Linux magic is useful for reference, but using
  4757. # "long" magic is a better practice in order to avoid collisions.
  4758. #
  4759. # 2    leshort        100        Linux/i386
  4760. # >0    leshort        0407        impure executable (OMAGIC)
  4761. # >0    leshort        0410        pure executable (NMAGIC)
  4762. # >0    leshort        0413        demand-paged executable (ZMAGIC)
  4763. # >0    leshort        0314        demand-paged executable (QMAGIC)
  4764. #
  4765. 0    lelong        0x00640107    Linux/i386 impure executable (OMAGIC)
  4766. >16    lelong        0        \b, stripped
  4767. 0    lelong        0x00640108    Linux/i386 pure executable (NMAGIC)
  4768. >16    lelong        0        \b, stripped
  4769. 0    lelong        0x0064010b    Linux/i386 demand-paged executable (ZMAGIC)
  4770. >16    lelong        0        \b, stripped
  4771. 0    lelong        0x006400cc    Linux/i386 demand-paged executable (QMAGIC)
  4772. >16    lelong        0        \b, stripped
  4773. #
  4774. 0    string        \007\001\000    Linux/i386 object file
  4775. >20    lelong        >0x1020        \b, DLL library
  4776. # Linux-8086 stuff:
  4777. 0    string        \01\03\020\04    Linux-8086 impure executable
  4778. >28    long        !0        not stripped
  4779. 0    string        \01\03\040\04    Linux-8086 executable
  4780. >28    long        !0        not stripped
  4781. #
  4782. 0    string        \243\206\001\0    Linux-8086 object file
  4783. #
  4784. 0    string        \01\03\020\20    Minix-386 impure executable
  4785. >28    long        !0        not stripped
  4786. 0    string        \01\03\040\20    Minix-386 executable
  4787. >28    long        !0        not stripped
  4788. # core dump file, from Bill Reynolds <bill@goshawk.lanl.gov>
  4789. 216    lelong        0421        Linux/i386 core file
  4790. >220    string        >\0        of '%s'
  4791. >200    lelong        >0        (signal %d)
  4792. #
  4793. # LILO boot/chain loaders, from Daniel Quinlan <quinlan@yggdrasil.com>
  4794. # this can be overridden by the DOS executable (COM) entry
  4795. 2    string        LILO        Linux/i386 LILO boot/chain loader
  4796. #
  4797. # Debian Packages, from Peter Tobias <tobias@server.et-inf.fho-emden.de>
  4798. 0    string        0.9
  4799. >8    byte        0x0a        old Debian Binary Package
  4800. >>3    byte        >0        \b, created by dpkg 0.9%c
  4801. >>4    byte        >0        pl%c
  4802. # PSF fonts, from H. Peter Anvin <hpa@yggdrasil.com>
  4803. 0    leshort        0x0436        Linux/i386 PC Screen Font data,
  4804. >2    byte        0        256 characters, no directory,
  4805. >2    byte        1        512 characters, no directory,
  4806. >2    byte        2        256 characters, Unicode directory,
  4807. >2    byte        3        512 characters, Unicode directory,
  4808. >3    byte        >0        8x%d
  4809. # Linux swap file, from Daniel Quinlan <quinlan@yggdrasil.com>
  4810. 4086    string        SWAP-SPACE    Linux/i386 swap file
  4811. # according to man page of mkswap (8) March 1999
  4812. 4086    string        SWAPSPACE2    Linux/i386 swap file (new style)
  4813. >0x400    long        x        %d (4K pages)
  4814. >0x404    long        x        size %d pages
  4815. # ECOFF magic for OSF/1 and Linux (only tested under Linux though)
  4816. #
  4817. #    from Erik Troan (ewt@redhat.com) examining od dumps, so this
  4818. #        could be wrong
  4819. #      updated by David Mosberger (davidm@azstarnet.com) based on
  4820. #      GNU BFD and MIPS info found below.
  4821. #
  4822. 0    leshort        0x0183        ECOFF alpha
  4823. >24    leshort        0407        executable
  4824. >24    leshort        0410        pure
  4825. >24    leshort        0413        demand paged
  4826. >8    long        >0        not stripped
  4827. >8    long        0        stripped
  4828. >23    leshort        >0        - version %ld.
  4829. #
  4830. # Linux kernel boot images, from Albert Cahalan <acahalan@cs.uml.edu>
  4831. # and others such as Axel Kohlmeyer <akohlmey@rincewind.chemie.uni-ulm.de>
  4832. # and Nicolßs Lichtmaier <nick@debian.org>
  4833. # All known start with: b8 c0 07 8e d8 b8 00 90 8e c0 b9 00 01 29 f6 29
  4834. # Linux kernel boot images (i386 arch) (Wolfram Kleff)
  4835. 514    string        HdrS        Linux kernel
  4836. >510    leshort        0xAA55        x86 boot executable
  4837. >>518    leshort        >=3D0x200
  4838. >>529    byte        0        zImage,
  4839. >>>529    byte        1        bzImage,
  4840. >>>(526.s+0x200) string    >\0        version %s,
  4841. >>498    leshort        1        RO-rootFS,
  4842. >>498    leshort        0        RW-rootFS,
  4843. >>508    leshort        >0        root_dev 0x%X,
  4844. >>502    leshort        >0        swap_dev 0x%X,
  4845. >>504    leshort        >0        RAMdisksize %u KB,
  4846. >>506    leshort        0xFFFF        Normal VGA
  4847. >>506    leshort        0xFFFE        Extended VGA
  4848. >>506    leshort        0xFFFD        Prompt for Videomode
  4849. >>506    leshort        >0        Video mode %d
  4850. # This also matches new kernels, which were caught above by "HdrS".
  4851. 0        belong    0xb8c0078e    Linux kernel
  4852. >0x1e3        string    Loading        version 1.3.79 or older
  4853. >0x1e9        string    Loading        from prehistoric times
  4854.  
  4855. # System.map files - Nicol=EF=BF=BDs Lichtmaier <nick@debian.org>
  4856. 8    string    \ A\ _text    Linux kernel symbol map text
  4857.  
  4858. # LSM entries - Nicol=EF=BF=BDs Lichtmaier <nick@debian.org>
  4859. 0    string    Begin3    Linux Software Map entry text
  4860. 0    string    Begin4    Linux Software Map entry text (new format)
  4861.  
  4862. # From Matt Zimmerman
  4863. 0       belong  0x4f4f4f4d      User-mode Linux COW file
  4864. >4      belong  x               \b, version %d
  4865. >8      string  >\0             \b, backing file %s
  4866.  
  4867. ############################################################################
  4868. # Linux kernel versions
  4869.  
  4870. 0        string        \xb8\xc0\x07\x8e\xd8\xb8\x00\x90    Linux
  4871. >497        leshort        0        x86 boot sector
  4872. >>514        belong        0x8e    of a kernel from the dawn of time!
  4873. >>514        belong        0x908ed8b4    version 0.99-1.1.42
  4874. >>514        belong        0x908ed8b8    for memtest86
  4875.  
  4876. >497        leshort        !0        x86 kernel
  4877. >>504        leshort        >0        RAMdisksize=%u KB
  4878. >>502        leshort        >0        swap=0x%X
  4879. >>508        leshort        >0        root=0x%X
  4880. >>>498        leshort        1        \b-ro
  4881. >>>498        leshort        0        \b-rw
  4882. >>506        leshort        0xFFFF        vga=normal
  4883. >>506        leshort        0xFFFE        vga=extended
  4884. >>506        leshort        0xFFFD        vga=ask
  4885. >>506        leshort        >0        vga=%d
  4886. >>514        belong        0x908ed881    version 1.1.43-1.1.45
  4887. >>514        belong        0x15b281cd
  4888. >>>0xa8e    belong        0x55AA5a5a    version 1.1.46-1.2.13,1.3.0
  4889. >>>0xa99    belong        0x55AA5a5a    version 1.3.1,2
  4890. >>>0xaa3    belong        0x55AA5a5a    version 1.3.3-1.3.30
  4891. >>>0xaa6    belong        0x55AA5a5a    version 1.3.31-1.3.41
  4892. >>>0xb2b    belong        0x55AA5a5a    version 1.3.42-1.3.45
  4893. >>>0xaf7    belong        0x55AA5a5a    version 1.3.46-1.3.72
  4894. >>514        string        HdrS
  4895. >>>518        leshort        >0x1FF
  4896. >>>>529        byte        0        \b, zImage
  4897. >>>>529        byte        1        \b, bzImage
  4898. >>>>(526.s+0x200) string     >\0        \b, version %s
  4899.  
  4900. # Linux boot sector thefts.
  4901. 0        belong        0xb8c0078e    Linux
  4902. >0x1e6        belong        0x454c4b53    ELKS Kernel
  4903. >0x1e6        belong        !0x454c4b53    style boot sector
  4904.  
  4905. ############################################################################
  4906. # Linux 8086 executable
  4907. 0    lelong&0xFF0000FF 0xC30000E9    Linux-Dev86 executable, headerless
  4908. >5    string        .        
  4909. >>4    string        >\0        \b, libc version %s
  4910.  
  4911. 0    lelong&0xFF00FFFF 0x4000301    Linux-8086 executable
  4912. >2    byte&0x01    !0        \b, unmapped zero page
  4913. >2    byte&0x20    0        \b, impure
  4914. >2    byte&0x20    !0
  4915. >>2    byte&0x10    !0        \b, A_EXEC
  4916. >2    byte&0x02    !0        \b, A_PAL
  4917. >2    byte&0x04    !0        \b, A_NSYM
  4918. >2    byte&0x08    !0        \b, A_STAND
  4919. >2    byte&0x40    !0        \b, A_PURE
  4920. >2    byte&0x80    !0        \b, A_TOVLY
  4921. >28     long            !0              \b, not stripped
  4922. >37    string        .        
  4923. >>36    string        >\0        \b, libc version %s
  4924.  
  4925. # 0    lelong&0xFF00FFFF 0x10000301    ld86 I80386 executable
  4926. # 0    lelong&0xFF00FFFF 0xB000301    ld86 M68K executable
  4927. # 0    lelong&0xFF00FFFF 0xC000301    ld86 NS16K executable
  4928. # 0    lelong&0xFF00FFFF 0x17000301    ld86 SPARC executable
  4929.  
  4930.  
  4931. #------------------------------------------------------------------------------
  4932. # lisp:  file(1) magic for lisp programs
  4933. #
  4934. # various lisp types, from Daniel Quinlan (quinlan@yggdrasil.com)
  4935.  
  4936. # This is a guess, but a good one.
  4937. 0    string    ;;            Lisp/Scheme program text
  4938.  
  4939. # Emacs 18 - this is always correct, but not very magical.
  4940. 0    string    \012(            Emacs v18 byte-compiled Lisp data
  4941. # Emacs 19+ - ver. recognition added by Ian Springer
  4942. # Also applies to XEmacs 19+ .elc files; could tell them apart if we had regexp
  4943. # support or similar - Chris Chittleborough <cchittleborough@yahoo.com.au>
  4944. 0    string    ;ELC            
  4945. >4    byte    >19            
  4946. >4    byte    <32            Emacs/XEmacs v%d byte-compiled Lisp data
  4947.  
  4948. # Files produced by CLISP Common Lisp From: Bruno Haible <haible@ilog.fr>
  4949. 0    string    (SYSTEM::VERSION\040'    CLISP byte-compiled Lisp program text
  4950. 0    long    0x70768BD2        CLISP memory image data
  4951. 0    long    0xD28B7670        CLISP memory image data, other endian
  4952.  
  4953. # Files produced by GNU gettext
  4954. 0    long    0xDE120495        GNU-format message catalog data
  4955. 0    long    0x950412DE        GNU-format message catalog data
  4956.  
  4957. #.com and .bin for MIT scheme 
  4958. 0    string    \372\372\372\372    MIT scheme (library?)
  4959.  
  4960. # From: David Allouche <david@allouche.net>
  4961. 0    string    \<TeXmacs|    TeXmacs document text
  4962. #------------------------------------------------------------------------------
  4963. # mach file description
  4964. #
  4965. 0    belong        0xcafebabe    Mach-O fat file
  4966. >4    belong        1        with 1 architecture
  4967. >4    belong        >1
  4968. >>4    belong        x        with %ld architectures        
  4969. #
  4970. 0    belong        0xfeedface    Mach-O
  4971. >12    belong        1        object
  4972. >12    belong        2        executable
  4973. >12    belong        3        shared library
  4974. >12    belong        4        core
  4975. >12    belong        5        preload executable
  4976. >12    belong        6               dynamically linked shared library
  4977. >12    belong        7               dynamic linker
  4978. >12    belong        8        bundle
  4979. >12    belong        >8
  4980. >>12    belong        x        filetype=%ld
  4981. >4    belong        <0
  4982. >>4    belong        x        architecture=%ld
  4983. >4    belong        1        vax
  4984. >4    belong        2        romp
  4985. >4    belong        3        architecture=3
  4986. >4    belong        4        ns32032
  4987. >4    belong        5        ns32332
  4988. >4    belong        6        for m68k architecture
  4989. # from NeXTstep 3.0 <mach/machine.h>
  4990. # i.e. mc680x0_all, ignore
  4991. # >>8    belong        1        (mc68030)
  4992. >>8    belong        2        (mc68040)
  4993. >>8    belong        3        (mc68030 only)
  4994. >4    belong        7        i386
  4995. >4    belong        8        mips
  4996. >4    belong        9        ns32532
  4997. >4    belong        10        architecture=10
  4998. >4    belong        11        hp pa-risc
  4999. >4    belong        12        acorn
  5000. >4    belong        13        m88k
  5001. >4    belong        14        sparc
  5002. >4    belong        15        i860-big
  5003. >4    belong        16        i860
  5004. >4    belong        17        rs6000
  5005. >4    belong        18        ppc
  5006. >4    belong        >18
  5007. >>4    belong        x        architecture=%ld
  5008.  
  5009. #------------------------------------------------------------------------------
  5010. # macintosh description
  5011. #
  5012. # BinHex is the Macintosh ASCII-encoded file format (see also "apple")
  5013. # Daniel Quinlan, quinlan@yggdrasil.com
  5014. 11    string    must\ be\ converted\ with\ BinHex    BinHex binary text
  5015. >41    string    x                    \b, version %.3s
  5016.  
  5017. # Stuffit archives are the de facto standard of compression for Macintosh
  5018. # files obtained from most archives. (franklsm@tuns.ca)
  5019. 0    string        SIT!            StuffIt Archive (data)
  5020. >2    string        x            : %s
  5021. 0    string        SITD            StuffIt Deluxe (data)
  5022. >2    string        x            : %s
  5023. 0    string        Seg            StuffIt Deluxe Segment (data)
  5024. >2    string        x            : %s
  5025.  
  5026. # Newer StuffIt archives (grant@netbsd.org)
  5027. 0    string        StuffIt            StuffIt Archive
  5028. >162    string        >0            : %s
  5029.  
  5030. # Macintosh Applications and Installation binaries (franklsm@tuns.ca)
  5031. 0    string        APPL            Macintosh Application (data)
  5032. >2    string        x            \b: %s
  5033.  
  5034. # Macintosh System files (franklsm@tuns.ca)
  5035. 0    string        zsys            Macintosh System File (data)
  5036. 0    string        FNDR            Macintosh Finder (data)
  5037. 0    string        libr            Macintosh Library (data)
  5038. >2    string        x            : %s
  5039. 0    string        shlb            Macintosh Shared Library (data)
  5040. >2    string        x            : %s
  5041. 0    string        cdev            Macintosh Control Panel (data)
  5042. >2    string        x            : %s
  5043. 0    string        INIT            Macintosh Extension (data)
  5044. >2    string        x            : %s
  5045. 0    string        FFIL            Macintosh Truetype Font (data)
  5046. >2    string        x            : %s
  5047. 0    string        LWFN            Macintosh Postscript Font (data)
  5048. >2    string        x            : %s
  5049.  
  5050. # Additional Macintosh Files (franklsm@tuns.ca)
  5051. 0    string        PACT            Macintosh Compact Pro Archive (data)
  5052. >2    string        x            : %s
  5053. 0    string        ttro            Macintosh TeachText File (data)
  5054. >2    string        x            : %s
  5055. 0    string        TEXT            Macintosh TeachText File (data)
  5056. >2    string        x            : %s
  5057. 0    string        PDF            Macintosh PDF File (data)
  5058. >2    string        x            : %s
  5059.  
  5060. # MacBinary format (Eric Fischer, enf@pobox.com)
  5061. #
  5062. # Unfortunately MacBinary doesn't really have a magic number prior
  5063. # to the MacBinary III format.  The checksum is really the way to
  5064. # do it, but the magic file format isn't up to the challenge.
  5065. #
  5066. # 0    byte        0
  5067. # 1    byte                # filename length
  5068. # 2    string                # filename
  5069. # 65    string                # file type
  5070. # 69    string                # file creator
  5071. # 73    byte                # Finder flags
  5072. # 74    byte        0
  5073. # 75    beshort                # vertical posn in window
  5074. # 77    beshort                # horiz posn in window
  5075. # 79    beshort                # window or folder ID
  5076. # 81    byte                # protected?
  5077. # 82    byte        0
  5078. # 83    belong                # length of data segment
  5079. # 87    belong                # length of resource segment
  5080. # 91    belong                # file creation date
  5081. # 95    belong                # file modification date
  5082. # 99    beshort                # length of comment after resource
  5083. # 101    byte                # new Finder flags
  5084. # 102    string        mBIN        # (only in MacBinary III)
  5085. # 106    byte                # char. code of file name
  5086. # 107    byte                # still more Finder flags
  5087. # 116    belong                # total file length
  5088. # 120    beshort                # length of add'l header
  5089. # 122    byte        129        # for MacBinary II
  5090. # 122    byte        130        # for MacBinary III
  5091. # 123    byte        129        # minimum version that can read fmt
  5092. # 124    beshort                # checksum
  5093. #
  5094. # This attempts to use the version numbers as a magic number, requiring
  5095. # that the first one be 0x80, 0x81, 0x82, or 0x83, and that the second
  5096. # be 0x81.  This works for the files I have, but maybe not for everyone's.
  5097.  
  5098. 122    beshort&0xFCFF    0x8081        Macintosh MacBinary data
  5099.  
  5100. # MacBinary I doesn't have the version number field at all, but MacBinary II
  5101. # has been in use since 1987 so I hope there aren't many really old files
  5102. # floating around that this will miss.  The original spec calls for using
  5103. # the nulls in 0, 74, and 82 as the magic number.
  5104. #
  5105. # Another possibility, that would also work for MacBinary I, is to use
  5106. # the assumption that 65-72 will all be ASCII (0x20-0x7F), that 73 will
  5107. # have bits 1 (changed), 2 (busy), 3 (bozo), and 6 (invisible) unset,
  5108. # and that 74 will be 0.  So something like
  5109. # 71     belong&0x80804EFF 0x00000000     Macintosh MacBinary data
  5110. # >73    byte&0x01    0x01        \b, inited
  5111. # >73    byte&0x02    0x02        \b, changed
  5112. # >73    byte&0x04    0x04        \b, busy
  5113. # >73    byte&0x08    0x08        \b, bozo
  5114. # >73    byte&0x10    0x10        \b, system
  5115. # >73    byte&0x10    0x20        \b, bundle
  5116. # >73    byte&0x10    0x40        \b, invisible
  5117. # >73    byte&0x10    0x80        \b, locked
  5118.  
  5119. >65    string        x        \b, type "%4.4s"
  5120.  
  5121. >65    string        8BIM        (PhotoShop)
  5122. >65    string        ALB3        (PageMaker 3)
  5123. >65    string        ALB4        (PageMaker 4)
  5124. >65    string        ALT3        (PageMaker 3)
  5125. >65    string        APPL        (application)
  5126. >65    string        AWWP        (AppleWorks word processor)
  5127. >65    string        CIRC        (simulated circuit)
  5128. >65    string        DRWG        (MacDraw)
  5129. >65    string        EPSF        (Encapsulated PostScript)
  5130. >65    string        FFIL        (font suitcase)
  5131. >65    string        FKEY        (function key)
  5132. >65    string        FNDR        (Macintosh Finder)
  5133. >65    string        GIFf        (GIF image)
  5134. >65    string        Gzip        (GNU gzip)
  5135. >65    string        INIT        (system extension)
  5136. >65    string        LIB\         (library)
  5137. >65    string        LWFN        (PostScript font)
  5138. >65    string        MSBC        (Microsoft BASIC)
  5139. >65    string        PACT        (Compact Pro archive)
  5140. >65    string        PDF\         (Portable Document Format)
  5141. >65    string        PICT        (picture)
  5142. >65    string        PNTG        (MacPaint picture)
  5143. >65    string        PREF        (preferences)
  5144. >65    string        PROJ        (Think C project)
  5145. >65    string        QPRJ        (Think Pascal project)
  5146. >65    string        SCFL        (Defender scores)
  5147. >65    string        SCRN        (startup screen)
  5148. >65    string        SITD        (StuffIt Deluxe)
  5149. >65    string        SPn3        (SuperPaint)
  5150. >65    string        STAK        (HyperCard stack)
  5151. >65    string        Seg\         (StuffIt segment)
  5152. >65    string        TARF        (Unix tar archive)
  5153. >65    string        TEXT        (ASCII)
  5154. >65    string        TIFF        (TIFF image)
  5155. >65    string        TOVF        (Eudora table of contents)
  5156. >65    string        WDBN        (Microsoft Word word processor)
  5157. >65    string        WORD        (MacWrite word processor)
  5158. >65    string        XLS\         (Microsoft Excel)
  5159. >65    string        ZIVM        (compress (.Z))
  5160. >65    string        ZSYS        (Pre-System 7 system file)
  5161. >65    string        acf3        (Aldus FreeHand)
  5162. >65    string        cdev        (control panel)
  5163. >65    string        dfil        (Desk Acessory suitcase)
  5164. >65    string        libr        (library)
  5165. >65    string        nX^d        (WriteNow word processor)
  5166. >65    string        nX^w        (WriteNow dictionary)
  5167. >65    string        rsrc        (resource)
  5168. >65    string        scbk        (Scrapbook)
  5169. >65    string        shlb        (shared library)
  5170. >65    string        ttro        (SimpleText read-only)
  5171. >65    string        zsys        (system file)
  5172.  
  5173. >69    string        x        \b, creator "%4.4s"
  5174.  
  5175. # Somewhere, Apple has a repository of registered Creator IDs.  These are
  5176. # just the ones that I happened to have files from and was able to identify.
  5177.  
  5178. >69    string        8BIM        (Adobe Photoshop)
  5179. >69    string        ALD3        (PageMaker 3)
  5180. >69    string        ALD4        (PageMaker 4)
  5181. >69    string        ALFA        (Alpha editor)
  5182. >69    string        APLS        (Apple Scanner)
  5183. >69    string        APSC        (Apple Scanner)
  5184. >69    string        BRKL        (Brickles)
  5185. >69    string        BTFT        (BitFont)
  5186. >69    string        CCL2         (Common Lisp 2)
  5187. >69    string        CCL\         (Common Lisp)
  5188. >69    string        CDmo        (The Talking Moose)
  5189. >69    string        CPCT        (Compact Pro)
  5190. >69    string        CSOm        (Eudora)
  5191. >69    string        DMOV        (Font/DA Mover)
  5192. >69    string        DSIM        (DigSim)
  5193. >69    string        EDIT        (Macintosh Edit)
  5194. >69    string        ERIK        (Macintosh Finder)
  5195. >69    string        EXTR        (self-extracting archive)
  5196. >69    string        Gzip        (GNU gzip)
  5197. >69    string        KAHL        (Think C)
  5198. >69    string        LWFU        (LaserWriter Utility)
  5199. >69    string        LZIV        (compress)
  5200. >69    string        MACA        (MacWrite)
  5201. >69    string        MACS        (Macintosh operating system)
  5202. >69    string        MAcK        (MacKnowledge terminal emulator)
  5203. >69    string        MLND        (Defender)
  5204. >69    string        MPNT        (MacPaint)
  5205. >69    string        MSBB        (Microsoft BASIC (binary))
  5206. >69    string        MSWD        (Microsoft Word)
  5207. >69    string        NCSA        (NCSA Telnet)
  5208. >69    string        PJMM        (Think Pascal)
  5209. >69    string        PSAL        (Hunt the Wumpus)
  5210. >69    string        PSI2        (Apple File Exchange)
  5211. >69    string        R*ch        (BBEdit)
  5212. >69    string        RMKR        (Resource Maker)
  5213. >69    string        RSED        (Resource Editor)
  5214. >69    string        Rich        (BBEdit)
  5215. >69    string        SIT!        (StuffIt)
  5216. >69    string        SPNT        (SuperPaint)
  5217. >69    string        Unix        (NeXT Mac filesystem)
  5218. >69    string        VIM!        (Vim editor)
  5219. >69    string        WILD        (HyperCard)
  5220. >69    string        XCEL        (Microsoft Excel)
  5221. >69    string        aCa2        (Fontographer)
  5222. >69    string        aca3        (Aldus FreeHand)
  5223. >69    string        dosa        (Macintosh MS-DOS file system)
  5224. >69    string        movr        (Font/DA Mover)
  5225. >69    string        nX^n        (WriteNow)
  5226. >69    string        pdos        (Apple ProDOS file system)
  5227. >69    string        scbk        (Scrapbook)
  5228. >69    string        ttxt        (SimpleText)
  5229. >69    string        ufox        (Foreign File Access)
  5230.  
  5231. # Just in case...
  5232.  
  5233. 102    string        mBIN        MacBinary III data with surprising version number
  5234.  
  5235. # sas magic from Bruce Foster (bef@nwu.edu)
  5236. #
  5237. #0    string        SAS        SAS
  5238. #>8    string        x        %s
  5239. 0    string        SAS        SAS
  5240. >24    string        DATA        data file
  5241. >24    string        CATALOG        catalog
  5242. >24    string        INDEX        data file index
  5243. >24    string        VIEW        data view
  5244. # spss magic for SPSS system and portable files, 
  5245. #     from Bruce Foster (bef@nwu.edu).
  5246.  
  5247. 0    long        0xc1e2c3c9    SPSS Portable File
  5248. >40    string         x        %s
  5249.  
  5250. 0    string        $FL2        SPSS System File
  5251. >24    string        x        %s
  5252.  
  5253. # Macintosh filesystem data
  5254. # From "Tom N Harris" <telliamed@mac.com>
  5255. # Fixed HFS+ and Partition map magic: Ethan Benson <erbenson@alaska.net>
  5256. # The MacOS epoch begins on 1 Jan 1904 instead of 1 Jan 1970, so these
  5257. # entries depend on the data arithmetic added after v.35
  5258. # There's also some Pascal strings in here, ditto...
  5259.  
  5260. # The boot block signature, according to IM:Files, is 
  5261. # "for HFS volumes, this field always contains the value 0x4C4B."
  5262. # But if this is true for MFS or HFS+ volumes, I don't know.
  5263. # Alternatively, the boot block is supposed to be zeroed if it's
  5264. # unused, so a simply >0 should suffice.
  5265.  
  5266. 0x400    beshort            0xD2D7        Macintosh MFS data
  5267. >0    beshort            0x4C4B        (bootable)
  5268. >0x40a    beshort            &0x8000        (locked)
  5269. >0x402    beldate-0x7C25B080    x        created: %s,
  5270. >0x406    beldate-0x7C25B080    >0        last backup: %s,
  5271. >0x414    belong            x        block size: %d,
  5272. >0x412    beshort            x        number of blocks: %d,
  5273. >0x424    pstring            x        volume name: %s
  5274.  
  5275. 0x400    beshort            0x4244        Macintosh HFS data
  5276. >0    beshort            0x4C4B        (bootable)
  5277. >0x40a    beshort            &0x8000        (locked)
  5278. >0x40a    beshort            ^0x0100        (mounted)
  5279. >0x40a    beshort            &0x0200        (spared blocks)
  5280. >0x40a    beshort            &0x0800        (unclean)
  5281. >0x47C    beshort            0x482B        (Embedded HFS+ Volume)
  5282. >0x402    beldate-0x7C25B080    x        created: %s,
  5283. >0x406    beldate-0x7C25B080    x        last modified: %s,
  5284. >0x440    beldate-0x7C25B080    >0        last backup: %s,
  5285. >0x414    belong            x        block size: %d,
  5286. >0x412    beshort            x        number of blocks: %d,
  5287. >0x424    pstring            x        volume name: %s
  5288.  
  5289. 0x400    beshort            0x482B        Macintosh HFS Extended
  5290. >&0    beshort            x        version %d data
  5291. >0    beshort            0x4C4B        (bootable)
  5292. >0x404    belong            ^0x00000100    (mounted)
  5293. >&2    belong            &0x00000200    (spared blocks)
  5294. >&2    belong            &0x00000800    (unclean)
  5295. >&2    belong            &0x00008000    (locked)
  5296. >&6    string            x        last mounted by: '%.4s',
  5297. # really, that should be treated as a belong and we print a string
  5298. # based on the value. TN1150 only mentions '8.10' for "MacOS 8.1"
  5299. >&14    beldate-0x7C25B080    x        created: %s,
  5300. # only the creation date is local time, all other timestamps in HFS+ are UTC.
  5301. >&18    bedate-0x7C25B080    x        last modified: %s,
  5302. >&22    bedate-0x7C25B080    >0        last backup: %s,
  5303. >&26    bedate-0x7C25B080    >0        last checked: %s,
  5304. >&38    belong            x        block size: %d,
  5305. >&42    belong            x        number of blocks: %d,
  5306. >&46    belong            x        free blocks: %d
  5307.  
  5308. # I don't think this is really necessary since it doesn't do much and 
  5309. # anything with a valid driver descriptor will also have a valid
  5310. # partition map
  5311. #0        beshort        0x4552        Apple Device Driver data
  5312. #>&24        beshort        =1        \b, MacOS
  5313.  
  5314. # Is that the partition type a cstring or a pstring? Well, IM says "strings 
  5315. # shorter than 32 bytes must be terminated with NULL" so I'll treat it as a 
  5316. # cstring. Of course, partitions can contain more than four entries, but 
  5317. # what're you gonna do?
  5318. 0x200        beshort        0x504D        Apple Partition data
  5319. >0x2        beshort        x        block size: %d,
  5320. >0x230        string        x        first type: %s,
  5321. >0x210        string        x        name: %s,
  5322. >0x254        belong        x        number of blocks: %d,
  5323. >0x400        beshort        0x504D        
  5324. >>0x430        string        x        second type: %s,
  5325. >>0x410        string        x        name: %s,
  5326. >>0x454        belong        x        number of blocks: %d,
  5327. >>0x800        beshort        0x504D        
  5328. >>>0x830    string        x        third type: %s,
  5329. >>>0x810    string        x        name: %s,
  5330. >>>0x854    belong        x        number of blocks: %d,
  5331. >>>0xa00    beshort        0x504D        
  5332. >>>>0xa30    string        x        fourth type: %s,
  5333. >>>>0xa10    string        x        name: %s,
  5334. >>>>0xa54    belong        x        number of blocks: %d
  5335. # AFAIK, only the signature is different
  5336. 0x200        beshort        0x5453        Apple Old Partition data
  5337. >0x2        beshort        x        block size: %d,
  5338. >0x230        string        x        first type: %s,
  5339. >0x210        string        x        name: %s,
  5340. >0x254        belong        x        number of blocks: %d,
  5341. >0x400        beshort        0x504D        
  5342. >>0x430        string        x        second type: %s,
  5343. >>0x410        string        x        name: %s,
  5344. >>0x454        belong        x        number of blocks: %d,
  5345. >>0x800        beshort        0x504D        
  5346. >>>0x830    string        x        third type: %s,
  5347. >>>0x810    string        x        name: %s,
  5348. >>>0x854    belong        x        number of blocks: %d,
  5349. >>>0xa00    beshort        0x504D        
  5350. >>>>0xa30    string        x        fourth type: %s,
  5351. >>>>0xa10    string        x        name: %s,
  5352. >>>>0xa54    belong        x        number of blocks: %d
  5353.  
  5354. #------------------------------------------------------------------------------
  5355. # magic:  file(1) magic for magic files
  5356. #
  5357. 0    string        #\ Magic    magic text file for file(1) cmd
  5358. 0    lelong        0xF11E041C    magic binary file for file(1) cmd
  5359. >4    lelong        x        (version %d) (little endian)
  5360. 0    belong        0xF11E041C    magic binary file for file(1) cmd
  5361. >4    belong        x        (version %d) (big endian)
  5362.  
  5363. #------------------------------------------------------------------------------
  5364. # mail.news:  file(1) magic for mail and news
  5365. #
  5366. # Unfortunately, saved netnews also has From line added in some news software.
  5367. #0    string        From         mail text
  5368. # There are tests to ascmagic.c to cope with mail and news.
  5369. 0    string        Relay-Version:     old news text
  5370. 0    string        #!\ rnews    batched news text
  5371. 0    string        N#!\ rnews    mailed, batched news text
  5372. 0    string        Forward\ to     mail forwarding text
  5373. 0    string        Pipe\ to     mail piping text
  5374. 0    string        Return-Path:    smtp mail text
  5375. 0    string        Path:        news text
  5376. 0    string        Xref:        news text
  5377. 0    string        From:        news or mail text
  5378. 0    string        Article     saved news text
  5379. 0    string        BABYL        Emacs RMAIL text
  5380. 0    string        Received:    RFC 822 mail text
  5381. 0    string        MIME-Version:    MIME entity text
  5382. #0    string        Content-    MIME entity text
  5383.  
  5384. # TNEF files...
  5385. 0    lelong        0x223E9F78    Transport Neutral Encapsulation Format
  5386.  
  5387. # From: Kevin Sullivan <ksulliva@psc.edu>
  5388. 0    string        *mbx*        MBX mail folder
  5389.  
  5390. # From: Simon Matter <simon.matter@invoca.ch>
  5391. 0    string        \241\002\213\015skiplist\ file\0\0\0    Cyrus skiplist DB
  5392.  
  5393. # JAM(mbp) Fidonet message area databases
  5394. # JHR file
  5395. 0    string    JAM\0            JAM message area header file
  5396. >12    leshort >0            (%d messages)
  5397.  
  5398. # Squish Fidonet message area databases
  5399. # SQD file (requires at least one message in the area)
  5400. 256    leshort    0xAFAE4453        Squish message area data file
  5401. >4    leshort    >0            (%d messages)
  5402.  
  5403. #------------------------------------------------------------------------------
  5404. # maple:  file(1) magic for maple files
  5405. # "H. Nanosecond" <aldomel@ix.netcom.com>
  5406. # Maple V release 4, a multi-purpose math program
  5407. #
  5408.  
  5409. # maple library .lib
  5410. 0    string    \000MVR4\nI    MapleVr4 library
  5411.  
  5412. # .ind
  5413. # no magic for these :-(
  5414. # they are compiled indexes for maple files
  5415.  
  5416. # .hdb 
  5417. 0    string    \000\004\000\000    Maple help database
  5418.  
  5419. # .mhp
  5420. # this has the form <PACKAGE=name>
  5421. 0    string    \<PACKAGE=    Maple help file
  5422. 0    string    \<HELP\ NAME=    Maple help file
  5423. 0    string    \n\<HELP\ NAME=    Maple help file with extra carriage return at start (yuck)
  5424. 0    string    #\ Newton    Maple help file, old style
  5425. 0    string    #\ daub    Maple help file, old style
  5426. 0    string    #===========    Maple help file, old style
  5427.  
  5428. # .mws
  5429. 0    string    \000\000\001\044\000\221    Maple worksheet
  5430. #this is anomalous
  5431. 0    string    WriteNow\000\002\000\001\000\000\000\000\100\000\000\000\000\000    Maple worksheet, but weird
  5432. # this has the form {VERSION 2 3 "IBM INTEL NT" "2.3" }\n
  5433. # that is {VERSION major_version miunor_version computer_type version_string}
  5434. 0    string    {VERSION\     Maple worksheet
  5435. >9    string    >\0    version %.1s.
  5436. >>10    string
  5437. >>>11    string    >\0    %.1s
  5438.  
  5439. # .mps
  5440. 0    string    \0\0\001$    Maple something
  5441. # from byte 4 it is either 'nul E' or 'soh R'
  5442. # I think 'nul E' means a file that was saved as  a different name
  5443. # a sort of revision marking
  5444. # 'soh R' means new 
  5445. >4    string    \000\105    An old revision
  5446. >4    string    \001\122    The latest save
  5447.  
  5448. # .mpl
  5449. # some of these are the same as .mps above
  5450. #0000000 000 000 001 044 000 105 same as .mps
  5451. #0000000 000 000 001 044 001 122 same as .mps
  5452.  
  5453. 0    string    #\n##\ <SHAREFILE=    Maple something
  5454. 0    string    \n#\n##\ <SHAREFILE=    Maple something
  5455. 0    string    ##\ <SHAREFILE=    Maple something
  5456. 0    string    #\r##\ <SHAREFILE=    Maple something
  5457. 0    string    \r#\r##\ <SHAREFILE=    Maple something
  5458. 0    string    #\ \r##\ <DESCRIBE>    Maple something anomalous.
  5459.  
  5460. #------------------------------------------------------------------------------
  5461. # mathematica:  file(1) magic for mathematica files
  5462. # "H. Nanosecond" <aldomel@ix.netcom.com>
  5463. # Mathematica a multi-purpose math program
  5464. # versions 2.2 and 3.0
  5465.  
  5466. #mathematica .mb
  5467. 0    string    \064\024\012\000\035\000\000\000    Mathematica version 2 notebook
  5468. 0    string    \064\024\011\000\035\000\000\000    Mathematica version 2 notebook
  5469.  
  5470. # .ma
  5471. # multiple possibilites:
  5472.  
  5473. 0    string    (*^\n\n::[\011frontEndVersion\ =\     Mathematica notebook
  5474. #>41    string    >\0    %s
  5475.  
  5476. #0    string    (*^\n\n::[\011palette    Mathematica notebook version 2.x
  5477.  
  5478. #0    string    (*^\n\n::[\011Information    Mathematica notebook version 2.x
  5479. #>675    string    >\0    %s #doesn't work well
  5480.  
  5481. # there may be 'cr' instread of 'nl' in some does this matter?
  5482.  
  5483. # generic:
  5484. 0    string    (*^\r\r::[\011    Mathematica notebook version 2.x
  5485. 0    string    \(\*\^\r\n\r\n\:\:\[\011    Mathematica notebook version 2.x
  5486. 0    string    (*^\015            Mathematica notebook version 2.x
  5487. 0    string    (*^\n\r\n\r::[\011    Mathematica notebook version 2.x
  5488. 0    string    (*^\r::[\011    Mathematica notebook version 2.x
  5489. 0    string    (*^\r\n::[\011    Mathematica notebook version 2.x
  5490. 0    string    (*^\n\n::[\011    Mathematica notebook version 2.x
  5491. 0    string    (*^\n::[\011    Mathematica notebook version 2.x
  5492.  
  5493.  
  5494. # Mathematica .mx files
  5495.  
  5496. #0    string    (*This\ is\ a\ Mathematica\ binary\ dump\ file.\ It\ can\ be\ loaded\ with\ Get.*)    Mathematica binary file
  5497. 0    string    (*This\ is\ a\ Mathematica\ binary\     Mathematica binary file
  5498. #>71    string \000\010\010\010\010\000\000\000\000\000\000\010\100\010\000\000\000    
  5499. # >71... is optional
  5500. >88    string    >\0    from %s
  5501.  
  5502.  
  5503. # Mathematica files PBF:
  5504. # 115 115 101 120 102 106 000 001 000 000 000 203 000 001 000
  5505. 0    string    MMAPBF\000\001\000\000\000\203\000\001\000    Mathematica PBF (fonts I think)
  5506.  
  5507. # .ml files  These are menu resources I think
  5508. # these start with "[0-9][0-9][0-9]\ A~[0-9][0-9][0-9]\ 
  5509. # how to put that into a magic rule?
  5510. 4    string    \ A~    MAthematica .ml file
  5511.  
  5512. # .nb files
  5513. #too long 0    string    (***********************************************************************\n\n\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Mathematica-Compatible Notebook    Mathematica 3.0 notebook
  5514. 0    string    (***********************    Mathematica 3.0 notebook
  5515.  
  5516. # other (* matches it is a comment start in these langs
  5517. 0    string    (*    Mathematica, or Pascal,  Modula-2 or 3 code text
  5518.  
  5519. #########################
  5520. # MatLab v5
  5521. 0       string  MATLAB  Matlab v5 mat-file
  5522. >126    short   0x494d  (big endian)
  5523. >>124   beshort x       version 0x%04x
  5524. >126    short   0x4d49  (little endian)
  5525. >>124   leshort x       version 0x%04x
  5526.  
  5527. #------------------------------------------------------------------------------
  5528. # Mavroyanopoulos Nikos <nmav@hellug.gr>
  5529. # mcrypt:   file(1) magic for mcrypt 2.2.x;
  5530. 0    string        \0m\3        mcrypt 2.5 encrypted data,
  5531. >4    string        >\0        algorithm: %s,
  5532. >>&1    leshort        >0        keysize: %d bytes,
  5533. >>>&0    string        >\0        mode: %s,
  5534.  
  5535. 0    string        \0m\2        mcrypt 2.2 encrypted data,
  5536. >3    byte        0        algorithm: blowfish-448,
  5537. >3    byte        1        algorithm: DES,
  5538. >3    byte        2        algorithm: 3DES,
  5539. >3    byte        3        algorithm: 3-WAY,
  5540. >3    byte        4        algorithm: GOST,
  5541. >3    byte        6        algorithm: SAFER-SK64,
  5542. >3    byte        7        algorithm: SAFER-SK128,
  5543. >3    byte        8        algorithm: CAST-128,
  5544. >3    byte        9        algorithm: xTEA,
  5545. >3    byte        10        algorithm: TWOFISH-128,
  5546. >3    byte        11        algorithm: RC2,
  5547. >3    byte        12        algorithm: TWOFISH-192,
  5548. >3    byte        13        algorithm: TWOFISH-256,
  5549. >3    byte        14        algorithm: blowfish-128,
  5550. >3    byte        15        algorithm: blowfish-192,
  5551. >3    byte        16        algorithm: blowfish-256,
  5552. >3    byte        100        algorithm: RC6,
  5553. >3    byte        101        algorithm: IDEA,
  5554. >4    byte        0        mode: CBC,
  5555. >4    byte        1        mode: ECB,
  5556. >4    byte        2        mode: CFB,
  5557. >4    byte        3        mode: OFB,
  5558. >4    byte        4        mode: nOFB,
  5559. >5    byte        0        keymode: 8bit
  5560. >5    byte        1        keymode: 4bit
  5561. >5    byte        2        keymode: SHA-1 hash
  5562. >5    byte        3        keymode: MD5 hash
  5563. #------------------------------------------------------------------------------
  5564. # mime:  file(1) magic for MIME encoded files
  5565. #
  5566. 0    string        Content-Type:\
  5567. >14    string        >\0        %s
  5568. 0    string        Content-Type:
  5569. >13    string        >\0        %s
  5570.  
  5571. #------------------------------------------------------------------------------
  5572. # mips:  file(1) magic for Silicon Graphics (MIPS, IRIS, IRIX, etc.)
  5573. #                         Dec Ultrix (MIPS)
  5574. # all of SGI's *current* machines and OSes run in big-endian mode on the
  5575. # MIPS machines, as far as I know.
  5576. #
  5577. # XXX - what is the blank "-" line?
  5578. #
  5579. # kbd file definitions
  5580. 0    string    kbd!map        kbd map file
  5581. >8    byte    >0        Ver %d:
  5582. >10    short    >0        with %d table(s)
  5583. 0    belong    0407        old SGI 68020 executable
  5584. 0    belong    0410        old SGI 68020 pure executable
  5585. 0    beshort    0x8765        disk quotas file
  5586. 0    beshort    0x0506        IRIS Showcase file
  5587. >2    byte    0x49        -
  5588. >3    byte    x        - version %ld
  5589. 0    beshort    0x0226        IRIS Showcase template
  5590. >2    byte    0x63        -
  5591. >3    byte    x        - version %ld
  5592. 0    belong    0x5343464d    IRIS Showcase file
  5593. >4    byte    x        - version %ld
  5594. 0    belong    0x5443464d    IRIS Showcase template
  5595. >4    byte    x        - version %ld
  5596. 0    belong    0xdeadbabe    IRIX Parallel Arena
  5597. >8    belong    >0        - version %ld
  5598. #
  5599. 0    beshort    0x0160        MIPSEB ECOFF executable
  5600. >20    beshort    0407        (impure)
  5601. >20    beshort    0410        (swapped)
  5602. >20    beshort    0413        (paged)
  5603. >8    belong    >0        not stripped
  5604. >8    belong    0        stripped
  5605. >22    byte    x        - version %ld
  5606. >23    byte    x        .%ld
  5607. #
  5608. 0    beshort    0x0162        MIPSEL-BE ECOFF executable
  5609. >20    beshort    0407        (impure)
  5610. >20    beshort    0410        (swapped)
  5611. >20    beshort    0413        (paged)
  5612. >8    belong    >0        not stripped
  5613. >8    belong    0        stripped
  5614. >23    byte    x        - version %d
  5615. >22    byte    x        .%ld
  5616. #
  5617. 0    beshort    0x6001        MIPSEB-LE ECOFF executable
  5618. >20    beshort    03401        (impure)
  5619. >20    beshort    04001        (swapped)
  5620. >20    beshort    05401        (paged)
  5621. >8    belong    >0        not stripped
  5622. >8    belong    0        stripped
  5623. >23    byte    x        - version %d
  5624. >22    byte    x        .%ld
  5625. #
  5626. 0    beshort    0x6201        MIPSEL ECOFF executable
  5627. >20    beshort    03401        (impure)
  5628. >20    beshort    04001        (swapped)
  5629. >20    beshort    05401        (paged)
  5630. >8    belong    >0        not stripped
  5631. >8    belong    0        stripped
  5632. >23    byte    x        - version %ld
  5633. >22    byte    x        .%ld
  5634. #
  5635. # MIPS 2 additions
  5636. #
  5637. 0    beshort    0x0163        MIPSEB MIPS-II ECOFF executable
  5638. >20    beshort    0407        (impure)
  5639. >20    beshort    0410        (swapped)
  5640. >20    beshort    0413        (paged)
  5641. >8    belong    >0        not stripped
  5642. >8    belong    0        stripped
  5643. >22    byte    x        - version %ld
  5644. >23    byte    x        .%ld
  5645. #
  5646. 0    beshort    0x0166        MIPSEL-BE MIPS-II ECOFF executable
  5647. >20    beshort    0407        (impure)
  5648. >20    beshort    0410        (swapped)
  5649. >20    beshort    0413        (paged)
  5650. >8    belong    >0        not stripped
  5651. >8    belong    0        stripped
  5652. >22    byte    x        - version %ld
  5653. >23    byte    x        .%ld
  5654. #
  5655. 0    beshort    0x6301        MIPSEB-LE MIPS-II ECOFF executable
  5656. >20    beshort    03401        (impure)
  5657. >20    beshort    04001        (swapped)
  5658. >20    beshort    05401        (paged)
  5659. >8    belong    >0        not stripped
  5660. >8    belong    0        stripped
  5661. >23    byte    x        - version %ld
  5662. >22    byte    x        .%ld
  5663. #
  5664. 0    beshort    0x6601        MIPSEL MIPS-II ECOFF executable
  5665. >20    beshort    03401        (impure)
  5666. >20    beshort    04001        (swapped)
  5667. >20    beshort    05401        (paged)
  5668. >8    belong    >0        not stripped
  5669. >8    belong    0        stripped
  5670. >23    byte    x        - version %ld
  5671. >22    byte    x        .%ld
  5672. #
  5673. # MIPS 3 additions
  5674. #
  5675. 0    beshort    0x0140        MIPSEB MIPS-III ECOFF executable
  5676. >20    beshort    0407        (impure)
  5677. >20    beshort    0410        (swapped)
  5678. >20    beshort    0413        (paged)
  5679. >8    belong    >0        not stripped
  5680. >8    belong    0        stripped
  5681. >22    byte    x        - version %ld
  5682. >23    byte    x        .%ld
  5683. #
  5684. 0    beshort    0x0142        MIPSEL-BE MIPS-III ECOFF executable
  5685. >20    beshort    0407        (impure)
  5686. >20    beshort    0410        (swapped)
  5687. >20    beshort    0413        (paged)
  5688. >8    belong    >0        not stripped
  5689. >8    belong    0        stripped
  5690. >22    byte    x        - version %ld
  5691. >23    byte    x        .%ld
  5692. #
  5693. 0    beshort    0x4001        MIPSEB-LE MIPS-III ECOFF executable
  5694. >20    beshort    03401        (impure)
  5695. >20    beshort    04001        (swapped)
  5696. >20    beshort    05401        (paged)
  5697. >8    belong    >0        not stripped
  5698. >8    belong    0        stripped
  5699. >23    byte    x        - version %ld
  5700. >22    byte    x        .%ld
  5701. #
  5702. 0    beshort    0x4201        MIPSEL MIPS-III ECOFF executable
  5703. >20    beshort    03401        (impure)
  5704. >20    beshort    04001        (swapped)
  5705. >20    beshort    05401        (paged)
  5706. >8    belong    >0        not stripped
  5707. >8    belong    0        stripped
  5708. >23    byte    x        - version %ld
  5709. >22    byte    x        .%ld
  5710. #
  5711. 0    beshort    0x180        MIPSEB Ucode
  5712. 0    beshort    0x182        MIPSEL-BE Ucode
  5713. # 32bit core file
  5714. 0    belong    0xdeadadb0    IRIX core dump
  5715. >4    belong    1        of
  5716. >16    string    >\0        '%s'
  5717. # 64bit core file
  5718. 0    belong    0xdeadad40    IRIX 64-bit core dump
  5719. >4    belong    1        of
  5720. >16    string    >\0        '%s'
  5721. # N32bit core file
  5722. 0       belong    0xbabec0bb    IRIX N32 core dump
  5723. >4      belong    1               of
  5724. >16     string    >\0             '%s'
  5725. # New style crash dump file
  5726. 0    string    \x43\x72\x73\x68\x44\x75\x6d\x70    IRIX vmcore dump of
  5727. >36    string    >\0                    '%s'
  5728. # Trusted IRIX info
  5729. 0    string    SGIAUDIT    SGI Audit file
  5730. >8    byte    x        - version %d
  5731. >9    byte    x        .%ld
  5732. #
  5733. 0    string    WNGZWZSC    Wingz compiled script
  5734. 0    string    WNGZWZSS    Wingz spreadsheet
  5735. 0    string    WNGZWZHP    Wingz help file
  5736. #
  5737. 0    string    \#Inventor V    IRIS Inventor 1.0 file
  5738. 0    string    \#Inventor V2    Open Inventor 2.0 file
  5739. # GLF is OpenGL stream encoding
  5740. 0    string    glfHeadMagic();        GLF_TEXT
  5741. 4    belong    0x7d000000        GLF_BINARY_LSB_FIRST
  5742. 4    belong    0x0000007d        GLF_BINARY_MSB_FIRST
  5743. # GLS is OpenGL stream encoding; GLS is the successor of GLF
  5744. 0    string    glsBeginGLS(        GLS_TEXT
  5745. 4    belong    0x10000000        GLS_BINARY_LSB_FIRST
  5746. 4    belong    0x00000010        GLS_BINARY_MSB_FIRST
  5747.  
  5748. #------------------------------------------------------------------------------
  5749. # mirage:  file(1) magic for Mirage executables
  5750. #
  5751. # XXX - byte order?
  5752. #
  5753. 0    long    31415        Mirage Assembler m.out executable
  5754. #-----------------------------------------------------------------------------
  5755. # misctools:  file(1) magic for miscelanous UNIX tools.
  5756. #
  5757. 0    string        %%!!        X-Post-It-Note text
  5758. 0    string          BEGIN:VCALENDAR         vCalendar calendar file
  5759.  
  5760. #------------------------------------------------------------------------------
  5761. # mkid:  file(1) magic for mkid(1) databases
  5762. #
  5763. # ID is the binary tags database produced by mkid(1).
  5764. #
  5765. # XXX - byte order?
  5766. #
  5767. 0    string        \311\304    ID tags data
  5768. >2    short        >0        version %d
  5769.  
  5770. #------------------------------------------------------------------------------
  5771. # mlssa: file(1) magic for MLSSA datafiles
  5772. #
  5773. 0        lelong        0xffffabcd    MLSSA datafile,
  5774. >4        leshort        x        algorithm %d,
  5775. >10        lelong        x        %d samples
  5776.  
  5777. #------------------------------------------------------------------------------
  5778. # mmdf:  file(1) magic for MMDF mail files
  5779. #
  5780. 0    string    \001\001\001\001    MMDF mailbox
  5781. #------------------------------------------------------------------------------
  5782. # modem:  file(1) magic for modem programs
  5783. #
  5784. # From: Florian La Roche <florian@knorke.saar.de>
  5785. 4    string        Research,    Digifax-G3-File
  5786. >29    byte        1        , fine resolution
  5787. >29    byte        0        , normal resolution
  5788.  
  5789. 0    short        0x0100        raw G3 data, byte-padded
  5790. 0    short        0x1400        raw G3 data
  5791. #
  5792. # Magic data for vgetty voice formats
  5793. # (Martin Seine & Marc Eberhard)
  5794.  
  5795. #
  5796. # raw modem data version 1
  5797. #
  5798. 0    string    RMD1      raw modem data
  5799. >4   string    >\0       (%s /
  5800. >20  short     >0        compression type 0x%04x)
  5801.  
  5802. #
  5803. # portable voice format 1
  5804. #
  5805. 0    string    PVF1\n         portable voice format
  5806. >5   string    >\0       (binary %s)
  5807.  
  5808. #
  5809. # portable voice format 2
  5810. #
  5811. 0    string    PVF2\n         portable voice format
  5812. >5   string >\0          (ascii %s)
  5813.  
  5814.  
  5815. #------------------------------------------------------------------------------
  5816. # motorola:  file(1) magic for Motorola 68K and 88K binaries
  5817. #
  5818. # 68K
  5819. #
  5820. 0    beshort        0520        mc68k COFF
  5821. >18    beshort        ^00000020    object
  5822. >18    beshort        &00000020    executable
  5823. >12    belong        >0        not stripped
  5824. >168    string        .lowmem        Apple toolbox
  5825. >20    beshort        0407        (impure)
  5826. >20    beshort        0410        (pure)
  5827. >20    beshort        0413        (demand paged)
  5828. >20    beshort        0421        (standalone)
  5829. 0    beshort        0521        mc68k executable (shared)
  5830. >12    belong        >0        not stripped
  5831. 0    beshort        0522        mc68k executable (shared demand paged)
  5832. >12    belong        >0        not stripped
  5833. #
  5834. # Motorola/UniSoft 68K Binary Compatibility Standard (BCS)
  5835. #
  5836. 0    beshort        0554        68K BCS executable
  5837. #
  5838. # 88K
  5839. #
  5840. # Motorola/88Open BCS
  5841. #
  5842. 0    beshort        0555        88K BCS executable
  5843. #
  5844. # Motorola S-Records, from Gerd Truschinski <gt@freebsd.first.gmd.de>
  5845. 0   string      S0          Motorola S-Record; binary data in text format
  5846.  
  5847. # ATARI ST relocatable PRG
  5848. #
  5849. # from Oskar Schirmer <schirmer@scara.com> Feb 3, 2001
  5850. # (according to Roland Waldi, Oct 21, 1987)
  5851. # besides the magic 0x601a, the text segment size is checked to be
  5852. # not larger than 1 MB (which is a lot on ST).
  5853. # The additional 0x601b distinction I took from Doug Lee's magic.
  5854. 0    belong&0xFFFFFFF0    0x601A0000    Atari ST M68K contiguous executable
  5855. >2    belong            x        (txt=%ld,
  5856. >6    belong            x        dat=%ld,
  5857. >10    belong            x        bss=%ld,
  5858. >14    belong            x        sym=%ld)
  5859. 0    belong&0xFFFFFFF0    0x601B0000    Atari ST M68K non-contig executable
  5860. >2    belong            x        (txt=%ld,
  5861. >6    belong            x        dat=%ld,
  5862. >10    belong            x        bss=%ld,
  5863. >14    belong            x        sym=%ld)
  5864.  
  5865. # Atari ST/TT... program format (sent by Wolfram Kleff <kleff@cs.uni-bonn.de>)
  5866. 0       beshort         0x601A          Atari 68xxx executable,
  5867. >2      belong          x               text len %lu,
  5868. >6      belong          x               data len %lu,
  5869. >10     belong          x               BSS len %lu,
  5870. >14     belong          x               symboltab len %lu,
  5871. >18     belong          0
  5872. >22     belong          &0x01           fastload flag,
  5873. >22     belong          &0x02           may be loaded to alternate RAM,
  5874. >22     belong          &0x04           malloc may be from alternate RAM,
  5875. >22     belong          x               flags: 0x%lX,
  5876. >26     beshort         0               no relocation tab
  5877. >26     beshort         !0              + relocation tab
  5878. >30     string          SFX             [Self-Extracting LZH SFX archive]
  5879. >38     string          SFX             [Self-Extracting LZH SFX archive]
  5880. >44     string          ZIP!            [Self-Extracting ZIP SFX archive]
  5881.  
  5882. 0       beshort         0x0064          Atari 68xxx CPX file
  5883. >8      beshort         x               (version %04lx)
  5884.  
  5885. #------------------------------------------------------------------------------
  5886. # msdos:  file(1) magic for MS-DOS files
  5887. #
  5888.  
  5889. # .BAT files (Daniel Quinlan, quinlan@yggdrasil.com)
  5890. 0    string/c    @echo\ off    MS-DOS batch file text
  5891.  
  5892. # XXX - according to Microsoft's spec, at an offset of 0x3c in a
  5893. # PE-format executable is the offset in the file of the PE header;
  5894. # unfortunately, that's a little-endian offset, and there's no way
  5895. # to specify an indirect offset with a specified byte order.
  5896. # So, for now, we assume the standard MS-DOS stub, which puts the
  5897. # PE header at 0x80 = 128.
  5898. #
  5899. # Required OS version and subsystem version were 4.0 on some NT 3.51
  5900. # executables built with Visual C++ 4.0, so it's not clear that
  5901. # they're interesting.  The user version was 0.0, but there's
  5902. # probably some linker directive to set it.  The linker version was
  5903. # 3.0, except for one ".exe" which had it as 4.20 (same damn linker!).
  5904. #
  5905. 128    string        PE\0\0    MS Windows PE
  5906. >150    leshort&0x0100    >0    32-bit
  5907. >132    leshort        0x0    unknown processor
  5908. >132    leshort        0x14c    Intel 80386
  5909. >132    leshort        0x166    MIPS R4000
  5910. >132    leshort        0x184    Alpha
  5911. >132    leshort        0x268    Motorola 68000
  5912. >132    leshort        0x1f0    PowerPC
  5913. >132    leshort        0x290    PA-RISC
  5914. >148    leshort        >27
  5915. >>220    leshort        0    unknown subsystem
  5916. >>220    leshort        1    native
  5917. >>220    leshort        2    GUI
  5918. >>220    leshort        3    console
  5919. >>220    leshort        7    POSIX
  5920. >150    leshort&0x2000    =0    executable
  5921. #>>136    ledate        x    stamp %s,
  5922. >>150    leshort&0x0001    >0    not relocatable
  5923. #>>150    leshort&0x0004    =0    with line numbers,
  5924. #>>150    leshort&0x0008    =0    with local symbols,
  5925. #>>150    leshort&0x0200    =0    with debug symbols,
  5926. >>150    leshort&0x1000    >0    system file
  5927. #>>148    leshort        >0
  5928. #>>>154    byte        x    linker %d
  5929. #>>>155    byte        x    \b.%d,
  5930. #>>148    leshort        >27
  5931. #>>>192    leshort        x    requires OS %d
  5932. #>>>194    leshort        x    \b.%d,
  5933. #>>>196    leshort        x    user version %d
  5934. #>>>198    leshort        x    \b.%d,
  5935. #>>>200    leshort        x    subsystem version %d
  5936. #>>>202    leshort        x    \b.%d,
  5937. >150    leshort&0x2000    >0    DLL
  5938. #>>136    ledate        x    stamp %s,
  5939. >>150    leshort&0x0001    >0    not relocatable
  5940. #>>150    leshort&0x0004    =0    with line numbers,
  5941. #>>150    leshort&0x0008    =0    with local symbols,
  5942. #>>150    leshort&0x0200    =0    with debug symbols,
  5943. >>150    leshort&0x1000    >0    system file
  5944. #>>148    leshort        >0
  5945. #>>>154    byte        x    linker %d
  5946. #>>>155    byte        x    \b.%d,
  5947. #>>148    leshort        >27
  5948. #>>>192    leshort        x    requires OS %d
  5949. #>>>194    leshort        x    \b.%d,
  5950. #>>>196    leshort        x    user version %d
  5951. #>>>198    leshort        x    \b.%d,
  5952. #>>>200    leshort        x    subsystem version %d
  5953. #>>>202    leshort        x    \b.%d,
  5954. 0    leshort        0x14c    MS Windows COFF Intel 80386 object file
  5955. #>4    ledate        x    stamp %s
  5956. 0    leshort        0x166    MS Windows COFF MIPS R4000 object file
  5957. #>4    ledate        x    stamp %s
  5958. 0    leshort        0x184    MS Windows COFF Alpha object file
  5959. #>4    ledate        x    stamp %s
  5960. 0    leshort        0x268    MS Windows COFF Motorola 68000 object file
  5961. #>4    ledate        x    stamp %s
  5962. 0    leshort        0x1f0    MS Windows COFF PowerPC object file
  5963. #>4    ledate        x    stamp %s
  5964. 0    leshort        0x290    MS Windows COFF PA-RISC object file
  5965. #>4    ledate        x    stamp %s
  5966.  
  5967. # .EXE formats (Greg Roelofs, newt@uchicago.edu)
  5968. #
  5969. 0    string    MZ        MS-DOS executable (EXE)
  5970. >24    string    @        \b, OS/2 or MS Windows
  5971. >>0xe7    string    LH/2\ Self-Extract    \b, %s
  5972. >>0xe9    string    PKSFX2        \b, %s
  5973. >>122    string    Windows\ self-extracting\ ZIP    \b, %s
  5974. >0x1c    string    RJSX\xff\xff    \b, ARJ SFX
  5975. >0x1c    string    diet\xf9\x9c    \b, diet compressed
  5976. >0x1c    string    LZ09        \b, LZEXE v0.90 compressed
  5977. >0x1c    string    LZ91        \b, LZEXE v0.91 compressed
  5978. >0x1e    string    Copyright\ 1989-1990\ PKWARE\ Inc.    \b, PKSFX
  5979. # JM: 0x1e "PKLITE Copr. 1990-92 PKWARE Inc. All Rights Reserved\7\0\0\0"
  5980. >0x1e    string    PKLITE\ Copr.    \b, %.6s compressed
  5981. >0x24    string    LHa's\ SFX    \b, %.15s
  5982. >0x24    string    LHA's\ SFX    \b, %.15s
  5983. >1638    string    -lh5-        \b, LHa SFX archive v2.13S
  5984. >7195    string    Rar!        \b, RAR self-extracting archive
  5985. #
  5986. # [GRR 950118:  file 3.15 has a buffer-size limitation; offsets bigger than
  5987. #   8161 bytes are ignored.  To make the following entries work, increase
  5988. #   HOWMANY in file.h to 32K at least, and maybe to 70K or more for OS/2,
  5989. #   NT/Win32 and VMS.]
  5990. # [GRR:  some company sells a self-extractor/displayer for image data(!)]
  5991. #
  5992. >11696    string    PK\003\004    \b, PKZIP SFX archive v1.1
  5993. >13297    string    PK\003\004    \b, PKZIP SFX archive v1.93a
  5994. >15588    string    PK\003\004    \b, PKZIP2 SFX archive v1.09
  5995. >15770    string    PK\003\004    \b, PKZIP SFX archive v2.04g
  5996. >28374    string    PK\003\004    \b, PKZIP2 SFX archive v1.02
  5997. #
  5998. # Info-ZIP self-extractors
  5999. #    these are the DOS versions:
  6000. >25115    string    PK\003\004    \b, Info-ZIP SFX archive v5.12
  6001. >26331    string    PK\003\004    \b, Info-ZIP SFX archive v5.12 w/decryption
  6002. #    these are the OS/2 versions (OS/2 is flagged above):
  6003. >47031    string    PK\003\004    \b, Info-ZIP SFX archive v5.12
  6004. >49845    string    PK\003\004    \b, Info-ZIP SFX archive v5.12 w/decryption
  6005. #    this is the NT/Win32 version:
  6006. >69120    string    PK\003\004    \b, Info-ZIP NT SFX archive v5.12 w/decryption
  6007. #
  6008. # TELVOX Teleinformatica CODEC self-extractor for OS/2:
  6009. >49801    string    \x79\xff\x80\xff\x76\xff    \b, CODEC archive v3.21
  6010. >>49824    leshort        =1            \b, 1 file
  6011. >>49824    leshort        >1            \b, %u files
  6012.  
  6013. # .COM formats (Daniel Quinlan, quinlan@yggdrasil.com)
  6014. # Uncommenting only the first two lines will cover about 2/3 of COM files,
  6015. # but it isn't feasible to match all COM files since there must be at least
  6016. # two dozen different one-byte "magics".
  6017. #0    byte        0xe9        MS-DOS executable (COM)
  6018. #>6    string    SFX\ of\ LHarc    (%s)
  6019. #0    byte        0x8c        MS-DOS executable (COM)
  6020. # 0xeb conflicts with "sequent" magic
  6021. #0    byte        0xeb        MS-DOS executable (COM)
  6022. #0    byte        0xb8        MS-DOS executable (COM)
  6023.  
  6024. # miscellaneous formats
  6025. 0    string        LZ        MS-DOS executable (built-in)
  6026. #0    byte        0xf0        MS-DOS program library data
  6027. #
  6028.  
  6029. #
  6030. # Windows Registry files.
  6031. #
  6032. 0    string        regf        Windows NT registry file
  6033. 0    string        CREG        Windows 95 registry file
  6034.  
  6035. # Popular applications
  6036. 2080    string    Microsoft\ Word\ 6.0\ Document    %s
  6037. 2080    string    Documento\ Microsoft\ Word\ 6 Spanish Microsoft Word 6 document data
  6038. # Pawel Wiecek <coven@i17linuxb.ists.pwr.wroc.pl> (for polish Word)
  6039. 2112    string    MSWordDoc            Microsoft Word document data
  6040. #
  6041. 0    belong    0x31be0000            Microsoft Word Document
  6042. #
  6043. 0       string  PO^Q`                Microsoft Word 6.0 Document
  6044. #
  6045. 0    string    \376\067\0\043            Microsoft Office Document
  6046. 0    string    \320\317\021\340\241\261\032\341    Microsoft Office Document
  6047. 0    string    \333\245-\0\0\0            Microsoft Office Document
  6048. #
  6049. 2080    string    Microsoft\ Excel\ 5.0\ Worksheet    %s
  6050. #
  6051. # Pawel Wiecek <coven@i17linuxb.ists.pwr.wroc.pl> (for polish Excel)
  6052. 2114    string    Biff5        Microsoft Excel 5.0 Worksheet
  6053. #
  6054. 0    belong    0x00001a00    Lotus 1-2-3
  6055. >4    belong    0x00100400    wk3 document data
  6056. >4    belong    0x02100400    wk4 document data
  6057. >4    belong    0x07800100    fm3 or fmb document data
  6058. >4    belong    0x07800000    fm3 or fmb document data
  6059. #
  6060. 0    belong    0x00000200     Lotus 1-2-3
  6061. >4    belong    0x06040600    wk1 document data
  6062. >4    belong    0x06800200    fmt document data
  6063.  
  6064. # Help files
  6065. 0    string    ?_\3\0        MS Windows Help Data
  6066.  
  6067. # Microsoft CAB distribution format  Dale Worley <root@dworley.ny.mediaone.net>
  6068. 0    string        MSCF\000\000\000\000    Microsoft CAB file
  6069.  
  6070. #  DeIsL1.isu what this is I don't know
  6071. 0    string    \161\250\000\000\001\002    DeIsL1.isu whatever that is
  6072.  
  6073. # Winamp .avs
  6074. #0    string    Nullsoft\ AVS\ Preset\ \060\056\061\032    A plug in for Winamp ms-windows Freeware media player
  6075. 0    string    Nullsoft\ AVS\ Preset\     Winamp plug in
  6076.  
  6077. # Hyper terminal:
  6078. 0    string    HyperTerminal\     hyperterm
  6079. >15    string    1.0\ --\ HyperTerminal\ data\ file    MS-windows Hyperterminal
  6080.  
  6081. # Windows Metafont .WMF
  6082. 0    string    \327\315\306\232\000\000\000\000\000\000    ms-windows metafont .wmf
  6083.  
  6084. #tz3 files whatever that is (MS Works files)
  6085. 0    string    \003\001\001\004\070\001\000\000    tz3 ms-works file
  6086. 0    string    \003\002\001\004\070\001\000\000    tz3 ms-works file
  6087. 0    string    \003\003\001\004\070\001\000\000    tz3 ms-works file
  6088.  
  6089. # PGP sig files .sig
  6090. #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
  6091. 0 string \211\000\077\003\005\000\063\237\127\065\027\266\151\064\005\045\101\233\021\002 PGP sig
  6092. 0 string \211\000\077\003\005\000\063\237\127\066\027\266\151\064\005\045\101\233\021\002 PGP sig
  6093. 0 string \211\000\077\003\005\000\063\237\127\067\027\266\151\064\005\045\101\233\021\002 PGP sig
  6094. 0 string \211\000\077\003\005\000\063\237\127\070\027\266\151\064\005\045\101\233\021\002 PGP sig
  6095. 0 string \211\000\077\003\005\000\063\237\127\071\027\266\151\064\005\045\101\233\021\002 PGP sig
  6096. 0 string \211\000\225\003\005\000\062\122\207\304\100\345\042 PGP sig
  6097.  
  6098. # windows zips files .dmf
  6099. 0    string    MDIF\032\000\010\000\000\000\372\046\100\175\001\000\001\036\001\000 Ms-windows special zipped file
  6100.  
  6101.  
  6102. # Windows help file FTG FTS
  6103. 0    string    \164\146\115\122\012\000\000\000\001\000\000\000    ms-windows help cache
  6104.  
  6105. # grp old windows 3.1 group files
  6106. 0 string  \120\115\103\103    Ms-windows 3.1 group files
  6107.  
  6108.  
  6109. # lnk files windows symlinks
  6110. 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
  6111.  
  6112. #ico files
  6113. 0    string    \102\101\050\000\000\000\056\000\000\000\000\000\000\000    Icon for ms-windows
  6114.  
  6115. # Windows icons (Ian Springer <ips@fpk.hp.com>)
  6116. 0    string    \000\000\001\000    ms-windows icon resource
  6117. >4    byte    1            - 1 icon
  6118. >4    byte    >1            - %d icons
  6119. >>6    byte    >0            \b, %dx
  6120. >>>7    byte    >0            \b%d
  6121. >>8    byte    0            \b, 256-colors
  6122. >>8    byte    >0            \b, %d-colors
  6123.  
  6124.  
  6125. # True Type fonts currently misidentified as raw G3 data
  6126.  
  6127. 0    string    \000\001\000\000\000 MS-Windows true type font .ttf
  6128.  
  6129.  
  6130. # .chr files
  6131. 0    string    PK\010\010BGI    Borland font 
  6132. >4    string    >\0    %s
  6133. # then there is a copyright notice
  6134.  
  6135.  
  6136. # .bgi files
  6137. 0    string    pk\010\010BGI    Borland device 
  6138. >4    string    >\0    %s
  6139. # then there is a copyright notice
  6140.  
  6141.  
  6142. # recycled/info the windows trash bin index
  6143. 9    string    \000\000\000\030\001\000\000\000 ms-windows recycled bin info
  6144.  
  6145.  
  6146. ##### put in Either Magic/font or Magic/news
  6147. # Acroread or something  files wrongly identified as G3  .pfm
  6148. # these have the form \000 \001 any? \002 \000 \000
  6149. # or \000 \001 any? \022 \000 \000
  6150. #0    string  \000\001 pfm?
  6151. #>3    string  \022\000\000Copyright\  yes
  6152. #>3    string  \002\000\000Copyright\  yes
  6153. #>3    string  >\0     oops, not a font file. Cancel that.
  6154. #it clashes with ttf files so put it lower down.
  6155.  
  6156. # From Doug Lee via a FreeBSD pr
  6157. 9    string        GERBILDOC    First Choice document
  6158. 9    string        GERBILDB    First Choice database
  6159. 9    string        GERBILCLIP    First Choice database
  6160. 0    string        GERBIL        First Choice device file
  6161. 9    string        RABBITGRAPH    RabbitGraph file
  6162. 0    string        DCU1        Borland Delphi .DCU file
  6163. 0    string        !<spell>    MKS Spell hash list (old format)
  6164. 0    string        !<spell2>    MKS Spell hash list
  6165. 0    string        AH        Halo(TM) bitmapped font file
  6166. 0    lelong        0x08086b70    TurboC BGI file
  6167. 0    lelong        0x08084b50    TurboC Font file
  6168.  
  6169. # WARNING: below line conflicts with Infocom game data Z-machine 3
  6170. 0    byte        0x03        DBase 3 data file
  6171. >0x04    lelong        0        (no records)
  6172. >0x04    lelong        >0        (%ld records)
  6173. 0    byte        0x83        DBase 3 data file with memo(s)
  6174. >0x04    lelong        0        (no records)
  6175. >0x04    lelong        >0        (%ld records)
  6176. 0    leshort        0x0006        DBase 3 index file
  6177. 0    string        PMCC        Windows 3.x .GRP file
  6178. 1    string        RDC-meg        MegaDots 
  6179. >8    byte        >0x2F        version %c
  6180. >9    byte        >0x2F        \b.%c file
  6181. 0    lelong        0x4C
  6182. >4    lelong        0x00021401    Windows shortcut file
  6183.  
  6184. # DOS EPS Binary File Header
  6185. # From: Ed Sznyter <ews@Black.Market.NET>
  6186. 0    belong        0xC5D0D3C6    DOS EPS Binary File
  6187. >4    long        >0        Postscript starts at byte %d
  6188. >>8    long        >0        length %d
  6189. >>>12    long        >0        Metafile starts at byte %d
  6190. >>>>16    long        >0        length %d
  6191. >>>20    long        >0        TIFF starts at byte %d
  6192. >>>>24    long        >0        length %d
  6193.  
  6194. # TNEF magic From "Joomy" <joomy@se-ed.net> 
  6195. 0    leshort        0x223e9f78    TNEF
  6196.  
  6197. # HtmlHelp files (.chm)
  6198. 0    string  ITSF\003\000\000\000\x60\000\000\000\001\000\000\000    MS Windows HtmlHelp Data
  6199.  
  6200. # GFA-BASIC (Wolfram Kleff)
  6201. 2    string        GFA-BASIC3    GFA-BASIC 3 data
  6202.  
  6203. # DJGPP compiled files
  6204. # v >2, uses DPMI & small(2k) stub (Robert vd Boon, rjvdboon@europe.com)
  6205. 0x200    string        go32stub    DOS-executable compiled w/DJGPP
  6206. >0x20c    string        >0        (stub v%.4s)
  6207. >>0x8b2    string        djp        [compressed w/%s
  6208. >>>&1    string        >\0        %.4s]
  6209. >>0x8ad    string        UPX        [compressed w/%s
  6210. >>>&1    string        >\0        %.4s]
  6211. >>0x1c    string        pmodedj        stubbed with %s
  6212.  
  6213. #------------------------------------------------------------------------------
  6214. # msvc:  file(1) magic for msvc
  6215. # "H. Nanosecond" <aldomel@ix.netcom.com>
  6216. # Microsoft visual C
  6217. # I have version 1.0
  6218.  
  6219. # .aps
  6220. 0    string    HWB\000\377\001\000\000\000    Microsoft Visual C .APS file
  6221.  
  6222. # .ide
  6223. #too long 0    string    \102\157\162\154\141\156\144\040\103\053\053\040\120\162\157\152\145\143\164\040\106\151\154\145\012\000\032\000\002\000\262\000\272\276\372\316    MSVC .ide
  6224. 0    string    \102\157\162\154\141\156\144\040\103\053\053\040\120\162\157    MSVC .ide
  6225.  
  6226. # .res
  6227. 0    string    \000\000\000\000\040\000\000\000\377    MSVC .res
  6228. 0    string    \377\003\000\377\001\000\020\020\350    MSVC .res
  6229. 0    string    \377\003\000\377\001\000\060\020\350    MSVC .res
  6230.  
  6231. #.lib
  6232. 0    string    \360\015\000\000    Microsoft Visual C library
  6233. 0    string    \360\075\000\000    Microsoft Visual C library
  6234. 0    string    \360\175\000\000    Microsoft Visual C library
  6235.  
  6236. #.pch
  6237. 0    string    DTJPCH0\000\022\103\006\200    Microsoft Visual C .pch
  6238.  
  6239. # .pdb
  6240. # too long 0    string    Microsoft\ C/C++\ program\ database\ 
  6241. 0    string    Microsoft\ C/C++\     MSVC program database
  6242. >18    string    program\ database\     
  6243. >33    string    >\0    ver %s
  6244.  
  6245. #.sbr
  6246. 0    string    \000\002\000\007\000    MSVC .sbr
  6247. >5    string     >\0    %s
  6248.  
  6249. #.bsc
  6250. 0    string    \002\000\002\001    MSVC .bsc
  6251.  
  6252. #.wsp
  6253. 0    string    1.00\ .0000.0000\000\003    MSVC .wsp version 1.0000.0000
  6254. # these seem to start with the version and contain menus
  6255.  
  6256. #-----------------------------------------------------------------------------
  6257. # natinst:  file(1) magic for National Instruments Code Files
  6258.  
  6259. #
  6260. # From <egamez@fcfm.buap.mx> Enrique Gßmez-Flores
  6261. # version 1
  6262. # Many formats still missing, we use, for the moment LabVIEW
  6263. # We guess VXI format file. VISA, LabWindowsCVI, BridgeVIEW, etc, are missing
  6264. #
  6265. 0       string          RSRC            National Instruments,
  6266. # Check if it's a LabVIEW File
  6267. >8      string          LV              LabVIEW File,
  6268. # Check wich kind of file is
  6269. >>10    string          SB              Code Resource File, data
  6270. >>10    string          IN              Virtual Instrument Program, data
  6271. >>10    string          AR              VI Library, data
  6272. # This is for Menu Libraries
  6273. >8      string          LMNULBVW        Portable File Names, data
  6274. # This is for General Resources
  6275. >8      string          rsc             Resources File, data
  6276. # This is for VXI Package
  6277. 0       string          VMAP            National Instruments, VXI File, data
  6278.  
  6279. #------------------------------------------------------------------------------
  6280. # ncr:  file(1) magic for NCR Tower objects
  6281. #
  6282. # contributed by
  6283. # Michael R. Wayne  ***  TMC & Associates  ***  INTERNET: wayne@ford-vax.arpa
  6284. # uucp: {philabs | pyramid} !fmsrl7!wayne   OR   wayne@fmsrl7.UUCP
  6285. #
  6286. 0    beshort        000610    Tower/XP rel 2 object
  6287. >12       belong        >0    not stripped
  6288. >20       beshort        0407    executable
  6289. >20       beshort        0410    pure executable
  6290. >22       beshort        >0    - version %ld
  6291. 0    beshort        000615    Tower/XP rel 2 object
  6292. >12       belong        >0    not stripped
  6293. >20       beshort        0407    executable
  6294. >20       beshort        0410    pure executable
  6295. >22       beshort        >0    - version %ld
  6296. 0    beshort        000620    Tower/XP rel 3 object
  6297. >12       belong        >0    not stripped
  6298. >20       beshort        0407    executable
  6299. >20       beshort        0410    pure executable
  6300. >22       beshort        >0    - version %ld
  6301. 0    beshort        000625    Tower/XP rel 3 object
  6302. >12       belong        >0    not stripped
  6303. >20       beshort        0407    executable
  6304. >20       beshort        0410    pure executable
  6305. >22       beshort        >0    - version %ld
  6306. 0    beshort        000630    Tower32/600/400 68020 object
  6307. >12       belong        >0    not stripped
  6308. >20       beshort        0407    executable
  6309. >20       beshort        0410    pure executable
  6310. >22       beshort        >0    - version %ld
  6311. 0    beshort        000640    Tower32/800 68020
  6312. >18       beshort        &020000    w/68881 object
  6313. >18       beshort        &040000    compatible object
  6314. >18       beshort        &~060000    object
  6315. >20       beshort        0407    executable
  6316. >20       beshort        0413    pure executable
  6317. >12       belong        >0    not stripped
  6318. >22       beshort        >0    - version %ld
  6319. 0    beshort        000645    Tower32/800 68010
  6320. >18       beshort        &040000    compatible object
  6321. >18       beshort        &~060000 object
  6322. >20       beshort        0407    executable
  6323. >20       beshort        0413    pure executable
  6324. >12       belong        >0    not stripped
  6325. >22       beshort        >0    - version %ld
  6326.  
  6327. #------------------------------------------------------------------------------
  6328. # netbsd:  file(1) magic for NetBSD objects
  6329. #
  6330. # All new-style magic numbers are in network byte order.
  6331. #
  6332.  
  6333. 0    lelong            000000407    a.out NetBSD little-endian object file
  6334. >16    lelong            >0        not stripped
  6335. 0    belong            000000407    a.out NetBSD big-endian object file
  6336. >16    belong            >0        not stripped
  6337.  
  6338. 0    belong&0377777777    041400413    a.out NetBSD/i386 demand paged
  6339. >0    byte            &0x80        
  6340. >>20    lelong            <4096        shared library
  6341. >>20    lelong            =4096        dynamically linked executable
  6342. >>20    lelong            >4096        dynamically linked executable
  6343. >0    byte            ^0x80        executable
  6344. >16    lelong            >0        not stripped
  6345. 0    belong&0377777777    041400410    a.out NetBSD/i386 pure
  6346. >0    byte            &0x80        dynamically linked executable
  6347. >0    byte            ^0x80        executable
  6348. >16    lelong            >0        not stripped
  6349. 0    belong&0377777777    041400407    a.out NetBSD/i386
  6350. >0    byte            &0x80        dynamically linked executable
  6351. >0    byte            ^0x80
  6352. >>0    byte            &0x40        position independent
  6353. >>20    lelong            !0        executable
  6354. >>20    lelong            =0        object file
  6355. >16    lelong            >0        not stripped
  6356. 0    belong&0377777777    041400507    a.out NetBSD/i386 core
  6357. >12    string            >\0        from '%s'
  6358. >32    lelong            !0        (signal %d)
  6359.  
  6360. 0    belong&0377777777    041600413    a.out NetBSD/m68k demand paged
  6361. >0    byte            &0x80        
  6362. >>20    belong            <8192        shared library
  6363. >>20    belong            =8192        dynamically linked executable
  6364. >>20    belong            >8192        dynamically linked executable
  6365. >0    byte            ^0x80        executable
  6366. >16    belong            >0        not stripped
  6367. 0    belong&0377777777    041600410    a.out NetBSD/m68k pure
  6368. >0    byte            &0x80        dynamically linked executable
  6369. >0    byte            ^0x80        executable
  6370. >16    belong            >0        not stripped
  6371. 0    belong&0377777777    041600407    a.out NetBSD/m68k
  6372. >0    byte            &0x80        dynamically linked executable
  6373. >0    byte            ^0x80
  6374. >>0    byte            &0x40        position independent
  6375. >>20    belong            !0        executable
  6376. >>20    belong            =0        object file
  6377. >16    belong            >0        not stripped
  6378. 0    belong&0377777777    041600507    a.out NetBSD/m68k core
  6379. >12    string            >\0        from '%s'
  6380. >32    belong            !0        (signal %d)
  6381.  
  6382. 0    belong&0377777777    042000413    a.out NetBSD/m68k4k demand paged
  6383. >0    byte            &0x80        
  6384. >>20    belong            <4096        shared library
  6385. >>20    belong            =4096        dynamically linked executable
  6386. >>20    belong            >4096        dynamically linked executable
  6387. >0    byte            ^0x80        executable
  6388. >16    belong            >0        not stripped
  6389. 0    belong&0377777777    042000410    a.out NetBSD/m68k4k pure
  6390. >0    byte            &0x80        dynamically linked executable
  6391. >0    byte            ^0x80        executable
  6392. >16    belong            >0        not stripped
  6393. 0    belong&0377777777    042000407    a.out NetBSD/m68k4k
  6394. >0    byte            &0x80        dynamically linked executable
  6395. >0    byte            ^0x80
  6396. >>0    byte            &0x40        position independent
  6397. >>20    belong            !0        executable
  6398. >>20    belong            =0        object file
  6399. >16    belong            >0        not stripped
  6400. 0    belong&0377777777    042000507    a.out NetBSD/m68k4k core
  6401. >12    string            >\0        from '%s'
  6402. >32    belong            !0        (signal %d)
  6403.  
  6404. 0    belong&0377777777    042200413    a.out NetBSD/ns32532 demand paged
  6405. >0    byte            &0x80        
  6406. >>20    lelong            <4096        shared library
  6407. >>20    lelong            =4096        dynamically linked executable
  6408. >>20    lelong            >4096        dynamically linked executable
  6409. >0    byte            ^0x80        executable
  6410. >16    lelong            >0        not stripped
  6411. 0    belong&0377777777    042200410    a.out NetBSD/ns32532 pure
  6412. >0    byte            &0x80        dynamically linked executable
  6413. >0    byte            ^0x80        executable
  6414. >16    lelong            >0        not stripped
  6415. 0    belong&0377777777    042200407    a.out NetBSD/ns32532
  6416. >0    byte            &0x80        dynamically linked executable
  6417. >0    byte            ^0x80
  6418. >>0    byte            &0x40        position independent
  6419. >>20    lelong            !0        executable
  6420. >>20    lelong            =0        object file
  6421. >16    lelong            >0        not stripped
  6422. 0    belong&0377777777    042200507    a.out NetBSD/ns32532 core
  6423. >12    string            >\0        from '%s'
  6424. >32    lelong            !0        (signal %d)
  6425.  
  6426. 0    belong&0377777777    045200507    a.out NetBSD/powerpc core
  6427. >12    string            >\0        from '%s'
  6428.  
  6429. 0    belong&0377777777    042400413    a.out NetBSD/sparc demand paged
  6430. >0    byte            &0x80        
  6431. >>20    belong            <8192        shared library
  6432. >>20    belong            =8192        dynamically linked executable
  6433. >>20    belong            >8192        dynamically linked executable
  6434. >0    byte            ^0x80        executable
  6435. >16    belong            >0        not stripped
  6436. 0    belong&0377777777    042400410    a.out NetBSD/sparc pure
  6437. >0    byte            &0x80        dynamically linked executable
  6438. >0    byte            ^0x80        executable
  6439. >16    belong            >0        not stripped
  6440. 0    belong&0377777777    042400407    a.out NetBSD/sparc
  6441. >0    byte            &0x80        dynamically linked executable
  6442. >0    byte            ^0x80
  6443. >>0    byte            &0x40        position independent
  6444. >>20    belong            !0        executable
  6445. >>20    belong            =0        object file
  6446. >16    belong            >0        not stripped
  6447. 0    belong&0377777777    042400507    a.out NetBSD/sparc core
  6448. >12    string            >\0        from '%s'
  6449. >32    belong            !0        (signal %d)
  6450.  
  6451. 0    belong&0377777777    042600413    a.out NetBSD/pmax demand paged
  6452. >0    byte            &0x80        
  6453. >>20    lelong            <4096        shared library
  6454. >>20    lelong            =4096        dynamically linked executable
  6455. >>20    lelong            >4096        dynamically linked executable
  6456. >0    byte            ^0x80        executable
  6457. >16    lelong            >0        not stripped
  6458. 0    belong&0377777777    042600410    a.out NetBSD/pmax pure
  6459. >0    byte            &0x80        dynamically linked executable
  6460. >0    byte            ^0x80        executable
  6461. >16    lelong            >0        not stripped
  6462. 0    belong&0377777777    042600407    a.out NetBSD/pmax
  6463. >0    byte            &0x80        dynamically linked executable
  6464. >0    byte            ^0x80
  6465. >>0    byte            &0x40        position independent
  6466. >>20    lelong            !0        executable
  6467. >>20    lelong            =0        object file
  6468. >16    lelong            >0        not stripped
  6469. 0    belong&0377777777    042600507    a.out NetBSD/pmax core
  6470. >12    string            >\0        from '%s'
  6471. >32    lelong            !0        (signal %d)
  6472.  
  6473. 0    belong&0377777777    043000413    a.out NetBSD/vax 1k demand paged
  6474. >0    byte            &0x80        
  6475. >>20    lelong            <4096        shared library
  6476. >>20    lelong            =4096        dynamically linked executable
  6477. >>20    lelong            >4096        dynamically linked executable
  6478. >0    byte            ^0x80        executable
  6479. >16    lelong            >0        not stripped
  6480. 0    belong&0377777777    043000410    a.out NetBSD/vax 1k pure
  6481. >0    byte            &0x80        dynamically linked executable
  6482. >0    byte            ^0x80        executable
  6483. >16    lelong            >0        not stripped
  6484. 0    belong&0377777777    043000407    a.out NetBSD/vax 1k
  6485. >0    byte            &0x80        dynamically linked executable
  6486. >0    byte            ^0x80
  6487. >>0    byte            &0x40        position independent
  6488. >>20    lelong            !0        executable
  6489. >>20    lelong            =0        object file
  6490. >16    lelong            >0        not stripped
  6491. 0    belong&0377777777    043000507    a.out NetBSD/vax 1k core
  6492. >12    string            >\0        from '%s'
  6493. >32    lelong            !0        (signal %d)
  6494.  
  6495. 0    belong&0377777777    045400413    a.out NetBSD/vax 4k demand paged
  6496. >0    byte            &0x80        
  6497. >>20    lelong            <4096        shared library
  6498. >>20    lelong            =4096        dynamically linked executable
  6499. >>20    lelong            >4096        dynamically linked executable
  6500. >0    byte            ^0x80        executable
  6501. >16    lelong            >0        not stripped
  6502. 0    belong&0377777777    045400410    a.out NetBSD/vax 4k pure
  6503. >0    byte            &0x80        dynamically linked executable
  6504. >0    byte            ^0x80        executable
  6505. >16    lelong            >0        not stripped
  6506. 0    belong&0377777777    045400407    a.out NetBSD/vax 4k
  6507. >0    byte            &0x80        dynamically linked executable
  6508. >0    byte            ^0x80
  6509. >>0    byte            &0x40        position independent
  6510. >>20    lelong            !0        executable
  6511. >>20    lelong            =0        object file
  6512. >16    lelong            >0        not stripped
  6513. 0    belong&0377777777    045400507    a.out NetBSD/vax 4k core
  6514. >12    string            >\0        from '%s'
  6515. >32    lelong            !0        (signal %d)
  6516.  
  6517. # NetBSD/alpha does not support (and has never supported) a.out objects,
  6518. # so no rules are provided for them.  NetBSD/alpha ELF objects are 
  6519. # dealt with in "elf".
  6520. 0    lelong        0x00070185        ECOFF NetBSD/alpha binary
  6521. >10    leshort        0x0001            not stripped
  6522. >10    leshort        0x0000            stripped
  6523. 0    belong&0377777777    043200507    a.out NetBSD/alpha core
  6524. >12    string            >\0        from '%s'
  6525. >32    lelong            !0        (signal %d)
  6526.  
  6527. 0    belong&0377777777    043400413    a.out NetBSD/mips demand paged
  6528. >0    byte            &0x80        
  6529. >>20    belong            <8192        shared library
  6530. >>20    belong            =8192        dynamically linked executable
  6531. >>20    belong            >8192        dynamically linked executable
  6532. >0    byte            ^0x80        executable
  6533. >16    belong            >0        not stripped
  6534. 0    belong&0377777777    043400410    a.out NetBSD/mips pure
  6535. >0    byte            &0x80        dynamically linked executable
  6536. >0    byte            ^0x80        executable
  6537. >16    belong            >0        not stripped
  6538. 0    belong&0377777777    043400407    a.out NetBSD/mips
  6539. >0    byte            &0x80        dynamically linked executable
  6540. >0    byte            ^0x80
  6541. >>0    byte            &0x40        position independent
  6542. >>20    belong            !0        executable
  6543. >>20    belong            =0        object file
  6544. >16    belong            >0        not stripped
  6545. 0    belong&0377777777    043400507    a.out NetBSD/mips core
  6546. >12    string            >\0        from '%s'
  6547. >32    belong            !0        (signal %d)
  6548.  
  6549. 0    belong&0377777777    043600413    a.out NetBSD/arm32 demand paged
  6550. >0    byte            &0x80
  6551. >>20    lelong            <4096        shared library
  6552. >>20    lelong            =4096        dynamically linked executable
  6553. >>20    lelong            >4096        dynamically linked executable
  6554. >0    byte            ^0x80        executable
  6555. >16    lelong            >0        not stripped
  6556. 0    belong&0377777777    043600410    a.out NetBSD/arm32 pure
  6557. >0    byte            &0x80        dynamically linked executable
  6558. >0    byte            ^0x80        executable
  6559. >16    lelong            >0        not stripped
  6560. 0    belong&0377777777    043600407    a.out NetBSD/arm32
  6561. >0    byte            &0x80        dynamically linked executable
  6562. >0    byte            ^0x80
  6563. >>0    byte            &0x40        position independent
  6564. >>20    lelong            !0        executable
  6565. >>20    lelong            =0        object file
  6566. >16    lelong            >0        not stripped
  6567. # NetBSD/arm26 has always used ELF objects, but it shares a core file
  6568. # format with NetBSD/arm32.
  6569. 0    belong&0377777777    043600507    a.out NetBSD/arm core
  6570. >12    string            >\0        from '%s'
  6571. >32    lelong            !0        (signal %d)
  6572.  
  6573. #------------------------------------------------------------------------------
  6574. # netscape:  file(1) magic for Netscape files
  6575. # "H. Nanosecond" <aldomel@ix.netcom.com>
  6576. # version 3 and 4 I think
  6577. #
  6578.  
  6579. # Netscape Address book  .nab
  6580. 0    string \000\017\102\104\000\000\000\000\000\000\001\000\000\000\000\002\000\000\000\002\000\000\004\000 Netscape Address book
  6581.  
  6582. # .snm Caches
  6583. 0    string        #\ Netscape\ folder\ cache    Netscape folder cache
  6584. 0    string    \000\036\204\220\000    Netscape folder cache
  6585. # .n2p 
  6586. # Net 2 Phone 
  6587. #0    string    123\130\071\066\061\071\071\071\060\070\061\060\061\063\060
  6588. 0    string    SX961999    Net2phone
  6589.  
  6590. #
  6591. #This is files ending in .art, FIXME add more rules
  6592. 0       string          JG\004\016\0\0\0\0      ART
  6593.  
  6594. #------------------------------------------------------------------------------
  6595. # news:  file(1) magic for SunOS NeWS fonts (not "news" as in "netnews")
  6596. #
  6597. 0    string        StartFontMetrics    ASCII font metrics
  6598. 0    string        StartFont    ASCII font bits
  6599. 0    belong        0x137A2944    NeWS bitmap font
  6600. 0    belong        0x137A2947    NeWS font family
  6601. 0    belong        0x137A2950    scalable OpenFont binary
  6602. 0    belong        0x137A2951    encrypted scalable OpenFont binary
  6603. 8    belong        0x137A2B45    X11/NeWS bitmap font
  6604. 8    belong        0x137A2B48    X11/NeWS font family
  6605. #------------------------------------------------------------------------------
  6606. # nitpicker:  file(1) magic for Flowfiles.
  6607. # From: Christian Jachmann <C.Jachmann@gmx.net> http://www.nitpicker.de
  6608. 0    string    NPFF    NItpicker Flow File 
  6609. >4    byte    x    V%d.
  6610. >5    byte    x    %d
  6611. >6    bedate    x    started: %s
  6612. >10    bedate    x    stopped: %s
  6613. >14    belong    x    Bytes: %u
  6614. >18    belong    x    Bytes1: %u
  6615. >22    belong    x    Flows: %u
  6616. >26    belong    x    Pkts: %u
  6617.  
  6618. #------------------------------------------------------------------------------
  6619. # ocaml: file(1) magic for Objective Caml files.
  6620. 0    string    Caml1999    Objective caml
  6621. >8    string    X        exec file
  6622. >8    string    I        interface file (.cmi)
  6623. >8    string    O        object file (.cmo)
  6624. >8    string    A        library file (.cma)
  6625. >8    string    Y        native object file (.cmx)
  6626. >8    string    Z        native library file (.cmxa)
  6627. >8    string    M        abstract syntax tree implementation file
  6628. >8    string    N        abstract syntax tree interface file
  6629. >9    string    >\0        (Version %3.3s).
  6630. #------------------------------------------------------------------------------
  6631. # octave binary data file(1) magic, from Dirk Eddelbuettel <edd@debian.org>
  6632. 0    string        Octave-1-L    Octave binary data (little endian)
  6633. 0    string        Octave-1-B    Octave binary data (big endian)
  6634.  
  6635. #------------------------------------------------------------------------------
  6636. # olf:  file(1) magic for OLF executables
  6637. #
  6638. # We have to check the byte order flag to see what byte order all the
  6639. # other stuff in the header is in.
  6640. #
  6641. # MIPS R3000 may also be for MIPS R2000.
  6642. # What're the correct byte orders for the nCUBE and the Fujitsu VPP500?
  6643. #
  6644. # Created by Erik Theisen <etheisen@openbsd.org>
  6645. # Based on elf from Daniel Quinlan <quinlan@yggdrasil.com>
  6646. 0    string        \177OLF        OLF
  6647. >4    byte        0        invalid class
  6648. >4    byte        1        32-bit
  6649. >4    byte        2        64-bit
  6650. >7    byte        0        invalid os
  6651. >7    byte        1        OpenBSD
  6652. >7    byte        2        NetBSD
  6653. >7    byte        3        FreeBSD
  6654. >7    byte        4        4.4BSD
  6655. >7    byte        5        Linux
  6656. >7    byte        6        SVR4
  6657. >7    byte        7        esix
  6658. >7    byte        8        Solaris
  6659. >7    byte        9        Irix
  6660. >7    byte        10        SCO
  6661. >7    byte        11        Dell
  6662. >7    byte        12        NCR
  6663. >5    byte        0        invalid byte order
  6664. >5    byte        1        LSB
  6665. >>16    leshort        0        no file type,
  6666. >>16    leshort        1        relocatable,
  6667. >>16    leshort        2        executable,
  6668. >>16    leshort        3        shared object,
  6669. # Core handling from Peter Tobias <tobias@server.et-inf.fho-emden.de>
  6670. # corrections by Christian 'Dr. Disk' Hechelmann <drdisk@ds9.au.s.shuttle.de>
  6671. >>16    leshort        4        core file
  6672. >>>(0x38+0xcc) string    >\0        of '%s'
  6673. >>>(0x38+0x10) lelong    >0        (signal %d),
  6674. >>16    leshort        &0xff00        processor-specific,
  6675. >>18    leshort        0        no machine,
  6676. >>18    leshort        1        AT&T WE32100 - invalid byte order,
  6677. >>18    leshort        2        SPARC - invalid byte order,
  6678. >>18    leshort        3        Intel 80386,
  6679. >>18    leshort        4        Motorola 68000 - invalid byte order,
  6680. >>18    leshort        5        Motorola 88000 - invalid byte order,
  6681. >>18    leshort        6        Intel 80486,
  6682. >>18    leshort        7        Intel 80860,
  6683. >>18    leshort        8        MIPS R3000_BE - invalid byte order,
  6684. >>18    leshort        9        Amdahl - invalid byte order,
  6685. >>18    leshort        10        MIPS R3000_LE,
  6686. >>18    leshort        11        RS6000 - invalid byte order,
  6687. >>18    leshort        15        PA-RISC - invalid byte order,
  6688. >>18    leshort        16        nCUBE,
  6689. >>18    leshort        17        VPP500,
  6690. >>18    leshort        18        SPARC32PLUS,
  6691. >>18    leshort        20        PowerPC,
  6692. >>18    leshort        0x9026        Alpha,
  6693. >>20    lelong        0        invalid version
  6694. >>20    lelong        1        version 1
  6695. >>36    lelong        1        MathCoPro/FPU/MAU Required
  6696. >8    string        >\0        (%s)
  6697. >5    byte        2        MSB
  6698. >>16    beshort        0        no file type,
  6699. >>16    beshort        1        relocatable,
  6700. >>16    beshort        2        executable,
  6701. >>16    beshort        3        shared object,
  6702. >>16    beshort        4        core file,
  6703. >>>(0x38+0xcc) string    >\0        of '%s'
  6704. >>>(0x38+0x10) belong    >0        (signal %d),
  6705. >>16    beshort        &0xff00        processor-specific,
  6706. >>18    beshort        0        no machine,
  6707. >>18    beshort        1        AT&T WE32100,
  6708. >>18    beshort        2        SPARC,
  6709. >>18    beshort        3        Intel 80386 - invalid byte order,
  6710. >>18    beshort        4        Motorola 68000,
  6711. >>18    beshort        5        Motorola 88000,
  6712. >>18    beshort        6        Intel 80486 - invalid byte order,
  6713. >>18    beshort        7        Intel 80860,
  6714. >>18    beshort        8        MIPS R3000_BE,
  6715. >>18    beshort        9        Amdahl,
  6716. >>18    beshort        10        MIPS R3000_LE - invalid byte order,
  6717. >>18    beshort        11        RS6000,
  6718. >>18    beshort        15        PA-RISC,
  6719. >>18    beshort        16        nCUBE,
  6720. >>18    beshort        17        VPP500,
  6721. >>18    beshort        18        SPARC32PLUS,
  6722. >>18    beshort        20        PowerPC or cisco 4500,
  6723. >>18    beshort        21        cisco 7500,
  6724. >>18    beshort        24        cisco SVIP,
  6725. >>18    beshort        25        cisco 7200,
  6726. >>18    beshort        36        cisco 12000,
  6727. >>18    beshort        0x9026        Alpha,
  6728. >>20    belong        0        invalid version
  6729. >>20    belong        1        version 1
  6730. >>36    belong        1        MathCoPro/FPU/MAU Required
  6731.  
  6732. #------------------------------------------------------------------------------
  6733. # os2:  file(1) magic for OS/2 files
  6734. #
  6735.  
  6736. # Provided 1998/08/22 by
  6737. # David Mediavilla <davidme.news@REMOVEIFNOTSPAMusa.net>
  6738. 1    string    InternetShortcut    MS Windows 95 Internet shortcut text
  6739. >24    string    >\            (URL=<%s>)
  6740.  
  6741. # OS/2 URL objects
  6742. # Provided 1998/08/22 by
  6743. # David Mediavilla <davidme.news@REMOVEIFNOTSPAMusa.net>
  6744. 0    string    http:            OS/2 URL object text
  6745. >5    string    >\            (WWW) <http:%s>
  6746. 0    string    mailto:            OS/2 URL object text
  6747. >7    string    >\            (email) <%s>
  6748. 0    string    news:            OS/2 URL object text
  6749. >5    string    >\            (Usenet) <%s>
  6750. 0    string    ftp:            OS/2 URL object text
  6751. >4    string    >\            (FTP) <ftp:%s>
  6752. 0    string    file:            OS/2 URL object text
  6753. >5    string    >\            (Local file) <%s>
  6754.  
  6755. # >>>>> OS/2 INF/HLP <<<<<  (source: Daniel Dissett ddissett@netcom.com)
  6756. # Carl Hauser (chauser.parc@xerox.com) and 
  6757. # Marcus Groeber (marcusg@ph-cip.uni-koeln.de)
  6758. # list the following header format in inf02a.doc:
  6759. #
  6760. #  int16 ID;           // ID magic word (5348h = "HS")
  6761. #  int8  unknown1;     // unknown purpose, could be third letter of ID
  6762. #  int8  flags;        // probably a flag word...
  6763. #                      //  bit 0: set if INF style file
  6764. #                      //  bit 4: set if HLP style file
  6765. #                      // patching this byte allows reading HLP files
  6766. #                      // using the VIEW command, while help files 
  6767. #                      // seem to work with INF settings here as well.
  6768. #  int16 hdrsize;      // total size of header
  6769. #  int16 unknown2;     // unknown purpose
  6770. 0   string  HSP\x01\x9b\x00 OS/2 INF
  6771. >107 string >0                      (%s)
  6772. 0   string  HSP\x10\x9b\x00     OS/2 HLP
  6773. >107 string >0                      (%s)
  6774.  
  6775. # OS/2 INI (this is a guess)
  6776. 0  string   \xff\xff\xff\xff\x14\0\0\0  OS/2 INI
  6777. #
  6778. # Copyright (c) 1996 Ignatios Souvatzis. All rights reserved.
  6779. #
  6780. # Redistribution and use in source and binary forms, with or without
  6781. # modification, are permitted provided that the following conditions
  6782. # are met:
  6783. # 1. Redistributions of source code must retain the above copyright
  6784. #    notice, this list of conditions and the following disclaimer.
  6785. # 2. Redistributions in binary form must reproduce the above copyright
  6786. #    notice, this list of conditions and the following disclaimer in the
  6787. #    documentation and/or other materials provided with the distribution.
  6788. # 3. All advertising materials mentioning features or use of this software
  6789. #    must display the following acknowledgement:
  6790. #      This product includes software developed by Ignatios Souvatzis for
  6791. #      the NetBSD project.
  6792. # 4. The name of the author may not be used to endorse or promote products
  6793. #    derived from this software without specific prior written permission.
  6794. #
  6795. #
  6796. # THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  6797. # IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  6798. # OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  
  6799. # IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  6800. # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  6801. # PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
  6802. # OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
  6803. # WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
  6804. # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
  6805. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  6806. #
  6807. #
  6808. #
  6809. # OS9/6809 module descriptions:
  6810. #
  6811. 0    beshort        0x87CD    OS9/6809 module:
  6812. #
  6813. >6    byte&0x0f    0x00    non-executable
  6814. >6    byte&0x0f    0x01    machine language
  6815. >6    byte&0x0f    0x02    BASIC I-code
  6816. >6    byte&0x0f    0x03    P-code
  6817. >6    byte&0x0f    0x04    C I-code
  6818. >6    byte&0x0f    0x05    COBOL I-code
  6819. >6    byte&0x0f    0x06    FORTRAN I-code
  6820. #
  6821. >6    byte&0xf0    0x10    program executable
  6822. >6    byte&0xf0    0x20    subroutine
  6823. >6    byte&0xf0    0x30    multi-module
  6824. >6    byte&0xf0    0x40    data module
  6825. #
  6826. >6    byte&0xf0    0xC0    system module
  6827. >6    byte&0xf0    0xD0    file manager
  6828. >6    byte&0xf0    0xE0    device driver
  6829. >6    byte&0xf0    0xF0    device descriptor
  6830. #
  6831. # OS9/m68k stuff (to be continued)
  6832. #
  6833. 0    beshort        0x4AFC    OS9/68K module:
  6834. #
  6835. # attr
  6836. >14    byte&0x80    0x80    re-entrant
  6837. >14    byte&0x40    0x40    ghost
  6838. >14    byte&0x20    0x20    system-state
  6839. #
  6840. # lang:
  6841. #
  6842. >13    byte        1    machine language
  6843. >13    byte        2    BASIC I-code
  6844. >13    byte        3    P-code
  6845. >13    byte        4    C I-code
  6846. >13    byte        5    COBOL I-code
  6847. >13    byte        6    Fortran I-code
  6848. #
  6849. #
  6850. # type:
  6851. #
  6852. >12    byte        1    program executable
  6853. >12    byte        2    subroutine
  6854. >12    byte        3    multi-module
  6855. >12    byte        4    data module
  6856. >12    byte        11    trap library
  6857. >12    byte        12    system module
  6858. >12    byte        13    file manager
  6859. >12    byte        14    device driver
  6860. >12    byte        15    device descriptor
  6861. #
  6862. # Mach magic number info
  6863. #
  6864. 0    long        0xefbe    OSF/Rose object
  6865. # I386 magic number info
  6866. #
  6867. 0    short        0565    i386 COFF object
  6868.  
  6869. #------------------------------------------------------------------------------
  6870. # palm:  file(1) magic for PalmOS {.prc,.pdb}: applications, docfiles, and hacks
  6871. #
  6872. # Brian Lalor <blalor@hcirisc.cs.binghamton.edu>
  6873.  
  6874. # appl
  6875. 60      belong                  0x6170706c      PalmOS application
  6876. >0      string                  >\0             "%s"
  6877. # TEXt
  6878. 60      belong                  0x54455874      AportisDoc file
  6879. >0      string                  >\0             "%s"
  6880. # HACK
  6881. 60      belong                  0x4841434b      HackMaster hack
  6882. >0      string                  >\0             "%s"
  6883.  
  6884. # Variety of PalmOS document types
  6885. # Michael-John Turner <mj@debian.org>
  6886. # Thanks to Hasan Umit Ezerce <humit@tr-net.net.tr> for his DocType
  6887. 60    string                    BVokBDIC    BDicty PalmOS document
  6888. >0    string                  >\0             "%s"
  6889. 60    string                    DB99DBOS    DB PalmOS document
  6890. >0    string                  >\0             "%s"
  6891. 60    string                    vIMGView    FireViewer/ImageViewer PalmOS document
  6892. >0    string                  >\0             "%s"
  6893. 60    string                    PmDBPmDB    HanDBase PalmOS document
  6894. >0    string                  >\0             "%s"
  6895. 60    string                    InfoINDB    InfoView PalmOS document
  6896. >0    string                  >\0             "%s"
  6897. 60    string                    ToGoToGo    iSilo PalmOS document
  6898. >0    string                  >\0             "%s"
  6899. 60    string                    JfDbJBas    JFile PalmOS document
  6900. >0    string                  >\0             "%s"
  6901. 60    string                    JfDbJFil    JFile Pro PalmOS document
  6902. >0    string                  >\0             "%s"
  6903. 60    string                    DATALSdb    List PalmOS document
  6904. >0    string                  >\0             "%s"
  6905. 60    string                    Mdb1Mdb1    MobileDB PalmOS document
  6906. >0    string                  >\0             "%s"
  6907. 60    string                    PNRdPPrs    PeanutPress PalmOS document
  6908. >0    string                  >\0             "%s"
  6909. 60    string                    DataPlkr    Plucker PalmOS document
  6910. >0    string                  >\0             "%s"
  6911. 60    string                    DataSprd    QuickSheet PalmOS document
  6912. >0    string                  >\0             "%s"
  6913. 60    string                    SM01SMem    SuperMemo PalmOS document
  6914. >0    string                  >\0             "%s"
  6915. 60    string                    DataTlPt    TealDoc PalmOS document
  6916. >0    string                  >\0             "%s"
  6917. 60    string                    InfoTlIf    TealInfo PalmOS document
  6918. >0    string                  >\0             "%s"
  6919. 60    string                    DataTlMl    TealMeal PalmOS document
  6920. >0    string                  >\0             "%s"
  6921. 60    string                    DataTlPt    TealPaint PalmOS document
  6922. >0    string                  >\0             "%s"
  6923. 60    string                    dataTDBP    ThinkDB PalmOS document
  6924. >0    string                  >\0             "%s"
  6925. 60    string                    TdatTide    Tides PalmOS document
  6926. >0    string                  >\0             "%s"
  6927. 60    string                    ToRaTRPW    TomeRaider PalmOS document
  6928. >0    string                  >\0             "%s"
  6929.  
  6930. # A GutenPalm zTXT etext for use on Palm Pilots (http://gutenpalm.sf.net)
  6931. # For version 1.xx zTXTs, outputs version and numbers of bookmarks and
  6932. #   annotations.
  6933. # For other versions, just outputs version.
  6934. #
  6935. 0x3C        string        zTXT        A GutenPalm zTXT e-book
  6936. >0        string        >\0        "%s"
  6937. >(0x4E.L)    byte        0
  6938. >>(0x4E.L+1)    byte        x        (v0.%02d)
  6939. >(0x4E.L)    byte        1
  6940. >>(0x4E.L+1)    byte        x        (v1.%02d)
  6941. >>>(0x4E.L+10)    beshort        >0
  6942. >>>>(0x4E.L+10) beshort        <2        - 1 bookmark
  6943. >>>>(0x4E.L+10) beshort        >1        - %d bookmarks
  6944. >>>(0x4E.L+14)    beshort        >0
  6945. >>>>(0x4E.L+14) beshort        <2        - 1 annotation
  6946. >>>>(0x4E.L+14) beshort        >1        - %d annotations
  6947. >(0x4E.L)    byte        >1        (v%d.
  6948. >>(0x4E.L+1)    byte        x        %02d)
  6949.  
  6950. # Palm OS .prc file types
  6951. 0x3C        string        libr        Palm OS dynamic library data
  6952. >0        string        >\0        "%s"
  6953. 0x3C        string        ptch        Palm OS operating system patch data
  6954. >0        string        >\0        "%s"
  6955.  
  6956. #------------------------------------------------------------------------------
  6957. #
  6958. # Parix COFF executables
  6959. # From: Ignatios Souvatzis <ignatios@cs.uni-bonn.de>
  6960. #
  6961. 0    beshort&0xfff    0xACE    PARIX
  6962. >0    byte&0xf0    0x80    T800
  6963. >0    byte&0xf0    0x90    T9000
  6964. >19    byte&0x02    0x02    executable
  6965. >19    byte&0x02    0x00    object
  6966. >19    byte&0x0c    0x00    not stripped
  6967.  
  6968. #------------------------------------------------------------------------------
  6969. # pbm:  file(1) magic for Portable Bitmap files
  6970. #
  6971. # XXX - byte order?
  6972. #
  6973. 0    short    0x2a17    "compact bitmap" format (Poskanzer)
  6974. #------------------------------------------------------------------------------
  6975. # pdf:  file(1) magic for Portable Document Format
  6976. #
  6977.  
  6978. 0    string        %PDF-        PDF document
  6979. >5    byte        x        \b, version %c
  6980. >7    byte        x        \b.%c
  6981.  
  6982. #------------------------------------------------------------------------------
  6983. # pdp:  file(1) magic for PDP-11 executable/object and APL workspace
  6984. #
  6985. 0    lelong        0101555        PDP-11 single precision APL workspace
  6986. 0    lelong        0101554        PDP-11 double precision APL workspace
  6987. #
  6988. # PDP-11 a.out
  6989. #
  6990. 0    leshort        0407        PDP-11 executable
  6991. >8    leshort        >0        not stripped
  6992. >15    byte        >0        - version %ld
  6993.  
  6994. 0    leshort        0401        PDP-11 UNIX/RT ldp
  6995. 0    leshort        0405        PDP-11 old overlay
  6996.  
  6997. 0    leshort        0410        PDP-11 pure executable
  6998. >8    leshort        >0        not stripped
  6999. >15    byte        >0        - version %ld
  7000.  
  7001. 0    leshort        0411        PDP-11 separate I&D executable
  7002. >8    leshort        >0        not stripped
  7003. >15    byte        >0        - version %ld
  7004.  
  7005. 0    leshort        0437        PDP-11 kernel overlay
  7006.  
  7007. # These last three are derived from 2.11BSD file(1)
  7008. 0    leshort        0413        PDP-11 demand-paged pure executable
  7009. >8    leshort        >0        not stripped
  7010.  
  7011. 0    leshort        0430        PDP-11 overlaid pure executable
  7012. >8    leshort        >0        not stripped
  7013.  
  7014. 0    leshort        0431        PDP-11 overlaid separate executable
  7015. >8    leshort        >0        not stripped
  7016.  
  7017. #------------------------------------------------------------------------------
  7018. # perl:  file(1) magic for Larry Wall's perl language.
  7019. #
  7020. # The ``eval'' line recognizes an outrageously clever hack for USG systems.
  7021. # Keith Waclena <keith@cerberus.uchicago.edu>
  7022. # Send additions to <perl5-porters@perl.org>
  7023. 0    string/b    #!\ /bin/perl            perl script text executable
  7024. 0    string        eval\ "exec\ /bin/perl        perl script text
  7025. 0    string/b    #!\ /usr/bin/perl        perl script text executable
  7026. 0    string        eval\ "exec\ /usr/bin/perl    perl script text
  7027. 0    string/b    #!\ /usr/local/bin/perl        perl script text
  7028. 0    string        eval\ "exec\ /usr/local/bin/perl    perl script text executable
  7029. 0    string        eval\ '(exit\ $?0)'\ &&\ eval\ 'exec    perl script text
  7030.  
  7031. # a couple more, by me
  7032. # XXX: christos matches
  7033. #0    regex        package        Perl5 module source text (via regex)
  7034. 0    string        package        Perl5 module source text
  7035.  
  7036. #------------------------------------------------------------------------------
  7037. # pgp:  file(1) magic for Pretty Good Privacy
  7038. #
  7039. 0       beshort         0x9900                  PGP key public ring
  7040. 0       beshort         0x9501                  PGP key security ring
  7041. 0       beshort         0x9500                  PGP key security ring
  7042. 0    beshort        0xa600            PGP encrypted data
  7043. 0       string          -----BEGIN\040PGP       PGP armored data
  7044. >15     string          PUBLIC\040KEY\040BLOCK- public key block
  7045. >15     string          MESSAGE-                message
  7046. >15     string          SIGNED\040MESSAGE-      signed message
  7047. >15     string          PGP\040SIGNATURE-       signature
  7048.  
  7049. #------------------------------------------------------------------------------
  7050. # pkgadd:  file(1) magic for SysV R4 PKG Datastreams
  7051. #
  7052. 0       string          #\ PaCkAgE\ DaTaStReAm  pkg Datastream (SVR4)
  7053.  
  7054. #------------------------------------------------------------------------------
  7055. # plus5:  file(1) magic for Plus Five's UNIX MUMPS
  7056. #
  7057. # XXX - byte order?  Paging Hokey....
  7058. #
  7059. 0    short        0x259        mumps avl global
  7060. >2    byte        >0        (V%d)
  7061. >6    byte        >0        with %d byte name
  7062. >7    byte        >0        and %d byte data cells
  7063. 0    short        0x25a        mumps blt global
  7064. >2    byte        >0        (V%d)
  7065. >8    short        >0        - %d byte blocks
  7066. >15    byte        0x00        - P/D format
  7067. >15    byte        0x01        - P/K/D format
  7068. >15    byte        0x02        - K/D format
  7069. >15    byte        >0x02        - Bad Flags
  7070.  
  7071. #------------------------------------------------------------------------------
  7072. # printer:  file(1) magic for printer-formatted files
  7073. #
  7074.  
  7075. # PostScript, updated by Daniel Quinlan (quinlan@yggdrasil.com)
  7076. 0    string        %!        PostScript document text
  7077. >2    string        PS-Adobe-    conforming
  7078. >>11    string        >\0        at level %.3s
  7079. >>>15    string        EPS        - type %s
  7080. >>>15    string        Query        - type %s
  7081. >>>15    string        ExitServer    - type %s
  7082. # Some PCs have the annoying habit of adding a ^D as a document separator
  7083. 0    string        \004%!        PostScript document text
  7084. >3    string        PS-Adobe-    conforming
  7085. >>12    string        >\0        at level %.3s
  7086. >>>16    string        EPS        - type %s
  7087. >>>16    string        Query        - type %s
  7088. >>>16    string        ExitServer    - type %s
  7089. 0    string        \033%-12345X%!PS    PostScript document
  7090.  
  7091.  
  7092. # DOS EPS Binary File Header
  7093. # From: Ed Sznyter <ews@Black.Market.NET>
  7094. 0       belong          0xC5D0D3C6      DOS EPS Binary File
  7095. >4      long            >0              Postscript starts at byte %d
  7096. >>8     long            >0              length %d
  7097. >>>12   long            >0              Metafile starts at byte %d
  7098. >>>>16  long            >0              length %d
  7099. >>>20   long            >0              TIFF starts at byte %d
  7100. >>>>24  long            >0              length %d
  7101.  
  7102. # Adobe's PostScript Printer Description (PPD) files
  7103. #       Yves Arrouye <arrouye@marin.fdn.fr>
  7104. #
  7105. 0      string          *PPD-Adobe:    PPD file
  7106. >13    string          x              \b, ve
  7107.  
  7108. # HP Printer Job Language
  7109. 0    string        \033%-12345X@PJL    HP Printer Job Language data
  7110. # HP Printer Job Language
  7111. # The header found on Win95 HP plot files is the "Silliest Thing possible" 
  7112. # (TM)
  7113. # Every driver puts the language at some random position, with random case
  7114. # (LANGUAGE and Language)
  7115. # For example the LaserJet 5L driver puts the "PJL ENTER LANGUAGE" in line 10
  7116. # From: Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
  7117. 0    string        \033%-12345X@PJL    HP Printer Job Language data
  7118. >&0    string        >\0            %s            
  7119. >>&0    string        >\0            %s            
  7120. >>>&0    string        >\0            %s        
  7121. >>>>&0    string        >\0            %s        
  7122. #>15    string        \ ENTER\ LANGUAGE\ =
  7123. #>31    string        PostScript        PostScript
  7124.  
  7125. # HP Printer Control Language, Daniel Quinlan (quinlan@yggdrasil.com)
  7126. 0    string        \033E\033    HP PCL printer data
  7127. >3    string        \&l0A        - default page size
  7128. >3    string        \&l1A        - US executive page size
  7129. >3    string        \&l2A        - US letter page size
  7130. >3    string        \&l3A        - US legal page size
  7131. >3    string        \&l26A        - A4 page size
  7132. >3    string        \&l80A        - Monarch envelope size
  7133. >3    string        \&l81A        - No. 10 envelope size
  7134. >3    string        \&l90A        - Intl. DL envelope size
  7135. >3    string        \&l91A        - Intl. C5 envelope size
  7136. >3    string        \&l100A        - Intl. B5 envelope size
  7137. >3    string        \&l-81A        - No. 10 envelope size (landscape)
  7138. >3    string        \&l-90A        - Intl. DL envelope size (landscape)
  7139.  
  7140. # IMAGEN printer-ready files:
  7141. 0    string    @document(        Imagen printer
  7142. # this only works if "language xxx" is first item in Imagen header.
  7143. >10    string    language\ impress    (imPRESS data)
  7144. >10    string    language\ daisy        (daisywheel text)
  7145. >10    string    language\ diablo    (daisywheel text)
  7146. >10    string    language\ printer    (line printer emulation)
  7147. >10    string    language\ tektronix    (Tektronix 4014 emulation)
  7148. # Add any other languages that your Imagen uses - remember
  7149. # to keep the word `text' if the file is human-readable.
  7150. # [GRR 950115:  missing "postscript" or "ultrascript" (whatever it was called)]
  7151. #
  7152. # Now magic for IMAGEN font files...
  7153. 0    string        Rast        RST-format raster font data
  7154. >45    string        >0        face %
  7155. # From Jukka Ukkonen
  7156. 0    string        \033[K\002\0\0\017\033(a\001\0\001\033(g    Canon Bubble Jet BJC formatted data
  7157.  
  7158. # From <mike@flyn.org>
  7159. # These are the /etc/magic entries to decode data sent to an Epson printer.
  7160. 0       string          \x1B\x40\x1B\x28\x52\x08\x00\x00REMOTE1P        Epson Stylus Color 460 data
  7161.  
  7162.  
  7163. #------------------------------------------------------------------------------
  7164. # zenographics:  file(1) magic for Zenographics ZjStream printer data
  7165. # Rick Richardson  rickr@mn.rr.com
  7166. 0    string        JZJZ
  7167. >0x12    string        ZZ        Zenographics ZjStream printer data (big-endian)
  7168. 0    string        ZJZJ
  7169. >0x12    string        ZZ        Zenographics ZjStream printer data (little-endian)
  7170.  
  7171.  
  7172. #------------------------------------------------------------------------------
  7173. # Oak Technologies printer stream
  7174. # Rick Richardson <rickr@mn.rr.com>
  7175. 0       string          OAK
  7176. >0x07    byte        0
  7177. >0x0b    byte        0    Oak Technologies printer stream
  7178.  
  7179. # This would otherwise be recognized as PostScript - nick@debian.org
  7180. 0    string        %!VMF         SunClock's Vector Map Format data
  7181.  
  7182. #------------------------------------------------------------------------------
  7183. # HP LaserJet 1000 series downloadable firmware file
  7184. 0    string    \xbe\xefABCDEFGH    HP LaserJet 1000 series downloadable firmware   
  7185.  
  7186. #------------------------------------------------------------------------------
  7187. # project:  file(1) magic for Project management
  7188. # Magic strings for ftnchek project files. Alexander Mai
  7189. 0    string    FTNCHEK_\ P    project file for ftnchek
  7190. >10    string    1        version 2.7
  7191. >10    string    2        version 2.8 to 2.10
  7192. >10    string    3        version 2.11 or later
  7193.  
  7194. #------------------------------------------------------------------------------
  7195. # psdbms:  file(1) magic for psdatabase
  7196. #
  7197. 0    belong&0xff00ffff    0x56000000    ps database
  7198. >1    string    >\0    version %s
  7199. >4    string    >\0    from kernel %s
  7200.  
  7201. #------------------------------------------------------------------------------
  7202. # psion:  file(1) magic for Psion handhelds data
  7203. # from: Peter Breitenlohner <peb@mppmu.mpg.de>
  7204. #
  7205. 0    lelong        0x10000037    Psion Series 5
  7206. >4    lelong        0x10000039    font file
  7207. >4    lelong        0x1000003A    printer driver
  7208. >4    lelong        0x1000003B    clipboard
  7209. >4    lelong        0x10000042    multi-bitmap image
  7210. >4    lelong        0x1000006A    application infomation file
  7211. >4    lelong        0x1000006D
  7212. >>8    lelong        0x1000007D    sketch image
  7213. >>8    lelong        0x1000007E    voice note
  7214. >>8    lelong        0x1000007F    word file
  7215. >>8    lelong        0x10000085    OPL program
  7216. >>8    lelong        0x10000088    sheet file
  7217. >>8    lelong        0x100001C4    EasyFax initialisation file
  7218. >4    lelong        0x10000073    OPO module
  7219. >4    lelong        0x10000074    OPL application
  7220. >4    lelong        0x1000008A    exported multi-bitmap image
  7221.  
  7222. 0    lelong        0x10000041    Psion Series 5 ROM multi-bitmap image
  7223.  
  7224. 0    lelong        0x10000050    Psion Series 5
  7225. >4    lelong        0x1000006D    database
  7226. >4    lelong        0x100000E4    ini file
  7227.  
  7228. 0    lelong        0x10000079    Psion Series 5 binary:
  7229. >4    lelong        0x00000000    DLL
  7230. >4    lelong        0x10000049    comms hardware library
  7231. >4    lelong        0x1000004A    comms protocol library
  7232. >4    lelong        0x1000005D    OPX
  7233. >4    lelong        0x1000006C    application
  7234. >4    lelong        0x1000008D    DLL
  7235. >4    lelong        0x100000AC    logical device driver
  7236. >4    lelong        0x100000AD    physical device driver
  7237. >4    lelong        0x100000E5    file transfer protocol
  7238. >4    lelong        0x100000E5    file transfer protocol
  7239. >4    lelong        0x10000140    printer defintion
  7240. >4    lelong        0x10000141    printer defintion
  7241.  
  7242. 0    lelong        0x1000007A    Psion Series 5 executable
  7243.  
  7244. #------------------------------------------------------------------------------
  7245. # pulsar:  file(1) magic for Pulsar POP3 daemon binary files
  7246. #
  7247. # http://pulsar.sourceforge.net
  7248. # mailto:rok.papez@lugos.si
  7249. #
  7250.  
  7251. 0    belong    0x1ee7f11e    Pulsar POP3 daemon mailbox cache file.
  7252. >4    ubelong    x        Version: %d.
  7253. >8    ubelong    x        \b%d
  7254.  
  7255.  
  7256. #------------------------------------------------------------------------------
  7257. # pyramid:  file(1) magic for Pyramids
  7258. #
  7259. # XXX - byte order?
  7260. #
  7261. 0    long        0x50900107    Pyramid 90x family executable
  7262. 0    long        0x50900108    Pyramid 90x family pure executable
  7263. >16    long        >0        not stripped
  7264. 0    long        0x5090010b    Pyramid 90x family demand paged pure executable
  7265. >16    long        >0        not stripped
  7266.  
  7267. #------------------------------------------------------------------------------
  7268. # python:  file(1) magic for python
  7269. #
  7270. # From: David Necas <yeti@physics.muni.cz>
  7271. # often the module starts with a multiline string
  7272. 0    string        """    a python script text executable
  7273. # MAGIC as specified in Python/import.c (1.5 to 2.3.0a)
  7274. # 20121  ( YEAR - 1995 ) + MONTH  + DAY (little endian followed by "\r\n"
  7275. 0    belong        0x994e0d0a    python 1.5/1.6 byte-compiled
  7276. 0    belong        0x87c60d0a    python 2.0 byte-compiled
  7277. 0    belong        0x2aeb0d0a    python 2.1 byte-compiled
  7278. 0    belong        0x2ded0d0a    python 2.2 byte-compiled
  7279. #0    belong        0x31f20d0a    python 2.3 byte-compiled
  7280.  
  7281. #------------------------------------------------------------------------------
  7282. # file(1) magic for revision control files
  7283. # From Hendrik Scholz <hendrik@scholz.net>
  7284. 0   string /1\ :pserver:    cvs password text file
  7285.  
  7286. #------------------------------------------------------------------------------
  7287. # riff:  file(1) magic for RIFF format
  7288. # See
  7289. #
  7290. #    http://www.seanet.com/users/matts/riffmci/riffmci.htm
  7291. #
  7292. # AVI section extended by Patrik Rσdman <patrik+file-magic@iki.fi>
  7293. #
  7294. 0    string        RIFF        RIFF (little-endian) data
  7295. # RIFF Palette format
  7296. >8    string        PAL        \b, palette
  7297. >>16    leshort        x        \b, version %d
  7298. >>18    leshort        x        \b, %d entries
  7299. # RIFF Device Independent Bitmap format
  7300. >8    string        RDIB        \b, device-independent bitmap
  7301. >>16    string        BM        
  7302. >>>30    leshort        12        \b, OS/2 1.x format
  7303. >>>>34    leshort        x        \b, %d x
  7304. >>>>36    leshort        x        %d
  7305. >>>30    leshort        64        \b, OS/2 2.x format
  7306. >>>>34    leshort        x        \b, %d x
  7307. >>>>36    leshort        x        %d
  7308. >>>30    leshort        40        \b, Windows 3.x format
  7309. >>>>34    lelong        x        \b, %d x
  7310. >>>>38    lelong        x        %d x
  7311. >>>>44    leshort        x        %d
  7312. # RIFF MIDI format
  7313. >8    string        RMID        \b, MIDI
  7314. # RIFF Multimedia Movie File format
  7315. >8    string        RMMP        \b, multimedia movie
  7316. # Microsoft WAVE format (*.wav)
  7317. >8    string        WAVE        \b, WAVE audio
  7318. >>20    leshort        1        \b, Microsoft PCM
  7319. >>>34    leshort        >0        \b, %d bit
  7320. >>20    leshort        2        \b, Microsoft ADPCM
  7321. >>20    leshort        6        \b, ITU G.711 A-law
  7322. >>20    leshort        7        \b, ITU G.711 mu-law
  7323. >>20    leshort        17        \b, IMA ADPCM
  7324. >>20    leshort        20        \b, ITU G.723 ADPCM (Yamaha)
  7325. >>20    leshort        49        \b, GSM 6.10
  7326. >>20    leshort        64        \b, ITU G.721 ADPCM
  7327. >>20    leshort        80        \b, MPEG
  7328. >>20    leshort        85        \b, MPEG Layer 3
  7329. >>22    leshort        =1        \b, mono
  7330. >>22    leshort        =2        \b, stereo
  7331. >>22    leshort        >2        \b, %d channels
  7332. >>24    lelong        >0        %d Hz
  7333. # Corel Draw Picture
  7334. >8    string        CDRA        \b, Corel Draw Picture
  7335. # AVI == Audio Video Interleave
  7336. >8    string        AVI\040        \b, AVI
  7337. >>12    string          LIST
  7338. >>>20   string          hdrlavih
  7339. >>>>&36 lelong          x               \b, %lu x
  7340. >>>>&40 lelong          x               %lu,
  7341. >>>>&4  lelong          >1000000        <1 fps,
  7342. >>>>&4  lelong          1000000         1.00 fps,
  7343. >>>>&4  lelong          500000          2.00 fps,
  7344. >>>>&4  lelong          333333          3.00 fps,
  7345. >>>>&4  lelong          250000          4.00 fps,
  7346. >>>>&4  lelong          200000          5.00 fps,
  7347. >>>>&4  lelong          166667          6.00 fps,
  7348. >>>>&4  lelong          142857          7.00 fps,
  7349. >>>>&4  lelong          125000          8.00 fps,
  7350. >>>>&4  lelong          111111          9.00 fps,
  7351. >>>>&4  lelong          100000          10.00 fps,
  7352. # ]9.9,10.1[
  7353. >>>>&4  lelong          <101010
  7354. >>>>>&-4        lelong  >99010
  7355. >>>>>>&-4       lelong  !100000         ~10 fps,
  7356. >>>>&4  lelong          83333           12.00 fps,
  7357. # ]11.9,12.1[
  7358. >>>>&4  lelong          <84034
  7359. >>>>>&-4        lelong  >82645
  7360. >>>>>>&-4       lelong  !83333          ~12 fps,
  7361. >>>>&4  lelong          66667           15.00 fps,
  7362. # ]14.9,15.1[
  7363. >>>>&4  lelong          <67114
  7364. >>>>>&-4        lelong  >66225
  7365. >>>>>>&-4       lelong  !66667          ~15 fps,
  7366. >>>>&4  lelong          50000           20.00 fps,
  7367. >>>>&4  lelong          41708           23.98 fps,
  7368. >>>>&4  lelong          41667           24.00 fps,
  7369. # ]23.9,24.1[
  7370. >>>>&4  lelong          <41841
  7371. >>>>>&-4        lelong  >41494
  7372. >>>>>>&-4       lelong  !41708
  7373. >>>>>>>&-4      lelong  !41667          ~24 fps,
  7374. >>>>&4  lelong          40000           25.00 fps,
  7375. # ]24.9,25.1[
  7376. >>>>&4  lelong          <40161
  7377. >>>>>&-4        lelong  >39841
  7378. >>>>>>&-4       lelong  !40000          ~25 fps,
  7379. >>>>&4  lelong          33367           29.97 fps,
  7380. >>>>&4  lelong          33333           30.00 fps,
  7381. # ]29.9,30.1[
  7382. >>>>&4  lelong          <33445
  7383. >>>>>&-4        lelong  >33223
  7384. >>>>>>&-4       lelong  !33367
  7385. >>>>>>>&-4      lelong  !33333          ~30 fps,
  7386. >>>>&4  lelong          <32224          >30 fps,
  7387. ##>>>>&4  lelong          x               (%lu)
  7388. ##>>>>&20 lelong          x               %lu frames,
  7389. # Note: The tests below assume that the AVI has 1 or 2 streams,
  7390. #       "vids" optionally followed by "auds".
  7391. #       (Should cover 99.9% of all AVIs.)
  7392. # assuming avih length = 56
  7393. >>>88   string  LIST
  7394. >>>>96  string  strlstrh
  7395. >>>>>108        string  vids    video:
  7396. >>>>>>&0        lelong  0               uncompressed
  7397. # skip past vids strh
  7398. >>>>>>(104.l+108)       string  strf
  7399. >>>>>>>(104.l+132)      lelong          1       RLE 8bpp
  7400. >>>>>>>(104.l+132)      string/c        cvid    Cinepak
  7401. >>>>>>>(104.l+132)      string/c        i263    Intel I.263
  7402. >>>>>>>(104.l+132)      string/c        iv32    Indeo 3.2
  7403. >>>>>>>(104.l+132)      string/c        iv41    Indeo 4.1
  7404. >>>>>>>(104.l+132)      string/c        iv50    Indeo 5.0
  7405. >>>>>>>(104.l+132)      string/c        mp42    Microsoft MPEG-4 v2
  7406. >>>>>>>(104.l+132)      string/c        mp43    Microsoft MPEG-4 v3
  7407. >>>>>>>(104.l+132)      string/c        mjpg    Motion JPEG
  7408. >>>>>>>(104.l+132)      string/c        div3    DivX 3
  7409. >>>>>>>>112             string/c        div3    Low-Motion
  7410. >>>>>>>>112             string/c        div4    Fast-Motion
  7411. >>>>>>>(104.l+132)      string/c        divx    DivX 4
  7412. >>>>>>>(104.l+132)      string/c        dx50    DivX 5
  7413. >>>>>>>(104.l+132)      string/c        xvid    XviD
  7414. >>>>>>>(104.l+132)      lelong  0
  7415. ##>>>>>>>(104.l+132)      string  x       (%.4s)
  7416. # skip past first (video) LIST
  7417. >>>>(92.l+96)   string  LIST
  7418. >>>>>(92.l+104) string  strlstrh
  7419. >>>>>>(92.l+116)        string          auds    \b, audio:
  7420. # auds strh length = 56:
  7421. >>>>>>>(92.l+172)       string          strf
  7422. >>>>>>>>(92.l+180)      leshort 0x0001  uncompressed PCM
  7423. >>>>>>>>(92.l+180)      leshort 0x0002  ADPCM
  7424. >>>>>>>>(92.l+180)      leshort 0x0055  MPEG-1 Layer 3
  7425. >>>>>>>>(92.l+180)      leshort 0x2000  Dolby AC3
  7426. >>>>>>>>(92.l+180)      leshort 0x0161  DivX
  7427. ##>>>>>>>>(92.l+180)      leshort x       (0x%.4x)
  7428. >>>>>>>>(92.l+182)      leshort 1       (mono,
  7429. >>>>>>>>(92.l+182)      leshort 2       (stereo,
  7430. >>>>>>>>(92.l+182)      leshort >2      (%d channels,
  7431. >>>>>>>>(92.l+184)      lelong  x       %d Hz)
  7432. # auds strh length = 64:
  7433. >>>>>>>(92.l+180)       string          strf
  7434. >>>>>>>>(92.l+188)      leshort 0x0001  uncompressed PCM
  7435. >>>>>>>>(92.l+188)      leshort 0x0002  ADPCM
  7436. >>>>>>>>(92.l+188)      leshort 0x0055  MPEG-1 Layer 3
  7437. >>>>>>>>(92.l+188)      leshort 0x2000  Dolby AC3
  7438. >>>>>>>>(92.l+188)      leshort 0x0161  DivX
  7439. ##>>>>>>>>(92.l+188)      leshort x       (0x%.4x)
  7440. >>>>>>>>(92.l+190)      leshort 1       (mono,
  7441. >>>>>>>>(92.l+190)      leshort 2       (stereo,
  7442. >>>>>>>>(92.l+190)      leshort >2      (%d channels,
  7443. >>>>>>>>(92.l+192)      lelong  x       %d Hz)
  7444. # Animated Cursor format
  7445. >8    string        ACON        \b, animated cursor
  7446. # SoundFont 2 <mpruett@sgi.com>
  7447. >8    string        sfbk        SoundFont/Bank
  7448. # MPEG-1 wrapped in a RIFF, apparently
  7449. >8      string          CDXA            \b, wrapped MPEG-1 (CDXA)
  7450.  
  7451. #
  7452. # XXX - some of the below may only appear in little-endian form.
  7453. #
  7454. # Also "MV93" appears to be for one form of Macromedia Director
  7455. # files, and "GDMF" appears to be another multimedia format.
  7456. #
  7457. 0    string        RIFX        RIFF (big-endian) data
  7458. # RIFF Palette format
  7459. >8    string        PAL        \b, palette
  7460. >>16    beshort        x        \b, version %d
  7461. >>18    beshort        x        \b, %d entries
  7462. # RIFF Device Independent Bitmap format
  7463. >8    string        RDIB        \b, device-independent bitmap
  7464. >>16    string        BM        
  7465. >>>30    beshort        12        \b, OS/2 1.x format
  7466. >>>>34    beshort        x        \b, %d x
  7467. >>>>36    beshort        x        %d
  7468. >>>30    beshort        64        \b, OS/2 2.x format
  7469. >>>>34    beshort        x        \b, %d x
  7470. >>>>36    beshort        x        %d
  7471. >>>30    beshort        40        \b, Windows 3.x format
  7472. >>>>34    belong        x        \b, %d x
  7473. >>>>38    belong        x        %d x
  7474. >>>>44    beshort        x        %d
  7475. # RIFF MIDI format
  7476. >8    string        RMID        \b, MIDI
  7477. # RIFF Multimedia Movie File format
  7478. >8    string        RMMP        \b, multimedia movie
  7479. # Microsoft WAVE format (*.wav)
  7480. >8    string        WAVE        \b, WAVE audio
  7481. >>20    leshort        1        \b, Microsoft PCM
  7482. >>>34    leshort        >0        \b, %d bit
  7483. >>22    beshort        =1        \b, mono
  7484. >>22    beshort        =2        \b, stereo
  7485. >>22    beshort        >2        \b, %d channels
  7486. >>24    belong        >0        %d Hz
  7487. # Corel Draw Picture
  7488. >8    string        CDRA        \b, Corel Draw Picture
  7489. # AVI == Audio Video Interleave
  7490. >8    string        AVI\040        \b, AVI
  7491. # Animated Cursor format
  7492. >8    string        ACON        \b, animated cursor
  7493. # Notation Interchange File Format (big-endian only)
  7494. >8    string        NIFF        \b, Notation Interchange File Format
  7495. # SoundFont 2 <mpruett@sgi.com>
  7496. >8    string        sfbk        SoundFont/Bank
  7497. #------------------------------------------------------------------------------
  7498. #
  7499. # RPM: file(1) magic for Red Hat Packages   Erik Troan (ewt@redhat.com)
  7500. #
  7501. 0    beshort        0xedab
  7502. >2    beshort        0xeedb        RPM
  7503. >>4    byte        x        v%d
  7504. >>6    beshort        0        bin
  7505. >>6    beshort        1        src
  7506. >>8    beshort        1        i386
  7507. >>8    beshort        2        Alpha
  7508. >>8    beshort        3        Sparc
  7509. >>8    beshort        4        MIPS
  7510. >>8    beshort        5        PowerPC
  7511. >>8    beshort        6        68000
  7512. >>8     beshort         7               SGI
  7513. >>8    beshort        8        RS6000
  7514. >>8    beshort        9        IA64
  7515. >>8    beshort        10        Sparc64
  7516. >>8    beshort        11        MIPSel
  7517. >>8    beshort        12        ARM
  7518. >>10    string        x        %s
  7519.  
  7520. #------------------------------------------------------------------------------
  7521. # rtf:    file(1) magic for Rich Text Format (RTF)
  7522. #
  7523. # Duncan P. Simpson, D.P.Simpson@dcs.warwick.ac.uk
  7524. #
  7525. 0    string        {\\rtf        Rich Text Format data,
  7526. >5    byte        x        version %c,
  7527. >6    string        \\ansi        ANSI
  7528. >6    string        \\mac        Apple Macintosh
  7529. >6    string        \\pc        IBM PC, code page 437
  7530. >6    string        \\pca        IBM PS/2, code page 850
  7531.  
  7532. #------------------------------------------------------------------------------
  7533. # sc:  file(1) magic for "sc" spreadsheet
  7534. #
  7535. 38    string        Spreadsheet    sc spreadsheet file
  7536.  
  7537. #------------------------------------------------------------------------------
  7538. # sccs:  file(1) magic for SCCS archives
  7539. #
  7540. # SCCS archive structure:
  7541. # \001h01207
  7542. # \001s 00276/00000/00000
  7543. # \001d D 1.1 87/09/23 08:09:20 ian 1 0
  7544. # \001c date and time created 87/09/23 08:09:20 by ian
  7545. # \001e
  7546. # \001u
  7547. # \001U
  7548. # ... etc.
  7549. # Now '\001h' happens to be the same as the 3B20's a.out magic number (0550).
  7550. # *Sigh*. And these both came from various parts of the USG.
  7551. # Maybe we should just switch everybody from SCCS to RCS!
  7552. # Further, you can't just say '\001h0', because the five-digit number
  7553. # is a checksum that could (presumably) have any leading digit,
  7554. # and we don't have regular expression matching yet. 
  7555. # Hence the following official kludge:
  7556. 8    string        \001s\             SCCS archive data
  7557.  
  7558. #------------------------------------------------------------------------------
  7559. # sendmail:  file(1) magic for sendmail config files
  7560. #
  7561. # XXX - byte order?
  7562. #
  7563. 0    byte    046      Sendmail frozen configuration 
  7564. >16    string    >\0      - version %s
  7565. 0    short    0x271c      Sendmail frozen configuration
  7566. >16    string    >\0      - version %s
  7567.  
  7568. #------------------------------------------------------------------------------
  7569. # sendmail:  file(1) magic for sendmail m4(1) files
  7570. #
  7571. # From Hendrik Scholz <hendrik@scholz.net>
  7572. # i.e. files in /usr/share/sendmail/cf/
  7573. #
  7574. 0   string  divert(-1)\n    sendmail m4 text file
  7575.  
  7576.  
  7577. #------------------------------------------------------------------------------
  7578. # sequent:  file(1) magic for Sequent machines
  7579. #
  7580. # Sequent information updated by Don Dwiggins <atsun!dwiggins>.
  7581. # For Sequent's multiprocessor systems (incomplete).
  7582. 0    lelong    0x00ea            BALANCE NS32000 .o
  7583. >16    lelong    >0        not stripped
  7584. >124    lelong    >0        version %ld
  7585. 0    lelong    0x10ea            BALANCE NS32000 executable (0 @ 0)
  7586. >16    lelong  >0                not stripped
  7587. >124    lelong    >0        version %ld
  7588. 0    lelong    0x20ea            BALANCE NS32000 executable (invalid @ 0)
  7589. >16    lelong  >0                not stripped
  7590. >124    lelong    >0        version %ld
  7591. 0    lelong    0x30ea            BALANCE NS32000 standalone executable
  7592. >16    lelong  >0              not stripped
  7593. >124    lelong    >0        version %ld
  7594. #
  7595. # Symmetry information added by Jason Merrill <jason@jarthur.claremont.edu>.
  7596. # Symmetry magic nums will not be reached if DOS COM comes before them;
  7597. # byte 0xeb is matched before these get a chance.
  7598. 0    leshort    0x12eb        SYMMETRY i386 .o
  7599. >16    lelong    >0        not stripped
  7600. >124    lelong    >0        version %ld
  7601. 0    leshort    0x22eb        SYMMETRY i386 executable (0 @ 0)
  7602. >16    lelong    >0        not stripped
  7603. >124    lelong    >0        version %ld
  7604. 0    leshort    0x32eb        SYMMETRY i386 executable (invalid @ 0)
  7605. >16    lelong    >0        not stripped
  7606. >124    lelong    >0        version %ld
  7607. 0    leshort    0x42eb        SYMMETRY i386 standalone executable
  7608. >16    lelong    >0        not stripped
  7609. >124    lelong    >0        version %ld
  7610.  
  7611. #------------------------------------------------------------------------------
  7612. # sgi:  file(1) magic for Silicon Graphics applications
  7613.  
  7614. #
  7615. #
  7616. # Performance Co-Pilot file types
  7617. 0    string    PmNs                PCP compiled namespace (V.0)
  7618. 0    string    PmN                PCP compiled namespace
  7619. >3    lelong    x                (V.%1.1s)
  7620. 3    lelong    0x84500526            PCP archive
  7621. >7    byte    x                (V.%d)
  7622. >20    lelong    -2                temporal index
  7623. >20    lelong    -1                metadata
  7624. >20    lelong    0                log volume #0
  7625. >20    lelong    >0                log volume #%ld
  7626. >24    lelong    x                host: %s
  7627. 0    string    PCPFolio            PCP 
  7628. >9    string    Version:            Archive Folio
  7629. >18    lelong    x                (V.%s)
  7630. 0    string    #pmchart            PCP pmchart view
  7631. >9    string    Version
  7632. >17    lelong    x                (V%-3.3s)
  7633. 0    string    pmview                PCP pmview config
  7634. >7    string    Version
  7635. >15    lelong    x                (V%-3.3s)
  7636. 0    string    #pmlogger            PCP pmlogger config
  7637. >10    string    Version
  7638. >18    lelong    x                (V%1.1s)
  7639. 0    string    PcPh                PCP Help 
  7640. >4    string    1                Index
  7641. >4    string    2                Text
  7642. >5    lelong    x                (V.%1.1s)
  7643. 0    string    #pmieconf-rules            PCP pmieconf rules
  7644. >16    lelong    x                (V.%1.1s)
  7645. 3    string    pmieconf-pmie            PCP pmie config
  7646. >17    lelong    x                (V.%1.1s)
  7647.  
  7648. # SpeedShop data files
  7649. 0    lelong    0x13130303            SpeedShop data file
  7650.  
  7651. # mdbm files
  7652. 0    lelong    0x01023962            mdbm file, version 0 (obsolete)
  7653. 0    string    mdbm                mdbm file,
  7654. >5    byte    x                version %d,
  7655. >6    byte    x                2^%d pages,
  7656. >7    byte    x                pagesize 2^%d,
  7657. >17    byte    x                hash %d,
  7658. >11    byte    x                dataformat %d
  7659.  
  7660. # Alias|Wavefront Maya files
  7661. 0    string    //Maya ASCII    Alias|Wavefront Maya Ascii File,
  7662. >13    lelong    x    version %s
  7663. 8    string    MAYAFOR4    Alias|Wavefront Maya Binary File,
  7664. >32    lelong    x    version %s scene
  7665. 8    string    MayaFOR4    Alias|Wavefront Maya Binary File,
  7666. >32    lelong    x    version %s scene
  7667. 8    string    CIMG        Alias|Wavefront Maya Image File
  7668. 8    string    DEEP        Alias|Wavefront Maya Image File
  7669.  
  7670. #------------------------------------------------------------------------------
  7671. # sgml:  file(1) magic for Standard Generalized Markup Language
  7672. # HyperText Markup Language (HTML) is an SGML document type,
  7673. # from Daniel Quinlan (quinlan@yggdrasil.com)
  7674. # adapted to string extenstions by Anthon van der Neut <anthon@mnt.org)
  7675. 0   string/cB    \<!doctype\ html    HTML document text
  7676. 0   string/cb    \<head            HTML document text
  7677. 0   string/cb    \<title            HTML document text
  7678. 0   string/cb    \<html            HTML document text
  7679.  
  7680. # Extensible markup language (XML), a subset of SGML
  7681. # from Marc Prud'hommeaux (marc@apocalypse.org)
  7682. 0    string/cb    \<?xml            XML document text
  7683. 0    string        \<?xml\ version "    XML
  7684. >15    string        >\0            %.3s document text
  7685. >>23    string        \<xsl:stylesheet    (XSL stylesheet)
  7686. >>24    string        \<xsl:stylesheet    (XSL stylesheet)
  7687. 0    string/b    \<?xml            XML document text
  7688. 0    string/cb    \<?xml            broken XML document text
  7689.  
  7690.  
  7691. # SGML, mostly from rph@sq
  7692. 0   string/cb    \<!doctype        exported SGML document text
  7693. 0   string/cb    \<!subdoc        exported SGML subdocument text
  7694. 0   string/cb    \<!--            exported SGML document text
  7695.  
  7696. # Web browser cookie files
  7697. # (Mozilla, Galeon, Netscape 4, Konqueror..)
  7698. # Ulf Harnhammar <ulfh@update.uu.se>
  7699. 0    string    #\ HTTP\ Cookie\ File    Web browser cookie text
  7700. 0    string    #\ Netscape\ HTTP\ Cookie\ File    Netscape cookie text
  7701. 0    string    #\ KDE\ Cookie\ File    Konqueror cookie text
  7702.  
  7703. #------------------------------------------------------------------------
  7704. # file(1) magic for sharc files
  7705. #
  7706. # SHARC DSP, MIDI SysEx and RiscOS filetype definitions added by 
  7707. # FutureGroove Music (dsp@futuregroove.de)
  7708.  
  7709. #------------------------------------------------------------------------
  7710. 0    string            Draw        RiscOS Drawfile
  7711. 0    string            PACK        RiscOS PackdDir archive
  7712.  
  7713. #------------------------------------------------------------------------
  7714. # SHARC DSP stuff (based on the FGM SHARC DSP SDK)
  7715.  
  7716. 0    string            !        Assembler source
  7717. 0    string            Analog        ADi asm listing file
  7718. 0    string            .SYSTEM        SHARC architecture file
  7719. 0    string            .system        SHARC architecture file
  7720.  
  7721. 0    leshort            0x521C        SHARC COFF binary
  7722. >2    leshort            >1        , %hd sections
  7723. >>12    lelong            >0        , not stripped
  7724.  
  7725. #------------------------------------------------------------------------------
  7726. # sinclair:  file(1) sinclair QL
  7727.  
  7728. # additions to /etc/magic by Thomas M. Ott (ThMO)
  7729.  
  7730. # Sinclair QL floppy disk formats (ThMO)
  7731. 0    string    =QL5        QL disk dump data,
  7732. >3    string    =A        720 KB,
  7733. >3    string    =B        1.44 MB,
  7734. >3    string    =C        3.2 MB,
  7735. >4    string    >\0        label:%.10s
  7736.  
  7737. # Sinclair QL OS dump (ThMO)
  7738. # (NOTE: if `file' would be able to use indirect references in a endian format
  7739. #     differing from the natural host format, this could be written more
  7740. #     reliably and faster...)
  7741. #
  7742. # we *can't* lookup QL OS code dumps, because `file' is UNABLE to read more
  7743. # than the first 8K of a file... #-(
  7744. #
  7745. #0        belong    =0x30000
  7746. #>49124        belong    <47104
  7747. #>>49128        belong    <47104
  7748. #>>>49132    belong    <47104
  7749. #>>>>49136    belong    <47104    QL OS dump data,
  7750. #>>>>>49148    string    >\0    type %.3s,
  7751. #>>>>>49142    string    >\0    version %.4s
  7752.  
  7753. # Sinclair QL firmware executables (ThMO)
  7754. 0    string    NqNqNq`\004    QL firmware executable (BCPL)
  7755.  
  7756. # Sinclair QL libraries (ThMO)
  7757. 0    beshort    =0xFB01        QL library archive data
  7758.  
  7759. # Sinclair QL executbables (ThMO)
  7760. 6    beshort    =0x4AFB        QL executable,
  7761. >10    string    =\0        un-named
  7762. >8    beshort    =1
  7763. >>10    string    >\0        named: %.1s
  7764. >8    beshort    =2
  7765. >>10    string    >\0        named: %.2s
  7766. >8    beshort    =3
  7767. >>10    string    >\0        named: %.3s
  7768. >8    beshort    =4
  7769. >>10    string    >\0        named: %.4s
  7770. >8    beshort    =5
  7771. >>10    string    >\0        named: %.5s
  7772. >8    beshort    =6
  7773. >>10    string    >\0        named: %.6s
  7774. >8    beshort    =7
  7775. >>10    string    >\0        named: %.7s
  7776. >8    beshort    =8
  7777. >>10    string    >\0        named: %.8s
  7778. >8    beshort    =9
  7779. >>10    string    >\0        named: %.9s
  7780. >8    beshort    =10
  7781. >>10    string    >\0        named: %.10s
  7782. >8    beshort    =11
  7783. >>10    string    >\0        named: %.11s
  7784. >8    beshort    =12
  7785. >>10    string    >\0        named: %.12s
  7786. >8    beshort    =13
  7787. >>10    string    >\0        named: %.13s
  7788. >8    beshort    =14
  7789. >>10    string    >\0        named: %.14s
  7790. >8    beshort    =15
  7791. >>10    string    >\0        named: %.15s
  7792. >8    beshort    =16
  7793. >>10    string    >\0        named: %.16s
  7794. >8    beshort    =17
  7795. >>10    string    >\0        named: %.17s
  7796. >8    beshort    =18
  7797. >>10    string    >\0        named: %.18s
  7798. >8    beshort    =19
  7799. >>10    string    >\0        named: %.19s
  7800. >8    beshort    =20
  7801. >>10    string    >\0        named: %.20s
  7802. >8    beshort    >20
  7803. >>10    string    >\0        (truncated) named: %.20s
  7804.  
  7805. # Sinclair QL rom (ThMO)
  7806. 0    belong    =0x4AFB0001    QL plugin-ROM data,
  7807. >10    string    =\0        un-named
  7808. >8    beshort    =1
  7809. >>10    string    >\0        named: %.1s
  7810. >8    beshort    =2
  7811. >>10    string    >\0        named: %.2s
  7812. >8    beshort    =3
  7813. >>10    string    >\0        named: %.3s
  7814. >8    beshort    =4
  7815. >>10    string    >\0        named: %.4s
  7816. >8    beshort    =5
  7817. >>10    string    >\0        named: %.5s
  7818. >8    beshort    =6
  7819. >>10    string    >\0        named: %.6s
  7820. >8    beshort    =7
  7821. >>10    string    >\0        named: %.7s
  7822. >8    beshort    =8
  7823. >>10    string    >\0        named: %.8s
  7824. >8    beshort    =9
  7825. >>10    string    >\0        named: %.9s
  7826. >8    beshort    =10
  7827. >>10    string    >\0        named: %.10s
  7828. >8    beshort    =11
  7829. >>10    string    >\0        named: %.11s
  7830. >8    beshort    =12
  7831. >>10    string    >\0        named: %.12s
  7832. >8    beshort    =13
  7833. >>10    string    >\0        named: %.13s
  7834. >8    beshort    =14
  7835. >>10    string    >\0        named: %.14s
  7836. >8    beshort    =15
  7837. >>10    string    >\0        named: %.15s
  7838. >8    beshort    =16
  7839. >>10    string    >\0        named: %.16s
  7840. >8    beshort    =17
  7841. >>10    string    >\0        named: %.17s
  7842. >8    beshort    =18
  7843. >>10    string    >\0        named: %.18s
  7844. >8    beshort    =19
  7845. >>10    string    >\0        named: %.19s
  7846. >8    beshort    =20
  7847. >>10    string    >\0        named: %.20s
  7848. >8    beshort    >20
  7849. >>10    string    >\0        (truncated) named: %.20s
  7850.  
  7851. #------------------------------------------------------------------------------
  7852. # Sketch Drawings: http://sketch.sourceforge.net/ 
  7853. # From: Edwin Mons <e@ik.nu>
  7854. 0    string    ##Sketch    Sketch document text
  7855.  
  7856. #-----------------------------------------------
  7857. # GNU Smalltalk image, starting at version 1.6.2
  7858. # From: catull_us@yahoo.com
  7859. #
  7860. 0    string    GSTIm\0\0    GNU SmallTalk
  7861. # little-endian
  7862. >7    byte&1    =0        LE image version
  7863. >>10    byte    x        %d.
  7864. >>9    byte    x        \b%d.
  7865. >>8    byte    x        \b%d
  7866. #>>12    lelong    x        , data: %ld
  7867. #>>16    lelong    x        , table: %ld
  7868. #>>20    lelong    x        , memory: %ld
  7869. # big-endian
  7870. >7    byte&1    =1        BE image version
  7871. >>8    byte    x        %d.
  7872. >>9    byte    x        \b%d.
  7873. >>10    byte    x        \b%d
  7874. #>>12    belong    x        , data: %ld
  7875. #>>16    belong    x        , table: %ld
  7876. #>>20    belong    x        , memory: %ld
  7877.  
  7878.  
  7879.  
  7880. #------------------------------------------------------------------------------
  7881. # sniffer:  file(1) magic for packet capture files
  7882. #
  7883. # From: guy@alum.mit.edu (Guy Harris)
  7884. #
  7885.  
  7886. #
  7887. # Microsoft Network Monitor 1.x capture files.
  7888. #
  7889. 0    string        RTSS        NetMon capture file
  7890. >4    byte        x        - version %d
  7891. >5    byte        x        \b.%d
  7892. >6    leshort        0        (Unknown)
  7893. >6    leshort        1        (Ethernet)
  7894. >6    leshort        2        (Token Ring)
  7895. >6    leshort        3        (FDDI)
  7896.  
  7897. #
  7898. # Microsoft Network Monitor 2.x capture files.
  7899. #
  7900. 0    string        GMBU        NetMon capture file
  7901. >4    byte        x        - version %d
  7902. >5    byte        x        \b.%d
  7903. >6    leshort        0        (Unknown)
  7904. >6    leshort        1        (Ethernet)
  7905. >6    leshort        2        (Token Ring)
  7906. >6    leshort        3        (FDDI)
  7907.  
  7908. #
  7909. # Network General Sniffer capture files.
  7910. # Sorry, make that "Network Associates Sniffer capture files."
  7911. #
  7912. 0    string        TRSNIFF\ data\ \ \ \ \032    Sniffer capture file
  7913. >33    byte        2        (compressed)
  7914. >23    leshort        x        - version %d
  7915. >25    leshort        x        \b.%d
  7916. >32    byte        0        (Token Ring)
  7917. >32    byte        1        (Ethernet)
  7918. >32    byte        2        (ARCNET)
  7919. >32    byte        3        (StarLAN)
  7920. >32    byte        4        (PC Network broadband)
  7921. >32    byte        5        (LocalTalk)
  7922. >32    byte        6        (Znet)
  7923. >32    byte        7        (Internetwork Analyzer)
  7924. >32    byte        9        (FDDI)
  7925. >32    byte        10        (ATM)
  7926.  
  7927. #
  7928. # Cinco Networks NetXRay capture files.
  7929. # Sorry, make that "Network General Sniffer Basic capture files."
  7930. # Sorry, make that "Network Associates Sniffer Basic capture files."
  7931. # Sorry, make that "Network Associates Sniffer Basic, and Windows
  7932. # Sniffer Pro", capture files."
  7933. #
  7934. 0    string        XCP\0        NetXRay capture file
  7935. >4    string        >\0        - version %s
  7936. >44    leshort        0        (Ethernet)
  7937. >44    leshort        1        (Token Ring)
  7938. >44    leshort        2        (FDDI)
  7939.  
  7940. #
  7941. # "libpcap" capture files.
  7942. # (We call them "tcpdump capture file(s)" for now, as "tcpdump" is
  7943. # the main program that uses that format, but there are other programs
  7944. # that use "libpcap", or that use the same capture file format.)
  7945. #
  7946. 0    ubelong        0xa1b2c3d4    tcpdump capture file (big-endian)
  7947. >4    beshort        x        - version %d
  7948. >6    beshort        x        \b.%d
  7949. >20    belong        0        (No link-layer encapsulation
  7950. >20    belong        1        (Ethernet
  7951. >20    belong        2        (3Mb Ethernet
  7952. >20    belong        3        (AX.25
  7953. >20    belong        4        (ProNET
  7954. >20    belong        5        (CHAOS
  7955. >20    belong        6        (Token Ring
  7956. >20    belong        7        (ARCNET
  7957. >20    belong        8        (SLIP
  7958. >20    belong        9        (PPP
  7959. >20    belong        10        (FDDI
  7960. >20    belong        11        (RFC 1483 ATM
  7961. >20    belong        12        (raw IP
  7962. >20    belong        13        (BSD/OS SLIP
  7963. >20    belong        14        (BSD/OS PPP
  7964. >20    belong        50        (PPP or Cisco HDLC
  7965. >20    belong        51        (PPP-over-Ethernet
  7966. >20    belong        100        (RFC 1483 ATM
  7967. >20    belong        101        (raw IP
  7968. >20    belong        102        (BSD/OS SLIP
  7969. >20    belong        103        (BSD/OS PPP
  7970. >20    belong        104        (BSD/OS Cisco HDLC
  7971. >20    belong        105        (802.11
  7972. >20    belong        106        (Linux Classical IP over ATM
  7973. >20    belong        108        (OpenBSD loopback
  7974. >20    belong        109        (OpenBSD IPSEC encrypted
  7975. >20    belong        113        (Linux "cooked"
  7976. >20    belong        114        (LocalTalk
  7977. >16    belong        x        \b, capture length %d)
  7978. 0    ulelong        0xa1b2c3d4    tcpdump capture file (little-endian)
  7979. >4    leshort        x        - version %d
  7980. >6    leshort        x        \b.%d
  7981. >20    lelong        0        (No link-layer encapsulation
  7982. >20    lelong        1        (Ethernet
  7983. >20    lelong        2        (3Mb Ethernet
  7984. >20    lelong        3        (AX.25
  7985. >20    lelong        4        (ProNET
  7986. >20    lelong        5        (CHAOS
  7987. >20    lelong        6        (Token Ring
  7988. >20    lelong        7        (ARCNET
  7989. >20    lelong        8        (SLIP
  7990. >20    lelong        9        (PPP
  7991. >20    lelong        10        (FDDI
  7992. >20    lelong        11        (RFC 1483 ATM
  7993. >20    lelong        12        (raw IP
  7994. >20    lelong        13        (BSD/OS SLIP
  7995. >20    lelong        14        (BSD/OS PPP
  7996. >20    lelong        50        (PPP or Cisco HDLC
  7997. >20    lelong        51        (PPP-over-Ethernet
  7998. >20    lelong        100        (RFC 1483 ATM
  7999. >20    lelong        101        (raw IP
  8000. >20    lelong        102        (BSD/OS SLIP
  8001. >20    lelong        103        (BSD/OS PPP
  8002. >20    lelong        104        (BSD/OS Cisco HDLC
  8003. >20    lelong        105        (802.11
  8004. >20    lelong        106        (Linux Classical IP over ATM
  8005. >20    lelong        108        (OpenBSD loopback
  8006. >20    lelong        109        (OpenBSD IPSEC encrypted
  8007. >20    lelong        113        (Linux "cooked"
  8008. >20    lelong        114        (LocalTalk
  8009. >16    lelong        x        \b, capture length %d)
  8010.  
  8011. #
  8012. # "libpcap"-with-Alexey-Kuznetsov's-patches capture files.
  8013. # (We call them "tcpdump capture file(s)" for now, as "tcpdump" is
  8014. # the main program that uses that format, but there are other programs
  8015. # that use "libpcap", or that use the same capture file format.)
  8016. #
  8017. 0    ubelong        0xa1b2cd34    extended tcpdump capture file (big-endian)
  8018. >4    beshort        x        - version %d
  8019. >6    beshort        x        \b.%d
  8020. >20    belong        0        (No link-layer encapsulation
  8021. >20    belong        1        (Ethernet
  8022. >20    belong        2        (3Mb Ethernet
  8023. >20    belong        3        (AX.25
  8024. >20    belong        4        (ProNET
  8025. >20    belong        5        (CHAOS
  8026. >20    belong        6        (Token Ring
  8027. >20    belong        7        (ARCNET
  8028. >20    belong        8        (SLIP
  8029. >20    belong        9        (PPP
  8030. >20    belong        10        (FDDI
  8031. >20    belong        11        (RFC 1483 ATM
  8032. >20    belong        12        (raw IP
  8033. >20    belong        13        (BSD/OS SLIP
  8034. >20    belong        14        (BSD/OS PPP
  8035. >16    belong        x        \b, capture length %d)
  8036. 0    ulelong        0xa1b2cd34    extended tcpdump capture file (little-endian)
  8037. >4    leshort        x        - version %d
  8038. >6    leshort        x        \b.%d
  8039. >20    lelong        0        (No link-layer encapsulation
  8040. >20    lelong        1        (Ethernet
  8041. >20    lelong        2        (3Mb Ethernet
  8042. >20    lelong        3        (AX.25
  8043. >20    lelong        4        (ProNET
  8044. >20    lelong        5        (CHAOS
  8045. >20    lelong        6        (Token Ring
  8046. >20    lelong        7        (ARCNET
  8047. >20    lelong        8        (SLIP
  8048. >20    lelong        9        (PPP
  8049. >20    lelong        10        (FDDI
  8050. >20    lelong        11        (RFC 1483 ATM
  8051. >20    lelong        12        (raw IP
  8052. >20    lelong        13        (BSD/OS SLIP
  8053. >20    lelong        14        (BSD/OS PPP
  8054. >16    lelong        x        \b, capture length %d)
  8055.  
  8056. #
  8057. # AIX "iptrace" capture files.
  8058. #
  8059. 0    string        iptrace\ 2.0    "iptrace" capture file
  8060.  
  8061. #
  8062. # Novell LANalyzer capture files.
  8063. #
  8064. 0    leshort        0x1001        LANalyzer capture file
  8065. 0    leshort        0x1007        LANalyzer capture file
  8066.  
  8067. #
  8068. # HP-UX "nettl" capture files.
  8069. #
  8070. 0    string        \x54\x52\x00\x64\x00    "nettl" capture file
  8071.  
  8072. #
  8073. # RADCOM WAN/LAN Analyzer capture files.
  8074. #
  8075. 0    string        \x42\xd2\x00\x34\x12\x66\x22\x88    RADCOM WAN/LAN Analyzer capture file
  8076.  
  8077. #
  8078. # NetStumbler log files.  Not really packets, per se, but about as
  8079. # close as you can get.  These are log files from NetStumbler, a
  8080. # Windows program, that scans for 802.11b networks.
  8081. #
  8082. 0    string        NetS        NetStumbler log file
  8083. >8    lelong        x        \b, %d stations found
  8084.  
  8085. #------------------------------------------------------------------------------
  8086. # softquad:  file(1) magic for SoftQuad Publishing Software
  8087. #
  8088. # Author/Editor and RulesBuilder
  8089. #
  8090. # XXX - byte order?
  8091. #
  8092. 0    string        \<!SQ\ DTD>    Compiled SGML rules file
  8093. >9    string        >\0         Type %s
  8094. 0    string        \<!SQ\ A/E>    A/E SGML Document binary
  8095. >9    string        >\0         Type %s
  8096. 0    string        \<!SQ\ STS>    A/E SGML binary styles file
  8097. >9    string        >\0         Type %s
  8098. 0    short        0xc0de        Compiled PSI (v1) data
  8099. 0    short        0xc0da        Compiled PSI (v2) data
  8100. >3    string        >\0        (%s)
  8101. # Binary sqtroff font/desc files...
  8102. 0    short        0125252        SoftQuad DESC or font file binary
  8103. >2    short        >0        - version %d
  8104. # Bitmaps...
  8105. 0    string        SQ\ BITMAP1    SoftQuad Raster Format text
  8106. #0    string        SQ\ BITMAP2    SoftQuad Raster Format data
  8107. # sqtroff intermediate language (replacement for ditroff int. lang.)
  8108. 0    string        X\         SoftQuad troff Context intermediate
  8109. >2    string        495        for AT&T 495 laser printer
  8110. >2    string        hp        for Hewlett-Packard LaserJet
  8111. >2    string        impr        for IMAGEN imPRESS
  8112. >2    string        ps        for PostScript
  8113.  
  8114. #------------------------------------------------------------------------------
  8115. # spectrum:  file(1) magic for Spectrum emulator files.
  8116. #
  8117. # John Elliott <jce@seasip.demon.co.uk>
  8118.  
  8119. #
  8120. # Spectrum +3DOS header
  8121. #
  8122. 0       string          PLUS3DOS\032    Spectrum +3 data
  8123. >15     byte            0               - BASIC program
  8124. >15     byte            1               - number array
  8125. >15     byte            2               - character array
  8126. >15     byte            3               - memory block
  8127. >>16    belong          0x001B0040      (screen)
  8128. >15     byte            4               - Tasword document
  8129. >15     string          TAPEFILE        - ZXT tapefile
  8130. #
  8131. # Tape file. This assumes the .TAP starts with a Spectrum-format header,
  8132. # which nearly all will.
  8133. #
  8134. 0       string          \023\000\000    Spectrum .TAP data
  8135. >4      string          x               "%-10.10s"
  8136. >3      byte            0               - BASIC program
  8137. >3      byte            1               - number array
  8138. >3      byte            2               - character array
  8139. >3      byte            3               - memory block
  8140. >>14    belong          0x001B0040      (screen)
  8141.  
  8142. # The following three blocks are from pak21-spectrum@srcf.ucam.org
  8143. # TZX tape images
  8144. 0      string          ZXTape!\x1a     Spectrum .TZX data
  8145. >8     byte            x               version %d
  8146. >9     byte            x               .%d
  8147.  
  8148. # RZX input recording files
  8149. 0      string          RZX!            Spectrum .RZX data
  8150. >4     byte            x               version %d
  8151. >5     byte            x               .%d
  8152.  
  8153. # And three sorts of disk image
  8154. 0      string          MV\ -\ CPCEMU\ Disk-Fil Amstrad/Spectrum .DSK data
  8155. 0      string          MV\ -\ CPC\ format\ Dis Amstrad/Spectrum DU54 .DSK data
  8156. 0      string          EXTENDED\ CPC\ DSK\ Fil Amstrad/Spectrum Extended .DSK data
  8157.  
  8158. #------------------------------------------------------------------------------
  8159. # sql:  file(1) magic for SQL files
  8160. #
  8161. # From: "Marty Leisner" <mleisner@eng.mc.xerox.com>
  8162. # Recognize some MySQL files.
  8163. #
  8164. 0    beshort            0xfe01        MySQL table definition file
  8165. >2    byte            x        Version %d
  8166. 0    belong&0xffffff00    0xfefe0300    MySQL MISAM index file
  8167. >3    byte            x        Version %d
  8168. 0    belong&0xffffff00    0xfefe0700    MySQL MISAM compressed data file
  8169. >3    byte            x        Version %d
  8170. 0    belong&0xffffff00    0xfefe0500    MySQL ISAM index file
  8171. >3    byte            x        Version %d
  8172. 0    belong&0xffffff00    0xfefe0600    MySQL ISAM compressed data file
  8173. >3    byte            x        Version %d
  8174. 0    string             \376bin        MySQL replication log
  8175.  
  8176. #------------------------------------------------------------------------------
  8177. # sun:  file(1) magic for Sun machines
  8178. #
  8179. # Values for big-endian Sun (MC680x0, SPARC) binaries on pre-5.x
  8180. # releases.  (5.x uses ELF.)
  8181. #
  8182. 0    belong&077777777    0600413        sparc demand paged
  8183. >0    byte        &0x80
  8184. >>20    belong        <4096        shared library
  8185. >>20    belong        =4096        dynamically linked executable
  8186. >>20    belong        >4096        dynamically linked executable
  8187. >0    byte        ^0x80        executable
  8188. >16    belong        >0        not stripped
  8189. 0    belong&077777777    0600410        sparc pure
  8190. >0    byte        &0x80        dynamically linked executable
  8191. >0    byte        ^0x80        executable
  8192. >16    belong        >0        not stripped
  8193. 0    belong&077777777    0600407        sparc
  8194. >0    byte        &0x80        dynamically linked executable
  8195. >0    byte        ^0x80        executable
  8196. >16    belong        >0        not stripped
  8197.  
  8198. 0    belong&077777777    0400413        mc68020 demand paged
  8199. >0    byte        &0x80
  8200. >>20    belong        <4096        shared library
  8201. >>20    belong        =4096        dynamically linked executable
  8202. >>20    belong        >4096        dynamically linked executable
  8203. >16    belong        >0        not stripped
  8204. 0    belong&077777777    0400410        mc68020 pure
  8205. >0    byte        &0x80        dynamically linked executable
  8206. >0    byte        ^0x80        executable
  8207. >16    belong        >0        not stripped
  8208. 0    belong&077777777    0400407        mc68020
  8209. >0    byte        &0x80        dynamically linked executable
  8210. >0    byte        ^0x80        executable
  8211. >16    belong        >0        not stripped
  8212.  
  8213. 0    belong&077777777    0200413        mc68010 demand paged
  8214. >0    byte        &0x80
  8215. >>20    belong        <4096        shared library
  8216. >>20    belong        =4096        dynamically linked executable
  8217. >>20    belong        >4096        dynamically linked executable
  8218. >16    belong        >0        not stripped
  8219. 0    belong&077777777    0200410        mc68010 pure
  8220. >0    byte        &0x80        dynamically linked executable
  8221. >0    byte        ^0x80        executable
  8222. >16    belong        >0        not stripped
  8223. 0    belong&077777777    0200407        mc68010
  8224. >0    byte        &0x80        dynamically linked executable
  8225. >0    byte        ^0x80        executable
  8226. >16    belong        >0        not stripped
  8227.  
  8228. # reworked these to avoid anything beginning with zero becoming "old sun-2"
  8229. 0    belong        0407        old sun-2 executable
  8230. >16    belong        >0        not stripped
  8231. 0    belong        0410        old sun-2 pure executable
  8232. >16    belong        >0        not stripped
  8233. 0    belong        0413        old sun-2 demand paged executable
  8234. >16    belong        >0        not stripped
  8235.  
  8236. #
  8237. # Core files.  "SPARC 4.x BCP" means "core file from a SunOS 4.x SPARC
  8238. # binary executed in compatibility mode under SunOS 5.x".
  8239. #
  8240. 0    belong        0x080456    SunOS core file
  8241. >4    belong        432        (SPARC)
  8242. >>132    string        >\0        from '%s'
  8243. >>116    belong        =3        (quit)
  8244. >>116    belong        =4        (illegal instruction)
  8245. >>116    belong        =5        (trace trap)
  8246. >>116    belong        =6        (abort)
  8247. >>116    belong        =7        (emulator trap)
  8248. >>116    belong        =8        (arithmetic exception)
  8249. >>116    belong        =9        (kill)
  8250. >>116    belong        =10        (bus error)
  8251. >>116    belong        =11        (segmentation violation)
  8252. >>116    belong        =12        (bad argument to system call)
  8253. >>116    belong        =29        (resource lost)
  8254. >>120    belong        x        (T=%dK,
  8255. >>124    belong        x        D=%dK,
  8256. >>128    belong        x        S=%dK)
  8257. >4    belong        826        (68K)
  8258. >>128    string        >\0        from '%s'
  8259. >4    belong        456        (SPARC 4.x BCP)
  8260. >>152    string        >\0        from '%s'
  8261. # Sun SunPC
  8262. 0    long        0xfa33c08e    SunPC 4.0 Hard Disk
  8263. 0    string        #SUNPC_CONFIG    SunPC 4.0 Properties Values
  8264. # Sun snoop (see RFC 1761, which describes the capture file format).
  8265. #
  8266. 0    string        snoop        Snoop capture file
  8267. >8    belong        >0        - version %ld
  8268. >12    belong        0        (IEEE 802.3)
  8269. >12    belong        1        (IEEE 802.4)
  8270. >12    belong        2        (IEEE 802.5)
  8271. >12    belong        3        (IEEE 802.6)
  8272. >12    belong        4        (Ethernet)
  8273. >12    belong        5        (HDLC)
  8274. >12    belong        6        (Character synchronous)
  8275. >12    belong        7        (IBM channel-to-channel adapter)
  8276. >12    belong        8        (FDDI)
  8277. >12    belong        9        (Unknown)
  8278.  
  8279. # Microsoft ICM color profile
  8280. 36    string        acspMSFT    Microsoft ICM Color Profile
  8281. # Sun KCMS
  8282. 36    string        acsp        Kodak Color Management System, ICC Profile
  8283. #------------------------------------------------------------------------
  8284. # sysex: file(1) magic for MIDI sysex files
  8285. #
  8286. 0    byte            0xF0        SysEx File -
  8287.  
  8288. # North American Group
  8289. >1    byte            0x01        Sequential
  8290. >1    byte            0x02        IDP
  8291. >1    byte            0x03        OctavePlateau
  8292. >1    byte            0x04        Moog
  8293. >1    byte            0x05        Passport
  8294. >1    byte            0x06        Lexicon
  8295. >1    byte            0x07        Kurzweil
  8296. >1    byte            0x08        Fender
  8297. >1    byte            0x09        Gulbransen
  8298. >1    byte            0x0a        AKG
  8299. >1    byte            0x0b        Voyce
  8300. >1    byte            0x0c        Waveframe
  8301. >1    byte            0x0d        ADA
  8302. >1    byte            0x0e        Garfield
  8303. >1    byte            0x0f        Ensoniq
  8304. >1    byte            0x10        Oberheim
  8305. >1    byte            0x11        Apple
  8306. >1    byte            0x12        GreyMatter
  8307. >1    byte            0x14        PalmTree
  8308. >1    byte            0x15        JLCooper
  8309. >1    byte            0x16        Lowrey
  8310. >1    byte            0x17        AdamsSmith
  8311. >1    byte            0x18        E-mu
  8312. >1    byte            0x19        Harmony
  8313. >1    byte            0x1a        ART
  8314. >1    byte            0x1b        Baldwin
  8315. >1    byte            0x1c        Eventide
  8316. >1    byte            0x1d        Inventronics
  8317. >1    byte            0x1f        Clarity
  8318.  
  8319. # European Group
  8320. >1    byte            0x21        SIEL
  8321. >1    byte            0x22        Synthaxe
  8322. >1    byte            0x24        Hohner
  8323. >1    byte            0x25        Twister
  8324. >1    byte            0x26        Solton
  8325. >1    byte            0x27        Jellinghaus
  8326. >1    byte            0x28        Southworth
  8327. >1    byte            0x29        PPG
  8328. >1    byte            0x2a        JEN
  8329. >1    byte            0x2b        SSL
  8330. >1    byte            0x2c        AudioVertrieb
  8331.  
  8332. >1    byte            0x2f        ELKA
  8333. >>3    byte            0x09        EK-44
  8334.  
  8335. >1    byte            0x30        Dynacord
  8336. >1    byte            0x33        Clavia
  8337. >1    byte            0x39        Soundcraft
  8338.  
  8339. >1    byte            0x3e        Waldorf
  8340. >>3    byte            0x7f        Microwave I
  8341.  
  8342. # Japanese Group
  8343. >1    byte            0x40        Kawai
  8344. >>3    byte            0x20        K1
  8345. >>3    byte            0x22        K4
  8346.  
  8347. >1    byte            0x41        Roland
  8348. >>3    byte            0x14        D-50
  8349. >>3    byte            0x2b        U-220
  8350. >>3    byte            0x02        TR-707
  8351.  
  8352. >1    byte            0x42        Korg
  8353. >>3    byte            0x19        M1
  8354.  
  8355. >1    byte            0x43        Yamaha
  8356. >1    byte            0x44        Casio
  8357. >1    byte            0x46        Kamiya
  8358. >1    byte            0x47        Akai
  8359. >1    byte            0x48        Victor
  8360. >1    byte            0x49        Mesosha
  8361. >1    byte            0x4b        Fujitsu
  8362. >1    byte            0x4c        Sony
  8363. >1    byte            0x4e        Teac
  8364. >1    byte            0x50        Matsushita
  8365. >1    byte            0x51        Fostex
  8366. >1    byte            0x52        Zoom
  8367. >1    byte            0x54        Matsushita
  8368. >1    byte            0x57        Acoustic tech. lab.
  8369.  
  8370. >1    belong&0xffffff00    0x00007400    Ta Horng
  8371. >1    belong&0xffffff00    0x00007500    e-Tek
  8372. >1    belong&0xffffff00    0x00007600    E-Voice
  8373. >1    belong&0xffffff00    0x00007700    Midisoft
  8374. >1    belong&0xffffff00    0x00007800    Q-Sound
  8375. >1    belong&0xffffff00    0x00007900    Westrex
  8376. >1    belong&0xffffff00    0x00007a00    Nvidia*
  8377. >1    belong&0xffffff00    0x00007b00    ESS
  8378. >1    belong&0xffffff00    0x00007c00    Mediatrix
  8379. >1    belong&0xffffff00    0x00007d00    Brooktree
  8380. >1    belong&0xffffff00    0x00007e00    Otari
  8381. >1    belong&0xffffff00    0x00007f00    Key Electronics
  8382. >1    belong&0xffffff00    0x00010000    Shure
  8383. >1    belong&0xffffff00    0x00010100    AuraSound
  8384. >1    belong&0xffffff00    0x00010200    Crystal
  8385. >1    belong&0xffffff00    0x00010300    Rockwell
  8386. >1    belong&0xffffff00    0x00010400    Silicon Graphics
  8387. >1    belong&0xffffff00    0x00010500    Midiman
  8388. >1    belong&0xffffff00    0x00010600    PreSonus
  8389. >1    belong&0xffffff00    0x00010800    Topaz
  8390. >1    belong&0xffffff00    0x00010900    Cast Lightning
  8391. >1    belong&0xffffff00    0x00010a00    Microsoft
  8392. >1    belong&0xffffff00    0x00010b00    Sonic Foundry
  8393. >1    belong&0xffffff00    0x00010c00    Line 6
  8394. >1    belong&0xffffff00    0x00010d00    Beatnik Inc.
  8395. >1    belong&0xffffff00    0x00010e00    Van Koerving
  8396. >1    belong&0xffffff00    0x00010f00    Altech Systems
  8397. >1    belong&0xffffff00    0x00011000    S & S Research
  8398. >1    belong&0xffffff00    0x00011100    VLSI Technology
  8399. >1    belong&0xffffff00    0x00011200    Chromatic
  8400. >1    belong&0xffffff00    0x00011300    Sapphire
  8401. >1    belong&0xffffff00    0x00011400    IDRC
  8402. >1    belong&0xffffff00    0x00011500    Justonic Tuning
  8403. >1    belong&0xffffff00    0x00011600    TorComp
  8404. >1    belong&0xffffff00    0x00011700    Newtek Inc.
  8405. >1    belong&0xffffff00    0x00011800    Sound Sculpture
  8406. >1    belong&0xffffff00    0x00011900    Walker Technical
  8407. >1    belong&0xffffff00    0x00011a00    Digital Harmony
  8408. >1    belong&0xffffff00    0x00011b00    InVision
  8409. >1    belong&0xffffff00    0x00011c00    T-Square
  8410. >1    belong&0xffffff00    0x00011d00    Nemesys
  8411. >1    belong&0xffffff00    0x00011e00    DBX
  8412. >1    belong&0xffffff00    0x00011f00    Syndyne
  8413. >1    belong&0xffffff00    0x00012000    Bitheadz    
  8414. >1    belong&0xffffff00    0x00012100    Cakewalk
  8415. >1    belong&0xffffff00    0x00012200    Staccato
  8416. >1    belong&0xffffff00    0x00012300    National Semicon.
  8417. >1    belong&0xffffff00    0x00012400    Boom Theory
  8418. >1    belong&0xffffff00    0x00012500    Virtual DSP Corp
  8419. >1    belong&0xffffff00    0x00012600    Antares
  8420. >1    belong&0xffffff00    0x00012700    Angel Software
  8421. >1    belong&0xffffff00    0x00012800    St Louis Music
  8422. >1    belong&0xffffff00    0x00012900    Lyrrus dba G-VOX
  8423. >1    belong&0xffffff00    0x00012a00    Ashley Audio
  8424. >1    belong&0xffffff00    0x00012b00    Vari-Lite
  8425. >1    belong&0xffffff00    0x00012c00    Summit Audio
  8426. >1    belong&0xffffff00    0x00012d00    Aureal Semicon.
  8427. >1    belong&0xffffff00    0x00012e00    SeaSound
  8428. >1    belong&0xffffff00    0x00012f00    U.S. Robotics
  8429. >1    belong&0xffffff00    0x00013000    Aurisis
  8430. >1    belong&0xffffff00    0x00013100    Nearfield Multimedia
  8431. >1    belong&0xffffff00    0x00013200    FM7 Inc.
  8432. >1    belong&0xffffff00    0x00013300    Swivel Systems
  8433. >1    belong&0xffffff00    0x00013400    Hyperactive
  8434. >1    belong&0xffffff00    0x00013500    MidiLite
  8435. >1    belong&0xffffff00    0x00013600    Radical
  8436. >1    belong&0xffffff00    0x00013700    Roger Linn
  8437. >1    belong&0xffffff00    0x00013800    Helicon
  8438. >1    belong&0xffffff00    0x00013900    Event
  8439. >1    belong&0xffffff00    0x00013a00    Sonic Network
  8440. >1    belong&0xffffff00    0x00013b00    Realtime Music
  8441. >1    belong&0xffffff00    0x00013c00    Apogee Digital
  8442.  
  8443. >1    belong&0xffffff00    0x00202b00    Medeli Electronics
  8444. >1    belong&0xffffff00    0x00202c00    Charlie Lab
  8445. >1    belong&0xffffff00    0x00202d00    Blue Chip Music
  8446. >1    belong&0xffffff00    0x00202e00    BEE OH Corp
  8447. >1    belong&0xffffff00    0x00202f00    LG Semicon America
  8448. >1    belong&0xffffff00    0x00203000    TESI
  8449. >1    belong&0xffffff00    0x00203100    EMAGIC
  8450. >1    belong&0xffffff00    0x00203200    Behringer
  8451. >1    belong&0xffffff00    0x00203300    Access Music
  8452. >1    belong&0xffffff00    0x00203400    Synoptic
  8453. >1    belong&0xffffff00    0x00203500    Hanmesoft Corp
  8454. >1    belong&0xffffff00    0x00203600    Terratec
  8455. >1    belong&0xffffff00    0x00203700    Proel SpA
  8456. >1    belong&0xffffff00    0x00203800    IBK MIDI
  8457. >1    belong&0xffffff00    0x00203900    IRCAM
  8458. >1    belong&0xffffff00    0x00203a00    Propellerhead Software
  8459. >1    belong&0xffffff00    0x00203b00    Red Sound Systems
  8460. >1    belong&0xffffff00    0x00203c00    Electron ESI AB
  8461. >1    belong&0xffffff00    0x00203d00    Sintefex Audio
  8462. >1    belong&0xffffff00    0x00203e00    Music and More
  8463. >1    belong&0xffffff00    0x00203f00    Amsaro
  8464. >1    belong&0xffffff00    0x00204000    CDS Advanced Technology
  8465. >1    belong&0xffffff00    0x00204100    Touched by Sound
  8466. >1    belong&0xffffff00    0x00204200    DSP Arts
  8467. >1    belong&0xffffff00    0x00204300    Phil Rees Music
  8468. >1    belong&0xffffff00    0x00204400    Stamer Musikanlagen GmbH
  8469. >1    belong&0xffffff00    0x00204500    Soundart
  8470. >1    belong&0xffffff00    0x00204600    C-Mexx Software
  8471. >1    belong&0xffffff00    0x00204700    Klavis Tech.
  8472. >1    belong&0xffffff00    0x00204800    Noteheads AB
  8473.  
  8474. 0    string            T707        Roland TR-707 Data
  8475. #------------------------------------------------------------------------------
  8476. # teapot:  file(1) magic for "teapot" spreadsheet
  8477. #
  8478. 0       string          #!teapot\012xdr      teapot work sheet (XDR format)
  8479.  
  8480. #------------------------------------------------------------------------------
  8481. # terminfo:  file(1) magic for terminfo
  8482. #
  8483. # XXX - byte order for screen images?
  8484. #
  8485. 0    string        \032\001    Compiled terminfo entry
  8486. 0    short        0433        Curses screen image
  8487. 0    short        0434        Curses screen image
  8488.  
  8489. #------------------------------------------------------------------------------
  8490. # tex:  file(1) magic for TeX files
  8491. #
  8492. # From <conklin@talisman.kaleida.com>
  8493.  
  8494. # Although we may know the offset of certain text fields in TeX DVI
  8495. # and font files, we can't use them reliably because they are not
  8496. # zero terminated. [but we do anyway, christos]
  8497. 0    string        \367\002    TeX DVI file
  8498. >16    string        >\0        (%s)
  8499. 0    string        \367\203    TeX generic font data
  8500. 0    string        \367\131    TeX packed font data
  8501. >3    string        >\0        (%s)
  8502. 0    string        \367\312    TeX virtual font data
  8503. 0    string        This\ is\ TeX,    TeX transcript text
  8504. 0    string        This\ is\ METAFONT,    METAFONT transcript text
  8505.  
  8506. # There is no way to detect TeX Font Metric (*.tfm) files without
  8507. # breaking them apart and reading the data.  The following patterns
  8508. # match most *.tfm files generated by METAFONT or afm2tfm.
  8509. 2    string        \000\021    TeX font metric data
  8510. >33    string        >\0        (%s)
  8511. 2    string        \000\022    TeX font metric data
  8512. >33    string        >\0        (%s)
  8513.  
  8514. # Texinfo and GNU Info, from Daniel Quinlan (quinlan@yggdrasil.com)
  8515. 0    string        \\input\ texinfo    Texinfo source text
  8516. 0    string        This\ is\ Info\ file    GNU Info text
  8517.  
  8518. # TeX documents, from Daniel Quinlan (quinlan@yggdrasil.com)
  8519. 0    string        \\input        TeX document text
  8520. 0    string        \\section    LaTeX document text
  8521. 0    string        \\setlength    LaTeX document text
  8522. 0    string        \\documentstyle    LaTeX document text
  8523. 0    string        \\chapter    LaTeX document text
  8524. 0    string        \\documentclass    LaTeX 2e document text
  8525. 0    string        \\relax        LaTeX auxiliary file
  8526. 0    string        \\contentsline    LaTeX  table of contents
  8527. 0    string        %\ -*-latex-*-    LaTeX document text
  8528.  
  8529. # Tex document, from Hendrik Scholz <hendrik@scholz.net>
  8530. 0   string      \\ifx       TeX document text
  8531.  
  8532. # Index and glossary files
  8533. 0    string        \\indexentry    LaTeX raw index file
  8534. 0    string        \\begin{theindex}    LaTeX sorted index
  8535. 0    string        \\glossaryentry    LaTeX raw glossary
  8536. 0    string        \\begin{theglossary}    LaTeX sorted glossary
  8537. 0    string        This\ is\ makeindex    Makeindex log file
  8538.  
  8539. # End of TeX
  8540.  
  8541. #------------------------------------------------------------------------------
  8542. # file(1) magic for BibTex text files
  8543. # From Hendrik Scholz <hendrik@scholz.net>
  8544.  
  8545. 0   string @article{          BibTex text file
  8546. 0   string @book{             BibTex text file
  8547. 0   string @inbook{           BibTex text file
  8548. 0   string @incollection{     BibTex text file
  8549. 0   string @inproceedings{    BibTex text file
  8550. 0   string @manual{           BibTex text file
  8551. 0   string @misc{             BibTex text file
  8552. 0   string @preamble{         BibTex text file
  8553. 0   string @phdthesis{        BibTex text file
  8554. 0   string @techreport{       BibTex text file
  8555. 0   string @unpublished{      BibTex text file
  8556.  
  8557. 0   string @Article{          BibTex text file
  8558. 0   string @Book{             BibTex text file
  8559. 0   string @Inbook{           BibTex text file
  8560. 0   string @Incollection{     BibTex text file
  8561. 0   string @Inproceedings{    BibTex text file
  8562. 0   string @Manual{           BibTex text file
  8563. 0   string @Misc{             BibTex text file
  8564. 0   string @Preamble{         BibTex text file
  8565. 0   string @Phdthesis{        BibTex text file
  8566. 0   string @Techreport{       BibTex text file
  8567. 0   string @Unpublished{      BibTex text file
  8568.  
  8569. 0   string @ARTICLE{          BibTex text file
  8570. 0   string @BOOK{             BibTex text file
  8571. 0   string @INBOOK{           BibTex text file
  8572. 0   string @INCOLLECTION{     BibTex text file
  8573. 0   string @INPROCEEDINGS{    BibTex text file
  8574. 0   string @MANUAL{           BibTex text file
  8575. 0   string @MISC{             BibTex text file
  8576. 0   string @PREAMBLE{         BibTex text file
  8577. 0   string @PHDTHESIS{        BibTex text file
  8578. 0   string @TECHREPORT{       BibTex text file
  8579. 0   string @UNPUBLISHED{      BibTex text file
  8580.  
  8581. 73  string %%%\ \ BibTeX-file{ BibTex text file (with full header)
  8582.  
  8583. 73  string %%%\ \ @BibTeX-style-file{   BibTeX style text file (with full header)
  8584.  
  8585. 0   string %\ BibTeX\ standard\ bibliography\      BibTeX standard bibliography style text file
  8586.  
  8587. 0   string %\ BibTeX\ `     BibTeX custom bibliography style text file
  8588.  
  8589. 0   string  @c\ @mapfile{   TeX font aliases text file
  8590.  
  8591. #------------------------------------------------------------------------------
  8592. # file(1) magic for tgif(1) files
  8593. # From Hendrik Scholz <hendrik@scholz.net>
  8594.  
  8595. 0   string  %TGIF\ 4   tgif version 4 object file
  8596.  
  8597. # ------------------------------------------------------------------------
  8598. # ti-8x: file(1) magic for the TI-8x and TI-92 Graphing Calculators.
  8599. #
  8600. # From: Ryan McGuire (rmcguire@freenet.columbus.oh.us).
  8601. #
  8602. # Update: Romain Lievin (roms@lpg.ticalc.org).
  8603. #
  8604. # NOTE: This list is not complete.
  8605. # Files for the TI-80 and TI-81 are pretty rare. I'm not going to put the
  8606. # program/group magic numbers in here because I cannot find any.
  8607. 0        string        **TI80**    TI-80 Graphing Calculator File.
  8608. 0        string        **TI81**    TI-81 Graphing Calculator File.
  8609. #
  8610. # Magic Numbers for the TI-73
  8611. #
  8612. 0        string        **TI73**    TI-73 Graphing Calculator
  8613. >0x00003B    byte        0x00        (real number)
  8614. >0x00003B    byte        0x01        (list)
  8615. >0x00003B    byte        0x02        (matrix)
  8616. >0x00003B    byte        0x03        (equation)
  8617. >0x00003B    byte        0x04        (string)
  8618. >0x00003B    byte        0x05        (program)
  8619. >0x00003B    byte        0x06        (assembly program)
  8620. >0x00003B    byte        0x07        (picture)
  8621. >0x00003B    byte        0x08        (gdb)
  8622. >0x00003B    byte        0x0C        (complex number)
  8623. >0x00003B    byte        0x0F        (window settings)
  8624. >0x00003B    byte        0x10        (zoom)
  8625. >0x00003B    byte        0x11        (table setup)
  8626. >0x00003B    byte        0x13        (backup)
  8627.  
  8628. # Magic Numbers for the TI-82
  8629. #
  8630. 0        string        **TI82**    TI-82 Graphing Calculator
  8631. >0x00003B    byte        0x00        (real)
  8632. >0x00003B    byte        0x01        (list)
  8633. >0x00003B    byte        0x02        (matrix)
  8634. >0x00003B    byte        0x03        (Y-variable)
  8635. >0x00003B    byte        0x05        (program)
  8636. >0x00003B    byte        0x06        (protected prgm)
  8637. >0x00003B    byte        0x07        (picture)
  8638. >0x00003B    byte        0x08        (gdb)
  8639. >0x00003B    byte        0x0B        (window settings)
  8640. >0x00003B    byte        0x0C        (window settings)
  8641. >0x00003B    byte        0x0D        (table setup)
  8642. >0x00003B    byte        0x0E        (screenshot)
  8643. >0x00003B    byte        0x0F        (backup)
  8644. #
  8645. # Magic Numbers for the TI-83
  8646. #
  8647. 0        string        **TI83**    TI-83 Graphing Calculator
  8648. >0x00003B    byte        0x00        (real)
  8649. >0x00003B    byte        0x01        (list)
  8650. >0x00003B    byte        0x02        (matrix)
  8651. >0x00003B    byte        0x03        (Y-variable)
  8652. >0x00003B    byte        0x04        (string)
  8653. >0x00003B    byte        0x05        (program)
  8654. >0x00003B    byte        0x06        (protected prgm)
  8655. >0x00003B    byte        0x07        (picture)
  8656. >0x00003B    byte        0x08        (gdb)
  8657. >0x00003B    byte        0x0B        (window settings)
  8658. >0x00003B    byte        0x0C        (window settings)
  8659. >0x00003B    byte        0x0D        (table setup)
  8660. >0x00003B    byte        0x0E        (screenshot)
  8661. >0x00003B    byte        0x13        (backup)
  8662. #
  8663. # Magic Numbers for the TI-83+
  8664. #
  8665. 0        string        **TI83F*    TI-83+ Graphing Calculator
  8666. >0x00003B    byte        0x00        (real number)
  8667. >0x00003B    byte        0x01        (list)
  8668. >0x00003B    byte        0x02        (matrix)
  8669. >0x00003B    byte        0x03        (equation)
  8670. >0x00003B    byte        0x04        (string)
  8671. >0x00003B    byte        0x05        (program)
  8672. >0x00003B    byte        0x06        (assembly program)
  8673. >0x00003B    byte        0x07        (picture)
  8674. >0x00003B    byte        0x08        (gdb)
  8675. >0x00003B    byte        0x0C        (complex number)
  8676. >0x00003B    byte        0x0F        (window settings)
  8677. >0x00003B    byte        0x10        (zoom)
  8678. >0x00003B    byte        0x11        (table setup)
  8679. >0x00003B    byte        0x13        (backup)
  8680. >0x00003B    byte        0x15        (application variable)
  8681. >0x00003B    byte        0x17        (group of variable)
  8682.  
  8683. #
  8684. # Magic Numbers for the TI-85
  8685. #
  8686. 0        string        **TI85**    TI-85 Graphing Calculator
  8687. >0x00003B    byte        0x00        (real number)
  8688. >0x00003B    byte        0x01        (complex number)
  8689. >0x00003B    byte        0x02        (real vector)
  8690. >0x00003B    byte        0x03        (complex vector)
  8691. >0x00003B    byte        0x04        (real list)
  8692. >0x00003B    byte        0x05        (complex list)
  8693. >0x00003B    byte        0x06        (real matrix)
  8694. >0x00003B    byte        0x07        (complex matrix)
  8695. >0x00003B    byte        0x08        (real constant)
  8696. >0x00003B    byte        0x09        (complex constant)
  8697. >0x00003B    byte        0x0A        (equation)
  8698. >0x00003B    byte        0x0C        (string)
  8699. >0x00003B    byte        0x0D        (function GDB)
  8700. >0x00003B    byte        0x0E        (polar GDB)
  8701. >0x00003B    byte        0x0F        (parametric GDB)
  8702. >0x00003B    byte        0x10        (diffeq GDB)
  8703. >0x00003B    byte        0x11        (picture)
  8704. >0x00003B    byte        0x12        (program)
  8705. >0x00003B    byte        0x13        (range)
  8706. >0x00003B    byte        0x17        (window settings)
  8707. >0x00003B    byte        0x18        (window settings)
  8708. >0x00003B    byte        0x19        (window settings)
  8709. >0x00003B    byte        0x1A        (window settings)
  8710. >0x00003B    byte        0x1B        (zoom)
  8711. >0x00003B    byte        0x1D        (backup)
  8712. >0x00003B    byte        0x1E        (unknown)
  8713. >0x00003B    byte        0x2A        (equation)
  8714. >0x000032    string        ZS4        - ZShell Version 4 File.
  8715. >0x000032    string        ZS3        - ZShell Version 3 File.
  8716. #
  8717. # Magic Numbers for the TI-86
  8718. #
  8719. 0        string        **TI86**    TI-86 Graphing Calculator
  8720. >0x00003B    byte        0x00        (real number)
  8721. >0x00003B    byte        0x01        (complex number)
  8722. >0x00003B    byte        0x02        (real vector)
  8723. >0x00003B    byte        0x03        (complex vector)
  8724. >0x00003B    byte        0x04        (real list)
  8725. >0x00003B    byte        0x05        (complex list)
  8726. >0x00003B    byte        0x06        (real matrix)
  8727. >0x00003B    byte        0x07        (complex matrix)
  8728. >0x00003B    byte        0x08        (real constant)
  8729. >0x00003B    byte        0x09        (complex constant)
  8730. >0x00003B    byte        0x0A        (equation)
  8731. >0x00003B    byte        0x0C        (string)
  8732. >0x00003B    byte        0x0D        (function GDB)
  8733. >0x00003B    byte        0x0E        (polar GDB)
  8734. >0x00003B    byte        0x0F        (parametric GDB)
  8735. >0x00003B    byte        0x10        (diffeq GDB)
  8736. >0x00003B    byte        0x11        (picture)
  8737. >0x00003B    byte        0x12        (program)
  8738. >0x00003B    byte        0x13        (range)
  8739. >0x00003B    byte        0x17        (window settings)
  8740. >0x00003B    byte        0x18        (window settings)
  8741. >0x00003B    byte        0x19        (window settings)
  8742. >0x00003B    byte        0x1A        (window settings)
  8743. >0x00003B    byte        0x1B        (zoom)
  8744. >0x00003B    byte        0x1D        (backup)
  8745. >0x00003B    byte        0x1E        (unknown)
  8746. >0x00003B    byte        0x2A        (equation)
  8747. #
  8748. # Magic Numbers for the TI-89
  8749. #
  8750. 0        string        **TI89**    TI-89 Graphing Calculator
  8751. >0x000048    byte        0x00        (expression)
  8752. >0x000048    byte        0x04        (list)
  8753. >0x000048    byte        0x06        (matrix)
  8754. >0x000048    byte        0x0A        (data)
  8755. >0x000048    byte        0x0B        (text)
  8756. >0x000048    byte        0x0C        (string)
  8757. >0x000048    byte        0x0D        (graphic data base)
  8758. >0x000048    byte        0x0E        (figure)
  8759. >0x000048    byte        0x10        (picture)
  8760. >0x000048    byte        0x12        (program)
  8761. >0x000048    byte        0x13        (function)
  8762. >0x000048    byte        0x14        (macro)
  8763. >0x000048    byte        0x1C        (zipped)
  8764. >0x000048    byte        0x21        (assembler)
  8765. #
  8766. # Magic Numbers for the TI-92
  8767. #
  8768. 0        string        **TI92**    TI-92 Graphing Calculator
  8769. >0x000048    byte        0x00        (expression)
  8770. >0x000048    byte        0x04        (list)
  8771. >0x000048    byte        0x06        (matrix)
  8772. >0x000048    byte        0x0A        (data)
  8773. >0x000048    byte        0x0B        (text)
  8774. >0x000048    byte        0x0C        (string)
  8775. >0x000048    byte        0x0D        (graphic data base)
  8776. >0x000048    byte        0x0E        (figure)
  8777. >0x000048    byte        0x10        (picture)
  8778. >0x000048    byte        0x12        (program)
  8779. >0x000048    byte        0x13        (function)
  8780. >0x000048    byte        0x14        (macro)
  8781. >0x000048    byte        0x1D        (backup)
  8782. #
  8783. # Magic Numbers for the TI-92+/V200
  8784. #
  8785. 0        string        **TI92P*    TI-92+/V200 Graphing Calculator
  8786. >0x000048    byte        0x00        (expression)
  8787. >0x000048    byte        0x04        (list)
  8788. >0x000048    byte        0x06        (matrix)
  8789. >0x000048    byte        0x0A        (data)
  8790. >0x000048    byte        0x0B        (text)
  8791. >0x000048    byte        0x0C        (string)
  8792. >0x000048    byte        0x0D        (graphic data base)
  8793. >0x000048    byte        0x0E        (figure)
  8794. >0x000048    byte        0x10        (picture)
  8795. >0x000048    byte        0x12        (program)
  8796. >0x000048    byte        0x13        (function)
  8797. >0x000048    byte        0x14        (macro)
  8798. >0x000048    byte        0x1C        (zipped)
  8799. >0x000048    byte        0x21        (assembler)
  8800. #
  8801. # Magic Numbers for the TI-73/83+/89/92+/V200 FLASH upgrades
  8802. #
  8803. 0x0000016    string        Advanced    TI-XX Graphing Calculator (FLASH)
  8804. 0        string        **TIFL**    TI-XX Graphing Calculator (FLASH)
  8805. >8        byte        >0        - Revision %d
  8806. >>9         byte        x        \b.%d,
  8807. >12        byte        >0        Revision date %02x
  8808. >>13        byte        x        \b/%02x
  8809. >>14        beshort        x        \b/%04x,
  8810. >17        string        >/0        name: '%s',
  8811. >48        byte        0x74        device: TI-73,
  8812. >48        byte        0x73        device: TI-83+,
  8813. >48        byte        0x98        device: TI-89,
  8814. >48        byte        0x88        device: TI-92+,
  8815. >49        byte        0x23        type: OS upgrade,
  8816. >49        byte        0x24        type: application,
  8817. >49        byte        0x25        type: certificate,
  8818. >49        byte        0x3e        type: license,
  8819. >74        lelong        >0        size: %ld bytes
  8820.  
  8821. # VTi & TiEmu skins (TI Graphing Calculators).
  8822. # From: Romain Lievin (roms@lpg.ticalc.org).
  8823. # Magic Numbers for the VTi skins
  8824. 0               string          VTI        Virtual TI skin
  8825. >3        string        v        - Version
  8826. >>4        byte        >0        \b %c
  8827. >>6        byte        x        \b.%c
  8828. # Magic Numbers for the TiEmu skins
  8829. 0        string        TiEmu        TiEmu skin
  8830. >6              string          v               - Version
  8831. >>7             byte            >0              \b %c
  8832. >>9             byte            x               \b.%c
  8833. >>10        byte        x        \b%c
  8834.  
  8835. #------------------------------------------------------------------------------
  8836. # timezone:  file(1) magic for timezone data
  8837. #
  8838. # from Daniel Quinlan (quinlan@yggdrasil.com)
  8839. # this should work on Linux, SunOS, and maybe others
  8840. # Added new official magic number for recent versions of the Olson code
  8841. 0    string    TZif    timezone data
  8842. 0    string    \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0    old timezone data
  8843. 0    string    \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\2\0    old timezone data
  8844. 0    string  \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\0    old timezone data
  8845. 0    string    \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\4\0    old timezone data
  8846. 0    string    \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\5\0    old timezone data
  8847. 0    string    \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\6\0    old timezone data
  8848.  
  8849. #------------------------------------------------------------------------------
  8850. # troff:  file(1) magic for *roff
  8851. #
  8852. # updated by Daniel Quinlan (quinlan@yggdrasil.com)
  8853.  
  8854. # troff input
  8855. 0    string        .\\"        troff or preprocessor input text
  8856. 0    string        '\\"        troff or preprocessor input text
  8857. 0    string        '.\\"        troff or preprocessor input text
  8858. 0    string        \\"        troff or preprocessor input text
  8859. 0    string        '''        troff or preprocessor input text
  8860.  
  8861. # ditroff intermediate output text
  8862. 0    string        x\ T        ditroff output text
  8863. >4    string        cat        for the C/A/T phototypesetter
  8864. >4    string        ps        for PostScript
  8865. >4    string        dvi        for DVI
  8866. >4    string        ascii        for ASCII
  8867. >4    string        lj4        for LaserJet 4
  8868. >4    string        latin1        for ISO 8859-1 (Latin 1)
  8869. >4    string        X75        for xditview at 75dpi
  8870. >>7    string        -12        (12pt)
  8871. >4    string        X100        for xditview at 100dpi
  8872. >>8    string        -12        (12pt)
  8873.  
  8874. # output data formats
  8875. 0    string        \100\357    very old (C/A/T) troff output data
  8876. #
  8877. #------------------------------------------------------------------------------
  8878. # tuxedo:    file(1) magic for BEA TUXEDO data files
  8879. #
  8880. # from Ian Springer <ispringer@hotmail.com>
  8881. #
  8882. 0    string        \0\0\1\236\0\0\0\0\0\0\0\0\0\0\0\0    BEA TUXEDO DES mask data
  8883.  
  8884. #------------------------------------------------------------------------------
  8885. # typeset:  file(1) magic for other typesetting
  8886. #
  8887. 0    string        Interpress/Xerox    Xerox InterPress data
  8888. >16    string        /            (version
  8889. >>17    string        >\0            %s)
  8890.  
  8891. #------------------------------------------------------------------------------
  8892. # unknown:  file(1) magic for unknown machines
  8893. #
  8894. # XXX - this probably should be pruned, as it'll match PDP-11 and
  8895. # VAX image formats.
  8896. #
  8897. # 0x107 is 0407; 0x108 is 0410; both are PDP-11 (executable and pure,
  8898. # respectively).
  8899. #
  8900. # 0x109 is 0411; that's PDP-11 split I&D, but the PDP-11 version doesn't
  8901. # have the "version %ld", which may be a bogus COFFism (I don't think
  8902. # there ever was COFF for the PDP-11).
  8903. #
  8904. # 0x10B is 0413; that's VAX demand-paged, but this is a short, not a
  8905. # long, as it would be on a VAX.
  8906. #
  8907. # 0x10C is 0414 and 0x10E is 416; those *are* unknown.
  8908. #
  8909. 0    short        0x107        unknown machine executable
  8910. >8    short        >0        not stripped
  8911. >15    byte        >0        - version %ld
  8912. 0    short        0x108        unknown pure executable
  8913. >8    short        >0        not stripped
  8914. >15    byte        >0        - version %ld
  8915. 0    short        0x109        PDP-11 separate I&D
  8916. >8    short        >0        not stripped
  8917. >15    byte        >0        - version %ld
  8918. 0    short        0x10b        unknown pure executable
  8919. >8    short        >0        not stripped
  8920. >15    byte        >0        - version %ld
  8921. 0    long        0x10c        unknown demand paged pure executable
  8922. >16    long        >0        not stripped
  8923. 0    long        0x10e        unknown readable demand paged pure executable
  8924.  
  8925. #------------------------------------------------------------------------------
  8926. # uuencode:  file(1) magic for ASCII-encoded files
  8927. #
  8928.  
  8929. # GRR:  the first line of xxencoded files is identical to that in uuencoded
  8930. # files, but the first character in most subsequent lines is 'h' instead of
  8931. # 'M'.  (xxencoding uses lowercase letters in place of most of uuencode's
  8932. # punctuation and survives BITNET gateways better.)  If regular expressions
  8933. # were supported, this entry could possibly be split into two with
  8934. # "begin\040\.\*\012M" or "begin\040\.\*\012h" (where \. and \* are REs).
  8935. 0    string        begin\040    uuencoded or xxencoded text
  8936.  
  8937. # btoa(1) is an alternative to uuencode that requires less space.
  8938. 0    string        xbtoa\ Begin    btoa'd text
  8939.  
  8940. # ship(1) is another, much cooler alternative to uuencode.
  8941. # Greg Roelofs, newt@uchicago.edu
  8942. 0    string        $\012ship    ship'd binary text
  8943.  
  8944. # bencode(8) is used to encode compressed news batches (Bnews/Cnews only?)
  8945. # Greg Roelofs, newt@uchicago.edu
  8946. 0    string    Decode\ the\ following\ with\ bdeco    bencoded News text
  8947.  
  8948. # BinHex is the Macintosh ASCII-encoded file format (see also "apple")
  8949. # Daniel Quinlan, quinlan@yggdrasil.com
  8950. 11    string    must\ be\ converted\ with\ BinHex    BinHex binary text
  8951. >41    string    x                    \b, version %.3s
  8952.  
  8953. # GRR:  is MIME BASE64 encoding handled somewhere?
  8954.  
  8955. #------------------------------------------------------------------------------
  8956. # varied.out:  file(1) magic for various USG systems
  8957. #
  8958. #    Herewith many of the object file formats used by USG systems.
  8959. #    Most have been moved to files for a particular processor,
  8960. #    and deleted if they duplicate other entries.
  8961. #
  8962. 0    short        0610        Perkin-Elmer executable
  8963. # AMD 29K
  8964. 0    beshort        0572        amd 29k coff noprebar executable
  8965. 0    beshort        01572        amd 29k coff prebar executable
  8966. 0    beshort        0160007        amd 29k coff archive
  8967. # Cray
  8968. 6    beshort        0407        unicos (cray) executable
  8969. # Ultrix 4.3
  8970. 596    string        \130\337\377\377    Ultrix core file
  8971. >600    string        >\0        from '%s'
  8972. # BeOS and MAcOS PEF executables
  8973. # From: hplus@zilker.net (Jon Watte)
  8974. 0    string        Joy!peffpwpc    header for PowerPC PEF executable
  8975. #
  8976. # ava assembler/linker Uros Platise <uros.platise@ijs.si>
  8977. 0       string          avaobj  AVR assembler object code
  8978. >7      string          >\0     version '%s'
  8979. # gnu gmon magic From: Eugen Dedu <dedu@ese-metz.fr>
  8980. 0    string        gmon        GNU prof performance data
  8981. >4    long        x        - version %ld
  8982. # From: Dave Pearson <davep@davep.org>
  8983. # Harbour <URL:http://www.harbour-project.org/> HRB files.
  8984. 0    string        \xc0HRB        Harbour HRB file
  8985. >4    short        x        version %d
  8986.  
  8987. # From: "Stefan A. Haubenthal" <polluks@web.de>
  8988. 0    belong        0x000001EB    Plan 9 executable
  8989. #------------------------------------------------------------------------------
  8990. # varied.script:  file(1) magic for various interpreter scripts
  8991.  
  8992. 0    string        #!\ /            a
  8993. >3    string        >\0            %s script text executable
  8994. 0    string        #!\    /        a
  8995. >3    string        >\0            %s script text executable
  8996. 0    string        #!/            a
  8997. >2    string        >\0            %s script text executable
  8998. 0    string        #!\             script text executable
  8999. >3    string        >\0            for %s
  9000.  
  9001.  
  9002. #------------------------------------------------------------------------------
  9003. # vax:  file(1) magic for VAX executable/object and APL workspace
  9004. #
  9005. 0    lelong        0101557        VAX single precision APL workspace
  9006. 0    lelong        0101556        VAX double precision APL workspace
  9007.  
  9008. #
  9009. # VAX a.out (32V, BSD)
  9010. #
  9011. 0    lelong        0407        VAX executable
  9012. >16    lelong        >0        not stripped
  9013.  
  9014. 0    lelong        0410        VAX pure executable
  9015. >16    lelong        >0        not stripped
  9016.  
  9017. 0    lelong        0413        VAX demand paged pure executable
  9018. >16    lelong        >0        not stripped
  9019.  
  9020. 0    lelong        0420        VAX demand paged (first page unmapped) pure executable
  9021. >16    lelong        >0        not stripped
  9022.  
  9023. #
  9024. # VAX COFF
  9025. #
  9026. # The `versions' should be un-commented if they work for you.
  9027. # (Was the problem just one of endianness?)
  9028. #
  9029. 0    leshort        0570        VAX COFF executable
  9030. >12    lelong        >0        not stripped
  9031. >22    leshort        >0        - version %ld
  9032. 0    leshort        0575        VAX COFF pure executable
  9033. >12    lelong        >0        not stripped
  9034. >22    leshort        >0        - version %ld
  9035.  
  9036. #------------------------------------------------------------------------------
  9037. # vicar:  file(1) magic for VICAR files.
  9038. #
  9039. # From: Ossama Othman <othman@astrosun.tn.cornell.edu
  9040. # VICAR is JPL's in-house spacecraft image processing program
  9041. # VICAR image
  9042. 0    string    LBLSIZE=    VICAR image data
  9043. >32    string    BYTE        \b, 8 bits  = VAX byte
  9044. >32    string    HALF        \b, 16 bits = VAX word     = Fortran INTEGER*2
  9045. >32    string    FULL        \b, 32 bits = VAX longword = Fortran INTEGER*4
  9046. >32    string    REAL        \b, 32 bits = VAX longword = Fortran REAL*4
  9047. >32    string    DOUB        \b, 64 bits = VAX quadword = Fortran REAL*8
  9048. >32    string    COMPLEX        \b, 64 bits = VAX quadword = Fortran COMPLEX*8
  9049. # VICAR label file
  9050. 43    string    SFDU_LABEL    VICAR label file
  9051.  
  9052. #------------------------------------------------------------------------------
  9053. # visx:  file(1) magic for Visx format files
  9054. #
  9055. 0    short        0x5555        VISX image file
  9056. >2    byte        0        (zero)
  9057. >2    byte        1        (unsigned char)
  9058. >2    byte        2        (short integer)
  9059. >2    byte        3        (float 32)
  9060. >2    byte        4        (float 64)
  9061. >2    byte        5        (signed char)
  9062. >2    byte        6        (bit-plane)
  9063. >2    byte        7        (classes)
  9064. >2    byte        8        (statistics)
  9065. >2    byte        10        (ascii text)
  9066. >2    byte        15        (image segments)
  9067. >2    byte        100        (image set)
  9068. >2    byte        101        (unsigned char vector)
  9069. >2    byte        102        (short integer vector)
  9070. >2    byte        103        (float 32 vector)
  9071. >2    byte        104        (float 64 vector)
  9072. >2    byte        105        (signed char vector)
  9073. >2    byte        106        (bit plane vector)
  9074. >2    byte        121        (feature vector)
  9075. >2    byte        122        (feature vector library)
  9076. >2    byte        124        (chain code)
  9077. >2    byte        126        (bit vector)
  9078. >2    byte        130        (graph)
  9079. >2    byte        131        (adjacency graph)
  9080. >2    byte        132        (adjacency graph library)
  9081. >2    string        .VISIX        (ascii text)
  9082.  
  9083. #------------------------------------------------------------------------------
  9084. # vms:  file(1) magic for VMS executables (experimental)
  9085. #
  9086. # VMS .exe formats, both VAX and AXP (Greg Roelofs, newt@uchicago.edu)
  9087.  
  9088. # GRR 950122:  I'm just guessing on these, based on inspection of the headers
  9089. # of three executables each for Alpha and VAX architectures.  The VAX files
  9090. # all had headers similar to this:
  9091. #
  9092. #   00000  b0 00 30 00 44 00 60 00  00 00 00 00 30 32 30 35  ..0.D.`.....0205
  9093. #   00010  01 01 00 00 ff ff ff ff  ff ff ff ff 00 00 00 00  ................
  9094. #
  9095. 0    string    \xb0\0\x30\0    VMS VAX executable
  9096. >44032    string    PK\003\004    \b, Info-ZIP SFX archive v5.12 w/decryption
  9097. #
  9098. # The AXP files all looked like this, except that the byte at offset 0x22
  9099. # was 06 in some of them and 07 in others:
  9100. #
  9101. #   00000  03 00 00 00 00 00 00 00  ec 02 00 00 10 01 00 00  ................
  9102. #   00010  68 00 00 00 98 00 00 00  b8 00 00 00 00 00 00 00  h...............
  9103. #   00020  00 00 07 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
  9104. #   00030  00 00 00 00 01 00 00 00  00 00 00 00 00 00 00 00  ................
  9105. #   00040  00 00 00 00 ff ff ff ff  ff ff ff ff 02 00 00 00  ................
  9106. #
  9107. 0    belong    0x03000000    VMS Alpha executable
  9108. >75264    string    PK\003\004    \b, Info-ZIP SFX archive v5.12 w/decryption
  9109.  
  9110. # -----------------------------------------------------------
  9111. # VMware specific files (deducted from version 1.1 and log file entries)
  9112. # Anthon van der Neut (anthon@mnt.org)
  9113. 0    belong    0x4d52564e    VMware nvram 
  9114. 0    belong    0x434f5744    
  9115. >8    byte    3         VMware virtual disk 
  9116. >>32    lelong    x        (%d/
  9117. >>36    lelong    x        \b%d/
  9118. >>40    lelong    x        \b%d)
  9119. >8    byte    2         VMware undoable disk
  9120. >>32    string  >\0        (%s)
  9121.  
  9122. #------------------------------------------------------------------------------
  9123. # vorbis:  file(1) magic for Ogg/Vorbis files
  9124. #
  9125. # From Felix von Leitner <leitner@fefe.de>
  9126. # Extended by Beni Cherniavsky <cben@crosswinds.net>
  9127. # Further extended by Greg Wooledge <greg@wooledge.org>
  9128. #
  9129. # Most (everything but the number of channels and bitrate) is commented
  9130. # out with `##' as it's not interesting to the average user.  The most
  9131. # probable things advanced users would want to uncomment are probably
  9132. # the number of comments and the encoder version.
  9133. #
  9134. # --- Ogg Framing ---
  9135. 0        string        OggS        Ogg data
  9136. >4        byte        !0        UNKNOWN REVISION %u
  9137. ##>4        byte        0        revision 0
  9138. >4        byte        0
  9139. ##>>14        lelong        x        (Serial %lX)
  9140. # --- First vorbis packet - general header ---
  9141. >>28        string        \x01vorbis    \b, Vorbis audio,
  9142. # non-Vorbis content: FLAC (Free Loss-lessy Audio Codec,
  9143. # http://flac.sourceforge.net)
  9144. >>28        string        fLaC        \b, FLAC audio
  9145. >>>35        lelong        !0        UNKNOWN VERSION %lu,
  9146. ##>>>35        lelong        0        version 0,
  9147. >>>35        lelong        0
  9148. >>>>39        ubyte        1        mono,
  9149. >>>>39        ubyte        2        stereo,
  9150. >>>>39        ubyte        >2        %u channels,
  9151. >>>>40        lelong        x        %lu Hz
  9152. # Minimal, nominal and maximal bitrates specified when encoding
  9153. >>>>48        string        <\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff    \b,
  9154. # The above tests if at least one of these is specified:
  9155. >>>>>52        lelong        !-1
  9156. # Vorbis RC2 has a bug which puts -1000 in the min/max bitrate fields
  9157. # instead of -1.
  9158. # Vorbis 1.0 uses 0 instead of -1.
  9159. >>>>>>52    lelong        !0
  9160. >>>>>>>52    lelong        !-1000
  9161. >>>>>>>>52    lelong        x        <%lu
  9162. >>>>>48        lelong        !-1
  9163. >>>>>>48    lelong        x        ~%lu
  9164. >>>>>44        lelong        !-1
  9165. >>>>>>44    lelong        !-1000
  9166. >>>>>>>44    lelong        !0
  9167. >>>>>>>>44    lelong        x        >%lu
  9168. >>>>>48        string        <\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff    bps
  9169. # -- Second vorbis header packet - the comments
  9170. # A kludge to read the vendor string.  It's a counted string, not a
  9171. # zero-terminated one, so file(1) can't read it in a generic way.
  9172. # libVorbis is the only one existing currently, so I detect specifically
  9173. # it.  The interesting value is the cvs date (8 digits decimal).
  9174. # Post-RC1 Ogg files have the second header packet (and thus the version)
  9175. # in a different place, so we must use an indirect offset.
  9176. >>>(84.b+85)        string        \x03vorbis
  9177. >>>>(84.b+96)        string/c    Xiphophorus\ libVorbis\ I    \b, created by: Xiphophorus libVorbis I
  9178. >>>>>(84.b+120)        string        >00000000    
  9179. # Map to beta version numbers:
  9180. >>>>>>(84.b+120)    string        <20000508    (<beta1 - prepublic)
  9181. >>>>>>(84.b+120)    string        20000508    (beta1/2)
  9182. >>>>>>(84.b+120)    string        >20000508
  9183. >>>>>>>(84.b+120)    string        <20001031    (beta2-3)
  9184. >>>>>>(84.b+120)    string        20001031    (beta3)
  9185. >>>>>>(84.b+120)    string        >20001031
  9186. >>>>>>>(84.b+120)    string        <20010225    (beta3-4)
  9187. >>>>>>(84.b+120)    string        20010225    (beta4)
  9188. >>>>>>(84.b+120)    string        >20010225
  9189. >>>>>>>(84.b+120)    string        <20010615    (beta4-RC1)
  9190. >>>>>>(84.b+120)    string        20010615    (RC1)
  9191. >>>>>>(84.b+120)    string        20010813    (RC2)
  9192. >>>>>>(84.b+120)    string        20010816    (RC2 - Garf tuned v1)
  9193. >>>>>>(84.b+120)    string        20011014    (RC2 - Garf tuned v2)
  9194. >>>>>>(84.b+120)    string        20011217    (pre-RC3 CVS)
  9195. >>>>>>(84.b+120)    string        20011231    (RC3)
  9196. # Some pre-1.0 CVS snapshots still had "Xiphphorus"...
  9197. >>>>>>(84.b+120)    string        >20011231    (pre-1.0 CVS)
  9198. # For the 1.0 release, Xiphophorus is replaced by Xiph.Org
  9199. >>>>(84.b+96)        string/c    Xiph.Org\ libVorbis\ I    \b, created by: Xiph.Org libVorbis I
  9200. >>>>>(84.b+117)        string        >00000000    
  9201. >>>>>>(84.b+117)    string        <20020717    (pre-1.0 CVS)
  9202. >>>>>>(84.b+117)    string        20020717    (1.0)
  9203. >>>>>>(84.b+117)    string        >20020717    (post-1.0 CVS)
  9204.  
  9205. #------------------------------------------------------------------------------
  9206. # VXL: file(1) magic for VXL binary IO data files
  9207. #
  9208. # from Ian Scott <scottim@sf.net>
  9209. #
  9210. # VXL is a collection of C++ libraries for Computer Vision.
  9211. # See the vsl chapter in the VXL Book for more info
  9212. # http://www.isbe.man.ac.uk/public_vxl_doc/books/vxl/book.html
  9213. # http:/vxl.sf.net
  9214.  
  9215. 2    lelong    0x472b2c4e    VXL data file,
  9216. >0    leshort    >0        schema version no %d
  9217.  
  9218. #------------------------------------------------------------------------------
  9219. # wordprocessors:  file(1) magic fo word processors.
  9220. #
  9221. ####### PWP file format used on Smith Corona Personal Word Processors:
  9222. 2    string    \040\040\040\040\040\040\040\040\040\040\040ML4D\040\'92    Smith Corona PWP
  9223. >24    byte    2    \b, single spaced
  9224. >24    byte    3    \b, 1.5 spaced
  9225. >24    byte    4    \b, double spaced
  9226. >25    byte    0x42    \b, letter
  9227. >25    byte    0x54    \b, legal
  9228. >26    byte    0x46    \b, A4
  9229.  
  9230. #WordPerfect type files Version 1.6 - PLEASE DO NOT REMOVE THIS LINE
  9231. 0    string    \377WPC\020\000\000\000\022\012\001\001\000\000\000\000    (WP) loadable text
  9232. >15    byte    0    Optimized for Intel
  9233. >15    byte    1    Optimized for Non-Intel
  9234. 1    string    WPC    (Corel/WP)
  9235. >8    short    257    WordPerfect macro
  9236. >8    short    258    WordPerfect help file
  9237. >8    short    259    WordPerfect keyboard file
  9238. >8    short    266    WordPerfect document
  9239. >8    short    267    WordPerfect dictionary
  9240. >8    short    268    WordPerfect thesaurus
  9241. >8    short    269    WordPerfect block
  9242. >8    short    270    WordPerfect rectangular block
  9243. >8    short    271    WordPerfect column block
  9244. >8    short    272    WordPerfect printer data
  9245. >8    short    275    WordPerfect printer data
  9246. >8    short    276    WordPerfect driver resource data
  9247. >8    short    279    WordPerfect hyphenation code
  9248. >8    short    280    WordPerfect hyphenation data
  9249. >8    short    281    WordPerfect macro resource data
  9250. >8    short    283    WordPerfect hyphenation lex
  9251. >8    short    285    WordPerfect wordlist
  9252. >8    short    286    WordPerfect equation resource data
  9253. >8    short    289    WordPerfect spell rules
  9254. >8    short    290    WordPerfect dictionary rules
  9255. >8    short    295    WordPerfect spell rules (Microlytics)
  9256. >8    short    299    WordPerfect settings file
  9257. >8    short    301    WordPerfect 4.2 document
  9258. >8    short    325    WordPerfect dialog file
  9259. >8    short    332    WordPerfect button bar
  9260. >8    short    513    Shell macro
  9261. >8    short    522    Shell definition
  9262. >8    short    769    Notebook macro
  9263. >8    short    770    Notebook help file
  9264. >8    short    771    Notebook keyboard file
  9265. >8    short    778    Notebook definition
  9266. >8    short    1026    Calculator help file
  9267. >8    short     1538    Calendar help file
  9268. >8    short     1546    Calendar data file
  9269. >8    short    1793    Editor macro
  9270. >8    short    1794    Editor help file
  9271. >8    short    1795    Editor keyboard file
  9272. >8    short    1817    Editor macro resource file
  9273. >8    short     2049    Macro editor macro
  9274. >8    short     2050    Macro editor help file
  9275. >8    short    2051    Macro editor keyboard file
  9276. >8    short    2305    PlanPerfect macro
  9277. >8    short    2306    PlanPerfect help file
  9278. >8    short    2307    PlanPerfect keyboard file
  9279. >8    short    2314    PlanPerfect worksheet
  9280. >8    short    2319    PlanPerfect printer definition
  9281. >8    short    2322    PlanPerfect graphic definition
  9282. >8    short    2323    PlanPerfect data
  9283. >8    short    2324    PlanPerfect temporary printer
  9284. >8    short    2329    PlanPerfect macro resource data
  9285. >8    byte    11    Mail
  9286. >8    short    2818    help file
  9287. >8    short    2821    distribution list
  9288. >8    short    2826    out box
  9289. >8    short    2827    in box
  9290. >8    short    2836    users archived mailbox
  9291. >8    short    2837    archived message database
  9292. >8    short    2838    archived attachments
  9293. >8    short    3083    Printer temporary file
  9294. >8    short    3330    Scheduler help file
  9295. >8    short    3338    Scheduler in file
  9296. >8    short    3339    Scheduler out file
  9297. >8    short    3594    GroupWise settings file
  9298. >8    short    3601    GroupWise directory services
  9299. >8    short    3627    GroupWise settings file
  9300. >8    short    4362    Terminal resource data
  9301. >8    short    4363    Terminal resource data
  9302. >8    short    4395    Terminal resource data
  9303. >8    short    4619    GUI loadable text
  9304. >8    short    4620    graphics resource data
  9305. >8    short    4621    printer settings file
  9306. >8    short    4622    port definition file
  9307. >8    short    4623    print queue parameters
  9308. >8    short    4624    compressed file
  9309. >8    short    5130    Network service msg file
  9310. >8    short    5131    Network service msg file
  9311. >8    short    5132    Async gateway login msg
  9312. >8    short    5134    GroupWise message file
  9313. >8    short    7956    GroupWise admin domain database
  9314. >8    short    7957    GroupWise admin host database
  9315. >8    short    7959    GroupWise admin remote host database
  9316. >8    short    7960    GroupWise admin ADS deferment data file
  9317. >8    short    8458    IntelliTAG (SGML) compiled DTD
  9318. >8    long    18219264    WordPerfect graphic image (1.0)
  9319. >8    long    18219520    WordPerfect graphic image (2.0)
  9320. #end of WordPerfect type files Version 1.6 - PLEASE DO NOT REMOVE THIS LINE
  9321.  
  9322. #------------------------------------------------------------------------------
  9323. # file(1) magic(5) data for xdelta  Josh MacDonald <jmacd@CS.Berkeley.EDU>
  9324. #
  9325. 0    string    %XDELTA%    XDelta binary patch file 0.14
  9326. 0    string    %XDZ000%    XDelta binary patch file 0.18
  9327. 0    string    %XDZ001%    XDelta binary patch file 0.20
  9328. 0    string    %XDZ002%    XDelta binary patch file 1.0
  9329. 0    string    %XDZ003%    XDelta binary patch file 1.0.4
  9330. 0    string    %XDZ004%    XDelta binary patch file 1.1
  9331.  
  9332. #------------------------------------------------------------------------------
  9333. # xenix:  file(1) magic for Microsoft Xenix
  9334. #
  9335. # "Middle model" stuff, and "Xenix 8086 relocatable or 80286 small
  9336. # model" lifted from "magic.xenix", with comment "derived empirically;
  9337. # treat as folklore until proven"
  9338. #
  9339. # "small model", "large model", "huge model" stuff lifted from XXX
  9340. #
  9341. # XXX - "x.out" collides with PDP-11 archives
  9342. #
  9343. 0    string        core        core file (Xenix)
  9344. 0    byte        0x80        8086 relocatable (Microsoft)
  9345. 0    leshort        0xff65        x.out
  9346. >2    string        __.SYMDEF     randomized
  9347. >0    byte        x        archive
  9348. 0    leshort        0x206        Microsoft a.out
  9349. >8    leshort        1        Middle model
  9350. >0x1e    leshort        &0x10        overlay
  9351. >0x1e    leshort        &0x2        separate
  9352. >0x1e    leshort        &0x4        pure
  9353. >0x1e    leshort        &0x800        segmented
  9354. >0x1e    leshort        &0x400        standalone
  9355. >0x1e    leshort        &0x8        fixed-stack
  9356. >0x1c    byte        &0x80        byte-swapped
  9357. >0x1c    byte        &0x40        word-swapped
  9358. >0x10    lelong        >0        not-stripped
  9359. >0x1e    leshort        ^0xc000        pre-SysV
  9360. >0x1e    leshort        &0x4000        V2.3
  9361. >0x1e    leshort        &0x8000        V3.0
  9362. >0x1c    byte        &0x4        86
  9363. >0x1c    byte        &0xb        186
  9364. >0x1c    byte        &0x9        286
  9365. >0x1c    byte        &0xa        386
  9366. >0x1f    byte        <0x040        small model
  9367. >0x1f    byte        =0x048        large model    
  9368. >0x1f    byte        =0x049        huge model 
  9369. >0x1e    leshort        &0x1        executable
  9370. >0x1e    leshort        ^0x1        object file
  9371. >0x1e    leshort        &0x40        Large Text
  9372. >0x1e    leshort        &0x20        Large Data
  9373. >0x1e    leshort        &0x120        Huge Objects Enabled
  9374. >0x10    lelong        >0        not stripped
  9375.  
  9376. 0    leshort        0x140        old Microsoft 8086 x.out
  9377. >0x3    byte        &0x4        separate
  9378. >0x3    byte        &0x2        pure
  9379. >0    byte        &0x1        executable
  9380. >0    byte        ^0x1        relocatable
  9381. >0x14    lelong        >0        not stripped
  9382.  
  9383. 0    lelong        0x206        b.out
  9384. >0x1e    leshort        &0x10        overlay
  9385. >0x1e    leshort        &0x2        separate
  9386. >0x1e    leshort        &0x4        pure
  9387. >0x1e    leshort        &0x800        segmented
  9388. >0x1e    leshort        &0x400        standalone
  9389. >0x1e    leshort        &0x1        executable
  9390. >0x1e    leshort        ^0x1        object file
  9391. >0x1e    leshort        &0x4000        V2.3
  9392. >0x1e    leshort        &0x8000        V3.0
  9393. >0x1c    byte        &0x4        86
  9394. >0x1c    byte        &0xb        186
  9395. >0x1c    byte        &0x9        286
  9396. >0x1c    byte        &0x29        286
  9397. >0x1c    byte        &0xa        386
  9398. >0x1e    leshort        &0x4        Large Text
  9399. >0x1e    leshort        &0x2        Large Data
  9400. >0x1e    leshort        &0x102        Huge Objects Enabled
  9401.  
  9402. 0    leshort        0x580        XENIX 8086 relocatable or 80286 small model
  9403.  
  9404. #------------------------------------------------------------------------------
  9405. # xwindows:  file(1) magic for various X/Window system file formats.
  9406.  
  9407. # Compiled X Keymap 
  9408. # XKM (compiled X keymap) files (including version and byte ordering)
  9409. 1    string    mkx                Compiled XKB Keymap: lsb,
  9410. >0    byte    >0                version %d
  9411. >0    byte    =0                obsolete
  9412. 0    string    xkm                Compiled XKB Keymap: msb,
  9413. >3    byte    >0                version %d
  9414. >0    byte    =0                obsolete
  9415.  
  9416. # xfsdump archive
  9417. 0    string    xFSdump0            xfsdump archive
  9418. >8    long    x    (version %d)
  9419.  
  9420. # Jaleo XFS files
  9421. 0    long    395726                Jaleo XFS file
  9422. >4    long    x                - version %ld
  9423. >8    long    x                - [%ld -
  9424. >20    long    x                %ldx
  9425. >24    long    x                %ldx
  9426. >28    long    1008                YUV422]
  9427. >28    long    1000                RGB24]
  9428.  
  9429. #------------------------------------------------------------------------------
  9430. # zilog:  file(1) magic for Zilog Z8000.
  9431. #
  9432. # Was it big-endian or little-endian?  My Product Specification doesn't
  9433. # say.
  9434. #
  9435. 0    long        0xe807        object file (z8000 a.out)
  9436. 0    long        0xe808        pure object file (z8000 a.out)
  9437. 0    long        0xe809        separate object file (z8000 a.out)
  9438. 0    long        0xe805        overlay object file (z8000 a.out)
  9439.  
  9440. #------------------------------------------------------------------------------
  9441. # zyxel:  file(1) magic for ZyXEL modems
  9442. #
  9443. # From <rob@pe1chl.ampr.org>
  9444. # These are the /etc/magic entries to decode datafiles as used for the
  9445. # ZyXEL U-1496E DATA/FAX/VOICE modems.  (This header conforms to a
  9446. # ZyXEL-defined standard)
  9447.  
  9448. 0    string        ZyXEL\002    ZyXEL voice data
  9449. >10    byte        0        - CELP encoding
  9450. >10    byte&0x0B    1        - ADPCM2 encoding
  9451. >10    byte&0x0B    2        - ADPCM3 encoding
  9452. >10    byte&0x0B    3        - ADPCM4 encoding
  9453. >10    byte&0x0B    8        - New ADPCM3 encoding
  9454. >10    byte&0x04    4        with resync
  9455.