home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / boot / i386 / rescue / usr / lib / rpm / magic < prev    next >
Text File  |  2006-11-29  |  415KB  |  11,554 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. # XXX promoted from tex so that *.tfm is not mis-identified as mc68k file.
  15. # There is no way to detect TeX Font Metric (*.tfm) files without
  16. # breaking them apart and reading the data.  The following patterns
  17. # match most *.tfm files generated by METAFONT or afm2tfm.
  18. 2    string        \000\021    TeX font metric data
  19. >33    string        >\0        (%s)
  20. 2    string        \000\022    TeX font metric data
  21. >33    string        >\0        (%s)
  22. #------------------------------------------------------------------------------
  23. # acorn:  file(1) magic for files found on Acorn systems
  24. #
  25.  
  26. # RISC OS Chunk File Format
  27. # From RISC OS Programmer's Reference Manual, Appendix D
  28. # We guess the file type from the type of the first chunk.
  29. 0    lelong        0xc3cbc6c5    RISC OS Chunk data
  30. >12    string        OBJ_        \b, AOF object
  31. >12    string        LIB_        \b, ALF library
  32.  
  33. # RISC OS AIF, contains "SWI OS_Exit" at offset 16.
  34. 16    lelong        0xef000011    RISC OS AIF executable
  35.  
  36. # RISC OS Draw files
  37. # From RISC OS Programmer's Reference Manual, Appendix E
  38. 0    string         Draw        RISC OS Draw file data
  39.  
  40. # RISC OS new format font files
  41. # From RISC OS Programmer's Reference Manual, Appendix E
  42. 0    string        FONT\0        RISC OS outline font data,
  43. >5    byte        x        version %d
  44. 0    string        FONT\1        RISC OS 1bpp font data,
  45. >5    byte        x        version %d
  46. 0    string        FONT\4        RISC OS 4bpp font data
  47. >5    byte        x        version %d
  48.  
  49. # RISC OS Music files
  50. # From RISC OS Programmer's Reference Manual, Appendix E
  51. 0    string        Maestro\r    RISC OS music file
  52. >8    byte        x        version %d
  53.  
  54.  
  55. #------------------------------------------------------------------------------
  56. # adi: file(1) magic for ADi's objects
  57. # From Gregory McGarry <g.mcgarry@ieee.org>
  58. #
  59. 0    leshort        0x521c        COFF DSP21k
  60. >18    lelong        &02        executable,
  61. >18    lelong        ^02
  62. >>18    lelong        &01        static object,
  63. >>18    lelong        ^01        relocatable object,
  64. >18    lelong        &010        stripped
  65. >18    lelong        ^010        not stripped
  66.  
  67. #------------------------------------------------------------------------------
  68. # adventure: file(1) magic for Adventure game files
  69. #
  70. # from Allen Garvin <earendil@faeryland.tamu-commerce.edu>
  71. # Edited by Dave Chapeskie <dchapes@ddm.on.ca> Jun 28, 1998
  72. # Edited by Chris Chittleborough <cchittleborough@yahoo.com.au>, March 2002
  73. #
  74. # ALAN
  75. # I assume there are other, lower versions, but these are the only ones I
  76. # saw in the archive.
  77. 0    beshort    0x0206    ALAN game data
  78. >2    byte    <10    version 2.6%d
  79.  
  80.  
  81. # Infocom (see z-machine)
  82. #------------------------------------------------------------------------------
  83. # Z-machine:  file(1) magic for Z-machine binaries.
  84. #
  85. # This will match ${TEX_BASE}/texmf/omega/ocp/char2uni/inbig5.ocp which
  86. # appears to be a version-0 Z-machine binary.
  87. #
  88. # The (false match) message is to correct that behavior.  Perhaps it is
  89. # not needed.
  90. #
  91. 16    belong&0xfe00f0f0    0x3030    Infocom game data
  92. >0    ubyte            0    (false match)
  93. >0    ubyte            >0    (Z-machine %d,
  94. >>2    ubeshort        x    Release %d /
  95. >>18    string            >\0    Serial %.6s)
  96.  
  97. #------------------------------------------------------------------------------
  98. # Glulx:  file(1) magic for Glulx binaries.
  99. #
  100. # I haven't checked for false matches yet.
  101. #
  102. 0    string            Glul    Glulx game data
  103. >4    beshort            x    (Version %d
  104. >>6    byte            x    \b.%d
  105. >>8    byte            x    \b.%d)
  106. >36    string            Info    Compiled by Inform
  107.  
  108.  
  109.  
  110. # For Quetzal and blorb magic see iff
  111.  
  112.  
  113. # TADS (Text Adventure Development System)
  114. #  All files are machine-independent (games compile to byte-code) and are tagged
  115. #  with a version string of the form "V2.<digit>.<digit>\0" (but TADS 3 is
  116. #  on the way).
  117. #  Game files start with "TADS2 bin\n\r\032\0" then the compiler version.
  118. 0    string    TADS2\ bin    TADS
  119. >9    belong  !0x0A0D1A00    game data, CORRUPTED
  120. >9    belong     0x0A0D1A00
  121. >>13    string    >\0        %s game data
  122. #  Resource files start with "TADS2 rsc\n\r\032\0" then the compiler version.
  123. 0    string    TADS2\ rsc    TADS
  124. >9    belong  !0x0A0D1A00    resource data, CORRUPTED
  125. >9    belong     0x0A0D1A00
  126. >>13    string    >\0        %s resource data
  127. #  Some saved game files start with "TADS2 save/g\n\r\032\0", a little-endian
  128. #  2-byte length N, the N-char name of the game file *without* a NUL (darn!),
  129. # "TADS2 save\n\r\032\0" and the interpreter version. 
  130. 0    string    TADS2\ save/g    TADS
  131. >12    belong    !0x0A0D1A00    saved game data, CORRUPTED
  132. >12    belong     0x0A0D1A00
  133. >>(16.s+32) string >\0        %s saved game data
  134. #  Other saved game files start with "TADS2 save\n\r\032\0" and the interpreter
  135. #  version.
  136. 0    string    TADS2\ save    TADS
  137. >10    belong    !0x0A0D1A00    saved game data, CORRUPTED
  138. >10    belong     0x0A0D1A00
  139. >>14    string    >\0        %s saved game data
  140.  
  141. #------------------------------------------------------------------------------
  142. # allegro:  file(1) magic for Allegro datafiles
  143. # Toby Deshane <hac@shoelace.digivill.net>
  144. #
  145. 0 belong 0x736C6821   Allegro datafile (packed)
  146. 0 belong 0x736C682E   Allegro datafile (not packed/autodetect)
  147. 0 belong 0x736C682B   Allegro datafile (appended exe data)
  148.  
  149. #------------------------------------------------------------------------------
  150. # alliant:  file(1) magic for Alliant FX series a.out files
  151. #
  152. # If the FX series is the one that had a processor with a 68K-derived
  153. # instruction set, the "short" should probably become "beshort" and the
  154. # "long" should probably become "belong".
  155. # If it's the i860-based one, they should probably become either the
  156. # big-endian or little-endian versions, depending on the mode they ran
  157. # the 860 in....
  158. #
  159. 0    short        0420        0420 Alliant virtual executable
  160. >2    short        &0x0020        common library
  161. >16    long        >0        not stripped
  162. 0    short        0421        0421 Alliant compact executable
  163. >2    short        &0x0020        common library
  164. >16    long        >0        not stripped
  165. #------------------------------------------------------------------------------
  166. # alpha architecture description
  167. #
  168.  
  169. 0    leshort        0603        COFF format alpha
  170. >22    leshort&030000    !020000        executable
  171. >24    leshort        0410        pure
  172. >24    leshort        0413        paged
  173. >22    leshort&020000    !0        dynamically linked
  174. >16    lelong        !0        not stripped
  175. >16    lelong        0        stripped
  176. >22    leshort&030000    020000        shared library
  177. >24    leshort        0407        object
  178. >27    byte        x        - version %d
  179. >26    byte        x        .%d
  180. >28    byte        x        -%d
  181.  
  182. # Basic recognition of Digital UNIX core dumps - Mike Bremford <mike@opac.bl.uk>
  183. #
  184. # The actual magic number is just "Core", followed by a 2-byte version
  185. # number; however, treating any file that begins with "Core" as a Digital
  186. # UNIX core dump file may produce too many false hits, so we include one
  187. # byte of the version number as well; DU 5.0 appears only to be up to
  188. # version 2.
  189. #
  190. 0    string        Core\001    Alpha COFF format core dump (Digital UNIX)
  191. >24    string        >\0        \b, from '%s'
  192. 0    string        Core\002    Alpha COFF format core dump (Digital UNIX)
  193. >24    string        >\0        \b, from '%s'
  194.  
  195. #------------------------------------------------------------------------------
  196. # amanda:  file(1) magic for amanda file format
  197. #
  198. 0    string    AMANDA:\         AMANDA 
  199. >8    string    TAPESTART\ DATE        tape header file,
  200. >>23    string    X
  201. >>>25    string    >\             Unused %s
  202. >>23    string    >\             DATE %s
  203. >8    string    FILE\             dump file,
  204. >>13    string    >\             DATE %s
  205. #------------------------------------------------------------------------------
  206. # amigaos:  file(1) magic for AmigaOS binary formats:
  207.  
  208. #
  209. # From ignatios@cs.uni-bonn.de (Ignatios Souvatzis)
  210. #
  211. 0    belong        0x000003fa    AmigaOS shared library
  212. 0    belong        0x000003f3    AmigaOS loadseg()ble executable/binary
  213. 0    belong        0x000003e7    AmigaOS object/library data
  214. #
  215. 0    beshort        0xe310        Amiga Workbench
  216. >2    beshort        1        
  217. >>48    byte        1        disk icon
  218. >>48    byte        2        drawer icon
  219. >>48    byte        3        tool icon
  220. >>48    byte        4        project icon
  221. >>48    byte        5        garbage icon
  222. >>48    byte        6        device icon
  223. >>48    byte        7        kickstart icon
  224. >>48    byte        8        workbench application icon
  225. >2    beshort        >1        icon, vers. %d
  226. #
  227. # various sound formats from the Amiga
  228. # G=F6tz Waschk <waschk@informatik.uni-rostock.de>
  229. #
  230. 0    string        FC14        Future Composer 1.4 Module sound file
  231. 0    string        SMOD        Future Composer 1.3 Module sound file
  232. 0    string        AON4artofnoise    Art Of Noise Module sound file
  233. 1    string        MUGICIAN/SOFTEYES Mugician Module sound file
  234. 58    string        SIDMON\ II\ -\ THE    Sidmon 2.0 Module sound file
  235. 0    string        Synth4.0    Synthesis Module sound file
  236. 0    string        ARP.        The Holy Noise Module sound file
  237. 0    string        BeEp\0        JamCracker Module sound file
  238. 0    string        COSO\0        Hippel-COSO Module sound file
  239. # Too simple (short, pure ASCII, deep), MPi
  240. #26    string        V.3        Brian Postma's Soundmon Module sound file v3
  241. #26    string        BPSM        Brian Postma's Soundmon Module sound file v3
  242. #26    string        V.2        Brian Postma's Soundmon Module sound file v2
  243.  
  244. # The following are from: "Stefan A. Haubenthal" <polluks@web.de>
  245. 0    beshort        0x0f00        AmigaOS bitmap font
  246. 0    beshort        0x0f03        AmigaOS outline font
  247. 0    belong        0x80001001    AmigaOS outline tag
  248. 0    string        ##\ version    catalog translation
  249.  
  250. # Amiga disk types
  251. 0    string        RDSK        Rigid Disk Block
  252. >160    string        x        on %.24s
  253. 0    string        DOS\0        Amiga DOS disk
  254. 0    string        DOS\1        Amiga FFS disk
  255. 0    string        DOS\2        Amiga Inter DOS disk
  256. 0    string        DOS\3        Amiga Inter FFS disk
  257. 0    string        DOS\4        Amiga Fastdir DOS disk
  258. 0    string        DOS\5        Amiga Fastdir FFS disk
  259. 0    string        KICK        Kickstart disk
  260.  
  261. #------------------------------------------------------------------------------
  262. # animation:  file(1) magic for animation/movie formats
  263. #
  264. # animation formats
  265. # MPEG, FLI, DL originally from vax@ccwf.cc.utexas.edu (VaX#n8)
  266. # FLC, SGI, Apple originally from Daniel Quinlan (quinlan@yggdrasil.com)
  267.  
  268. # SGI and Apple formats
  269. 0    string        MOVI        Silicon Graphics movie file
  270. 4       string          moov            Apple QuickTime
  271. >12     string          mvhd            \b movie (fast start)
  272. >12     string          mdra            \b URL
  273. >12     string          cmov            \b movie (fast start, compressed header)
  274. >12     string          rmra            \b multiple URLs
  275. 4       string          mdat            Apple QuickTime movie (unoptimized)
  276. 4       string          wide            Apple QuickTime movie (unoptimized)
  277. 4       string          skip            Apple QuickTime movie (modified)
  278. 4       string          free            Apple QuickTime movie (modified)
  279. 4       string          idsc            Apple QuickTime image (fast start)
  280. 4       string          idat            Apple QuickTime image (unoptimized)
  281. 4       string          pckg            Apple QuickTime compressed archive
  282. 4    string/B    jP        JPEG 2000 image
  283. 4    string        ftyp        ISO Media
  284. >8    string        isom        \b, MPEG v4 system, version 1
  285. >8    string        iso2        \b, MPEG v4 system, part 12 revision
  286. >8    string        mp41        \b, MPEG v4 system, version 1
  287. >8    string        mp42        \b, MPEG v4 system, version 2
  288. >8    string        mp7t        \b, MPEG v4 system, MPEG v7 XML
  289. >8    string        mp7b        \b, MPEG v4 system, MPEG v7 binary XML
  290. >8    string/B    jp2        \b, JPEG 2000
  291. >8    string        3gp        \b, MPEG v4 system, 3GPP
  292. >>11    byte        4        \b v4 (H.263/AMR GSM 6.10)
  293. >>11    byte        5        \b v5 (H.263/AMR GSM 6.10)
  294. >>11    byte        6        \b v6 (ITU H.264/AMR GSM 6.10)
  295. >8    string        mmp4        \b, MPEG v4 system, 3GPP Mobile
  296. >8    string        avc1        \b, MPEG v4 system, 3GPP JVT AVC
  297. >8    string/B    M4A        \b, MPEG v4 system, iTunes AAC-LC
  298. >8    string/B    M4P        \b, MPEG v4 system, iTunes AES encrypted
  299. >8    string/B    M4B        \b, MPEG v4 system, iTunes bookmarked
  300. >8    string/B    qt        \b, Apple QuickTime movie
  301.  
  302. # MPEG sequences
  303. # Scans for all common MPEG header start codes
  304. 0        belong             0x00000001     JVT NAL sequence
  305. >4       byte&0x1F          0x07           \b, H.264 video
  306. >>5      byte               66             \b, baseline
  307. >>5      byte               77             \b, main
  308. >>5      byte               88             \b, extended
  309. >>7      byte               x              \b @ L %u
  310. 0        belong&0xFFFFFF00  0x00000100     MPEG sequence
  311. >3       byte               0xBA
  312. >>4      byte               &0x40          \b, v2, program multiplex
  313. >>4      byte               ^0x40          \b, v1, system multiplex
  314. >3       byte               0xBB           \b, v1/2, multiplex (missing pack header)
  315. >3       byte&0x1F          0x07           \b, H.264 video
  316. >>4      byte               66             \b, baseline
  317. >>4      byte               77             \b, main
  318. >>4      byte               88             \b, extended
  319. >>6      byte               x              \b @ L %u
  320. >3       byte               0xB0           \b, v4
  321. >>5      belong             0x000001B5
  322. >>>9     byte               &0x80
  323. >>>>10   byte&0xF0          16             \b, video
  324. >>>>10   byte&0xF0          32             \b, still texture
  325. >>>>10   byte&0xF0          48             \b, mesh
  326. >>>>10   byte&0xF0          64             \b, face
  327. >>>9     byte&0xF8          8              \b, video
  328. >>>9     byte&0xF8          16             \b, still texture
  329. >>>9     byte&0xF8          24             \b, mesh
  330. >>>9     byte&0xF8          32             \b, face
  331. >>4      byte               1              \b, simple @ L1
  332. >>4      byte               2              \b, simple @ L2
  333. >>4      byte               3              \b, simple @ L3
  334. >>4      byte               4              \b, simple @ L0
  335. >>4      byte               17             \b, simple scalable @ L1
  336. >>4      byte               18             \b, simple scalable @ L2
  337. >>4      byte               33             \b, core @ L1
  338. >>4      byte               34             \b, core @ L2
  339. >>4      byte               50             \b, main @ L2
  340. >>4      byte               51             \b, main @ L3
  341. >>4      byte               53             \b, main @ L4
  342. >>4      byte               66             \b, n-bit @ L2
  343. >>4      byte               81             \b, scalable texture @ L1
  344. >>4      byte               97             \b, simple face animation @ L1
  345. >>4      byte               98             \b, simple face animation @ L2
  346. >>4      byte               99             \b, simple face basic animation @ L1
  347. >>4      byte               100            \b, simple face basic animation @ L2
  348. >>4      byte               113            \b, basic animation text @ L1
  349. >>4      byte               114            \b, basic animation text @ L2
  350. >>4      byte               129            \b, hybrid @ L1
  351. >>4      byte               130            \b, hybrid @ L2
  352. >>4      byte               145            \b, advanced RT simple @ L!
  353. >>4      byte               146            \b, advanced RT simple @ L2
  354. >>4      byte               147            \b, advanced RT simple @ L3
  355. >>4      byte               148            \b, advanced RT simple @ L4
  356. >>4      byte               161            \b, core scalable @ L1
  357. >>4      byte               162            \b, core scalable @ L2
  358. >>4      byte               163            \b, core scalable @ L3
  359. >>4      byte               177            \b, advanced coding efficiency @ L1
  360. >>4      byte               178            \b, advanced coding efficiency @ L2
  361. >>4      byte               179            \b, advanced coding efficiency @ L3
  362. >>4      byte               180            \b, advanced coding efficiency @ L4
  363. >>4      byte               193            \b, advanced core @ L1
  364. >>4      byte               194            \b, advanced core @ L2
  365. >>4      byte               209            \b, advanced scalable texture @ L1
  366. >>4      byte               210            \b, advanced scalable texture @ L2
  367. >>4      byte               211            \b, advanced scalable texture @ L3
  368. >>4      byte               225            \b, simple studio @ L1
  369. >>4      byte               226            \b, simple studio @ L2
  370. >>4      byte               227            \b, simple studio @ L3
  371. >>4      byte               228            \b, simple studio @ L4
  372. >>4      byte               229            \b, core studio @ L1
  373. >>4      byte               230            \b, core studio @ L2
  374. >>4      byte               231            \b, core studio @ L3
  375. >>4      byte               232            \b, core studio @ L4
  376. >>4      byte               240            \b, advanced simple @ L0
  377. >>4      byte               241            \b, advanced simple @ L1
  378. >>4      byte               242            \b, advanced simple @ L2
  379. >>4      byte               243            \b, advanced simple @ L3
  380. >>4      byte               244            \b, advanced simple @ L4
  381. >>4      byte               245            \b, advanced simple @ L5
  382. >>4      byte               247            \b, advanced simple @ L3b
  383. >>4      byte               248            \b, FGS @ L0
  384. >>4      byte               249            \b, FGS @ L1
  385. >>4      byte               250            \b, FGS @ L2
  386. >>4      byte               251            \b, FGS @ L3
  387. >>4      byte               252            \b, FGS @ L4
  388. >>4      byte               253            \b, FGS @ L5
  389. >3       byte               0xB5           \b, v4
  390. >>4      byte               &0x80
  391. >>>5     byte&0xF0          16             \b, video (missing profile header)
  392. >>>5     byte&0xF0          32             \b, still texture (missing profile header)
  393. >>>5     byte&0xF0          48             \b, mesh (missing profile header)
  394. >>>5     byte&0xF0          64             \b, face (missing profile header)
  395. >>4      byte&0xF8          8              \b, video (missing profile header)
  396. >>4      byte&0xF8          16             \b, still texture (missing profile header)
  397. >>4      byte&0xF8          24             \b, mesh (missing profile header)
  398. >>4      byte&0xF8          32             \b, face (missing profile header)
  399. >3       byte               0xB3
  400. >>12     belong             0x000001B8     \b, v1, progressive Y'CbCr 4:2:0 video
  401. >>12     belong             0x000001B2     \b, v1, progressive Y'CbCr 4:2:0 video
  402. >>12     belong             0x000001B5     \b, v2,
  403. >>>16    byte&0x0F          1              \b HP
  404. >>>16    byte&0x0F          2              \b Spt
  405. >>>16    byte&0x0F          3              \b SNR
  406. >>>16    byte&0x0F          4              \b MP
  407. >>>16    byte&0x0F          5              \b SP
  408. >>>17    byte&0xF0          64             \b@HL
  409. >>>17    byte&0xF0          96             \b@H-14
  410. >>>17    byte&0xF0          128            \b@ML
  411. >>>17    byte&0xF0          160            \b@LL
  412. >>>17    byte               &0x08          \b progressive
  413. >>>17    byte               ^0x08          \b interlaced
  414. >>>17    byte&0x06          2              \b Y'CbCr 4:2:0 video
  415. >>>17    byte&0x06          4              \b Y'CbCr 4:2:2 video
  416. >>>17    byte&0x06          6              \b Y'CbCr 4:4:4 video
  417. >>11     byte               &0x02
  418. >>>75    byte               &0x01
  419. >>>>140  belong             0x000001B8     \b, v1, progressive Y'CbCr 4:2:0 video
  420. >>>>140  belong             0x000001B2     \b, v1, progressive Y'CbCr 4:2:0 video
  421. >>>>140  belong             0x000001B5     \b, v2,
  422. >>>>>144 byte&0x0F          1              \b HP
  423. >>>>>144 byte&0x0F          2              \b Spt
  424. >>>>>144 byte&0x0F          3              \b SNR
  425. >>>>>144 byte&0x0F          4              \b MP
  426. >>>>>144 byte&0x0F          5              \b SP
  427. >>>>>145 byte&0xF0          64             \b@HL
  428. >>>>>145 byte&0xF0          96             \b@H-14
  429. >>>>>145 byte&0xF0          128            \b@ML
  430. >>>>>145 byte&0xF0          160            \b@LL
  431. >>>>>145 byte               &0x08          \b progressive
  432. >>>>>145 byte               ^0x08          \b interlaced
  433. >>>>>145 byte&0x06          2              \b Y'CbCr 4:2:0 video
  434. >>>>>145 byte&0x06          4              \b Y'CbCr 4:2:2 video
  435. >>>>>145 byte&0x06          6              \b Y'CbCr 4:4:4 video
  436. >>76    belong             0x000001B8     \b, v1, progressive Y'CbCr 4:2:0 video
  437. >>76    belong             0x000001B2     \b, v1, progressive Y'CbCr 4:2:0 video
  438. >>76    belong             0x000001B5     \b, v2,
  439. >>>80   byte&0x0F          1              \b HP
  440. >>>80   byte&0x0F          2              \b Spt
  441. >>>80   byte&0x0F          3              \b SNR
  442. >>>80   byte&0x0F          4              \b MP
  443. >>>80   byte&0x0F          5              \b SP
  444. >>>81   byte&0xF0          64             \b@HL
  445. >>>81   byte&0xF0          96             \b@H-14
  446. >>>81   byte&0xF0          128            \b@ML
  447. >>>81   byte&0xF0          160            \b@LL
  448. >>>81   byte               &0x08          \b progressive
  449. >>>81   byte               ^0x08          \b interlaced
  450. >>>81   byte&0x06          2              \b Y'CbCr 4:2:0 video
  451. >>>81   byte&0x06          4              \b Y'CbCr 4:2:2 video
  452. >>>81   byte&0x06          6              \b Y'CbCr 4:4:4 video
  453. >>4      belong&0xFFFFFF00  0x78043800     \b, HD-TV 1920P
  454. >>>7     byte&0xF0          0x10           \b, 16:9
  455. >>4      belong&0xFFFFFF00  0x50002D00     \b, SD-TV 1280I
  456. >>>7     byte&0xF0          0x10           \b, 16:9
  457. >>4      belong&0xFFFFFF00  0x30024000     \b, PAL Capture
  458. >>>7     byte&0xF0          0x10           \b, 4:3
  459. >>4      beshort&0xFFF0     0x2C00         \b, 4CIF
  460. >>>5     beshort&0x0FFF     0x01E0         \b NTSC
  461. >>>5     beshort&0x0FFF     0x0240         \b PAL
  462. >>>7     byte&0xF0          0x20           \b, 4:3
  463. >>>7     byte&0xF0          0x30           \b, 16:9
  464. >>>7     byte&0xF0          0x40           \b, 11:5
  465. >>>7     byte&0xF0          0x80           \b, PAL 4:3
  466. >>>7     byte&0xF0          0xC0           \b, NTSC 4:3
  467. >>4      belong&0xFFFFFF00  0x2801E000     \b, LD-TV 640P
  468. >>>7     byte&0xF0          0x10           \b, 4:3
  469. >>4      belong&0xFFFFFF00  0x1400F000     \b, 320x240
  470. >>>7     byte&0xF0          0x10           \b, 4:3
  471. >>4      belong&0xFFFFFF00  0x0F00A000     \b, 240x160
  472. >>>7     byte&0xF0          0x10           \b, 4:3
  473. >>4      belong&0xFFFFFF00  0x0A007800     \b, 160x120
  474. >>>7     byte&0xF0          0x10           \b, 4:3
  475. >>4      beshort&0xFFF0     0x1600         \b, CIF
  476. >>>5     beshort&0x0FFF     0x00F0         \b NTSC
  477. >>>5     beshort&0x0FFF     0x0120         \b PAL
  478. >>>7     byte&0xF0          0x20           \b, 4:3
  479. >>>7     byte&0xF0          0x30           \b, 16:9
  480. >>>7     byte&0xF0          0x40           \b, 11:5
  481. >>>7     byte&0xF0          0x80           \b, PAL 4:3
  482. >>>7     byte&0xF0          0xC0           \b, NTSC 4:3
  483. >>>5     beshort&0x0FFF     0x0240         \b PAL 625
  484. >>>>7    byte&0xF0          0x20           \b, 4:3
  485. >>>>7    byte&0xF0          0x30           \b, 16:9
  486. >>>>7    byte&0xF0          0x40           \b, 11:5
  487. >>4      beshort&0xFFF0     0x2D00         \b, CCIR/ITU
  488. >>>5     beshort&0x0FFF     0x01E0         \b NTSC 525
  489. >>>5     beshort&0x0FFF     0x0240         \b PAL 625
  490. >>>7     byte&0xF0          0x20           \b, 4:3
  491. >>>7     byte&0xF0          0x30           \b, 16:9
  492. >>>7     byte&0xF0          0x40           \b, 11:5
  493. >>4      beshort&0xFFF0     0x1E00         \b, SVCD
  494. >>>5     beshort&0x0FFF     0x01E0         \b NTSC 525
  495. >>>5     beshort&0x0FFF     0x0240         \b PAL 625
  496. >>>7     byte&0xF0          0x20           \b, 4:3
  497. >>>7     byte&0xF0          0x30           \b, 16:9
  498. >>>7     byte&0xF0          0x40           \b, 11:5
  499. >>7      byte&0x0F          1              \b, 23.976 fps
  500. >>7      byte&0x0F          2              \b, 24 fps
  501. >>7      byte&0x0F          3              \b, 25 fps
  502. >>7      byte&0x0F          4              \b, 29.97 fps
  503. >>7      byte&0x0F          5              \b, 30 fps
  504. >>7      byte&0x0F          6              \b, 50 fps
  505. >>7      byte&0x0F          7              \b, 59.94 fps
  506. >>7      byte&0x0F          8              \b, 60 fps
  507. >>11     byte               &0x04          \b, Constrained
  508.  
  509. # MPEG ADTS Audio (*.mpx/mxa/aac)
  510. # from dreesen@math.fu-berlin.de
  511. # modified to fully support MPEG ADTS
  512.  
  513. # MP3, M1A
  514. 0       beshort&0xFFFE  0xFFFA         MPEG ADTS, layer III, v1
  515. # rates
  516. >2      byte&0xF0       0x10           \b,  32 kBits
  517. >2      byte&0xF0       0x20           \b,  40 kBits
  518. >2      byte&0xF0       0x30           \b,  48 kBits
  519. >2      byte&0xF0       0x40           \b,  56 kBits
  520. >2      byte&0xF0       0x50           \b,  64 kBits
  521. >2      byte&0xF0       0x60           \b,  80 kBits
  522. >2      byte&0xF0       0x70           \b,  96 kBits
  523. >2      byte&0xF0       0x80           \b, 112 kBits
  524. >2      byte&0xF0       0x90           \b, 128 kBits
  525. >2      byte&0xF0       0xA0           \b, 160 kBits
  526. >2      byte&0xF0       0xB0           \b, 192 kBits
  527. >2      byte&0xF0       0xC0           \b, 224 kBits
  528. >2      byte&0xF0       0xD0           \b, 256 kBits
  529. >2      byte&0xF0       0xE0           \b, 320 kBits
  530. # timing
  531. >2      byte&0x0C       0x00           \b, 44.1 kHz
  532. >2      byte&0x0C       0x04           \b, 48 kHz
  533. >2      byte&0x0C       0x08           \b, 32 kHz
  534. # channels/options
  535. >3      byte&0xC0       0x00           \b, Stereo
  536. >3      byte&0xC0       0x40           \b, JntStereo
  537. >3      byte&0xC0       0x80           \b, 2x Monaural
  538. >3      byte&0xC0       0xC0           \b, Monaural
  539. #>1     byte            ^0x01          \b, Data Verify
  540. #>2     byte            &0x02          \b, Packet Pad
  541. #>2     byte            &0x01          \b, Custom Flag
  542. #>3     byte            &0x08          \b, Copyrighted
  543. #>3     byte            &0x04          \b, Original Source
  544. #>3     byte&0x03       1              \b, NR: 50/15 ms
  545. #>3     byte&0x03       3              \b, NR: CCIT J.17
  546.  
  547. # MP2, M1A
  548. 0       beshort&0xFFFE  0xFFFC         MPEG ADTS, layer II, v1
  549. # rates
  550. >2      byte&0xF0       0x10           \b,  32 kBits
  551. >2      byte&0xF0       0x20           \b,  48 kBits
  552. >2      byte&0xF0       0x30           \b,  56 kBits
  553. >2      byte&0xF0       0x40           \b,  64 kBits
  554. >2      byte&0xF0       0x50           \b,  80 kBits
  555. >2      byte&0xF0       0x60           \b,  96 kBits
  556. >2      byte&0xF0       0x70           \b, 112 kBits
  557. >2      byte&0xF0       0x80           \b, 128 kBits
  558. >2      byte&0xF0       0x90           \b, 160 kBits
  559. >2      byte&0xF0       0xA0           \b, 192 kBits
  560. >2      byte&0xF0       0xB0           \b, 224 kBits
  561. >2      byte&0xF0       0xC0           \b, 256 kBits
  562. >2      byte&0xF0       0xD0           \b, 320 kBits
  563. >2      byte&0xF0       0xE0           \b, 384 kBits
  564. # timing
  565. >2      byte&0x0C       0x00           \b, 44.1 kHz
  566. >2      byte&0x0C       0x04           \b, 48 kHz
  567. >2      byte&0x0C       0x08           \b, 32 kHz
  568. # channels/options
  569. >3      byte&0xC0       0x00           \b, Stereo
  570. >3      byte&0xC0       0x40           \b, JntStereo
  571. >3      byte&0xC0       0x80           \b, 2x Monaural
  572. >3      byte&0xC0       0xC0           \b, Monaural
  573. #>1     byte            ^0x01          \b, Data Verify
  574. #>2     byte            &0x02          \b, Packet Pad
  575. #>2     byte            &0x01          \b, Custom Flag
  576. #>3     byte            &0x08          \b, Copyrighted
  577. #>3     byte            &0x04          \b, Original Source
  578. #>3     byte&0x03       1              \b, NR: 50/15 ms
  579. #>3     byte&0x03       3              \b, NR: CCIT J.17
  580.  
  581. # MPA, M1A
  582. 0       beshort&0xFFFE  0xFFFE         MPEG ADTS, layer I, v1
  583. # rate
  584. >2      byte&0xF0       0x10           \b,  32 kBits
  585. >2      byte&0xF0       0x20           \b,  64 kBits
  586. >2      byte&0xF0       0x30           \b,  96 kBits
  587. >2      byte&0xF0       0x40           \b, 128 kBits
  588. >2      byte&0xF0       0x50           \b, 160 kBits
  589. >2      byte&0xF0       0x60           \b, 192 kBits
  590. >2      byte&0xF0       0x70           \b, 224 kBits
  591. >2      byte&0xF0       0x80           \b, 256 kBits
  592. >2      byte&0xF0       0x90           \b, 288 kBits
  593. >2      byte&0xF0       0xA0           \b, 320 kBits
  594. >2      byte&0xF0       0xB0           \b, 352 kBits
  595. >2      byte&0xF0       0xC0           \b, 384 kBits
  596. >2      byte&0xF0       0xD0           \b, 416 kBits
  597. >2      byte&0xF0       0xE0           \b, 448 kBits
  598. # timing
  599. >2      byte&0x0C       0x00           \b, 44.1 kHz
  600. >2      byte&0x0C       0x04           \b, 48 kHz
  601. >2      byte&0x0C       0x08           \b, 32 kHz
  602. # channels/options
  603. >3      byte&0xC0       0x00           \b, Stereo
  604. >3      byte&0xC0       0x40           \b, JntStereo
  605. >3      byte&0xC0       0x80           \b, 2x Monaural
  606. >3      byte&0xC0       0xC0           \b, Monaural
  607. #>1     byte            ^0x01          \b, Data Verify
  608. #>2     byte            &0x02          \b, Packet Pad
  609. #>2     byte            &0x01          \b, Custom Flag
  610. #>3     byte            &0x08          \b, Copyrighted
  611. #>3     byte            &0x04          \b, Original Source
  612. #>3     byte&0x03       1              \b, NR: 50/15 ms
  613. #>3     byte&0x03       3              \b, NR: CCIT J.17
  614.  
  615. # MP3, M2A
  616. 0       beshort&0xFFFE  0xFFF2         MPEG ADTS, layer III, v2
  617. # rate
  618. >2      byte&0xF0       0x10           \b,   8 kBits
  619. >2      byte&0xF0       0x20           \b,  16 kBits
  620. >2      byte&0xF0       0x30           \b,  24 kBits
  621. >2      byte&0xF0       0x40           \b,  32 kBits
  622. >2      byte&0xF0       0x50           \b,  40 kBits
  623. >2      byte&0xF0       0x60           \b,  48 kBits
  624. >2      byte&0xF0       0x70           \b,  56 kBits
  625. >2      byte&0xF0       0x80           \b,  64 kBits
  626. >2      byte&0xF0       0x90           \b,  80 kBits
  627. >2      byte&0xF0       0xA0           \b,  96 kBits
  628. >2      byte&0xF0       0xB0           \b, 112 kBits
  629. >2      byte&0xF0       0xC0           \b, 128 kBits
  630. >2      byte&0xF0       0xD0           \b, 144 kBits
  631. >2      byte&0xF0       0xE0           \b, 160 kBits
  632. # timing
  633. >2      byte&0x0C       0x00           \b, 22.05 kHz
  634. >2      byte&0x0C       0x04           \b, 24 kHz
  635. >2      byte&0x0C       0x08           \b, 16 kHz
  636. # channels/options
  637. >3      byte&0xC0       0x00           \b, Stereo
  638. >3      byte&0xC0       0x40           \b, JntStereo
  639. >3      byte&0xC0       0x80           \b, 2x Monaural
  640. >3      byte&0xC0       0xC0           \b, Monaural
  641. #>1     byte            ^0x01          \b, Data Verify
  642. #>2     byte            &0x02          \b, Packet Pad
  643. #>2     byte            &0x01          \b, Custom Flag
  644. #>3     byte            &0x08          \b, Copyrighted
  645. #>3     byte            &0x04          \b, Original Source
  646. #>3     byte&0x03       1              \b, NR: 50/15 ms
  647. #>3     byte&0x03       3              \b, NR: CCIT J.17
  648.  
  649. # MP2, M2A
  650. 0       beshort&0xFFFE  0xFFF4         MPEG ADTS, layer II, v2
  651. # rate 
  652. >2      byte&0xF0       0x10           \b,   8 kBits
  653. >2      byte&0xF0       0x20           \b,  16 kBits 
  654. >2      byte&0xF0       0x30           \b,  24 kBits
  655. >2      byte&0xF0       0x40           \b,  32 kBits
  656. >2      byte&0xF0       0x50           \b,  40 kBits
  657. >2      byte&0xF0       0x60           \b,  48 kBits
  658. >2      byte&0xF0       0x70           \b,  56 kBits
  659. >2      byte&0xF0       0x80           \b,  64 kBits
  660. >2      byte&0xF0       0x90           \b,  80 kBits
  661. >2      byte&0xF0       0xA0           \b,  96 kBits
  662. >2      byte&0xF0       0xB0           \b, 112 kBits
  663. >2      byte&0xF0       0xC0           \b, 128 kBits
  664. >2      byte&0xF0       0xD0           \b, 144 kBits
  665. >2      byte&0xF0       0xE0           \b, 160 kBits
  666. # timing
  667. >2      byte&0x0C       0x00           \b, 22.05 kHz
  668. >2      byte&0x0C       0x04           \b, 24 kHz
  669. >2      byte&0x0C       0x08           \b, 16 kHz
  670. # channels/options
  671. >3      byte&0xC0       0x00           \b, Stereo
  672. >3      byte&0xC0       0x40           \b, JntStereo
  673. >3      byte&0xC0       0x80           \b, 2x Monaural
  674. >3      byte&0xC0       0xC0           \b, Monaural
  675. #>1     byte            ^0x01          \b, Data Verify
  676. #>2     byte            &0x02          \b, Packet Pad
  677. #>2     byte            &0x01          \b, Custom Flag
  678. #>3     byte            &0x08          \b, Copyrighted
  679. #>3     byte            &0x04          \b, Original Source
  680. #>3     byte&0x03       1              \b, NR: 50/15 ms
  681. #>3     byte&0x03       3              \b, NR: CCIT J.17
  682.  
  683. # MPA, M2A
  684. 0       beshort&0xFFFE  0xFFF6         MPEG ADTS, layer I, v2
  685. # rate
  686. >2      byte&0xF0       0x10           \b,  32 kBits
  687. >2      byte&0xF0       0x20           \b,  48 kBits
  688. >2      byte&0xF0       0x30           \b,  56 kBits
  689. >2      byte&0xF0       0x40           \b,  64 kBits
  690. >2      byte&0xF0       0x50           \b,  80 kBits
  691. >2      byte&0xF0       0x60           \b,  96 kBits
  692. >2      byte&0xF0       0x70           \b, 112 kBits
  693. >2      byte&0xF0       0x80           \b, 128 kBits
  694. >2      byte&0xF0       0x90           \b, 144 kBits
  695. >2      byte&0xF0       0xA0           \b, 160 kBits
  696. >2      byte&0xF0       0xB0           \b, 176 kBits
  697. >2      byte&0xF0       0xC0           \b, 192 kBits
  698. >2      byte&0xF0       0xD0           \b, 224 kBits
  699. >2      byte&0xF0       0xE0           \b, 256 kBits
  700. # timing
  701. >2      byte&0x0C       0x00           \b, 22.05 kHz
  702. >2      byte&0x0C       0x04           \b, 24 kHz
  703. >2      byte&0x0C       0x08           \b, 16 kHz
  704. # channels/options
  705. >3      byte&0xC0       0x00           \b, Stereo
  706. >3      byte&0xC0       0x40           \b, JntStereo
  707. >3      byte&0xC0       0x80           \b, 2x Monaural
  708. >3      byte&0xC0       0xC0           \b, Monaural
  709. #>1     byte            ^0x01          \b, Data Verify
  710. #>2     byte            &0x02          \b, Packet Pad
  711. #>2     byte            &0x01          \b, Custom Flag
  712. #>3     byte            &0x08          \b, Copyrighted
  713. #>3     byte            &0x04          \b, Original Source
  714. #>3     byte&0x03       1              \b, NR: 50/15 ms
  715. #>3     byte&0x03       3              \b, NR: CCIT J.17
  716.  
  717. # MP3, M25A
  718. 0       beshort&0xFFFE  0xFFE2         MPEG ADTS, layer III,  v2.5
  719. # rate  
  720. >2      byte&0xF0       0x10           \b,   8 kBits
  721. >2      byte&0xF0       0x20           \b,  16 kBits
  722. >2      byte&0xF0       0x30           \b,  24 kBits
  723. >2      byte&0xF0       0x40           \b,  32 kBits
  724. >2      byte&0xF0       0x50           \b,  40 kBits
  725. >2      byte&0xF0       0x60           \b,  48 kBits
  726. >2      byte&0xF0       0x70           \b,  56 kBits
  727. >2      byte&0xF0       0x80           \b,  64 kBits
  728. >2      byte&0xF0       0x90           \b,  80 kBits
  729. >2      byte&0xF0       0xA0           \b,  96 kBits
  730. >2      byte&0xF0       0xB0           \b, 112 kBits
  731. >2      byte&0xF0       0xC0           \b, 128 kBits
  732. >2      byte&0xF0       0xD0           \b, 144 kBits
  733. >2      byte&0xF0       0xE0           \b, 160 kBits
  734. # timing
  735. >2      byte&0x0C       0x00           \b, 11.025 kHz
  736. >2      byte&0x0C       0x04           \b, 12 kHz
  737. >2      byte&0x0C       0x08           \b, 8 kHz
  738. # channels/options
  739. >3      byte&0xC0       0x00           \b, Stereo
  740. >3      byte&0xC0       0x40           \b, JntStereo
  741. >3      byte&0xC0       0x80           \b, 2x Monaural
  742. >3      byte&0xC0       0xC0           \b, Monaural
  743. #>1     byte            ^0x01          \b, Data Verify
  744. #>2     byte            &0x02          \b, Packet Pad
  745. #>2     byte            &0x01          \b, Custom Flag
  746. #>3     byte            &0x08          \b, Copyrighted
  747. #>3     byte            &0x04          \b, Original Source
  748. #>3     byte&0x03       1              \b, NR: 50/15 ms
  749. #>3     byte&0x03       3              \b, NR: CCIT J.17
  750.  
  751. # AAC (aka MPEG-2 NBC audio) and MPEG-4 audio
  752.  
  753. # Stored AAC streams (instead of the MP4 format)
  754. 0       string          ADIF           MPEG ADIF, AAC
  755. >4      byte            &0x80
  756. >>13    byte            &0x10          \b, VBR
  757. >>13    byte            ^0x10          \b, CBR
  758. >>16    byte&0x1E       0x02           \b, single stream
  759. >>16    byte&0x1E       0x04           \b, 2 streams
  760. >>16    byte&0x1E       0x06           \b, 3 streams
  761. >>16    byte            &0x08          \b, 4 or more streams
  762. >>16    byte            &0x10          \b, 8 or more streams
  763. >>4    byte            &0x80          \b, Copyrighted
  764. >>13   byte            &0x40          \b, Original Source
  765. >>13   byte            &0x20          \b, Home Flag
  766. >4      byte            ^0x80
  767. >>4     byte            &0x10          \b, VBR
  768. >>4     byte            ^0x10          \b, CBR
  769. >>7     byte&0x1E       0x02           \b, single stream
  770. >>7     byte&0x1E       0x04           \b, 2 streams
  771. >>7     byte&0x1E       0x06           \b, 3 streams
  772. >>7     byte            &0x08          \b, 4 or more streams
  773. >>7     byte            &0x10          \b, 8 or more streams
  774. >>4    byte            &0x40          \b, Original Stream(s)
  775. >>4    byte            &0x20          \b, Home Source
  776.  
  777. # Live or stored single AAC stream (used with MPEG-2 systems)
  778. 0       beshort&0xFFF6  0xFFF0         MPEG ADTS, AAC
  779. >1      byte            &0x08          \b, v2
  780. >1      byte            ^0x08          \b, v4
  781. # profile
  782. >>2     byte            &0xC0          \b LTP
  783. >2      byte&0xc0       0x00           \b Main
  784. >2      byte&0xc0       0x40           \b LC
  785. >2      byte&0xc0       0x80           \b SSR
  786. # timing
  787. >2      byte&0x3c       0x00           \b, 96 kHz
  788. >2      byte&0x3c       0x04           \b, 88.2 kHz
  789. >2      byte&0x3c       0x08           \b, 64 kHz
  790. >2      byte&0x3c       0x0c           \b, 48 kHz
  791. >2      byte&0x3c       0x10           \b, 44.1 kHz
  792. >2      byte&0x3c       0x14           \b, 32 kHz
  793. >2      byte&0x3c       0x18           \b, 24 kHz
  794. >2      byte&0x3c       0x1c           \b, 22.05 kHz
  795. >2      byte&0x3c       0x20           \b, 16 kHz
  796. >2      byte&0x3c       0x24           \b, 12 kHz
  797. >2      byte&0x3c       0x28           \b, 11.025 kHz
  798. >2      byte&0x3c       0x2c           \b, 8 kHz
  799. # channels
  800. >2      beshort&0x01c0  0x0040         \b, monaural
  801. >2      beshort&0x01c0  0x0080         \b, stereo
  802. >2      beshort&0x01c0  0x00c0         \b, stereo + center
  803. >2      beshort&0x01c0  0x0100         \b, stereo+center+LFE
  804. >2      beshort&0x01c0  0x0140         \b, surround
  805. >2      beshort&0x01c0  0x0180         \b, surround + LFE
  806. >2      beshort         &0x01C0        \b, surround + side
  807. #>1     byte            ^0x01           \b, Data Verify
  808. #>2     byte            &0x02           \b, Custom Flag
  809. #>3     byte            &0x20           \b, Original Stream
  810. #>3     byte            &0x10           \b, Home Source
  811. #>3     byte            &0x08           \b, Copyrighted
  812.  
  813. # Live MPEG-4 audio streams (instead of RTP FlexMux)
  814. 0       beshort&0xFFE0  0x56E0         MPEG-4 LOAS
  815. #>1     beshort&0x1FFF  x              \b, %u byte packet
  816. >3      byte&0xE0       0x40
  817. >>4     byte&0x3C       0x04           \b, single stream
  818. >>4     byte&0x3C       0x08           \b, 2 streams
  819. >>4     byte&0x3C       0x0C           \b, 3 streams
  820. >>4     byte            &0x08          \b, 4 or more streams
  821. >>4     byte            &0x20          \b, 8 or more streams
  822. >3      byte&0xC0       0
  823. >>4     byte&0x78       0x08           \b, single stream
  824. >>4     byte&0x78       0x10           \b, 2 streams
  825. >>4     byte&0x78       0x18           \b, 3 streams
  826. >>4     byte            &0x20          \b, 4 or more streams
  827. >>4     byte            &0x40          \b, 8 or more streams
  828. 0       beshort         0x4DE1         MPEG-4 LO-EP audio stream
  829.  
  830. # FLI animation format
  831. 4    leshort        0xAF11            FLI file
  832. >6    leshort        x            - %d frames,
  833. >8    leshort        x            width=%d pixels,
  834. >10    leshort        x            height=%d pixels,
  835. >12    leshort        x            depth=%d,
  836. >16    leshort        x            ticks/frame=%d
  837. # FLC animation format
  838. 4    leshort        0xAF12            FLC file
  839. >6    leshort        x            - %d frames
  840. >8    leshort        x            width=%d pixels,
  841. >10    leshort        x            height=%d pixels,
  842. >12    leshort        x            depth=%d,
  843. >16    leshort        x            ticks/frame=%d
  844.  
  845. # DL animation format
  846. # XXX - collision with most `mips' magic
  847. #
  848. # I couldn't find a real magic number for these, however, this
  849. # -appears- to work.  Note that it might catch other files, too, so be
  850. # careful!
  851. #
  852. # Note that title and author appear in the two 20-byte chunks
  853. # at decimal offsets 2 and 22, respectively, but they are XOR'ed with
  854. # 255 (hex FF)!  The DL format is really bad.
  855. #
  856. #0    byte    1    DL version 1, medium format (160x100, 4 images/screen)
  857. #>42    byte    x    - %d screens,
  858. #>43    byte    x    %d commands
  859. #0    byte    2    DL version 2
  860. #>1    byte    1    - large format (320x200,1 image/screen),
  861. #>1    byte    2    - medium format (160x100,4 images/screen),
  862. #>1    byte    >2    - unknown format,
  863. #>42    byte    x    %d screens,
  864. #>43    byte    x    %d commands
  865. # Based on empirical evidence, DL version 3 have several nulls following the
  866. # \003.  Most of them start with non-null values at hex offset 0x34 or so.
  867. #0    string    \3\0\0\0\0\0\0\0\0\0\0\0    DL version 3
  868.  
  869. # iso 13818 transport stream
  870. #
  871. # from Oskar Schirmer <schirmer@scara.com> Feb 3, 2001 (ISO 13818.1)
  872. # (the following is a little bit restrictive and works fine for a stream
  873. #  that starts with PAT properly. it won't work for stream data, that is
  874. #  cut from an input device data right in the middle, but this shouldn't
  875. #  disturb)
  876. # syncbyte      8 bit    0x47
  877. # error_ind     1 bit    -
  878. # payload_start 1 bit    1
  879. # priority      1 bit    -
  880. # PID          13 bit    0x0000
  881. # scrambling    2 bit    -
  882. # adaptfld_ctrl 2 bit    1 or 3
  883. # conti_count   4 bit    0
  884. 0    belong&0xFF5FFF1F    0x47400010    MPEG transport stream data
  885. >188    byte            !0x47        CORRUPTED
  886.  
  887. # DIF digital video file format <mpruett@sgi.com>
  888. 0    belong&0xffffff00    0x1f070000      DIF
  889. >4    byte            &0x01        (DVCPRO) movie file
  890. >4    byte            ^0x01        (DV) movie file
  891. >3    byte            &0x80        (PAL)
  892. >3    byte            ^0x80        (NTSC)
  893.  
  894. # Microsoft Advanced Streaming Format (ASF) <mpruett@sgi.com>
  895. 0    belong            0x3026b275    Microsoft ASF
  896.  
  897. # MNG Video Format, <URL:http://www.libpng.org/pub/mng/spec/>
  898. 0    string            \x8aMNG        MNG video data,
  899. >4    belong            !0x0d0a1a0a    CORRUPTED,
  900. >4    belong            0x0d0a1a0a
  901. >>16    belong    x                %ld x
  902. >>20    belong    x                %ld
  903.  
  904. # JNG Video Format, <URL:http://www.libpng.org/pub/mng/spec/>
  905. 0    string            \x8bJNG        JNG video data,
  906. >4    belong            !0x0d0a1a0a    CORRUPTED,
  907. >4    belong            0x0d0a1a0a
  908. >>16    belong    x                %ld x
  909. >>20    belong    x                %ld
  910.  
  911. # Vivo video (Wolfram Kleff)
  912. 3    string        \x0D\x0AVersion:Vivo    Vivo video data
  913.  
  914. # VRML (Virtual Reality Modelling Language)
  915. 0       string/b        #VRML\ V1.0\ ascii    VRML 1 file
  916. 0    string/b    #VRML\ V2.0\ utf8    ISO/IEC 14772 VRML 97 file
  917.  
  918. #---------------------------------------------------------------------------
  919. # HVQM4: compressed movie format designed by Hudson for Nintendo GameCube
  920. # From Mark Sheppard <msheppard@climax.co.uk>, 2002-10-03
  921. #
  922. 0    string        HVQM4        %s
  923. >6    string        >\0        v%s
  924. >0    byte        x        GameCube movie,
  925. >0x34    ubeshort    x        %d x
  926. >0x36    ubeshort    x        %d,
  927. >0x26    ubeshort    x        %d┬╡s,
  928. >0x42    ubeshort    0        no audio
  929. >0x42    ubeshort    >0        %dHz audio
  930.  
  931. # From: "Stefan A. Haubenthal" <polluks@web.de>
  932. 0    string        DVDVIDEO-VTS    Video title set,
  933. >0x21    byte        x        v%x
  934. 0    string        DVDVIDEO-VMG    Video manager,
  935. >0x21    byte        x        v%x
  936.  
  937. #------------------------------------------------------------------------------
  938. # apl:  file(1) magic for APL (see also "pdp" and "vax" for other APL
  939. #       workspaces)
  940. #
  941. 0    long        0100554        APL workspace (Ken's original?)
  942.  
  943. #------------------------------------------------------------------------------
  944. # apple:  file(1) magic for Apple file formats
  945. #
  946. 0    string        FiLeStArTfIlEsTaRt    binscii (apple ][) text
  947. 0    string        \x0aGL            Binary II (apple ][) data
  948. 0    string        \x76\xff        Squeezed (apple ][) data
  949. 0    string        NuFile            NuFile archive (apple ][) data
  950. 0    string        N\xf5F\xe9l\xe5        NuFile archive (apple ][) data
  951. 0    belong        0x00051600        AppleSingle encoded Macintosh file
  952. 0    belong        0x00051607        AppleDouble encoded Macintosh file
  953.  
  954. # Apple Emulator 2IMG format
  955. #
  956. 0    string        2IMG        Apple ][ 2IMG Disk Image
  957. >4    string        XGS!        \b, XGS
  958. >4    string        CTKG        \b, Catakig
  959. >4    string        ShIm        \b, Sheppy's ImageMaker
  960. >4    string        WOOF        \b, Sweet 16
  961. >4    string        B2TR        \b, Bernie ][ the Rescue
  962. >4    string        !nfc        \b, ASIMOV2
  963. >4    string        x        \b, Unknown Format
  964. >0xc    byte        00        \b, DOS 3.3 sector order
  965. >>0x10    byte        00        \b, Volume 254
  966. >>0x10    byte&0x7f    x        \b, Volume %u
  967. >0xc    byte        01        \b, ProDOS sector order
  968. >>0x14    short        x        \b, %u Blocks
  969. >0xc    byte        02        \b, NIB data
  970.  
  971. # magic for Newton PDA package formats
  972. # from Ruda Moura <ruda@helllabs.org>
  973. 0    string    package0    Newton package, NOS 1.x,
  974. >12    belong    &0x80000000    AutoRemove,
  975. >12    belong    &0x40000000    CopyProtect,
  976. >12    belong    &0x10000000    NoCompression,
  977. >12    belong    &0x04000000    Relocation,
  978. >12    belong    &0x02000000    UseFasterCompression,
  979. >16    belong    x        version %d
  980.  
  981. 0    string    package1    Newton package, NOS 2.x,
  982. >12    belong    &0x80000000    AutoRemove,
  983. >12    belong    &0x40000000    CopyProtect,
  984. >12    belong    &0x10000000    NoCompression,
  985. >12    belong    &0x04000000    Relocation,
  986. >12    belong    &0x02000000    UseFasterCompression,
  987. >16    belong    x        version %d
  988.  
  989. 0    string    package4    Newton package,
  990. >8    byte    8        NOS 1.x,
  991. >8    byte    9        NOS 2.x,
  992. >12    belong    &0x80000000    AutoRemove,
  993. >12    belong    &0x40000000    CopyProtect,
  994. >12    belong    &0x10000000    NoCompression,
  995.  
  996. # The following entries for the Apple II are for files that have
  997. # been transferred as raw binary data from an Apple, without having
  998. # been encapsulated by any of the above archivers.
  999. #
  1000. # In general, Apple II formats are hard to identify because Apple DOS
  1001. # and especially Apple ProDOS have strong typing in the file system and
  1002. # therefore programmers never felt much need to include type information
  1003. # in the files themselves.
  1004. #
  1005. # Eric Fischer <enf@pobox.com>
  1006.  
  1007. # AppleWorks word processor:
  1008. #
  1009. # This matches the standard tab stops for an AppleWorks file, but if
  1010. # a file has a tab stop set in the first four columns this will fail.
  1011. #
  1012. # The "O" is really the magic number, but that's so common that it's
  1013. # necessary to check the tab stops that follow it to avoid false positives.
  1014.  
  1015. 4       string          O====   AppleWorks word processor data
  1016. >85     byte&0x01       >0      \b, zoomed
  1017. >90     byte&0x01       >0      \b, paginated
  1018. >92     byte&0x01       >0      \b, with mail merge
  1019. #>91    byte            x       \b, left margin %d
  1020.  
  1021. # AppleWorks database:
  1022. #
  1023. # This isn't really a magic number, but it's the closest thing to one
  1024. # that I could find.  The 1 and 2 really mean "order in which you defined
  1025. # categories" and "left to right, top to bottom," respectively; the D and R
  1026. # mean that the cursor should move either down or right when you press Return.
  1027.  
  1028. #30    string        \x01D    AppleWorks database data
  1029. #30    string        \x02D    AppleWorks database data
  1030. #30    string        \x01R    AppleWorks database data
  1031. #30    string        \x02R    AppleWorks database data
  1032.  
  1033. # AppleWorks spreadsheet:
  1034. #
  1035. # Likewise, this isn't really meant as a magic number.  The R or C means
  1036. # row- or column-order recalculation; the A or M means automatic or manual
  1037. # recalculation.
  1038.  
  1039. #131    string        RA    AppleWorks spreadsheet data
  1040. #131    string        RM    AppleWorks spreadsheet data
  1041. #131    string        CA    AppleWorks spreadsheet data
  1042. #131    string        CM    AppleWorks spreadsheet data
  1043.  
  1044. # Applesoft BASIC:
  1045. #
  1046. # This is incredibly sloppy, but will be true if the program was
  1047. # written at its usual memory location of 2048 and its first line
  1048. # number is less than 256.  Yuck.
  1049.  
  1050. 0       belong&0xff00ff 0x80000 Applesoft BASIC program data
  1051. #>2     leshort         x       \b, first line number %d
  1052.  
  1053. # ORCA/EZ assembler:
  1054. # This will not identify ORCA/M source files, since those have
  1055. # some sort of date code instead of the two zero bytes at 6 and 7
  1056. # XXX Conflicts with ELF
  1057. #4       belong&0xff00ffff       0x01000000      ORCA/EZ assembler source data
  1058. #>5      byte                    x               \b, build number %d
  1059.  
  1060. # Broderbund Fantavision
  1061. #
  1062. # I don't know what these values really mean, but they seem to recur.
  1063. # Will they cause too many conflicts?
  1064.  
  1065. # Probably :-)
  1066. #2    belong&0xFF00FF        0x040008    Fantavision movie data
  1067.  
  1068. # Some attempts at images.
  1069. #
  1070. # These are actually just bit-for-bit dumps of the frame buffer, so
  1071. # there's really no reasonably way to distinguish them except for their
  1072. # address (if preserved) -- 8192 or 16384 -- and their length -- 8192
  1073. # or, occasionally, 8184.
  1074. #
  1075. # Nevertheless this will manage to catch a lot of images that happen
  1076. # to have a solid-colored line at the bottom of the screen.
  1077.  
  1078. 8144    string    \x7F\x7F\x7F\x7F\x7F\x7F\x7F\x7F    Apple II image with white background
  1079. 8144    string    \x55\x2A\x55\x2A\x55\x2A\x55\x2A    Apple II image with purple background
  1080. 8144    string    \x2A\x55\x2A\x55\x2A\x55\x2A\x55    Apple II image with green background
  1081. 8144    string    \xD5\xAA\xD5\xAA\xD5\xAA\xD5\xAA    Apple II image with blue background
  1082. 8144    string    \xAA\xD5\xAA\xD5\xAA\xD5\xAA\xD5    Apple II image with orange background
  1083.  
  1084. # Beagle Bros. Apple Mechanic fonts
  1085.  
  1086. 0    belong&0xFF00FFFF    0x6400D000    Apple Mechanic font
  1087.  
  1088. # Apple Universal Disk Image Format (UDIF) - dmg files.
  1089. # From Johan Gade.
  1090. # These entries are disabled for now until we fix the following issues.
  1091. #
  1092. # Note there might be some problems with the "VAX COFF executable" 
  1093. # entry. Note this entry should be placed before the mac filesystem section, 
  1094. # particularly the "Apple Partition data" entry.
  1095. #
  1096. # The intended meaning of these tests is, that the file is only of the 
  1097. # specified type if both of the lines are correct - i.e. if the first
  1098. # line matches and the second doesn't then it is not of that type.
  1099. #
  1100. #0    long    0x7801730d
  1101. #>4    long    0x62626060    UDIF read-only zlib-compressed image (UDZO)
  1102. #
  1103. # Note that this entry is recognized correctly by the "Apple Partition 
  1104. # data" entry - however since this entry is more specific - this
  1105. # information seems to be more useful.
  1106. #0    long    0x45520200
  1107. #>0x410    string    disk\ image    UDIF read/write image (UDRW)
  1108.  
  1109. # From: Toby Peterson <toby@apple.com>
  1110. 0    string    bplist00    Apple binary property list
  1111.  
  1112. #------------------------------------------------------------------------------
  1113. # applix:  file(1) magic for Applixware
  1114. # From: Peter Soos <sp@osb.hu>
  1115. #
  1116. 0    string        *BEGIN        Applixware
  1117. >7    string        WORDS            Words Document
  1118. >7    string        GRAPHICS        Graphic
  1119. >7    string        RASTER            Bitmap
  1120. >7    string        SPREADSHEETS        Spreadsheet
  1121. >7    string        MACRO            Macro
  1122. >7    string        BUILDER            Builder Object
  1123.  
  1124. #------------------------------------------------------------------------------
  1125. # archive:  file(1) magic for archive formats (see also "msdos" for self-
  1126. #           extracting compressed archives)
  1127. #
  1128. # cpio, ar, arc, arj, hpack, lha/lharc, rar, squish, uc2, zip, zoo, etc.
  1129. # pre-POSIX "tar" archives are handled in the C code.
  1130.  
  1131. # POSIX tar archives
  1132. 257    string        ustar\0        POSIX tar archive
  1133. 257    string        ustar\040\040\0    GNU tar archive
  1134.  
  1135. # cpio archives
  1136. #
  1137. # Yes, the top two "cpio archive" formats *are* supposed to just be "short".
  1138. # The idea is to indicate archives produced on machines with the same
  1139. # byte order as the machine running "file" with "cpio archive", and
  1140. # to indicate archives produced on machines with the opposite byte order
  1141. # from the machine running "file" with "byte-swapped cpio archive".
  1142. #
  1143. # The SVR4 "cpio(4)" hints that there are additional formats, but they
  1144. # are defined as "short"s; I think all the new formats are
  1145. # character-header formats and thus are strings, not numbers.
  1146. 0    short        070707        cpio archive
  1147. 0    short        0143561        byte-swapped cpio archive
  1148. 0    string        070707        ASCII cpio archive (pre-SVR4 or odc)
  1149. 0    string        070701        ASCII cpio archive (SVR4 with no CRC)
  1150. 0    string        070702        ASCII cpio archive (SVR4 with CRC)
  1151.  
  1152. # Debian package (needs to go before regular portable archives)
  1153. #
  1154. 0    string        =!<arch>\ndebian
  1155. >8    string        debian-split    part of multipart Debian package
  1156. >8    string        debian-binary    Debian binary package
  1157. >68    string        >\0        (format %s)
  1158. >81    string        bz2        \b, uses bzip2 compression
  1159. >84    string        gz        \b, uses gzip compression
  1160. #>136    ledate        x        created: %s
  1161.  
  1162. # other archives
  1163. 0    long        0177555        very old archive
  1164. 0    short        0177555        very old PDP-11 archive
  1165. 0    long        0177545        old archive
  1166. 0    short        0177545        old PDP-11 archive
  1167. 0    long        0100554        apl workspace
  1168. 0    string        =<ar>        archive
  1169.  
  1170. # MIPS archive (needs to go before regular portable archives)
  1171. #
  1172. 0    string    =!<arch>\n__________E    MIPS archive
  1173. >20    string    U            with MIPS Ucode members
  1174. >21    string    L            with MIPSEL members
  1175. >21    string    B            with MIPSEB members
  1176. >19    string    L            and an EL hash table
  1177. >19    string    B            and an EB hash table
  1178. >22    string    X            -- out of date
  1179.  
  1180. 0    string        -h-        Software Tools format archive text
  1181.  
  1182. #
  1183. # XXX - why are there multiple <ar> thingies?  Note that 0x213c6172 is
  1184. # "!<ar", so, for new-style (4.xBSD/SVR2andup) archives, we have:
  1185. #
  1186. # 0    string        =!<arch>        current ar archive
  1187. # 0    long        0x213c6172    archive file
  1188. #
  1189. # and for SVR1 archives, we have:
  1190. #
  1191. # 0    string        \<ar>        System V Release 1 ar archive
  1192. # 0    string        =<ar>        archive
  1193. #
  1194. # XXX - did Aegis really store shared libraries, breakpointed modules,
  1195. # and absolute code program modules in the same format as new-style
  1196. # "ar" archives?
  1197. #
  1198. 0    string        =!<arch>        current ar archive
  1199. >8    string        __.SYMDEF    random library
  1200. >0    belong        =65538        - pre SR9.5
  1201. >0    belong        =65539        - post SR9.5
  1202. >0    beshort        2        - object archive
  1203. >0    beshort        3        - shared library module
  1204. >0    beshort        4        - debug break-pointed module
  1205. >0    beshort        5        - absolute code program module
  1206. 0    string        \<ar>        System V Release 1 ar archive
  1207. 0    string        =<ar>        archive
  1208. #
  1209. # XXX - from "vax", which appears to collect a bunch of byte-swapped
  1210. # thingies, to help you recognize VAX files on big-endian machines;
  1211. # with "leshort", "lelong", and "string", that's no longer necessary....
  1212. #
  1213. 0    belong        0x65ff0000    VAX 3.0 archive
  1214. 0    belong        0x3c61723e    VAX 5.0 archive
  1215. #
  1216. 0    long        0x213c6172    archive file
  1217. 0    lelong        0177555        very old VAX archive
  1218. 0    leshort        0177555        very old PDP-11 archive
  1219. #
  1220. # XXX - "pdp" claims that 0177545 can have an __.SYMDEF member and thus
  1221. # be a random library (it said 0xff65 rather than 0177545).
  1222. #
  1223. 0    lelong        0177545        old VAX archive
  1224. >8    string        __.SYMDEF    random library
  1225. 0    leshort        0177545        old PDP-11 archive
  1226. >8    string        __.SYMDEF    random library
  1227. #
  1228. # From "pdp" (but why a 4-byte quantity?)
  1229. #
  1230. 0    lelong        0x39bed        PDP-11 old archive
  1231. 0    lelong        0x39bee        PDP-11 4.0 archive
  1232.  
  1233. # ARC archiver, from Daniel Quinlan (quinlan@yggdrasil.com)
  1234. #
  1235. # The first byte is the magic (0x1a), byte 2 is the compression type for
  1236. # the first file (0x01 through 0x09), and bytes 3 to 15 are the MS-DOS
  1237. # filename of the first file (null terminated).  Since some types collide
  1238. # we only test some types on basis of frequency: 0x08 (83%), 0x09 (5%),
  1239. # 0x02 (5%), 0x03 (3%), 0x04 (2%), 0x06 (2%).  0x01 collides with terminfo.
  1240. 0    lelong&0x8080ffff    0x0000081a    ARC archive data, dynamic LZW
  1241. 0    lelong&0x8080ffff    0x0000091a    ARC archive data, squashed
  1242. 0    lelong&0x8080ffff    0x0000021a    ARC archive data, uncompressed
  1243. 0    lelong&0x8080ffff    0x0000031a    ARC archive data, packed
  1244. 0    lelong&0x8080ffff    0x0000041a    ARC archive data, squeezed
  1245. 0    lelong&0x8080ffff    0x0000061a    ARC archive data, crunched
  1246. # [JW] stuff taken from idarc, obviously ARC successors:
  1247. 0    lelong&0x8080ffff    0x00000a1a    PAK archive data
  1248. 0    lelong&0x8080ffff    0x0000141a    ARC+ archive data
  1249. 0    lelong&0x8080ffff    0x0000481a    HYP archive data
  1250.  
  1251. # Acorn archive formats (Disaster prone simpleton, m91dps@ecs.ox.ac.uk)
  1252. # I can't create either SPARK or ArcFS archives so I have not tested this stuff
  1253. # [GRR:  the original entries collide with ARC, above; replaced with combined
  1254. #  version (not tested)]
  1255. #0    byte        0x1a        RISC OS archive
  1256. #>1    string        archive        (ArcFS format)
  1257. #0    string        \032archive    RISC OS archive (ArcFS format)
  1258. 0       string          \032            RISC OS archive (spark format)
  1259. 0       string          Archive\000     RISC OS archive (ArcFS format)
  1260.  
  1261. # All these were taken from idarc, many could not be verified. Unfortunately,
  1262. # there were many low-quality sigs, i.e. easy to trigger false positives.
  1263. # Please notify me of any real-world fishy/ambiguous signatures and I'll try
  1264. # to get my hands on the actual archiver and see if I find something better. [JW]
  1265. # probably many can be enhanced by finding some 0-byte or control char near the start
  1266.  
  1267. # idarc calls this Crush/Uncompressed... *shrug*
  1268. 0    string    CRUSH Crush archive data
  1269. # Squeeze It (.sqz)
  1270. 0    string    HLSQZ Squeeze It archive data
  1271. # SQWEZ
  1272. 0    string    SQWEZ SQWEZ archive data
  1273. # HPack (.hpk)
  1274. 0    string    HPAK HPack archive data
  1275. # HAP
  1276. 0    string    \x91\x33HF HAP archive data
  1277. # MD/MDCD
  1278. 0    string    MDmd MDCD archive data
  1279. # LIM
  1280. 0    string    LIM\x1a LIM archive data
  1281. # SAR
  1282. 3    string    LH5 SAR archive data
  1283. # BSArc/BS2
  1284. 0    string    \212\3SB \0 BSArc/BS2 archive data
  1285. # MAR
  1286. 2    string    =-ah MAR archive data
  1287. # ACB
  1288. 0    belong&0x00f800ff    0x00800000 ACB archive data
  1289. # CPZ
  1290. # TODO, this is what idarc says: 0    string    \0\0\0 CPZ archive data
  1291. # JRC
  1292. 0    string    JRchive JRC archive data
  1293. # Quantum
  1294. 0    string    DS\0 Quantum archive data
  1295. # ReSOF
  1296. 0    string    PK\3\6 ReSOF archive data
  1297. # QuArk
  1298. 0    string    7\4 QuArk archive data
  1299. # YAC
  1300. 14    string    YC YAC archive data
  1301. # X1
  1302. 0    string    X1 X1 archive data
  1303. 0    string    XhDr X1 archive data
  1304. # CDC Codec (.dqt)
  1305. 0    belong&0xffffe000    0x76ff2000 CDC Codec archive data
  1306. # AMGC
  1307. 0    string    \xad6" AMGC archive data
  1308. # NuLIB
  1309. 0    string    N├╡F├⌐l├Ñ NuLIB archive data
  1310. # PakLeo
  1311. 0    string    LEOLZW PAKLeo archive data
  1312. # ChArc
  1313. 0    string    SChF ChArc archive data
  1314. # PSA
  1315. 0    string    PSA PSA archive data
  1316. # CrossePAC
  1317. 0    string    DSIGDCC CrossePAC archive data
  1318. # Freeze
  1319. 0    string    \x1f\x9f\x4a\x10\x0a Freeze archive data
  1320. # KBoom
  1321. 0    string    ┬¿MP┬¿ KBoom archive data
  1322. # NSQ, must go after CDC Codec
  1323. 0    string    \x76\xff NSQ archive data
  1324. # DPA
  1325. 0    string    Dirk\ Paehl DPA archive data
  1326. # BA
  1327. # TODO: idarc says "bytes 0-2 == bytes 3-5"
  1328. # TTComp
  1329. 0    string    \0\6 TTComp archive data
  1330. # ESP, could this conflict with Easy Software Products' (e.g.ESP ghostscript) documentation?
  1331. 0    string    ESP ESP archive data
  1332. # ZPack
  1333. 0    string    \1ZPK\1 ZPack archive data
  1334. # Sky
  1335. 0    string    \xbc\x40 Sky archive data
  1336. # UFA
  1337. 0    string    UFA UFA archive data
  1338. # Dry
  1339. 0    string    =-H2O DRY archive data
  1340. # FoxSQZ
  1341. 0    string    FOXSQZ FoxSQZ archive data
  1342. # AR7
  1343. 0    string    ,AR7 AR7 archive data
  1344. # PPMZ
  1345. 0    string    PPMZ PPMZ archive data
  1346. # MS Compress
  1347. 4    string    \x88\xf0\x27 MS Compress archive data
  1348. # MP3 (archiver, not lossy audio compression)
  1349. 0    string    MP3\x1a MP3-Archiver archive data
  1350. # ZET
  1351. 0    string    OZ├¥ ZET archive data
  1352. # TSComp
  1353. 0    string    \x65\x5d\x13\x8c\x08\x01\x03\x00 TSComp archive data
  1354. # ARQ
  1355. 0    string    gW\4\1 ARQ archive data
  1356. # Squash
  1357. 3    string    OctSqu Squash archive data
  1358. # Terse
  1359. 0    string    \5\1\1\0 Terse archive data
  1360. # PUCrunch
  1361. 0    string    \x01\x08\x0b\x08\xef\x00\x9e\x32\x30\x36\x31 PUCrunch archive data
  1362. # UHarc
  1363. 0    string    UHA UHarc archive data
  1364. # ABComp
  1365. 0    string    \2AB ABComp archive data
  1366. 0    string    \3AB2 ABComp archive data
  1367. # CMP
  1368. 0    string    CO\0 CMP archive data
  1369. # Splint
  1370. 0    string    \x93\xb9\x06 Splint archive data
  1371. # InstallShield
  1372. 0    string     \x13\x5d\x65\x8c InstallShield Z archive Data
  1373. # Gather
  1374. 1    string    GTH Gather archive data
  1375. # BOA
  1376. 0    string    BOA BOA archive data
  1377. # RAX
  1378. 0    string    ULEB\xa RAX archive data
  1379. # Xtreme
  1380. 0    string    ULEB\0 Xtreme archive data
  1381. # Pack Magic
  1382. 0    string    @├ó\1\0 Pack Magic archive data
  1383. # BTS
  1384. 0    belong&0xfeffffff    0x1a034465 BTS archive data
  1385. # ELI 5750
  1386. 0    string    Ora\  ELI 5750 archive data
  1387. # QFC
  1388. 0    string    \x1aFC\x1a QFC archive data
  1389. 0    string    \x1aQF\x1a QFC archive data
  1390. # PRO-PACK
  1391. 0    string    RNC PRO-PACK archive data
  1392. # 777
  1393. 0    string    777 777 archive data
  1394. # LZS221
  1395. 0    string    sTaC LZS221 archive data
  1396. # HPA
  1397. 0    string    HPA HPA archive data
  1398. # Arhangel
  1399. 0    string    LG Arhangel archive data
  1400. # EXP1, uses bzip2
  1401. 0    string    0123456789012345BZh EXP1 archive data
  1402. # IMP
  1403. 0    string    IMP\xa IMP archive data
  1404. # NRV
  1405. 0    string    \x00\x9E\x6E\x72\x76\xFF NRV archive data
  1406. # Squish
  1407. 0    string    \x73\xb2\x90\xf4 Squish archive data
  1408. # Par
  1409. 0    string    PHILIPP Par archive data
  1410. 0    string    PAR Par archive data
  1411. # HIT
  1412. 0    string    UB HIT archive data
  1413. # SBX
  1414. 0    belong&0xfffff000    0x53423000 SBX archive data
  1415. # NaShrink
  1416. 0    string    NSK NaShrink archive data
  1417. # SAPCAR
  1418. 0    string    #\ CAR\ archive\ header SAPCAR archive data
  1419. 0    string    CAR\ 2.00RG SAPCAR archive data
  1420. # Disintegrator
  1421. 0    string    DST Disintegrator archive data
  1422. # ASD
  1423. 0    string    ASD ASD archive data
  1424. # InstallShield CAB
  1425. 0    string    ISc( InstallShield CAB
  1426. # TOP4
  1427. 0    string    T4\x1a TOP4 archive data
  1428. # BatComp left out: sig looks like COM executable
  1429. # so TODO: get real 4dos batcomp file and find sig
  1430. # BlakHole
  1431. 0    string    BH\5\7 BlakHole archive data
  1432. # BIX
  1433. 0    string    BIX0 BIX archive data
  1434. # ChiefLZA
  1435. 0    string    ChfLZ ChiefLZA archive data
  1436. # Blink
  1437. 0    string    Blink Blink archive data
  1438. # Logitech Compress
  1439. 0    string    \xda\xfa Logitech Compress archive data
  1440. # ARS-Sfx (FIXME: really a SFX? then goto COM/EXE)
  1441. 1    string    (C)\ STEPANYUK ARS-Sfx archive data
  1442. # AKT/AKT32
  1443. 0    string    AKT32 AKT32 archive data
  1444. 0    string    AKT AKT archive data
  1445. # NPack
  1446. 0    string    MSTSM NPack archive data
  1447. # PFT
  1448. 0    string    \0\x50\0\x14 PFT archive data
  1449. # SemOne
  1450. 0    string    SEM SemOne archive data
  1451. # PPMD
  1452. 0    string    \x8f\xaf\xac\x84 PPMD archive data
  1453. # FIZ
  1454. 0    string    FIZ FIZ archive data
  1455. # MSXiE
  1456. 0    belong&0xfffff0f0    0x4d530000 MSXiE archive data
  1457. # DeepFreezer
  1458. 0    belong&0xfffffff0    0x797a3030 DeepFreezer archive data
  1459. # DC
  1460. 0    string    =<DC- DC archive data
  1461. # TPac
  1462. 0    string    \4TPAC\3 TPac archive data
  1463. # Ai
  1464. 0    string    Ai\1\1\0 Ai archive data
  1465. 0    string    Ai\1\0\0 Ai archive data
  1466. # Ai32
  1467. 0    string    Ai\2\0 Ai32 archive data
  1468. 0    string    Ai\2\1 Ai32 archive data
  1469. # SBC
  1470. 0    string    SBC SBC archive data
  1471. # Ybs
  1472. 0    string    YBS Ybs archive data
  1473. # DitPack
  1474. 0    string    \x9e\0\0 DitPack archive data
  1475. # DMS
  1476. 0    string    DMS! DMS archive data
  1477. # EPC
  1478. 0    string    \x8f\xaf\xac\x8c EPC archive data
  1479. # VSARC
  1480. 0    string    VS\x1a VSARC archive data
  1481. # PDZ
  1482. 0    string    PDZ PDZ archive data
  1483. # ReDuq
  1484. 0    string    rdqx ReDuq archive data
  1485. # GCA
  1486. 0    string    GCAX GCA archive data
  1487. # PPMN
  1488. 0    string    pN PPMN archive data
  1489. # WinImage
  1490. 3    string    WINIMAGE WinImage archive data
  1491. # Compressia
  1492. 0    string    CMP0CMP Compressia archive data
  1493. # UHBC
  1494. 0    string    UHB UHBC archive data
  1495. # WinHKI
  1496. 0    string    \x61\x5C\x04\x05 WinHKI archive data
  1497. # WWPack data file
  1498. 0    string    WWP WWPack archive data
  1499. # BSN (BSA, PTS-DOS)
  1500. 0    string    \xffBSG BSN archive data
  1501. 1    string    \xffBSG BSN archive data
  1502. 3    string    \xffBSG BSN archive data
  1503. 1    string    \0\xae\2 BSN archive data
  1504. 1    string    \0\xae\3 BSN archive data
  1505. 1    string    \0\xae\7 BSN archive data
  1506. # AIN
  1507. 0    string    \x33\x18 AIN archive data
  1508. 0    string    \x33\x17 AIN archive data
  1509. # XPA32
  1510. 0    string    xpa\0\1 XPA32 archive data
  1511. # SZip (TODO: doesn't catch all versions)
  1512. 0    string    SZ\x0a\4 SZip archive data
  1513. # XPack DiskImage
  1514. 0    string    jm XPack DiskImage archive data
  1515. # XPack Data
  1516. 0    string    xpa XPack archive data
  1517. # XPack Single Data
  1518. 0    string    ├ì\ jm XPack single archive data
  1519.  
  1520. # TODO: missing due to unknown magic/magic at end of file:
  1521. #DWC
  1522. #ARG
  1523. #ZAR
  1524. #PC/3270
  1525. #InstallIt
  1526. #RKive
  1527. #RK
  1528. #XPack Diskimage
  1529.  
  1530. # These were inspired by idarc, but actually verified
  1531. # Dzip archiver (.dz)
  1532. 0    string    DZ Dzip archive data
  1533. >2    byte    x \b, version %i
  1534. >3    byte    x \b.%i
  1535. # ZZip archiver (.zz)
  1536. 0    string    ZZ\ \0\0 ZZip archive data
  1537. 0    string    ZZ0 ZZip archive data
  1538. # PAQ archiver (.paq)
  1539. 0    string    \xaa\x40\x5f\x77\x1f\xe5\x82\x0d PAQ archive data
  1540. 0    string    PAQ PAQ archive data
  1541. >3    byte&0xf0    0x30
  1542. >>3    byte    x (v%c)
  1543. # JAR archiver (.j), this is the successor to ARJ, not Java's JAR (which is essentially ZIP)
  1544. 0xe    string    \x1aJar\x1b JAR (ARJ Software, Inc.) archive data
  1545. 0    string    JARCS JAR (ARJ Software, Inc.) archive data
  1546.  
  1547. # ARJ archiver (jason@jarthur.Claremont.EDU)
  1548. 0    leshort        0xea60        ARJ archive data
  1549. >5    byte        x        \b, v%d,
  1550. >8    byte        &0x04        multi-volume,
  1551. >8    byte        &0x10        slash-switched,
  1552. >8    byte        &0x20        backup,
  1553. >34    string        x        original name: %s,
  1554. >7    byte        0        os: MS-DOS
  1555. >7    byte        1        os: PRIMOS
  1556. >7    byte        2        os: Unix
  1557. >7    byte        3        os: Amiga
  1558. >7    byte        4        os: Macintosh
  1559. >7    byte        5        os: OS/2
  1560. >7    byte        6        os: Apple ][ GS
  1561. >7    byte        7        os: Atari ST
  1562. >7    byte        8        os: NeXT
  1563. >7    byte        9        os: VAX/VMS
  1564. >3    byte        >0        %d]
  1565. # [JW] idarc says this is also possible
  1566. 2    leshort        0xea60        ARJ archive data
  1567.  
  1568. # HA archiver (Greg Roelofs, newt@uchicago.edu)
  1569. # This is a really bad format. A file containing HAWAII will match this...
  1570. #0    string        HA        HA archive data,
  1571. #>2    leshort        =1        1 file,
  1572. #>2    leshort        >1        %u files,
  1573. #>4    byte&0x0f    =0        first is type CPY
  1574. #>4    byte&0x0f    =1        first is type ASC
  1575. #>4    byte&0x0f    =2        first is type HSC
  1576. #>4    byte&0x0f    =0x0e        first is type DIR
  1577. #>4    byte&0x0f    =0x0f        first is type SPECIAL
  1578. # suggestion: at least identify small archives (<1024 files)
  1579. 0  belong&0xffff00fc 0x48410000 HA archive data
  1580. >2    leshort        =1        1 file,
  1581. >2    leshort        >1        %u files,
  1582. >4    byte&0x0f    =0        first is type CPY
  1583. >4    byte&0x0f    =1        first is type ASC
  1584. >4    byte&0x0f    =2        first is type HSC
  1585. >4    byte&0x0f    =0x0e        first is type DIR
  1586. >4    byte&0x0f    =0x0f        first is type SPECIAL
  1587.  
  1588. # HPACK archiver (Peter Gutmann, pgut1@cs.aukuni.ac.nz)
  1589. 0    string        HPAK        HPACK archive data
  1590.  
  1591. # JAM Archive volume format, by Dmitry.Kohmanyuk@UA.net
  1592. 0    string        \351,\001JAM\        JAM archive,
  1593. >7    string        >\0            version %.4s
  1594. >0x26    byte        =0x27            -
  1595. >>0x2b    string          >\0            label %.11s,
  1596. >>0x27    lelong        x            serial %08x,
  1597. >>0x36    string        >\0            fstype %.8s
  1598.  
  1599. # LHARC/LHA archiver (Greg Roelofs, newt@uchicago.edu)
  1600. 2    string        -lh0-        LHarc 1.x/ARX archive data [lh0]
  1601. 2    string        -lh1-        LHarc 1.x/ARX archive data [lh1]
  1602. 2    string        -lz4-        LHarc 1.x archive data [lz4]
  1603. 2    string        -lz5-        LHarc 1.x archive data [lz5]
  1604. #    [never seen any but the last; -lh4- reported in comp.compression:]
  1605. 2    string        -lzs-        LHa/LZS archive data [lzs]
  1606. 2    string        -lh\40-        LHa 2.x? archive data [lh ]
  1607. 2    string        -lhd-        LHa 2.x? archive data [lhd]
  1608. 2    string        -lh2-        LHa 2.x? archive data [lh2]
  1609. 2    string        -lh3-        LHa 2.x? archive data [lh3]
  1610. 2    string        -lh4-        LHa (2.x) archive data [lh4]
  1611. 2    string        -lh5-        LHa (2.x) archive data [lh5]
  1612. 2    string        -lh6-        LHa (2.x) archive data [lh6]
  1613. 2    string        -lh7-        LHa (2.x)/LHark archive data [lh7]
  1614. >20    byte        x        - header level %d
  1615. # taken from idarc [JW]
  1616. 2   string      -lZ         PUT archive data
  1617. 2   string      -lz         LZS archive data 
  1618. 2   string      -sw1-       Swag archive data
  1619.  
  1620. # RAR archiver (Greg Roelofs, newt@uchicago.edu)
  1621. 0    string        Rar!        RAR archive data,
  1622. >44    byte        x        v%0x,
  1623. >35    byte        0        os: MS-DOS
  1624. >35    byte        1        os: OS/2
  1625. >35    byte        2        os: Win32
  1626. >35    byte        3        os: Unix
  1627. # some old version? idarc says:
  1628. 0   string      RE\x7e\x5e  RAR archive data
  1629.  
  1630. # SQUISH archiver (Greg Roelofs, newt@uchicago.edu)
  1631. 0    string        SQSH        squished archive data (Acorn RISCOS)
  1632.  
  1633. # UC2 archiver (Greg Roelofs, newt@uchicago.edu)
  1634. # [JW] see exe section for self-extracting version
  1635. 0    string        UC2\x1a        UC2 archive data
  1636.  
  1637. # ZIP archives (Greg Roelofs, c/o zip-bugs@wkuvx1.wku.edu)
  1638. 0    string        PK\003\004    Zip archive data
  1639. >4    byte        0x09        \b, at least v0.9 to extract
  1640. >4    byte        0x0a        \b, at least v1.0 to extract
  1641. >4    byte        0x0b        \b, at least v1.1 to extract
  1642. >4    byte        0x14        \b, at least v2.0 to extract
  1643.  
  1644. # Zoo archiver
  1645. 20    lelong        0xfdc4a7dc    Zoo archive data
  1646. >4    byte        >48        \b, v%c.
  1647. >>6    byte        >47        \b%c
  1648. >>>7    byte        >47        \b%c
  1649. >32    byte        >0        \b, modify: v%d
  1650. >>33    byte        x        \b.%d+
  1651. >42    lelong        0xfdc4a7dc    \b,
  1652. >>70    byte        >0        extract: v%d
  1653. >>>71    byte        x        \b.%d+
  1654.  
  1655. # Shell archives
  1656. 10    string        #\ This\ is\ a\ shell\ archive    shell archive text
  1657.  
  1658. #
  1659. # LBR. NB: May conflict with the questionable 
  1660. #          "binary Computer Graphics Metafile" format.
  1661. #
  1662. 0       string  \0\ \ \ \ \ \ \ \ \ \ \ \0\0    LBR archive data
  1663. #
  1664. # PMA (CP/M derivative of LHA)
  1665. #
  1666. 2       string          -pm0-           PMarc archive data [pm0]
  1667. 2       string          -pm1-           PMarc archive data [pm1]
  1668. 2       string          -pm2-           PMarc archive data [pm2]
  1669. 2       string          -pms-           PMarc SFX archive (CP/M, DOS)
  1670. 5       string          -pc1-           PopCom compressed executable (CP/M)
  1671.  
  1672. # From Rafael Laboissiere <rafael@laboissiere.net>
  1673. # The Project Revision Control System (see
  1674. # http://prcs.sourceforge.net) generates a packaged project
  1675. # file which is recognized by the following entry: 
  1676. 0    leshort        0xeb81    PRCS packaged project
  1677.  
  1678. # Microsoft cabinets 
  1679. # by David Necas (Yeti) <yeti@physics.muni.cz>
  1680. #0    string    MSCF\0\0\0\0    Microsoft cabinet file data,
  1681. #>25    byte    x        v%d
  1682. #>24    byte    x        \b.%d
  1683. # MPi: All CABs have version 1.3, so this is pointless.
  1684. # Better magic in debian-additions.
  1685.  
  1686. # GTKtalog catalogs 
  1687. # by David Necas (Yeti) <yeti@physics.muni.cz>
  1688. 4    string    gtktalog\     GTKtalog catalog data,
  1689. >13    string    3        version 3
  1690. >>14    beshort    0x677a        (gzipped)
  1691. >>14    beshort    !0x677a        (not gzipped)
  1692. >13    string    >3        version %s
  1693.  
  1694. ############################################################################
  1695. # Parity archive reconstruction file, the 'par' file format now used on Usenet.
  1696. 0       string          PAR\0    PARity archive data
  1697. >48    leshort        =0    - Index file
  1698. >48    leshort        >0    - file number %d
  1699.  
  1700. # Felix von Leitner <felix-file@fefe.de>
  1701. 0    string    d8:announce    BitTorrent file
  1702.  
  1703. # Atari MSA archive - Teemu Hukkanen <tjhukkan@iki.fi>
  1704. 0       beshort 0x0e0f          Atari MSA archive data
  1705. >2      beshort x           \b, %d sectors per track
  1706. >4      beshort 0           \b, 1 sided
  1707. >4      beshort 1           \b, 2 sided
  1708. >6      beshort x           \b, starting track: %d
  1709. >8      beshort x           \b, ending track: %d
  1710.  
  1711. # Alternate ZIP string (amc@arwen.cs.berkeley.edu)
  1712. 0    string    PK00PK\003\004    Zip archive data
  1713.  
  1714. # ACE archive (from http://www.wotsit.org/download.asp?f=ace)
  1715. # by Stefan `Sec` Zehl <sec@42.org>
  1716. 7    string        **ACE**        ACE archive data
  1717. >15    byte    >0        version %d
  1718. >16    byte    =0x00        \b, from MS-DOS
  1719. >16    byte    =0x01        \b, from OS/2
  1720. >16    byte    =0x02        \b, from Win/32
  1721. >16    byte    =0x03        \b, from Unix
  1722. >16    byte    =0x04        \b, from MacOS
  1723. >16    byte    =0x05        \b, from WinNT
  1724. >16    byte    =0x06        \b, from Primos
  1725. >16    byte    =0x07        \b, from AppleGS
  1726. >16    byte    =0x08        \b, from Atari
  1727. >16    byte    =0x09        \b, from Vax/VMS
  1728. >16    byte    =0x0A        \b, from Amiga
  1729. >16    byte    =0x0B        \b, from Next
  1730. >14    byte    x        \b, version %d to extract
  1731. >5    leshort &0x0080        \b, multiple volumes,
  1732. >>17    byte    x        \b (part %d),
  1733. >5    leshort &0x0002        \b, contains comment
  1734. >5    leshort    &0x0200        \b, sfx
  1735. >5    leshort    &0x0400        \b, small dictionary
  1736. >5    leshort    &0x0800        \b, multi-volume
  1737. >5    leshort    &0x1000        \b, contains AV-String
  1738. >>30    string\x16*UNREGISTERED\x20VERSION*    (unregistered)
  1739. >5    leshort &0x2000        \b, with recovery record
  1740. >5    leshort &0x4000        \b, locked
  1741. >5    leshort &0x8000        \b, solid
  1742. # Date in MS-DOS format (whatever that is)
  1743. #>18    lelong    x        Created on
  1744.  
  1745. # sfArk : compression program for Soundfonts (sf2) by Dirk Jagdmann
  1746. # <doj@cubic.org>
  1747. 0x1A    string    sfArk        sfArk compressed Soundfont
  1748. >0x15    string    2
  1749. >>0x1    string    >\0        Version %s
  1750. >>0x2A    string    >\0        : %s
  1751.  
  1752. # DR-DOS 7.03 Packed File *.??_
  1753. 0    string    Packed\ File\  Personal        NetWare Packed File
  1754. >12    string    x                    \b, was "%.12s"
  1755.  
  1756. # EET archive
  1757. # From: Tilman Sauerbeck <tilman@code-monkey.de>
  1758. 0    belong    0x1ee7ff00    EET archive
  1759.  
  1760. #------------------------------------------------------------------------------
  1761. # asterix:  file(1) magic for Aster*x; SunOS 5.5.1 gave the 4-character
  1762. # strings as "long" - we assume they're just strings:
  1763. # From: guy@netapp.com (Guy Harris)
  1764. #
  1765. 0    string        *STA        Aster*x
  1766. >7    string        WORD            Words Document
  1767. >7    string        GRAP            Graphic
  1768. >7    string        SPRE            Spreadsheet
  1769. >7    string        MACR            Macro
  1770. 0    string        2278        Aster*x Version 2
  1771. >29    byte        0x36            Words Document
  1772. >29    byte        0x35            Graphic
  1773. >29    byte        0x32            Spreadsheet
  1774. >29    byte        0x38            Macro
  1775.  
  1776.  
  1777. #------------------------------------------------------------------------------
  1778. # att3b:  file(1) magic for AT&T 3B machines
  1779. #
  1780. # The `versions' should be un-commented if they work for you.
  1781. # (Was the problem just one of endianness?)
  1782. #
  1783. # 3B20
  1784. #
  1785. # The 3B20 conflicts with SCCS.
  1786. #0    beshort        0550        3b20 COFF executable
  1787. #>12    belong        >0        not stripped
  1788. #>22    beshort        >0        - version %ld
  1789. #0    beshort        0551        3b20 COFF executable (TV)
  1790. #>12    belong        >0        not stripped
  1791. #>22    beshort        >0        - version %ld
  1792. #
  1793. # WE32K
  1794. #
  1795. 0    beshort        0560        WE32000 COFF
  1796. >18    beshort        ^00000020    object
  1797. >18    beshort        &00000020    executable
  1798. >12    belong        >0        not stripped
  1799. >18    beshort        ^00010000    N/A on 3b2/300 w/paging
  1800. >18    beshort        &00020000    32100 required
  1801. >18    beshort        &00040000    and MAU hardware required
  1802. >20    beshort        0407        (impure)
  1803. >20    beshort        0410        (pure)
  1804. >20    beshort        0413        (demand paged)
  1805. >20    beshort        0443        (target shared library)
  1806. >22    beshort        >0        - version %ld
  1807. 0    beshort        0561        WE32000 COFF executable (TV)
  1808. >12    belong        >0        not stripped
  1809. #>18    beshort        &00020000    - 32100 required
  1810. #>18    beshort        &00040000    and MAU hardware required
  1811. #>22    beshort        >0        - version %ld
  1812. #
  1813. # core file for 3b2 
  1814. 0    string        \000\004\036\212\200    3b2 core file
  1815. >364    string        >\0        of '%s'
  1816.  
  1817. #------------------------------------------------------------------------------
  1818. # audio:  file(1) magic for sound formats (see also "iff")
  1819. #
  1820. # Jan Nicolai Langfeldt (janl@ifi.uio.no), Dan Quinlan (quinlan@yggdrasil.com),
  1821. # and others
  1822. #
  1823.  
  1824. # Sun/NeXT audio data
  1825. 0    string        .snd        Sun/NeXT audio data:
  1826. >12    belong        1        8-bit ISDN mu-law,
  1827. >12    belong        2        8-bit linear PCM [REF-PCM],
  1828. >12    belong        3        16-bit linear PCM,
  1829. >12    belong        4        24-bit linear PCM,
  1830. >12    belong        5        32-bit linear PCM,
  1831. >12    belong        6        32-bit IEEE floating point,
  1832. >12    belong        7        64-bit IEEE floating point,
  1833. >12    belong        8        Fragmented sample data,
  1834. >12    belong        10        DSP program,
  1835. >12    belong        11        8-bit fixed point,
  1836. >12    belong        12        16-bit fixed point,
  1837. >12    belong        13        24-bit fixed point,
  1838. >12    belong        14        32-bit fixed point,
  1839. >12    belong        18        16-bit linear with emphasis,
  1840. >12    belong        19        16-bit linear compressed,
  1841. >12    belong        20        16-bit linear with emphasis and compression,
  1842. >12    belong        21        Music kit DSP commands,
  1843. >12    belong        23        8-bit ISDN mu-law compressed (CCITT G.721 ADPCM voice data encoding),
  1844. >12    belong        24        compressed (8-bit CCITT G.722 ADPCM)
  1845. >12    belong        25        compressed (3-bit CCITT G.723.3 ADPCM),
  1846. >12    belong        26        compressed (5-bit CCITT G.723.5 ADPCM),
  1847. >12    belong        27        8-bit A-law (CCITT G.711),
  1848. >20    belong        1        mono,
  1849. >20    belong        2        stereo,
  1850. >20    belong        4        quad,
  1851. >16    belong        >0        %d Hz
  1852.  
  1853. # DEC systems (e.g. DECstation 5000) use a variant of the Sun/NeXT format
  1854. # that uses little-endian encoding and has a different magic number
  1855. 0    lelong        0x0064732E    DEC audio data:
  1856. >12    lelong        1        8-bit ISDN mu-law,
  1857. >12    lelong        2        8-bit linear PCM [REF-PCM],
  1858. >12    lelong        3        16-bit linear PCM,
  1859. >12    lelong        4        24-bit linear PCM,
  1860. >12    lelong        5        32-bit linear PCM,
  1861. >12    lelong        6        32-bit IEEE floating point,
  1862. >12    lelong        7        64-bit IEEE floating point,
  1863. >12    belong        8        Fragmented sample data,
  1864. >12    belong        10        DSP program,
  1865. >12    belong        11        8-bit fixed point,
  1866. >12    belong        12        16-bit fixed point,
  1867. >12    belong        13        24-bit fixed point,
  1868. >12    belong        14        32-bit fixed point,
  1869. >12    belong        18        16-bit linear with emphasis,
  1870. >12    belong        19        16-bit linear compressed,
  1871. >12    belong        20        16-bit linear with emphasis and compression,
  1872. >12    belong        21        Music kit DSP commands,
  1873. >12    lelong        23        8-bit ISDN mu-law compressed (CCITT G.721 ADPCM voice data encoding),
  1874. >12    belong        24        compressed (8-bit CCITT G.722 ADPCM)
  1875. >12    belong        25        compressed (3-bit CCITT G.723.3 ADPCM),
  1876. >12    belong        26        compressed (5-bit CCITT G.723.5 ADPCM),
  1877. >12    belong        27        8-bit A-law (CCITT G.711),
  1878. >20    lelong        1        mono,
  1879. >20    lelong        2        stereo,
  1880. >20    lelong        4        quad,
  1881. >16    lelong        >0        %d Hz
  1882.  
  1883. # Creative Labs AUDIO stuff
  1884. 0    string    MThd            Standard MIDI data
  1885. >8     beshort    x            (format %d)
  1886. >10    beshort    x            using %d track
  1887. >10    beshort        >1        \bs
  1888. >12    beshort&0x7fff    x        at 1/%d
  1889. >12    beshort&0x8000    >0        SMPTE
  1890.  
  1891. 0    string    CTMF            Creative Music (CMF) data
  1892. 0    string    SBI            SoundBlaster instrument data
  1893. 0    string    Creative\ Voice\ File    Creative Labs voice data
  1894. # is this next line right?  it came this way...
  1895. >19    byte    0x1A
  1896. >23    byte    >0            - version %d
  1897. >22    byte    >0            \b.%d
  1898.  
  1899. # first entry is also the string "NTRK"
  1900. 0    belong        0x4e54524b    MultiTrack sound data
  1901. >4    belong        x        - version %ld
  1902.  
  1903. # Extended MOD format (*.emd) (Greg Roelofs, newt@uchicago.edu); NOT TESTED
  1904. # [based on posting 940824 by "Dirk/Elastik", husberg@lehtori.cc.tut.fi]
  1905. 0    string        EMOD        Extended MOD sound data,
  1906. >4    byte&0xf0    x        version %d
  1907. >4    byte&0x0f    x        \b.%d,
  1908. >45    byte        x        %d instruments
  1909. >83    byte        0        (module)
  1910. >83    byte        1        (song)
  1911.  
  1912. # Real Audio (Magic .ra\0375)
  1913. 0    belong        0x2e7261fd    RealAudio sound file
  1914. 0    string        .RMF        RealMedia file
  1915.  
  1916. # MTM/669/FAR/S3M/ULT/XM format checking [Aaron Eppert, aeppert@dialin.ind.net]
  1917. # Oct 31, 1995
  1918. # fixed by <doj@cubic.org> 2003-06-24
  1919. # Too short...
  1920. #0    string        MTM        MultiTracker Module sound file
  1921. #0    string        if        Composer 669 Module sound data
  1922. #0    string        JN        Composer 669 Module sound data (extended format)
  1923. 0    string        MAS_U        ULT(imate) Module sound data
  1924.  
  1925. #0    string        FAR        Module sound data
  1926. #>4    string        >\15        Title: "%s"
  1927.  
  1928. 0x2c    string        SCRM        ScreamTracker III Module sound data
  1929. >0    string        >\0        Title: "%s"
  1930.  
  1931. # Gravis UltraSound patches
  1932. # From <ache@nagual.ru>
  1933.  
  1934. 0    string        GF1PATCH110\0ID#000002\0    GUS patch
  1935. 0    string        GF1PATCH100\0ID#000002\0    Old GUS    patch
  1936.  
  1937. #
  1938. # Taken from loader code from mikmod version 2.14
  1939. # by Steve McIntyre (stevem@chiark.greenend.org.uk)
  1940. # <doj@cubic.org> added title printing on 2003-06-24
  1941. 0    string    MAS_UTrack_V00
  1942. >14    string    >/0        ultratracker V1.%.1s module sound data
  1943.  
  1944. 0    string    UN05        MikMod UNI format module sound data
  1945.  
  1946. 0    string    Extended\ Module: Fasttracker II module sound data
  1947. >17    string    >\0        Title: "%s"
  1948.  
  1949. 21    string/c    =!SCREAM!    Screamtracker 2 module sound data
  1950. 21    string    BMOD2STM    Screamtracker 2 module sound data
  1951. 1080    string    M.K.        4-channel Protracker module sound data
  1952. >0    string    >\0        Title: "%s"
  1953. 1080    string    M!K!        4-channel Protracker module sound data
  1954. >0    string    >\0        Title: "%s"
  1955. 1080    string    FLT4        4-channel Startracker module sound data
  1956. >0    string    >\0        Title: "%s"
  1957. 1080    string    FLT8        8-channel Startracker module sound data
  1958. >0    string    >\0        Title: "%s"
  1959. 1080    string    4CHN        4-channel Fasttracker module sound data
  1960. >0    string    >\0        Title: "%s"
  1961. 1080    string    6CHN        6-channel Fasttracker module sound data
  1962. >0    string    >\0        Title: "%s"
  1963. 1080    string    8CHN        8-channel Fasttracker module sound data
  1964. >0    string    >\0        Title: "%s"
  1965. 1080    string    CD81        8-channel Octalyser module sound data
  1966. >0    string    >\0        Title: "%s"
  1967. 1080    string    OKTA        8-channel Oktalyzer module sound data
  1968. >0    string    >\0        Title: "%s"
  1969. # Not good enough.
  1970. #1082    string    CH
  1971. #>1080    string    >/0        %.2s-channel Fasttracker "oktalyzer" module sound data
  1972. 1080    string    16CN        16-channel Taketracker module sound data
  1973. >0    string    >\0        Title: "%s"
  1974. 1080    string    32CN        32-channel Taketracker module sound data
  1975. >0    string    >\0        Title: "%s"
  1976.  
  1977. # TOC sound files -Trevor Johnson <trevor@jpj.net>
  1978. #
  1979. 0       string          TOC             TOC sound file
  1980.  
  1981. # sidfiles <pooka@iki.fi>
  1982. # added name,author,(c) and new RSID type by <doj@cubic.org> 2003-06-24
  1983. 0    string        SIDPLAY\ INFOFILE    Sidplay info file
  1984.  
  1985. 0    string        PSID            PlaySID v2.2+ (AMIGA) sidtune
  1986. >4    beshort        >0            w/ header v%d,
  1987. >14    beshort        =1            single song,
  1988. >14    beshort        >1            %d songs,
  1989. >16    beshort        >0            default song: %d
  1990. >0x16    string        >\0            name: "%s"
  1991. >0x36    string        >\0            author: "%s"
  1992. >0x56    string        >\0            copyright: "%s"
  1993.  
  1994. 0    string        RSID            RSID sidtune PlaySID compatible
  1995. >4    beshort        >0            w/ header v%d,
  1996. >14    beshort        =1            single song,
  1997. >14    beshort        >1            %d songs,
  1998. >16    beshort        >0            default song: %d
  1999. >0x16    string        >\0            name: "%s"
  2000. >0x36    string        >\0            author: "%s"
  2001. >0x56    string        >\0            copyright: "%s"
  2002.  
  2003. # IRCAM <mpruett@sgi.com>
  2004. # VAX and MIPS files are little-endian; Sun and NeXT are big-endian
  2005. 0    belong        0x64a30100        IRCAM file (VAX)
  2006. 0    belong        0x64a30200        IRCAM file (Sun)
  2007. 0    belong        0x64a30300        IRCAM file (MIPS little-endian)
  2008. 0    belong        0x64a30400        IRCAM file (NeXT)
  2009.  
  2010. # NIST SPHERE <mpruett@sgi.com>
  2011. 0    string        NIST_1A\n\ \ \ 1024\n    NIST SPHERE file
  2012.  
  2013. # Sample Vision <mpruett@sgi.com>
  2014. 0    string        SOUND\ SAMPLE\ DATA\     Sample Vision file
  2015.  
  2016. # Audio Visual Research <tonigonenstein@users.sourceforge.net>
  2017. 0    string        2BIT            Audio Visual Research file,
  2018. >12    beshort        =0            mono,
  2019. >12    beshort        =-1            stereo,
  2020. >14    beshort        x            %d bits
  2021. >16    beshort        =0            unsigned,
  2022. >16    beshort        =-1            signed,
  2023. >22    belong&0x00ffffff    x        %d Hz,
  2024. >18    beshort        =0            no loop,
  2025. >18    beshort        =-1            loop,
  2026. >21    ubyte        <=127            note %d,
  2027. >22    byte        =0            replay 5.485 KHz
  2028. >22    byte        =1            replay 8.084 KHz
  2029. >22    byte        =2            replay 10.971 Khz
  2030. >22    byte        =3            replay 16.168 Khz
  2031. >22    byte        =4            replay 21.942 KHz
  2032. >22    byte        =5            replay 32.336 KHz
  2033. >22    byte        =6            replay 43.885 KHz
  2034. >22    byte        =7            replay 47.261 KHz
  2035.  
  2036. # SGI SoundTrack <mpruett@sgi.com>
  2037. 0    string        _SGI_SoundTrack        SGI SoundTrack project file
  2038. # ID3 version 2 tags <waschk@informatik.uni-rostock.de>
  2039. 0    string        ID3    MP3 file with ID3 version 2.
  2040. >3    ubyte    <0xff    \b%d.
  2041. >4    ubyte    <0xff    \b%d tag
  2042.  
  2043. # NSF (NES sound file) magic
  2044. 0    string        NESM\x1a    NES Sound File
  2045. >14    string        >\0        ("%s" by
  2046. >46    string        >\0        %s, copyright
  2047. >78    string        >\0        %s),
  2048. >5    byte        x        version %d,
  2049. >6    byte        x        %d tracks,
  2050. >122    byte&0x2    =1        dual PAL/NTSC
  2051. >122    byte&0x1    =1        PAL
  2052. >122    byte&0x1    =0        NTSC
  2053.  
  2054. # Impuse tracker module (audio/x-it)
  2055. 0    string        IMPM        Impulse Tracker module sound data -
  2056. >4    string        >\0        "%s"
  2057. >40    leshort        !0        compatible w/ITv%x
  2058. >42    leshort        !0        created w/ITv%x
  2059.  
  2060. # Imago Orpheus module (audio/x-imf)
  2061. 60    string        IM10        Imago Orpheus module sound data -
  2062. >0    string        >\0        "%s"
  2063.  
  2064. # From <collver1@attbi.com>
  2065. # These are the /etc/magic entries to decode modules, instruments, and
  2066. # samples in Impulse Tracker's native format.
  2067.  
  2068. 0    string        IMPS        Impulse Tracker Sample
  2069. >18    byte        &2        16 bit
  2070. >18    byte        ^2        8 bit
  2071. >18    byte        &4        stereo
  2072. >18    byte        ^4        mono
  2073. 0    string        IMPI        Impulse Tracker Instrument
  2074. >28    leshort        !0        ITv%x
  2075. >30    byte        !0        %d samples
  2076.  
  2077. # Yamaha TX Wave:  file(1) magic for Yamaha TX Wave audio files
  2078. # From <collver1@attbi.com>
  2079. 0    string        LM8953        Yamaha TX Wave
  2080. >22    byte        0x49        looped
  2081. >22    byte        0xC9        non-looped
  2082. >23    byte        1        33kHz
  2083. >23    byte        2        50kHz
  2084. >23    byte        3        16kHz
  2085.  
  2086. # scream tracker:  file(1) magic for Scream Tracker sample files
  2087. #
  2088. # From <collver1@attbi.com>
  2089. 76    string        SCRS        Scream Tracker Sample
  2090. >0    byte        1        sample
  2091. >0    byte        2        adlib melody
  2092. >0    byte        >2        adlib drum
  2093. >31    byte        &2        stereo
  2094. >31    byte        ^2        mono
  2095. >31    byte        &4        16bit little endian
  2096. >31    byte        ^4        8bit
  2097. >30    byte        0        unpacked
  2098. >30    byte        1        packed
  2099.  
  2100. # audio
  2101. # From: Cory Dikkers <cdikkers@swbell.net>
  2102. 0    string        MMD0        MED music file, version 0
  2103. 0    string        MMD1        OctaMED Pro music file, version 1
  2104. 0    string        MMD3        OctaMED Soundstudio music file, version 3
  2105. 0    string        OctaMEDCmpr    OctaMED Soundstudio compressed file
  2106. 0    string        MED        MED_Song
  2107. 0    string        SymM        Symphonie SymMOD music file
  2108. #
  2109. 0    string        THX        AHX version
  2110. >3    byte        =0        1 module data
  2111. >3    byte        =1        2 module data
  2112. #
  2113. 0    string        OKTASONG    Oktalyzer module data
  2114. #
  2115. 0    string        DIGI\ Booster\ module\0    %s
  2116. >20    byte        >0        %c
  2117. >>21    byte        >0        \b%c
  2118. >>>22    byte        >0        \b%c
  2119. >>>>23    byte        >0        \b%c
  2120. >610    string        >\0        \b, "%s"
  2121. #
  2122. 0    string        DBM0           DIGI Booster Pro Module
  2123. >4    byte        >0        V%X.
  2124. >>5    byte        x        \b%02X
  2125. >16    string        >\0        \b, "%s"
  2126. #
  2127. 0    string        FTMN        FaceTheMusic module
  2128. >16    string        >\0d        \b, "%s"
  2129.  
  2130. # From: <doj@cubic.org> 2003-06-24
  2131. 0    string        AMShdr\32    Velvet Studio AMS Module v2.2
  2132. 0    string        Extreme        Extreme Tracker AMS Module v1.3
  2133. 0    string        DDMF        Xtracker DMF Module
  2134. >4    byte        x        v%i
  2135. >0xD    string        >\0        Title: "%s"
  2136. >0x2B    string        >\0        Composer: "%s"
  2137. 0    string        DSM\32        Dynamic Studio Module DSM
  2138. 0    string        SONG        DigiTrekker DTM Module
  2139. 0    string        DMDL        DigiTrakker MDL Module
  2140. 0    string        PSM\32        Protracker Studio PSM Module
  2141. 44    string        PTMF        Poly Tracker PTM Module
  2142. >0    string        >\32        Title: "%s"
  2143. 0    string        MT20        MadTracker 2.0 Module MT2
  2144. 0    string        RAD\40by\40REALiTY!! RAD Adlib Tracker Module RAD
  2145. 0    string        RTMM        RTM Module
  2146. 0x426    string        MaDoKaN96    XMS Adlib Module
  2147. >0    string        >\0        Composer: "%s"
  2148. 0    string        AMF        AMF Module
  2149. >4    string        >\0        Title: "%s"
  2150. 0    string        MODINFO1    Open Cubic Player Module Inforation MDZ
  2151. 0    string        Extended\40Instrument: Fast Tracker II Instrument
  2152.  
  2153. # From: Takeshi Hamasaki <hma@syd.odn.ne.jp>
  2154. # NOA Nancy Codec file
  2155. 0    string        \210NOA\015\012\032    NOA Nancy Codec Movie file
  2156. # Yamaha SMAF format
  2157. 0    string        MMMD        Yamaha SMAF file
  2158. # Sharp Jisaku Melody format for PDC
  2159. 0    string        \001Sharp\040JisakuMelody    SHARP Cell-Phone ringing Melody
  2160. >20    string        Ver01.00    Ver. 1.00
  2161. >>32    byte        x        , %d tracks
  2162.  
  2163. # Free lossless audio codec <http://flac.sourceforge.net>
  2164. # From: Przemyslaw Augustyniak <silvathraec@rpg.pl>
  2165. 0    string            fLaC        FLAC audio bitstream data
  2166. >4    byte&0x7f        >0        \b, unknown version
  2167. >4    byte&0x7f        0        \b
  2168. # some common bits/sample values
  2169. >>20    beshort&0x1f0        0x030        \b, 4 bit
  2170. >>20    beshort&0x1f0        0x050        \b, 6 bit
  2171. >>20    beshort&0x1f0        0x070        \b, 8 bit
  2172. >>20    beshort&0x1f0        0x0b0        \b, 12 bit
  2173. >>20    beshort&0x1f0        0x0f0        \b, 16 bit
  2174. >>20    beshort&0x1f0        0x170        \b, 24 bit
  2175. >>20    byte&0xe        0x0        \b, mono
  2176. >>20    byte&0xe        0x2        \b, stereo
  2177. >>20    byte&0xe        0x4        \b, 3 channels
  2178. >>20    byte&0xe        0x6        \b, 4 channels
  2179. >>20    byte&0xe        0x8        \b, 5 channels
  2180. >>20    byte&0xe        0xa        \b, 6 channels
  2181. >>20    byte&0xe        0xc        \b, 7 channels
  2182. >>20    byte&0xe        0xe        \b, 8 channels
  2183. # some common sample rates
  2184. >>17    belong&0xfffff0        0x0ac440    \b, 44.1 kHz
  2185. >>17    belong&0xfffff0        0x0bb800    \b, 48 kHz
  2186. >>17    belong&0xfffff0        0x07d000    \b, 32 kHz
  2187. >>17    belong&0xfffff0        0x056220    \b, 22.05 kHz
  2188. >>17    belong&0xfffff0        0x05dc00    \b, 24 kHz
  2189. >>17    belong&0xfffff0        0x03e800    \b, 16 kHz
  2190. >>17    belong&0xfffff0        0x02b110    \b, 11.025 kHz
  2191. >>17    belong&0xfffff0        0x02ee00    \b, 12 kHz
  2192. >>17    belong&0xfffff0        0x01f400    \b, 8 kHz
  2193. >>17    belong&0xfffff0        0x177000    \b, 96 kHz
  2194. >>17    belong&0xfffff0        0x0fa000    \b, 64 kHz
  2195. >>21    byte&0xf        >0        \b, >4G samples
  2196. >>21    byte&0xf        0        \b
  2197. >>>22    belong            >0        \b, %u samples
  2198. >>>22    belong            0        \b, length unknown
  2199.  
  2200. # (ISDN) VBOX voice message file (Wolfram Kleff)
  2201. 0       string          VBOX            VBOX voice message data
  2202.  
  2203. # ReBorn Song Files (.rbs)
  2204. # David J. Singer <doc@deadvirgins.org.uk>
  2205. 8       string          RB40             RBS Song file
  2206. >29     string          ReBorn           created by ReBorn
  2207. >37     string          Propellerhead    created by ReBirth
  2208.  
  2209. # Synthesizer Generator and Kimwitu share their file format
  2210. 0    string        A#S#C#S#S#L#V#3        Synthesizer Generator or Kimwitu data
  2211. # Kimwitu++ uses a slightly different magic
  2212. 0    string        A#S#C#S#S#L#HUB        Kimwitu++ data
  2213.  
  2214. # From "Simon Hosie
  2215. 0       string  TFMX-SONG       TFMX module sound data
  2216.  
  2217. # From danny.milo@gmx.net (Danny Milosavljevic)
  2218. # monkeysaudio for magic.mime
  2219. 0    string    MAC\    X/Monkey audio,
  2220. >4    leshort >0    version %d,
  2221. >6    leshort >0    compression level %d,
  2222. >8    leshort >0    flags %x,
  2223. >10    leshort >0    channels %d,
  2224. >12    lelong    >0    samplerate %d,
  2225. >24    lelong    >0    frames %d
  2226.  
  2227. # adlib sound files
  2228. # From G├╝rkan Seng├╝n <gurkan@linuks.mine.nu>, http://www.linuks.mine.nu
  2229. 0        string        RAWADATA    RdosPlay RAW
  2230.  
  2231. 1068    string        RoR        AMUSIC Adlib Tracker
  2232.  
  2233. 0    string        JCH        EdLib
  2234.  
  2235. 0    string        mpu401tr    MPU-401 Trakker
  2236.  
  2237. 0    string        SAdT        Surprise! Adlib Tracker
  2238. >4    byte        x        Version %d
  2239.  
  2240. 0    string        XAD!        eXotic ADlib
  2241.  
  2242. 0    string        ofTAZ!        eXtra Simple Music
  2243. #------------------------------------------------------------------------------
  2244. # bFLT: file(1) magic for BFLT uclinux binary files
  2245. #
  2246. # From Philippe De Muyter <phdm@macqel.be>
  2247. #
  2248. 0    string        bFLT        BFLT executable
  2249. >4    belong        x        - version %ld
  2250. >4    belong        4
  2251. >>36    belong&0x1    0x1        ram
  2252. >>36    belong&0x2    0x2        gotpic
  2253. >>36    belong&0x4    0x4        gzip
  2254. >>36    belong&0x8    0x8        gzdata
  2255. #------------------------------------------------------------------------------
  2256. # blender: file(1) magic for Blender 3D data files
  2257. #
  2258. # Coded by Guillermo S. Romero <gsromero@alumnos.euitt.upm.es> using the
  2259. # data from Ton Roosendaal <ton@blender.nl>. Ton or his company do not
  2260. # support the rule, so mail GSR if problems with it. Rule version: 1.1.
  2261. # You can get latest version with comments and details about the format
  2262. # at http://acd.asoc.euitt.upm.es/~gsromero/3d/blender/magic.blender
  2263.  
  2264. 0    string    =BLENDER    Blender3D,
  2265. >7    string    =_        saved as 32-bits
  2266. >7      string    =-        saved as 64-bits
  2267. >8    string    =v        little endian
  2268. >8    string    =V        big endian
  2269. >9    byte    x        with version %c.
  2270. >10    byte    x        \b%c
  2271. >11    byte    x        \b%c
  2272.  
  2273. #------------------------------------------------------------------------------
  2274. # blit:  file(1) magic for 68K Blit stuff as seen from 680x0 machine
  2275. #
  2276. # Note that this 0407 conflicts with several other a.out formats...
  2277. #
  2278. # XXX - should this be redone with "be" and "le", so that it works on
  2279. # little-endian machines as well?  If so, what's the deal with
  2280. # "VAX-order" and "VAX-order2"?
  2281. #
  2282. #0    long        0407        68K Blit (standalone) executable
  2283. #0    short        0407        VAX-order2 68K Blit (standalone) executable
  2284. 0    short        03401        VAX-order 68K Blit (standalone) executable
  2285. 0    long        0406        68k Blit mpx/mux executable
  2286. 0    short        0406        VAX-order2 68k Blit mpx/mux executable
  2287. 0    short        03001        VAX-order 68k Blit mpx/mux executable
  2288. # Need more values for WE32 DMD executables.
  2289. # Note that 0520 is the same as COFF
  2290. #0    short        0520        tty630 layers executable
  2291. #
  2292. # i80960 b.out objects and archives
  2293. #
  2294. 0    long        0x10d        i960 b.out relocatable object
  2295. >16    long        >0        not stripped
  2296. #
  2297. # b.out archive (hp-rt on i960)
  2298. 0    string        =!<bout>    b.out archive
  2299. >8    string        __.SYMDEF    random library
  2300. #------------------------------------------------------------------------------
  2301. # bsdi:  file(1) magic for BSD/OS (from BSDI) objects
  2302. #
  2303.  
  2304. 0    lelong        0314        386 compact demand paged pure executable
  2305. >16    lelong        >0        not stripped
  2306. >32    byte        0x6a        (uses shared libs)
  2307.  
  2308. 0    lelong        0407        386 executable
  2309. >16    lelong        >0        not stripped
  2310. >32    byte        0x6a        (uses shared libs)
  2311.  
  2312. 0    lelong        0410        386 pure executable
  2313. >16    lelong        >0        not stripped
  2314. >32    byte        0x6a        (uses shared libs)
  2315.  
  2316. 0    lelong        0413        386 demand paged pure executable
  2317. >16    lelong        >0        not stripped
  2318. >32    byte        0x6a        (uses shared libs)
  2319.  
  2320. # same as in SunOS 4.x, except for static shared libraries
  2321. 0    belong&077777777    0600413        sparc demand paged
  2322. >0    byte        &0x80
  2323. >>20    belong        <4096        shared library
  2324. >>20    belong        =4096        dynamically linked executable
  2325. >>20    belong        >4096        dynamically linked executable
  2326. >0    byte        ^0x80        executable
  2327. >16    belong        >0        not stripped
  2328. >36    belong        0xb4100001    (uses shared libs)
  2329.  
  2330. 0    belong&077777777    0600410        sparc pure
  2331. >0    byte        &0x80        dynamically linked executable
  2332. >0    byte        ^0x80        executable
  2333. >16    belong        >0        not stripped
  2334. >36    belong        0xb4100001    (uses shared libs)
  2335.  
  2336. 0    belong&077777777    0600407        sparc
  2337. >0    byte        &0x80        dynamically linked executable
  2338. >0    byte        ^0x80        executable
  2339. >16    belong        >0        not stripped
  2340. >36    belong        0xb4100001    (uses shared libs)
  2341.  
  2342. #------------------------------------------------------------------------------
  2343. # autocad:  file(1) magic for cad files
  2344. #
  2345.  
  2346. # AutoCAD DWG versions R13/R14 (www.autodesk.com)
  2347. # Written December 01, 2003 by Lester Hightower
  2348. # Based on the DWG File Format Specifications at http://www.opendwg.org/
  2349. 0    string           \101\103\061\060\061           AutoCAD
  2350. >5    string           \062\000\000\000\000           DWG ver. R13
  2351. >5    string           \064\000\000\000\000           DWG ver. R14
  2352.  
  2353. # Microstation DGN/CIT Files (www.bentley.com)
  2354. # Written October 30, 2003 by Lester Hightower
  2355. # DGN is the default file extension of Microstation/Intergraph CAD files.
  2356. # CIT is the proprietary raster format (similar to TIFF) used to attach
  2357. # raster underlays to Microstation DGN (vector) drawings.
  2358. # http://www.wotsit.org/search.asp
  2359. # http://filext.com/detaillist.php?extdetail=DGN
  2360. # http://filext.com/detaillist.php?extdetail=CIT
  2361. #
  2362. # http://www.bentley.com/products/default.cfm?objectid=97F351F5-9C35-4E5E-89C2
  2363. # 3F86C928&method=display&p_objectid=97F351F5-9C35-4E5E-89C280A93F86C928
  2364. # http://www.bentley.com/products/default.cfm?objectid=A5C2FD43-3AC9-4C71-B682
  2365. # 721C479F&method=display&p_objectid=A5C2FD43-3AC9-4C71-B682C7BE721C479F
  2366. 0    string           \010\011\376               Microstation
  2367. >3    string           \002
  2368. >>30    string           \372\104                   DGN File
  2369. >>30    string           \172\104                   DGN File
  2370. >>30    string           \026\105                   DGN File
  2371. >4    string           \030\000\000               CIT File
  2372.  
  2373. # AutoCad, from Nahuel Greco
  2374. 0    string AC1012    AutoCad (release 12)
  2375. 0    string AC1014    AutoCad (release 14)
  2376.  
  2377. #------------------------------------------------------------------------------
  2378. # c-lang:  file(1) magic for C programs (or REXX)
  2379. #
  2380.  
  2381. # XPM icons (Greg Roelofs, newt@uchicago.edu)
  2382. # if you uncomment "/*" for C/REXX below, also uncomment this entry
  2383. #0    string        /*\ XPM\ */    X pixmap image data
  2384.  
  2385. # this first will upset you if you're a PL/1 shop...
  2386. # in which case rm it; ascmagic will catch real C programs
  2387. #0    string        /*        C or REXX program text
  2388. #0    string        //        C++ program text
  2389.  
  2390. # From: Mikhail Teterin <mi@aldan.algebra.com> 
  2391. 0    string        cscope        cscope reference data
  2392. >7    string        x        version %.2s
  2393. # We skip the path here, because it is often long (so file will
  2394. # truncate it) and mostly redundant.
  2395. # The inverted index functionality was added some time betwen
  2396. # versions 11 and 15, so look for -q if version is above 14:
  2397. >7    string        >14
  2398. >>10    regex        .+\ -q\        with inverted index
  2399. >10    regex        .+\ -c\        text (non-compressed)
  2400.  
  2401. #------------------------------------------------------------------------------
  2402. # c64:  file(1) magic for various commodore 64 related files
  2403. #
  2404. # From <doj@cubic.org>
  2405.  
  2406. 0x16500    belong        0x12014100    D64 Image
  2407. 0x16500    belong        0x12014180    D71 Image
  2408. 0x61800 belong        0x28034400    D81 Image
  2409. 0    string        C64\40CARTRIDGE    CCS C64 Emultar Cartridge Image
  2410. 0    belong        0x43154164    X64 Image
  2411.  
  2412. 0    string        GCR-1541    GCR Image
  2413. >8    byte        x        version: $i
  2414. >9    byte        x        tracks: %i
  2415.  
  2416. 9    string        PSUR        ARC archive (c64)
  2417. 2    string        -LH1-        LHA archive (c64)
  2418.  
  2419. 0    string        C64File        PC64 Emulator file
  2420. >8    string        >\0        "%s"
  2421. 0    string        C64Image    PC64 Freezer Image
  2422.  
  2423. 0    beshort        0x38CD        C64 PCLink Image
  2424. 0    string        CBM\144\0\0    Power 64 C64 Emulator Snapshot
  2425.  
  2426. 0    belong        0xFF424CFF    WRAptor packer (c64)
  2427.  
  2428. #------------------------------------------------------------------------------
  2429. # CDDB: file(1) magic for CDDB(tm) format CD text data files
  2430. #
  2431. # From <steve@gracenote.com>
  2432. #
  2433. # This is the /etc/magic entry to decode datafiles as used by
  2434. # CDDB-enabled CD player applications.
  2435. #
  2436.  
  2437. 0       string/b        #\040xmcd               CDDB(tm) format CD text data
  2438.  
  2439. #------------------------------------------------------------------------------
  2440. # chi:  file(1) magic for ChiWriter files
  2441. #
  2442. 0       string          \\1cw\          ChiWriter file
  2443. >5      string          >\0             version %s
  2444. 0       string          \\1cw           ChiWriter file
  2445.  
  2446. #------------------------------------------------------------------------------
  2447. # chord: file(1) magic for Chord music sheet typesetting utility input files
  2448. #
  2449. # From Philippe De Muyter <phdm@macqel.be>
  2450. # File format is actually free, but many distributed files begin with `{title'
  2451. #
  2452. 0    string        {title        Chord text file
  2453.  
  2454. #------------------------------------------------------------------------------
  2455. # cisco:  file(1) magic for cisco Systems routers
  2456. #
  2457. # Most cisco file-formats are covered by the generic elf code
  2458. #
  2459. # Microcode files are non-ELF, 0x8501 conflicts with NetBSD/alpha.
  2460. 0    belong&0xffffff00    0x85011400  cisco IOS microcode
  2461. >7    string        >\0            for '%s'
  2462. 0    belong&0xffffff00    0x8501cb00  cisco IOS experimental microcode
  2463. >7    string        >\0            for '%s'
  2464. #------------------------------------------------------------------------------
  2465. # citrus locale declaration
  2466. #
  2467.  
  2468. 0    string        RuneCT        Citrus locale declaration for LC_CTYPE
  2469.  
  2470.  
  2471. #------------------------------------------------------------------------------
  2472. # claris:  file(1) magic for claris
  2473. # "H. Nanosecond" <aldomel@ix.netcom.com>
  2474. # Claris Works a word processor, etc.
  2475. # Version 3.0
  2476.  
  2477. # .pct claris works clip art files
  2478. #0000000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000
  2479. #*
  2480. #0001000 #010 250 377 377 377 377 000 213 000 230 000 021 002 377 014 000
  2481. #null to byte 1000 octal
  2482. 514    string    \377\377\377\377\000    Claris clip art?
  2483. >0    string    \0\0\0\0\0\0\0\0\0\0\0\0\0    yes.
  2484. 514    string    \377\377\377\377\001    Claris clip art?
  2485. >0    string    \0\0\0\0\0\0\0\0\0\0\0\0\0    yes.
  2486.  
  2487. # Claris works files
  2488. # .cwk
  2489. 0    string    \002\000\210\003\102\117\102\117\000\001\206 Claris works document
  2490. # .plt
  2491. 0    string    \020\341\000\000\010\010    Claris Works pallete files .plt
  2492.  
  2493. # .msp a dictionary file I am not sure about this I have only one .msp file
  2494. 0    string    \002\271\262\000\040\002\000\164    Claris works dictionary
  2495.  
  2496. # .usp are user dictionary bits
  2497. # I am not sure about a magic header:
  2498. #0000000 001 123 160 146 070 125 104 040 136 123 015 012 160 157 144 151
  2499. #        soh   S   p   f   8   U   D  sp   ^   S  cr  nl   p   o   d   i
  2500. #0000020 141 164 162 151 163 164 040 136 123 015 012 144 151 166 040 043
  2501. #          a   t   r   i   s   t  sp   ^   S  cr  nl   d   i   v  sp   #
  2502.  
  2503. # .mth Thesaurus
  2504. # starts with \0 but no magic header
  2505.  
  2506. # .chy Hyphenation file
  2507. # I am not sure: 000 210 034 000 000
  2508.  
  2509. # other claris files
  2510. #./windows/claris/useng.ndx: data
  2511. #./windows/claris/xtndtran.l32: data
  2512. #./windows/claris/xtndtran.lst: data
  2513. #./windows/claris/clworks.lbl: data
  2514. #./windows/claris/clworks.prf: data
  2515. #./windows/claris/userd.spl: data
  2516.  
  2517. #------------------------------------------------------------------------------
  2518. # clipper:  file(1) magic for Intergraph (formerly Fairchild) Clipper.
  2519. #
  2520. # XXX - what byte order does the Clipper use?
  2521. #
  2522. # XXX - what's the "!" stuff:
  2523. #
  2524. # >18    short        !074000,000000    C1 R1 
  2525. # >18    short        !074000,004000    C2 R1
  2526. # >18    short        !074000,010000    C3 R1
  2527. # >18    short        !074000,074000    TEST
  2528. #
  2529. # I shall assume it's ANDing the field with the first value and
  2530. # comparing it with the second, and rewrite it as:
  2531. #
  2532. # >18    short&074000    000000        C1 R1 
  2533. # >18    short&074000    004000        C2 R1
  2534. # >18    short&074000    010000        C3 R1
  2535. # >18    short&074000    074000        TEST
  2536. #
  2537. # as SVR3.1's "file" doesn't support anything of the "!074000,000000"
  2538. # sort, nor does SunOS 4.x, so either it's something Intergraph added
  2539. # in CLIX, or something AT&T added in SVR3.2 or later, or something
  2540. # somebody else thought was a good idea; it's not documented in the
  2541. # man page for this version of "magic", nor does it appear to be
  2542. # implemented (at least not after I blew off the bogus code to turn
  2543. # old-style "&"s into new-style "&"s, which just didn't work at all).
  2544. #
  2545. 0    short        0575        CLIPPER COFF executable (VAX #)
  2546. >20    short        0407        (impure)
  2547. >20    short        0410        (5.2 compatible)
  2548. >20    short        0411        (pure)
  2549. >20    short        0413        (demand paged)
  2550. >20    short        0443        (target shared library)
  2551. >12    long        >0        not stripped
  2552. >22    short        >0        - version %ld
  2553. 0    short        0577        CLIPPER COFF executable
  2554. >18    short&074000    000000        C1 R1 
  2555. >18    short&074000    004000        C2 R1
  2556. >18    short&074000    010000        C3 R1
  2557. >18    short&074000    074000        TEST
  2558. >20    short        0407        (impure)
  2559. >20    short        0410        (pure)
  2560. >20    short        0411        (separate I&D)
  2561. >20    short        0413        (paged)
  2562. >20    short        0443        (target shared library)
  2563. >12    long        >0        not stripped
  2564. >22    short        >0        - version %ld
  2565. >48    long&01        01        alignment trap enabled
  2566. >52    byte        1        -Ctnc
  2567. >52    byte        2        -Ctsw
  2568. >52    byte        3        -Ctpw
  2569. >52    byte        4        -Ctcb
  2570. >53    byte        1        -Cdnc
  2571. >53    byte        2        -Cdsw
  2572. >53    byte        3        -Cdpw
  2573. >53    byte        4        -Cdcb
  2574. >54    byte        1        -Csnc
  2575. >54    byte        2        -Cssw
  2576. >54    byte        3        -Cspw
  2577. >54    byte        4        -Cscb
  2578. 4    string        pipe        CLIPPER instruction trace
  2579. 4    string        prof        CLIPPER instruction profile
  2580.  
  2581. #------------------------------------------------------------------------------
  2582. # spec:  file(1) magic for SPEC raw results (*.raw, *.rsf)
  2583. #
  2584. # Cloyce D. Spradling <cloyce@headgear.org>
  2585.  
  2586. 0    string    spec            SPEC
  2587. >4    string    .cpu            CPU
  2588. >>8    string    <:            \b%.4s
  2589. >>12    string    .            raw result text
  2590.  
  2591. 17    string    version=SPECjbb        SPECjbb
  2592. >32    string    <:            \b%.4s
  2593. >>37    string    <:            v%.4s raw result text
  2594.  
  2595. 0    string    BEGIN\040SPECWEB    SPECweb
  2596. >13    string    <:            \b%.2s
  2597. >>15    string    _SSL            \b_SSL
  2598. >>>20    string    <:            v%.4s raw result text
  2599. >>16    string    <:            v%.4s raw result text
  2600.  
  2601. #------------------------------------------------------------------------------
  2602. # commands:  file(1) magic for various shells and interpreters
  2603. #
  2604. 0    string        :            shell archive or script for antique kernel text
  2605. 0    string/b    #!\ /bin/sh        Bourne shell script text executable
  2606. 0    string/b    #!\ /bin/csh        C shell script text executable
  2607. # korn shell magic, sent by George Wu, gwu@clyde.att.com
  2608. 0    string/b    #!\ /bin/ksh        Korn shell script text executable
  2609. 0    string/b     #!\ /bin/tcsh        Tenex C shell script text executable
  2610. 0    string/b     #!\ /usr/local/tcsh    Tenex C shell script text executable
  2611. 0    string/b    #!\ /usr/local/bin/tcsh    Tenex C shell script text executable
  2612.  
  2613. #
  2614. # zsh/ash/ae/nawk/gawk magic from cameron@cs.unsw.oz.au (Cameron Simpson)
  2615. 0    string/b    #!\ /bin/zsh        Paul Falstad's zsh script text executable
  2616. 0    string/b    #!\ /usr/bin/zsh    Paul Falstad's zsh script text executable
  2617. 0    string/b    #!\ /usr/local/bin/zsh    Paul Falstad's zsh script text executable
  2618. 0    string/b    #!\ /usr/local/bin/ash    Neil Brown's ash script text executable
  2619. 0    string/b    #!\ /usr/local/bin/ae    Neil Brown's ae script text executable
  2620. 0    string/b    #!\ /bin/nawk        new awk script text executable
  2621. 0    string/b    #!\ /usr/bin/nawk    new awk script text executable
  2622. 0    string/b    #!\ /usr/local/bin/nawk    new awk script text executable
  2623. 0    string/b    #!\ /bin/gawk        GNU awk script text executable
  2624. 0    string/b    #!\ /usr/bin/gawk    GNU awk script text executable
  2625. 0    string/b    #!\ /usr/local/bin/gawk    GNU awk script text executable
  2626. #
  2627. 0    string/b    #!\ /bin/awk        awk script text executable
  2628. 0    string/b    #!\ /usr/bin/awk    awk script text executable
  2629. 0    string        BEGIN            awk script text
  2630.  
  2631. # AT&T Bell Labs' Plan 9 shell
  2632. 0    string/b    #!\ /bin/rc    Plan 9 rc shell script text executable
  2633.  
  2634. # bash shell magic, from Peter Tobias (tobias@server.et-inf.fho-emden.de)
  2635. 0    string/b    #!\ /bin/bash    Bourne-Again shell script text executable
  2636. 0    string/b    #!\ /usr/local/bin/bash    Bourne-Again shell script text executable
  2637.  
  2638. # using env
  2639. 0    string        #!/usr/bin/env        a
  2640. >15    string        >\0            %s script text executable
  2641. 0    string        #!\ /usr/bin/env    a
  2642. >16    string        >\0            %s script text executable
  2643.  
  2644. # PHP scripts
  2645. # Ulf Harnhammar <ulfh@update.uu.se>
  2646. 0    string/c    =<?php            PHP script text
  2647. 0    string        =<?\n            PHP script text
  2648. 0    string        =<?\r            PHP script text
  2649. 0    string/b    #!\ /usr/local/bin/php    PHP script text executable
  2650. 0    string/b    #!\ /usr/bin/php    PHP script text executable
  2651.  
  2652. 0    string        Zend\x00        PHP script Zend Optimizer data
  2653.  
  2654. #----------------------------------------------------------------------------
  2655. # communication
  2656.  
  2657. # TTCN is the Tree and Tabular Combined Notation described in ISO 9646-3.
  2658. # It is used for conformance testing of communication protocols.
  2659. # Added by W. Borgert <debacle@debian.org>.
  2660. 0    string        $Suite            TTCN Abstract Test Suite
  2661. >&1    string        $SuiteId
  2662. >>&1    string        >\n            %s
  2663. >&2    string        $SuiteId
  2664. >>&1    string        >\n            %s
  2665. >&3    string        $SuiteId
  2666. >>&1    string        >\n            %s
  2667.  
  2668. # MSC (message sequence charts) are a formal description technique,
  2669. # described in ITU-T Z.120, mainly used for communication protocols.
  2670. # Added by W. Borgert <debacle@debian.org>.
  2671. 0    string        mscdocument    Message Sequence Chart (document)
  2672. 0    string        msc        Message Sequence Chart (chart)
  2673. 0    string        submsc        Message Sequence Chart (subchart)
  2674.  
  2675. #------------------------------------------------------------------------------
  2676. # compress:  file(1) magic for pure-compression formats (no archives)
  2677. #
  2678. # compress, gzip, pack, compact, huf, squeeze, crunch, freeze, yabba, etc.
  2679. #
  2680. # Formats for various forms of compressed data
  2681. # Formats for "compress" proper have been moved into "compress.c",
  2682. # because it tries to uncompress it to figure out what's inside.
  2683.  
  2684. # standard unix compress
  2685. 0    string        \037\235    compress'd data
  2686. >2    byte&0x80    >0        block compressed
  2687. >2    byte&0x1f    x        %d bits
  2688.  
  2689. # gzip (GNU zip, not to be confused with Info-ZIP or PKWARE zip archiver)
  2690. #   Edited by Chris Chittleborough <cchittleborough@yahoo.com.au>, March 2002
  2691. #    * Original filename is only at offset 10 if "extra field" absent
  2692. #    * Produce shorter output - notably, only report compression methods
  2693. #      other than 8 ("deflate", the only method defined in RFC 1952).
  2694. 0       string          \037\213        gzip compressed data
  2695. >2    byte        <8        \b, reserved method
  2696. >2    byte        >8        \b, unknown method
  2697. >3    byte        &0x01        \b, ASCII
  2698. >3    byte        &0x02        \b, continuation
  2699. >3    byte        &0x04        \b, extra field
  2700. >3    byte&0xC    =0x08
  2701. >>10    string        x        \b, was "%s"
  2702. >9    byte        =0x00        \b, from MS-DOS
  2703. >9    byte        =0x01        \b, from Amiga
  2704. >9    byte        =0x02        \b, from VMS
  2705. >9    byte        =0x03        \b, from Unix
  2706. >9    byte        =0x05        \b, from Atari
  2707. >9    byte        =0x06        \b, from OS/2
  2708. >9    byte        =0x07        \b, from MacOS
  2709. >9    byte        =0x0A        \b, from Tops/20
  2710. >9    byte        =0x0B        \b, from Win/32
  2711. >3    byte        &0x10        \b, comment
  2712. >3    byte        &0x20        \b, encrypted
  2713. ### >4    ledate        x        last modified: %s,
  2714. >8    byte        2        \b, max compression
  2715. >8    byte        4        \b, max speed
  2716.  
  2717. # packed data, Huffman (minimum redundancy) codes on a byte-by-byte basis
  2718. 0    string        \037\036    packed data
  2719. >2    belong        >1        \b, %d characters originally
  2720. >2    belong        =1        \b, %d character originally
  2721. #
  2722. # This magic number is byte-order-independent.
  2723. 0    short        0x1f1f        old packed data
  2724.  
  2725. # XXX - why *two* entries for "compacted data", one of which is
  2726. # byte-order independent, and one of which is byte-order dependent?
  2727. #
  2728. 0    short        0x1fff        compacted data
  2729. # This string is valid for SunOS (BE) and a matching "short" is listed
  2730. # in the Ultrix (LE) magic file.
  2731. 0    string        \377\037    compacted data
  2732. 0    short        0145405        huf output
  2733.  
  2734. # bzip2
  2735. 0    string        BZh        bzip2 compressed data
  2736. >3    byte        >47        \b, block size = %c00k
  2737.  
  2738. # squeeze and crunch
  2739. # Michael Haardt <michael@cantor.informatik.rwth-aachen.de>
  2740. 0    beshort        0x76FF        squeezed data,
  2741. >4    string        x        original name %s
  2742. 0    beshort        0x76FE        crunched data,
  2743. >2    string        x        original name %s
  2744. 0    beshort        0x76FD        LZH compressed data,
  2745. >2    string        x        original name %s
  2746.  
  2747. # Freeze
  2748. 0    string        \037\237    frozen file 2.1
  2749. 0    string        \037\236    frozen file 1.0 (or gzip 0.5)
  2750.  
  2751. # SCO compress -H (LZH)
  2752. 0    string        \037\240    SCO compress -H (LZH) data
  2753.  
  2754. # European GSM 06.10 is a provisional standard for full-rate speech
  2755. # transcoding, prI-ETS 300 036, which uses RPE/LTP (residual pulse
  2756. # excitation/long term prediction) coding at 13 kbit/s.
  2757. #
  2758. # There's only a magic nibble (4 bits); that nibble repeats every 33
  2759. # bytes.  This isn't suited for use, but maybe we can use it someday.
  2760. #
  2761. # This will cause very short GSM files to be declared as data and
  2762. # mismatches to be declared as data too!
  2763. #0    byte&0xF0    0xd0        data
  2764. #>33    byte&0xF0    0xd0
  2765. #>66    byte&0xF0    0xd0
  2766. #>99    byte&0xF0    0xd0
  2767. #>132    byte&0xF0    0xd0        GSM 06.10 compressed audio
  2768.  
  2769. # bzip    a block-sorting file compressor
  2770. #    by Julian Seward <sewardj@cs.man.ac.uk> and others
  2771. #
  2772. 0    string        BZ        bzip compressed data
  2773. >2    byte        x        \b, version: %c
  2774. >3    string        =1        \b, compression block size 100k
  2775. >3    string        =2        \b, compression block size 200k
  2776. >3    string        =3        \b, compression block size 300k
  2777. >3    string        =4        \b, compression block size 400k
  2778. >3    string        =5        \b, compression block size 500k
  2779. >3    string        =6        \b, compression block size 600k
  2780. >3    string        =7        \b, compression block size 700k
  2781. >3    string        =8        \b, compression block size 800k
  2782. >3    string        =9        \b, compression block size 900k
  2783.  
  2784. # lzop from <markus.oberhumer@jk.uni-linz.ac.at>
  2785. 0    string        \x89\x4c\x5a\x4f\x00\x0d\x0a\x1a\x0a    lzop compressed data
  2786. >9    beshort        <0x0940
  2787. >>9    byte&0xf0    =0x00        - version 0.
  2788. >>9    beshort&0x0fff    x        \b%03x,
  2789. >>13    byte        1        LZO1X-1,
  2790. >>13    byte        2        LZO1X-1(15),
  2791. >>13    byte        3        LZO1X-999,
  2792. ## >>22    bedate        >0        last modified: %s,
  2793. >>14    byte        =0x00        os: MS-DOS
  2794. >>14    byte        =0x01        os: Amiga
  2795. >>14    byte        =0x02        os: VMS
  2796. >>14    byte        =0x03        os: Unix
  2797. >>14    byte        =0x05        os: Atari
  2798. >>14    byte        =0x06        os: OS/2
  2799. >>14    byte        =0x07        os: MacOS
  2800. >>14    byte        =0x0A        os: Tops/20
  2801. >>14    byte        =0x0B        os: WinNT
  2802. >>14    byte        =0x0E        os: Win32
  2803. >9    beshort        >0x0939
  2804. >>9    byte&0xf0    =0x00        - version 0.
  2805. >>9    byte&0xf0    =0x10        - version 1.
  2806. >>9    byte&0xf0    =0x20        - version 2.
  2807. >>9    beshort&0x0fff    x        \b%03x,
  2808. >>15    byte        1        LZO1X-1,
  2809. >>15    byte        2        LZO1X-1(15),
  2810. >>15    byte        3        LZO1X-999,
  2811. ## >>25    bedate        >0        last modified: %s,
  2812. >>17    byte        =0x00        os: MS-DOS
  2813. >>17    byte        =0x01        os: Amiga
  2814. >>17    byte        =0x02        os: VMS
  2815. >>17    byte        =0x03        os: Unix
  2816. >>17    byte        =0x05        os: Atari
  2817. >>17    byte        =0x06        os: OS/2
  2818. >>17    byte        =0x07        os: MacOS
  2819. >>17    byte        =0x0A        os: Tops/20
  2820. >>17    byte        =0x0B        os: WinNT
  2821. >>17    byte        =0x0E        os: Win32
  2822.  
  2823. # 4.3BSD-Quasijarus Strong Compression
  2824. # http://minnie.tuhs.org/Quasijarus/compress.html
  2825. 0    string        \037\241    Quasijarus strong compressed data
  2826.  
  2827. # From: Cory Dikkers <cdikkers@swbell.net>
  2828. 0    string        XPKF        Amiga xpkf.library compressed data
  2829. 0    string        PP11        Power Packer 1.1 compressed data
  2830. 0    string        PP20        Power Packer 2.0 compressed data,
  2831. >4    belong        0x09090909    fast compression
  2832. >4    belong        0x090A0A0A    mediocre compression
  2833. >4    belong        0x090A0B0B    good compression
  2834. >4    belong        0x090A0C0C    very good compression
  2835. >4    belong        0x090A0C0D    best compression
  2836.  
  2837. # 7-zip archiver, from Thomas Klausner (wiz@danbala.tuwien.ac.at)
  2838. # http://www.7-zip.org or DOC/7zFormat.txt 
  2839. #
  2840. 0    string        7z\274\257\047\034    7-zip archive data,
  2841. >6    byte        x            version %d
  2842. >7    byte        x            \b.%d
  2843.  
  2844. # AFX compressed files (Wolfram Kleff)
  2845. 2    string        -afx-        AFX compressed file data
  2846. #------------------------------------------------------------------------------
  2847. # Console game magic
  2848. # Toby Deshane <hac@shoelace.digivill.net>
  2849. #    ines:  file(1) magic for Marat's iNES Nintendo Entertainment System
  2850. #           ROM dump format
  2851.  
  2852. 0 string NES\032 iNES ROM dump,
  2853. >4 byte  x     %dx16k PRG
  2854. >5 byte  x     \b, %dx8k CHR
  2855. >6 byte&0x01  =0x1  \b, [Vert.]
  2856. >6 byte&0x01  =0x0  \b, [Horiz.]
  2857. >6 byte&0x02  =0x2  \b, [SRAM]
  2858. >6 byte&0x04  =0x4  \b, [Trainer]
  2859. >6 byte&0x04  =0x8  \b, [4-Scr]
  2860.  
  2861. #------------------------------------------------------------------------------
  2862. # gameboy:  file(1) magic for the Nintendo (Color) Gameboy raw ROM format
  2863. #
  2864. 0x104 belong 0xCEED6666 Gameboy ROM:
  2865. >0x134 string >\0 "%.16s"
  2866. >0x146 byte 0x03  \b,[SGB]
  2867. >0x147 byte 0x00  \b, [ROM ONLY]
  2868. >0x147 byte 0x01  \b, [ROM+MBC1]
  2869. >0x147 byte 0x02  \b, [ROM+MBC1+RAM]
  2870. >0x147 byte 0x03  \b, [ROM+MBC1+RAM+BATT]
  2871. >0x147 byte 0x05  \b, [ROM+MBC2]
  2872. >0x147 byte 0x06  \b, [ROM+MBC2+BATTERY]
  2873. >0x147 byte 0x08  \b, [ROM+RAM]
  2874. >0x147 byte 0x09  \b, [ROM+RAM+BATTERY]
  2875. >0x147 byte 0x0B  \b, [ROM+MMM01]
  2876. >0x147 byte 0x0C  \b, [ROM+MMM01+SRAM]
  2877. >0x147 byte 0x0D  \b, [ROM+MMM01+SRAM+BATT]
  2878. >0x147 byte 0x0F  \b, [ROM+MBC3+TIMER+BATT]
  2879. >0x147 byte 0x10  \b, [ROM+MBC3+TIMER+RAM+BATT]
  2880. >0x147 byte 0x11  \b, [ROM+MBC3]
  2881. >0x147 byte 0x12  \b, [ROM+MBC3+RAM]
  2882. >0x147 byte 0x13  \b, [ROM+MBC3+RAM+BATT]
  2883. >0x147 byte 0x19  \b, [ROM+MBC5]
  2884. >0x147 byte 0x1A  \b, [ROM+MBC5+RAM]
  2885. >0x147 byte 0x1B  \b, [ROM+MBC5+RAM+BATT]
  2886. >0x147 byte 0x1C  \b, [ROM+MBC5+RUMBLE]
  2887. >0x147 byte 0x1D  \b, [ROM+MBC5+RUMBLE+SRAM]
  2888. >0x147 byte 0x1E  \b, [ROM+MBC5+RUMBLE+SRAM+BATT]
  2889. >0x147 byte 0x1F  \b, [Pocket Camera]
  2890. >0x147 byte 0xFD  \b, [Bandai TAMA5]
  2891. >0x147 byte 0xFE  \b, [Hudson HuC-3]
  2892. >0x147 byte 0xFF  \b, [Hudson HuC-1]
  2893.  
  2894. >0x148 byte 0     \b, ROM: 256Kbit
  2895. >0x148 byte 1     \b, ROM: 512Kbit
  2896. >0x148 byte 2     \b, ROM: 1Mbit
  2897. >0x148 byte 3     \b, ROM: 2Mbit
  2898. >0x148 byte 4     \b, ROM: 4Mbit
  2899. >0x148 byte 5     \b, ROM: 8Mbit
  2900. >0x148 byte 6     \b, ROM: 16Mbit
  2901. >0x148 byte 0x52  \b, ROM: 9Mbit
  2902. >0x148 byte 0x53  \b, ROM: 10Mbit
  2903. >0x148 byte 0x54  \b, ROM: 12Mbit
  2904.  
  2905. >0x149 byte 1     \b, RAM: 16Kbit
  2906. >0x149 byte 2     \b, RAM: 64Kbit
  2907. >0x149 byte 3     \b, RAM: 128Kbit
  2908. >0x149 byte 4     \b, RAM: 1Mbit
  2909.  
  2910. #>0x14e long  x     \b, CRC: %x
  2911.  
  2912. #------------------------------------------------------------------------------
  2913. # genesis:  file(1) magic for the Sega MegaDrive/Genesis raw ROM format
  2914. #
  2915. 0x100 string SEGA  Sega MegaDrive/Genesis raw ROM dump
  2916. >0x120 string >\0 Name: "%.16s"
  2917. >0x110 string >\0 %.16s
  2918. >0x1B0 string RA with SRAM
  2919.  
  2920. #------------------------------------------------------------------------------
  2921. # genesis:  file(1) magic for the Super MegaDrive ROM dump format
  2922. #
  2923. 0x280 string EAGN  Super MagicDrive ROM dump
  2924. >0 byte x %dx16k blocks
  2925. >2 byte 0 \b, last in series or standalone
  2926. >2 byte >0 \b, split ROM
  2927. >8 byte 0xAA
  2928. >9 byte 0xBB
  2929.  
  2930. #------------------------------------------------------------------------------
  2931. # genesis:  file(1) alternate magic for the Super MegaDrive ROM dump format
  2932. #
  2933. 0x280 string EAMG  Super MagicDrive ROM dump
  2934. >0 byte x %dx16k blocks
  2935. >2 byte x \b, last in series or standalone
  2936. >8 byte 0xAA
  2937. >9 byte 0xBB
  2938.  
  2939. #------------------------------------------------------------------------------
  2940. # smsgg:  file(1) magic for Sega Master System and Game Gear ROM dumps
  2941. #
  2942. # Does not detect all images.  Very preliminary guesswork.  Need more data
  2943. # on format.
  2944. #
  2945. # FIXME: need a little more info...;P
  2946. #
  2947. #0 byte 0xF3
  2948. #>1 byte 0xED  Sega Master System/Game Gear ROM dump
  2949. #>1 byte 0x31  Sega Master System/Game Gear ROM dump
  2950. #>1 byte 0xDB  Sega Master System/Game Gear ROM dump
  2951. #>1 byte 0xAF  Sega Master System/Game Gear ROM dump
  2952. #>1 byte 0xC3  Sega Master System/Game Gear ROM dump
  2953.  
  2954. #------------------------------------------------------------------------------
  2955. # dreamcast:  file(1) uncertain magic for the Sega Dreamcast VMU image format
  2956. #
  2957. 0 belong 0x21068028   Sega Dreamcast VMU game image
  2958. 0 string LCDi         Dream Animator file
  2959.  
  2960. #------------------------------------------------------------------------------
  2961. # v64: file(1) uncertain magic for the V64 format N64 ROM dumps
  2962. #
  2963. 0 belong 0x37804012    V64 Nintendo 64 ROM dump
  2964.  
  2965. #------------------------------------------------------------------------------
  2966. # msx: file(1) magic for MSX game cartridge dumps
  2967. # Too simple - MPi
  2968. #0 beshort 0x4142 MSX game cartridge dump 
  2969.  
  2970. #------------------------------------------------------------------------------
  2971. # Sony Playstation executables (Adam Sjoegren <asjo@diku.dk>) :
  2972. 0    string    PS-X\ EXE    Sony Playstation executable
  2973. #  Area:
  2974. >113    string    x        (%s)
  2975.  
  2976. #------------------------------------------------------------------------------
  2977. # Microsoft Xbox executables .xbe (Esa Hyyti├ñ <ehyytia@cc.hut.fi>)
  2978. 0       string          XBEH            XBE, Microsoft Xbox executable
  2979. # probabilistic checks whether signed or not
  2980. >0x0004 ulelong =0x0
  2981. >>&2    ulelong =0x0
  2982. >>>&2   ulelong =0x0  \b, not signed
  2983. >0x0004 ulelong >0
  2984. >>&2    ulelong >0
  2985. >>>&2   ulelong >0    \b, signed
  2986. # expect base address of 0x10000
  2987. >0x0104               ulelong =0x10000
  2988. >>(0x0118-0x0FF60)    ulelong&0x80000007  0x80000007 \b, all regions
  2989. >>(0x0118-0x0FF60)    ulelong&0x80000007  !0x80000007
  2990. >>>(0x0118-0x0FF60)   ulelong >0           (regions:
  2991. >>>>(0x0118-0x0FF60)  ulelong &0x00000001  NA
  2992. >>>>(0x0118-0x0FF60)  ulelong &0x00000002  Japan
  2993. >>>>(0x0118-0x0FF60)  ulelong &0x00000004  Rest_of_World
  2994. >>>>(0x0118-0x0FF60)  ulelong &0x80000000  Manufacturer
  2995. >>>(0x0118-0x0FF60)   ulelong >0           \b)
  2996.  
  2997. # --------------------------------
  2998. # Microsoft Xbox data file formats
  2999. 0       string          XIP0            XIP, Microsoft Xbox data
  3000. 0       string          XTF0            XTF, Microsoft Xbox data
  3001.  
  3002. # Atari Lynx cartridge dump (EXE/BLL header)
  3003. # From: "Stefan A. Haubenthal" <polluks@web.de>
  3004.  
  3005. 0    beshort        0x8008        Lynx cartridge,
  3006. >2    beshort        x        RAM start $%04x
  3007. >6    string        BS93
  3008.  
  3009.  
  3010.  
  3011.  
  3012. #------------------------------------------------------------------------------
  3013. # convex:  file(1) magic for Convex boxes
  3014. #
  3015. # Convexes are big-endian.
  3016. #
  3017. # /*\
  3018. #  * Below are the magic numbers and tests added for Convex.
  3019. #  * Added at beginning, because they are expected to be used most.
  3020. # \*/
  3021. 0    belong    0507    Convex old-style object
  3022. >16    belong    >0    not stripped
  3023. 0    belong    0513    Convex old-style demand paged executable
  3024. >16    belong    >0    not stripped
  3025. 0    belong    0515    Convex old-style pre-paged executable
  3026. >16    belong    >0    not stripped
  3027. 0    belong    0517    Convex old-style pre-paged, non-swapped executable
  3028. >16    belong    >0    not stripped
  3029. 0    belong    0x011257    Core file
  3030. #
  3031. # The following are a series of dump format magic numbers.  Each one
  3032. # corresponds to a drastically different dump format.  The first on is
  3033. # the original dump format on a 4.1 BSD or earlier file system.  The
  3034. # second marks the change between the 4.1 file system and the 4.2 file
  3035. # system.  The Third marks the changing of the block size from 1K
  3036. # to 2K to be compatible with an IDC file system.  The fourth indicates
  3037. # a dump that is dependent on Convex Storage Manager, because data in
  3038. # secondary storage is not physically contained within the dump.
  3039. # The restore program uses these number to determine how the data is
  3040. # to be extracted.
  3041. #
  3042. 24    belong    =60011    dump format, 4.1 BSD or earlier
  3043. 24    belong    =60012    dump format, 4.2 or 4.3 BSD without IDC
  3044. 24    belong    =60013    dump format, 4.2 or 4.3 BSD (IDC compatible)
  3045. 24    belong    =60014    dump format, Convex Storage Manager by-reference dump
  3046. #
  3047. # what follows is a bunch of bit-mask checks on the flags field of the opthdr.
  3048. # If there is no `=' sign, assume just checking for whether the bit is set?
  3049. #
  3050. 0    belong    0601        Convex SOFF
  3051. >88    belong&0x000f0000    =0x00000000    c1
  3052. >88    belong            &0x00010000    c2
  3053. >88    belong            &0x00020000    c2mp
  3054. >88    belong            &0x00040000    parallel
  3055. >88    belong            &0x00080000    intrinsic
  3056. >88    belong            &0x00000001    demand paged
  3057. >88    belong            &0x00000002    pre-paged
  3058. >88    belong            &0x00000004    non-swapped
  3059. >88    belong            &0x00000008    POSIX
  3060. #
  3061. >84    belong            &0x80000000    executable
  3062. >84    belong            &0x40000000    object
  3063. >84    belong&0x20000000    =0        not stripped
  3064. >84    belong&0x18000000    =0x00000000    native fpmode
  3065. >84    belong&0x18000000    =0x10000000    ieee fpmode
  3066. >84    belong&0x18000000    =0x18000000    undefined fpmode
  3067. #
  3068. 0    belong            0605        Convex SOFF core
  3069. #
  3070. 0    belong            0607        Convex SOFF checkpoint
  3071. >88    belong&0x000f0000    =0x00000000    c1
  3072. >88    belong            &0x00010000    c2
  3073. >88    belong            &0x00020000    c2mp
  3074. >88    belong            &0x00040000    parallel
  3075. >88    belong            &0x00080000    intrinsic
  3076. >88    belong            &0x00000008    POSIX
  3077. #
  3078. >84    belong&0x18000000    =0x00000000    native fpmode
  3079. >84    belong&0x18000000    =0x10000000    ieee fpmode
  3080. >84    belong&0x18000000    =0x18000000    undefined fpmode
  3081.  
  3082. # ----------------------------------------------------------------------------
  3083. # ctags:  file (1) magic for Exuberant Ctags files
  3084. # From: Alexander Mai <mai@migdal.ikp.physik.tu-darmstadt.de>
  3085. 0       string  =!_TAG   Exuberant Ctags tag file text
  3086.  
  3087. #------------------------------------------------------------------------------
  3088. # dact:  file(1) magic for DACT compressed files
  3089. #
  3090. 0    long        0x444354C3    DACT compressed data
  3091. >4    byte        >-1        (version %i.
  3092. >5    byte        >-1        $BS%i.
  3093. >6    byte        >-1        $BS%i)
  3094. >7    long        >0        $BS, original size: %i bytes
  3095. >15    long        >30        $BS, block size: %i bytes
  3096.  
  3097. #------------------------------------------------------------------------------
  3098. # database:  file(1) magic for various databases
  3099. #
  3100. # extracted from header/code files by Graeme Wilford (eep2gw@ee.surrey.ac.uk)
  3101. #
  3102. #
  3103. # GDBM magic numbers
  3104. #  Will be maintained as part of the GDBM distribution in the future.
  3105. #  <downsj@teeny.org>
  3106. 0    belong    0x13579ace    GNU dbm 1.x or ndbm database, big endian
  3107. 0    lelong    0x13579ace    GNU dbm 1.x or ndbm database, little endian
  3108. 0    string    GDBM        GNU dbm 2.x database
  3109. #
  3110. # Berkeley DB
  3111. #
  3112. # Ian Darwin's file /etc/magic files: big/little-endian version.
  3113. #
  3114. # Hash 1.85/1.86 databases store metadata in network byte order.
  3115. # Btree 1.85/1.86 databases store the metadata in host byte order.
  3116. # Hash and Btree 2.X and later databases store the metadata in host byte order.
  3117.  
  3118. 0    long    0x00061561    Berkeley DB
  3119. >8    belong    4321
  3120. >>4    belong    >2        1.86
  3121. >>4    belong    <3        1.85
  3122. >>4    belong    >0        (Hash, version %d, native byte-order)
  3123. >8    belong    1234
  3124. >>4    belong    >2        1.86
  3125. >>4    belong    <3        1.85
  3126. >>4    belong    >0        (Hash, version %d, little-endian)
  3127.  
  3128. 0    belong    0x00061561    Berkeley DB
  3129. >8    belong    4321
  3130. >>4    belong    >2        1.86
  3131. >>4    belong    <3        1.85
  3132. >>4    belong    >0        (Hash, version %d, big-endian)
  3133. >8    belong    1234
  3134. >>4    belong    >2        1.86
  3135. >>4    belong    <3        1.85
  3136. >>4    belong    >0        (Hash, version %d, native byte-order)
  3137.  
  3138. 0    long    0x00053162    Berkeley DB 1.85/1.86
  3139. >4    long    >0        (Btree, version %d, native byte-order)
  3140. 0    belong    0x00053162    Berkeley DB 1.85/1.86
  3141. >4    belong    >0        (Btree, version %d, big-endian)
  3142. 0    lelong    0x00053162    Berkeley DB 1.85/1.86
  3143. >4    lelong    >0        (Btree, version %d, little-endian)
  3144.  
  3145. 12    long    0x00061561    Berkeley DB
  3146. >16    long    >0        (Hash, version %d, native byte-order)
  3147. 12    belong    0x00061561    Berkeley DB
  3148. >16    belong    >0        (Hash, version %d, big-endian)
  3149. 12    lelong    0x00061561    Berkeley DB
  3150. >16    lelong    >0        (Hash, version %d, little-endian)
  3151.  
  3152. 12    long    0x00053162    Berkeley DB
  3153. >16    long    >0        (Btree, version %d, native byte-order)
  3154. 12    belong    0x00053162    Berkeley DB
  3155. >16    belong    >0        (Btree, version %d, big-endian)
  3156. 12    lelong    0x00053162    Berkeley DB
  3157. >16    lelong    >0        (Btree, version %d, little-endian)
  3158.  
  3159. 12    long    0x00042253    Berkeley DB
  3160. >16    long    >0        (Queue, version %d, native byte-order)
  3161. 12    belong    0x00042253    Berkeley DB
  3162. >16    belong    >0        (Queue, version %d, big-endian)
  3163. 12    lelong    0x00042253    Berkeley DB
  3164. >16    lelong    >0        (Queue, version %d, little-endian)
  3165.  
  3166. # From Max Bowsher.
  3167. 12    long    0x00040988    Berkeley DB
  3168. >16    long    >0        (Log, version %d, native byte-order)
  3169. 12    belong    0x00040988    Berkeley DB 
  3170. >16    belong    >0        (Log, version %d, big-endian)
  3171. 12    lelong    0x00040988    Berkeley DB
  3172. >16    lelong    >0        (Log, version %d, little-endian)
  3173.  
  3174. #
  3175. #
  3176. # Round Robin Database Tool by Tobias Oetiker <oetiker@ee.ethz.ch>
  3177. 0    string    RRD        RRDTool DB
  3178. >4    string    x        version %s
  3179. #----------------------------------------------------------------------
  3180. # ROOT: file(1) magic for ROOT databases
  3181. #
  3182. 0       string  root\0  ROOT file
  3183. >4      belong  x       Version %d
  3184. >33     belong  x       (Compression: %d)
  3185.  
  3186. # XXX: Weak magic.
  3187. # Alex Ott <ott@jet.msk.su>
  3188. ## Paradox file formats
  3189. #2      leshort    0x0800    Paradox 
  3190. #>0x39      byte        3    v. 3.0 
  3191. #>0x39      byte        4    v. 3.5 
  3192. #>0x39      byte        9    v. 4.x 
  3193. #>0x39      byte        10    v. 5.x 
  3194. #>0x39      byte        11    v. 5.x 
  3195. #>0x39      byte        12    v. 7.x 
  3196. #>>0x04      byte        0    indexed .DB data file 
  3197. #>>0x04      byte        1    primary index .PX file 
  3198. #>>0x04      byte        2    non-indexed .DB data file 
  3199. #>>0x04      byte        3    non-incrementing secondary index .Xnn file 
  3200. #>>0x04      byte        4    secondary index .Ynn file 
  3201. #>>0x04      byte        5    incrementing secondary index .Xnn file 
  3202. #>>0x04      byte        6    non-incrementing secondary index .XGn file 
  3203. #>>0x04      byte        7    secondary index .YGn file 
  3204. #>>>0x04      byte        8    incrementing secondary index .XGn file 
  3205. ## XBase database files
  3206. #0      byte       0x02    
  3207. #>8     leshort      >0
  3208. #>>12   leshort    0    FoxBase 
  3209. #>>>0x04    lelong        0        (no records)
  3210. #>>>0x04    lelong        >0        (%ld records)
  3211. #
  3212. #0      byte       0x03    
  3213. #>8     leshort      >0
  3214. #>>12   leshort    0    FoxBase+, FoxPro, dBaseIII+, dBaseIV, no memo 
  3215. #>>>0x04    lelong        0        (no records)
  3216. #>>>0x04    lelong        >0        (%ld records)
  3217. #
  3218. #0      byte       0x04    
  3219. #>8     leshort      >0
  3220. #>>12   leshort    0    dBASE IV no memo file 
  3221. #>>>0x04    lelong        0        (no records)
  3222. #>>>0x04    lelong        >0        (%ld records)
  3223. #
  3224. #0      byte       0x05    
  3225. #>8     leshort      >0
  3226. #>>12   leshort    0    dBASE V no memo file 
  3227. #>>>0x04    lelong        0        (no records)
  3228. #>>>0x04    lelong        >0        (%ld records)
  3229. #
  3230. #0      byte       0x30
  3231. #>8     leshort      >0
  3232. #>>12   leshort    0    Visual FoxPro 
  3233. #>>>0x04    lelong        0        (no records)
  3234. #>>>0x04    lelong        >0        (%ld records)
  3235. #
  3236. #0      byte       0x43
  3237. #>8     leshort      >0
  3238. #>>12   leshort    0    FlagShip with memo var size 
  3239. #>>>0x04    lelong        0        (no records)
  3240. #>>>0x04    lelong        >0        (%ld records)
  3241. #
  3242. #0      byte       0x7b
  3243. #>8     leshort      >0
  3244. #>>12   leshort    0    dBASEIV with memo 
  3245. #>>>0x04    lelong        0        (no records)
  3246. #>>>0x04    lelong        >0        (%ld records)
  3247. #
  3248. #0      byte       0x83    
  3249. #>8     leshort      >0
  3250. #>>12   leshort    0    FoxBase+, dBaseIII+ with memo 
  3251. #>>>0x04    lelong        0        (no records)
  3252. #>>>0x04    lelong        >0        (%ld records)
  3253. #
  3254. #0      byte       0x8b
  3255. #>8     leshort      >0
  3256. #>>12   leshort    0    dBaseIV with memo 
  3257. #>>>0x04    lelong        0        (no records)
  3258. #>>>0x04    lelong        >0        (%ld records)
  3259. #
  3260. #0      byte       0x8e    
  3261. #>8     leshort      >0
  3262. #>>12   leshort    0    dBaseIV with SQL Table 
  3263. #>>>0x04    lelong        0        (no records)
  3264. #>>>0x04    lelong        >0        (%ld records)
  3265. #
  3266. #0      byte       0xb3
  3267. #>8     leshort      >0
  3268. #>>12   leshort    0    FlagShip with .dbt memo 
  3269. #>>>0x04    lelong        0        (no records)
  3270. #>>>0x04    lelong        >0        (%ld records)
  3271. #
  3272. #0      byte       0xf5
  3273. #>8     leshort      >0
  3274. #>>12   leshort    0    FoxPro with memo 
  3275. #>>>0x04    lelong        0        (no records)
  3276. #>>>0x04    lelong        >0        (%ld records)
  3277. #
  3278. #0    leshort        0x0006        DBase 3 index file
  3279.  
  3280. # MS Access database
  3281. 4      string    Standard\ Jet\ DB    Microsoft Access Database
  3282.  
  3283. # TDB database from Samba et al - Martin Pool <mbp@samba.org>
  3284. 0    string    TDB\ file        TDB database
  3285. >32    lelong    0x2601196D        version 6, little-endian
  3286. >>36    lelong    x            hash size %d bytes
  3287.  
  3288. # SE Linux policy database
  3289. 0       lelong  0xf97cff8c      SE Linux policy
  3290. >16     lelong  x               v%d
  3291. >20     lelong  1      MLS
  3292. >24     lelong  x       %d symbols
  3293. >28     lelong  x       %d ocons
  3294.  
  3295. # ICE authority file data (Wolfram Kleff)
  3296. 2    string        ICE        ICE authority data
  3297.  
  3298. # X11 Xauthority file (Wolfram Kleff)
  3299. 10    string        MIT-MAGIC-COOKIE-1    X11 Xauthority data
  3300. 11    string        MIT-MAGIC-COOKIE-1    X11 Xauthority data
  3301. 12    string        MIT-MAGIC-COOKIE-1    X11 Xauthority data
  3302. 13    string        MIT-MAGIC-COOKIE-1    X11 Xauthority data
  3303. 14    string        MIT-MAGIC-COOKIE-1    X11 Xauthority data
  3304. 15    string        MIT-MAGIC-COOKIE-1    X11 Xauthority data
  3305. 16    string        MIT-MAGIC-COOKIE-1    X11 Xauthority data
  3306. 17    string        MIT-MAGIC-COOKIE-1    X11 Xauthority data
  3307. 18    string        MIT-MAGIC-COOKIE-1    X11 Xauthority data
  3308.  
  3309. #------------------------------------------------------------------------------
  3310. # diamond:  file(1) magic for Diamond system
  3311. #
  3312. # ... diamond is a multi-media mail and electronic conferencing system....
  3313. #
  3314. # XXX - I think it was either renamed Slate, or replaced by Slate....
  3315. #
  3316. #    The full deal is too long...
  3317. #0    string    <list>\n<protocol\ bbn-multimedia-format>    Diamond Multimedia Document
  3318. 0    string    =<list>\n<protocol\ bbn-m    Diamond Multimedia Document
  3319.  
  3320. #------------------------------------------------------------------------------
  3321. # diff:  file(1) magic for diff(1) output
  3322. #
  3323. 0    string        diff\     'diff' output text
  3324. 0    string        ***\         'diff' output text
  3325. 0    string        Only\ in\     'diff' output text
  3326. 0    string        Common\ subdirectories:\     'diff' output text
  3327. #  Digital UNIX - Info
  3328. #
  3329. 0    string    =!<arch>\n________64E    Alpha archive
  3330. >22    string    X            -- out of date
  3331. #
  3332. # Alpha COFF Based Executables
  3333. # The stripped stuff really needs to be an 8 byte (64 bit) compare,
  3334. # but this works
  3335. 0    leshort        0x183        COFF format alpha
  3336. >22    leshort&020000    &010000        sharable library,
  3337. >22    leshort&020000    ^010000        dynamically linked,
  3338. >24    leshort        0410        pure
  3339. >24    leshort        0413        demand paged
  3340. >8    lelong        >0        executable or object module, not stripped
  3341. >8    lelong        0
  3342. >>12    lelong        0        executable or object module, stripped
  3343. >>12    lelong        >0        executable or object module, not stripped
  3344. >27     byte            >0              - version %d.
  3345. >26     byte            >0              %d-
  3346. >28     leshort         >0              %d
  3347. #
  3348. # The next is incomplete, we could tell more about this format,
  3349. # but its not worth it.
  3350. 0    leshort        0x188    Alpha compressed COFF
  3351. 0    leshort        0x18f    Alpha u-code object
  3352. #
  3353. #
  3354. # Some other interesting Digital formats,
  3355. 0    string    \377\377\177        ddis/ddif
  3356. 0    string    \377\377\174        ddis/dots archive
  3357. 0    string    \377\377\176        ddis/dtif table data
  3358. 0    string    \033c\033        LN03 output
  3359. 0    long    04553207        X image
  3360. #
  3361. 0    string    =!<PDF>!\n        profiling data file
  3362. #
  3363. # Locale data tables (MIPS and Alpha).
  3364. #
  3365. 0    short        0x0501        locale data table
  3366. >6    short        0x24        for MIPS
  3367. >6    short        0x40        for Alpha
  3368. # ATSC A/53 aka AC-3 aka Dolby Digital <ashitaka@gmx.at>
  3369. # from http://www.atsc.org/standards/a_52a.pdf
  3370. # corrections, additions, etc. are always welcome!
  3371. #
  3372. # syncword
  3373. 0       beshort         0x0b77  ATSC A/52 aka AC-3 aka Dolby Digital stream,
  3374. # fscod
  3375. >4      byte&0xc0       0x00    48 kHz,
  3376. >4      byte&0xc0       0x40    44.1 kHz,
  3377. >4      byte&0xc0       0x80    32 kHz,
  3378. # is this one used for 96 kHz?
  3379. >4      byte&0xc0       0xc0    reserved frequency,
  3380. #
  3381. >5    byte&7 = 0        \b, complete main (CM)
  3382. >5    byte&7 = 1        \b, music and effects (ME)
  3383. >5    byte&7 = 2        \b, visually impaired (VI)
  3384. >5    byte&7 = 3        \b, hearing impaired (HI)
  3385. >5    byte&7 = 4        \b, dialogue (D)
  3386. >5    byte&7 = 5        \b, commentary (C)
  3387. >5    byte&7 = 6        \b, emergency (E)
  3388. # acmod
  3389. >6      byte&0xe0       0x00    1+1 front,
  3390. >6      byte&0xe0       0x20    1 front/0 rear,
  3391. >6      byte&0xe0       0x40    2 front/0 rear,
  3392. >6      byte&0xe0       0x60    3 front/0 rear,
  3393. >6      byte&0xe0       0x80    2 front/1 rear,
  3394. >6      byte&0xe0       0xa0    3 front/1 rear,
  3395. >6      byte&0xe0       0xc0    2 front/2 rear,
  3396. >6      byte&0xe0       0xe0    3 front/2 rear,
  3397. # lfeon (these may be incorrect)
  3398. >7      byte&0x40       0x00    LFE off,
  3399. >7      byte&0x40       0x40    LFE on,
  3400. #
  3401. >4    byte&0x3e = 0x00    \b, 32 kbit/s
  3402. >4    byte&0x3e = 0x02        \b, 40 kbit/s
  3403. >4    byte&0x3e = 0x04        \b, 48 kbit/s
  3404. >4    byte&0x3e = 0x06        \b, 56 kbit/s
  3405. >4    byte&0x3e = 0x08        \b, 64 kbit/s
  3406. >4    byte&0x3e = 0x0a        \b, 80 kbit/s
  3407. >4    byte&0x3e = 0x0c        \b, 96 kbit/s
  3408. >4    byte&0x3e = 0x0e        \b, 112 kbit/s
  3409. >4    byte&0x3e = 0x10        \b, 128 kbit/s
  3410. >4    byte&0x3e = 0x12        \b, 160 kbit/s
  3411. >4    byte&0x3e = 0x14        \b, 192 kbit/s
  3412. >4    byte&0x3e = 0x16        \b, 224 kbit/s
  3413. >4    byte&0x3e = 0x18        \b, 256 kbit/s
  3414. >4    byte&0x3e = 0x1a        \b, 320 kbit/s
  3415. >4    byte&0x3e = 0x1c        \b, 384 kbit/s
  3416. >4    byte&0x3e = 0x1e        \b, 448 kbit/s
  3417. >4    byte&0x3e = 0x20        \b, 512 kbit/s
  3418. >4    byte&0x3e = 0x22        \b, 576 kbit/s
  3419. >4    byte&0x3e = 0x24        \b, 640 kbit/s
  3420. # dsurmod (these may be incorrect)
  3421. >6      beshort&0x0180  0x0000  Dolby Surround not indicated
  3422. >6      beshort&0x0180  0x0080  not Dolby Surround encoded
  3423. >6      beshort&0x0180  0x0100  Dolby Surround encoded
  3424. >6      beshort&0x0180  0x0180  reserved Dolby Surround mode
  3425.  
  3426. #------------------------------------------------------------------------------
  3427. # dump:  file(1) magic for dump file format--for new and old dump filesystems
  3428. #
  3429. # We specify both byte orders in order to recognize byte-swapped dumps.
  3430. #
  3431. 24    belong    60012        new-fs dump file (big endian),
  3432. >4    bedate    x        Previous dump %s,
  3433. >8    bedate    x        This dump %s,
  3434. >12    belong    >0        Volume %ld,
  3435. >692    belong    0        Level zero, type:
  3436. >692    belong    >0        Level %d, type:
  3437. >0    belong    1        tape header,
  3438. >0    belong    2        beginning of file record,
  3439. >0    belong    3        map of inodes on tape,
  3440. >0    belong    4        continuation of file record,
  3441. >0    belong    5        end of volume,
  3442. >0    belong    6        map of inodes deleted,
  3443. >0    belong    7        end of medium (for floppy),
  3444. >676    string    >\0        Label %s,
  3445. >696    string    >\0        Filesystem %s,
  3446. >760    string    >\0        Device %s,
  3447. >824    string    >\0        Host %s,
  3448. >888    belong    >0        Flags %x
  3449.  
  3450. 24    belong    60011        old-fs dump file (big endian),
  3451. #>4    bedate    x        Previous dump %s,
  3452. #>8    bedate    x        This dump %s,
  3453. >12    belong    >0        Volume %ld,
  3454. >692    belong    0        Level zero, type:
  3455. >692    belong    >0        Level %d, type:
  3456. >0    belong    1        tape header,
  3457. >0    belong    2        beginning of file record,
  3458. >0    belong    3        map of inodes on tape,
  3459. >0    belong    4        continuation of file record,
  3460. >0    belong    5        end of volume,
  3461. >0    belong    6        map of inodes deleted,
  3462. >0    belong    7        end of medium (for floppy),
  3463. >676    string    >\0        Label %s,
  3464. >696    string    >\0        Filesystem %s,
  3465. >760    string    >\0        Device %s,
  3466. >824    string    >\0        Host %s,
  3467. >888    belong    >0        Flags %x
  3468.  
  3469. 24    lelong    60012        new-fs dump file (little endian),
  3470. >4    ledate    x        This dump %s,
  3471. >8    ledate    x        Previous dump %s,
  3472. >12    lelong    >0        Volume %ld,
  3473. >692    lelong    0        Level zero, type:
  3474. >692    lelong    >0        Level %d, type:
  3475. >0    lelong    1        tape header,
  3476. >0    lelong    2        beginning of file record,
  3477. >0    lelong    3        map of inodes on tape,
  3478. >0    lelong    4        continuation of file record,
  3479. >0    lelong    5        end of volume,
  3480. >0    lelong    6        map of inodes deleted,
  3481. >0    lelong    7        end of medium (for floppy),
  3482. >676    string    >\0        Label %s,
  3483. >696    string    >\0        Filesystem %s,
  3484. >760    string    >\0        Device %s,
  3485. >824    string    >\0        Host %s,
  3486. >888    lelong    >0        Flags %x
  3487.  
  3488. 24    lelong    60011        old-fs dump file (little endian),
  3489. #>4    ledate    x        Previous dump %s,
  3490. #>8    ledate    x        This dump %s,
  3491. >12    lelong    >0        Volume %ld,
  3492. >692    lelong    0        Level zero, type:
  3493. >692    lelong    >0        Level %d, type:
  3494. >0    lelong    1        tape header,
  3495. >0    lelong    2        beginning of file record,
  3496. >0    lelong    3        map of inodes on tape,
  3497. >0    lelong    4        continuation of file record,
  3498. >0    lelong    5        end of volume,
  3499. >0    lelong    6        map of inodes deleted,
  3500. >0    lelong    7        end of medium (for floppy),
  3501. >676    string    >\0        Label %s,
  3502. >696    string    >\0        Filesystem %s,
  3503. >760    string    >\0        Device %s,
  3504. >824    string    >\0        Host %s,
  3505. >888    lelong    >0        Flags %x
  3506.  
  3507. #------------------------------------------------------------------------------
  3508. # T602 editor documents 
  3509. # by David Necas <yeti@physics.muni.cz>
  3510. 0    string    @CT\     T602 document data,
  3511. >4    string    0    Kamenicky
  3512. >4    string    1    CP 852
  3513. >4    string    2    KOI8-CS
  3514. >4    string    >2    unknown encoding
  3515.  
  3516. # Vi IMproved Encrypted file 
  3517. # by David Necas <yeti@physics.muni.cz>
  3518. 0    string    VimCrypt~    Vim encrypted file data
  3519.  
  3520. #------------------------------------------------------------------------------
  3521. # elf:  file(1) magic for ELF executables
  3522. #
  3523. # We have to check the byte order flag to see what byte order all the
  3524. # other stuff in the header is in.
  3525. #
  3526. # What're the correct byte orders for the nCUBE and the Fujitsu VPP500?
  3527. #
  3528. # updated by Daniel Quinlan (quinlan@yggdrasil.com)
  3529. 0    string        \177ELF        ELF
  3530. >4    byte        0        invalid class
  3531. >4    byte        1        32-bit
  3532. # only for MIPS - in the future, the ABI field of e_flags should be used.
  3533. >>18    leshort        8
  3534. >>>36    lelong        &0x20        N32
  3535. >>18    leshort        10
  3536. >>>36    lelong        &0x20        N32
  3537. >>18    beshort        8
  3538. >>>36    belong        &0x20        N32
  3539. >>18    beshort        10
  3540. >>>36    belong        &0x20        N32
  3541. >4    byte        2        64-bit
  3542. >5    byte        0        invalid byte order
  3543. >5    byte        1        LSB
  3544. # The official e_machine number for MIPS is now #8, regardless of endianness.
  3545. # The second number (#10) will be deprecated later. For now, we still
  3546. # say something if #10 is encountered, but only gory details for #8.
  3547. >>18    leshort        8
  3548. # only for 32-bit
  3549. >>>4    byte        1
  3550. >>>>36  lelong&0xf0000000    0x00000000    MIPS-I
  3551. >>>>36  lelong&0xf0000000    0x10000000    MIPS-II
  3552. >>>>36  lelong&0xf0000000    0x20000000    MIPS-III
  3553. >>>>36  lelong&0xf0000000    0x30000000    MIPS-IV
  3554. >>>>36  lelong&0xf0000000    0x40000000    MIPS-V
  3555. >>>>36  lelong&0xf0000000    0x60000000    MIPS32
  3556. >>>>36  lelong&0xf0000000    0x70000000    MIPS64
  3557. >>>>36  lelong&0xf0000000    0x80000000    MIPS32 rel2
  3558. >>>>36  lelong&0xf0000000    0x90000000    MIPS64 rel2
  3559. # only for 64-bit
  3560. >>>4    byte        2
  3561. >>>>48  lelong&0xf0000000    0x00000000    MIPS-I
  3562. >>>>48  lelong&0xf0000000    0x10000000    MIPS-II
  3563. >>>>48  lelong&0xf0000000    0x20000000    MIPS-III
  3564. >>>>48  lelong&0xf0000000    0x30000000    MIPS-IV
  3565. >>>>48  lelong&0xf0000000    0x40000000    MIPS-V
  3566. >>>>48  lelong&0xf0000000    0x60000000    MIPS32
  3567. >>>>48  lelong&0xf0000000    0x70000000    MIPS64 
  3568. >>>>48  lelong&0xf0000000    0x80000000    MIPS32 rel2
  3569. >>>>48  lelong&0xf0000000    0x90000000    MIPS64 rel2
  3570. >>16    leshort        0        no file type,
  3571. >>16    leshort        1        relocatable,
  3572. >>16    leshort        2        executable,
  3573. >>16    leshort        3        shared object,
  3574. # Core handling from Peter Tobias <tobias@server.et-inf.fho-emden.de>
  3575. # corrections by Christian 'Dr. Disk' Hechelmann <drdisk@ds9.au.s.shuttle.de>
  3576. >>16    leshort        4        core file
  3577. # Core file detection is not reliable.
  3578. #>>>(0x38+0xcc) string    >\0        of '%s'
  3579. #>>>(0x38+0x10) lelong    >0        (signal %d),
  3580. >>16    leshort        &0xff00        processor-specific,
  3581. >>18    leshort        0        no machine,
  3582. >>18    leshort        1        AT&T WE32100 - invalid byte order,
  3583. >>18    leshort        2        SPARC - invalid byte order,
  3584. >>18    leshort        3        Intel 80386,
  3585. >>18    leshort        4        Motorola
  3586. >>>36    lelong        &0x01000000    68000 - invalid byte order,
  3587. >>>36    lelong        &0x00810000    CPU32 - invalid byte order,
  3588. >>>36    lelong        0        68020 - invalid byte order,
  3589. >>18    leshort        5        Motorola 88000 - invalid byte order,
  3590. >>18    leshort        6        Intel 80486,
  3591. >>18    leshort        7        Intel 80860,
  3592. >>18    leshort        8        MIPS,
  3593. >>18    leshort        9        Amdahl - invalid byte order,
  3594. >>18    leshort        10        MIPS (deprecated),
  3595. >>18    leshort        11        RS6000 - invalid byte order,
  3596. >>18    leshort        15        PA-RISC - invalid byte order,
  3597. >>>50    leshort        0x0214        2.0
  3598. >>>48    leshort        &0x0008        (LP64),
  3599. >>18    leshort        16        nCUBE,
  3600. >>18    leshort        17        Fujitsu VPP500,
  3601. >>18    leshort        18        SPARC32PLUS,
  3602. >>18    leshort        20        PowerPC,
  3603. >>18    leshort        22        IBM S/390,
  3604. >>18    leshort        36        NEC V800,
  3605. >>18    leshort        37        Fujitsu FR20,
  3606. >>18    leshort        38        TRW RH-32,
  3607. >>18    leshort        39        Motorola RCE,
  3608. >>18    leshort        40        ARM,
  3609. >>18    leshort        41        Alpha,
  3610. >>18    leshort        0xa390        IBM S/390 (obsolete),
  3611. >>18    leshort        42        Hitachi SH,
  3612. >>18    leshort        43        SPARC V9 - invalid byte order,
  3613. >>18    leshort        44        Siemens Tricore Embedded Processor,
  3614. >>18    leshort        45        Argonaut RISC Core, Argonaut Technologies Inc.,
  3615. >>18    leshort        46        Hitachi H8/300,
  3616. >>18    leshort        47        Hitachi H8/300H,
  3617. >>18    leshort        48        Hitachi H8S,
  3618. >>18    leshort        49        Hitachi H8/500,
  3619. >>18    leshort        50        IA-64,
  3620. >>18    leshort        51        Stanford MIPS-X,
  3621. >>18    leshort        52        Motorola Coldfire,
  3622. >>18    leshort        53        Motorola M68HC12,
  3623. >>18    leshort        62        AMD x86-64,
  3624. >>18    leshort        75        Digital VAX,
  3625. >>18    leshort        88        Renesas M32R,
  3626. >>18    leshort        97        NatSemi 32k,
  3627. >>18    leshort        0x9026        Alpha (unofficial),
  3628. >>20    lelong        0        invalid version
  3629. >>20    lelong        1        version 1
  3630. >>36    lelong        1        MathCoPro/FPU/MAU Required
  3631. >5    byte        2        MSB
  3632. # only for MIPS - see comment in little-endian section above.
  3633. >>18    beshort        8
  3634. # only for 32-bit
  3635. >>>4    byte        1
  3636. >>>>36  belong&0xf0000000    0x00000000    MIPS-I
  3637. >>>>36  belong&0xf0000000    0x10000000    MIPS-II
  3638. >>>>36  belong&0xf0000000    0x20000000    MIPS-III
  3639. >>>>36  belong&0xf0000000    0x30000000    MIPS-IV
  3640. >>>>36  belong&0xf0000000    0x40000000    MIPS-V
  3641. >>>>36  belong&0xf0000000    0x60000000    MIPS32
  3642. >>>>36  belong&0xf0000000    0x70000000    MIPS64
  3643. >>>>36  belong&0xf0000000    0x80000000    MIPS32 rel2
  3644. >>>>36  belong&0xf0000000    0x90000000    MIPS64 rel2
  3645. # only for 64-bit
  3646. >>>4    byte        2
  3647. >>>>48    belong&0xf0000000    0x00000000    MIPS-I
  3648. >>>>48    belong&0xf0000000    0x10000000    MIPS-II
  3649. >>>>48    belong&0xf0000000    0x20000000    MIPS-III
  3650. >>>>48    belong&0xf0000000    0x30000000    MIPS-IV
  3651. >>>>48    belong&0xf0000000    0x40000000    MIPS-V
  3652. >>>>48    belong&0xf0000000    0x60000000    MIPS32
  3653. >>>>48    belong&0xf0000000    0x70000000    MIPS64 
  3654. >>>>48    belong&0xf0000000    0x80000000    MIPS32 rel2
  3655. >>>>48    belong&0xf0000000    0x90000000    MIPS64 rel2
  3656. >>16    beshort        0        no file type,
  3657. >>16    beshort        1        relocatable,
  3658. >>16    beshort        2        executable,
  3659. >>16    beshort        3        shared object,
  3660. >>16    beshort        4        core file,
  3661. #>>>(0x38+0xcc) string    >\0        of '%s'
  3662. #>>>(0x38+0x10) belong    >0        (signal %d),
  3663. >>16    beshort        &0xff00        processor-specific,
  3664. >>18    beshort        0        no machine,
  3665. >>18    beshort        1        AT&T WE32100,
  3666. >>18    beshort        2        SPARC,
  3667. >>18    beshort        3        Intel 80386 - invalid byte order,
  3668. >>18    beshort        4        Motorola
  3669. >>>36    belong        &0x01000000    68000,
  3670. >>>36    belong        &0x00810000    CPU32,
  3671. >>>36    belong        0        68020,
  3672. >>18    beshort        5        Motorola 88000,
  3673. >>18    beshort        6        Intel 80486 - invalid byte order,
  3674. >>18    beshort        7        Intel 80860,
  3675. >>18    beshort        8        MIPS,
  3676. >>18    beshort        9        Amdahl,
  3677. >>18    beshort        10        MIPS (deprecated),
  3678. >>18    beshort        11        RS6000,
  3679. >>18    beshort        15        PA-RISC
  3680. >>>50    beshort        0x0214        2.0
  3681. >>>48    beshort        &0x0008        (LP64)
  3682. >>18    beshort        16        nCUBE,
  3683. >>18    beshort        17        Fujitsu VPP500,
  3684. >>18    beshort        18        SPARC32PLUS,
  3685. >>>36    belong&0xffff00    &0x000100    V8+ Required,
  3686. >>>36    belong&0xffff00    &0x000200    Sun UltraSPARC1 Extensions Required,
  3687. >>>36    belong&0xffff00    &0x000400    HaL R1 Extensions Required,
  3688. >>>36    belong&0xffff00    &0x000800    Sun UltraSPARC3 Extensions Required,
  3689. >>18    beshort        20        PowerPC or cisco 4500,
  3690. >>18    beshort        21        cisco 7500,
  3691. >>18    beshort        22        IBM S/390,
  3692. >>18    beshort        24        cisco SVIP,
  3693. >>18    beshort        25        cisco 7200,
  3694. >>18    beshort        36        NEC V800 or cisco 12000,
  3695. >>18    beshort        37        Fujitsu FR20,
  3696. >>18    beshort        38        TRW RH-32,
  3697. >>18    beshort        39        Motorola RCE,
  3698. >>18    beshort        40        ARM,
  3699. >>18    beshort        41        Alpha,
  3700. >>18    beshort        42        Hitachi SH,
  3701. >>18    beshort        43        SPARC V9,
  3702. >>18    beshort        44        Siemens Tricore Embedded Processor,
  3703. >>18    beshort        45        Argonaut RISC Core, Argonaut Technologies Inc.,
  3704. >>18    beshort        46        Hitachi H8/300,
  3705. >>18    beshort        47        Hitachi H8/300H,
  3706. >>18    beshort        48        Hitachi H8S,
  3707. >>18    beshort        49        Hitachi H8/500,
  3708. >>18    beshort        50        IA-64,
  3709. >>18    beshort        51        Stanford MIPS-X,
  3710. >>18    beshort        52        Motorola Coldfire,
  3711. >>18    beshort        53        Motorola M68HC12,
  3712. >>18    beshort        73        Cray NV1,
  3713. >>18    beshort        75        Digital VAX,
  3714. >>18    beshort        88        Renesas M32R,
  3715. >>18    beshort        97        NatSemi 32k,
  3716. >>18    beshort        0x9026        Alpha (unofficial),
  3717. >>18    beshort        0xa390        IBM S/390 (obsolete),
  3718. >>20    belong        0        invalid version
  3719. >>20    belong        1        version 1
  3720. >>36    belong        1        MathCoPro/FPU/MAU Required
  3721. # Up to now only 0, 1 and 2 are defined; I've seen a file with 0x83, it seemed
  3722. # like proper ELF, but extracting the string had bad results.
  3723. >4      byte            <0x80
  3724. >>8    string        >\0        (%s)
  3725. >8    string        \0
  3726. >>7    byte        0        (SYSV)
  3727. >>7    byte        1        (HP-UX)
  3728. >>7    byte        2        (NetBSD)
  3729. >>7    byte        3        (GNU/Linux)
  3730. >>7    byte        4        (GNU/Hurd)
  3731. >>7    byte        5        (86Open)
  3732. >>7    byte        6        (Solaris)
  3733. >>7    byte        7        (Monterey)
  3734. >>7    byte        8        (IRIX)
  3735. >>7    byte        9        (FreeBSD)
  3736. >>7    byte        10        (Tru64)
  3737. >>7    byte        11        (Novell Modesto)
  3738. >>7    byte        12        (OpenBSD)
  3739. >>7    byte        97        (ARM)
  3740. >>7    byte        255        (embedded)
  3741.  
  3742. #------------------------------------------------------------------------------
  3743. # encore:  file(1) magic for Encore machines
  3744. #
  3745. # XXX - needs to have the byte order specified (NS32K was little-endian,
  3746. # dunno whether they run the 88K in little-endian mode or not).
  3747. #
  3748. 0    short        0x154        Encore
  3749. >20    short        0x107        executable
  3750. >20    short        0x108        pure executable
  3751. >20    short        0x10b        demand-paged executable
  3752. >20    short        0x10f        unsupported executable
  3753. >12    long        >0        not stripped
  3754. >22    short        >0        - version %ld
  3755. >22    short        0        -
  3756. #>4    date        x        stamp %s
  3757. 0    short        0x155        Encore unsupported executable
  3758. >12    long        >0        not stripped
  3759. >22    short        >0        - version %ld
  3760. >22    short        0        -
  3761. #>4    date        x        stamp %s
  3762.  
  3763. #------------------------------------------------------------------------------
  3764. # Epoc 32 : file(1) magic for Epoc Documents [psion/osaris
  3765. # Stefan Praszalowicz (hpicollo@worldnet.fr)
  3766. #0    lelong        0x10000037    Epoc32
  3767. >4    lelong        0x1000006D
  3768. >>8    lelong        0x1000007F    Word
  3769. >>8    lelong        0x10000088    Sheet
  3770. >>8    lelong        0x1000007D    Sketch
  3771. >>8    lelong        0x10000085    TextEd
  3772.  
  3773. #------------------------------------------------------------------------------
  3774. # ESRI Shapefile format (.shp .shx .dbf=DBaseIII)
  3775. # Based on info from
  3776. # <URL:http://www.esri.com/library/whitepapers/pdfs/shapefile.pdf>
  3777. 0    belong    9994    ESRI Shapefile
  3778. >4    belong    =0
  3779. >8    belong    =0
  3780. >12    belong    =0
  3781. >16    belong    =0
  3782. >20    belong    =0
  3783. >28    lelong    x    version %d
  3784. >24    belong    x    length %d
  3785. >32    lelong    =0    type Null Shape
  3786. >32    lelong    =1    type Point
  3787. >32    lelong    =3    type PolyLine
  3788. >32    lelong    =5    type Polygon
  3789. >32    lelong    =8    type MultiPoint
  3790. >32    lelong    =11    type PointZ
  3791. >32    lelong    =13    type PolyLineZ
  3792. >32    lelong    =15    type PolygonZ
  3793. >32    lelong    =18    type MultiPointZ
  3794. >32    lelong    =21    type PointM
  3795. >32    lelong    =23    type PolyLineM
  3796. >32    lelong    =25    type PolygonM
  3797. >32    lelong    =28    type MultiPointM
  3798. >32    lelong    =31    type MultiPatch
  3799.  
  3800. #------------------------------------------------------------------------------
  3801. # fcs: file(1) magic for FCS (Flow Cytometry Standard) data files
  3802. # From Roger Leigh <roger@whinlatter.uklinux.net>
  3803. 0       string          FCS1.0          Flow Cytometry Standard (FCS) data, version 1.0
  3804. 0       string          FCS2.0          Flow Cytometry Standard (FCS) data, version 2.0
  3805. 0       string          FCS3.0          Flow Cytometry Standard (FCS) data, version 3.0
  3806.  
  3807.  
  3808. #------------------------------------------------------------------------------
  3809. # filesystems:  file(1) magic for different filesystems
  3810. #
  3811. 0    string    \366\366\366\366    PC formatted floppy with no filesystem
  3812. # Sun disk labels
  3813. # From /usr/include/sun/dklabel.h:
  3814. 0774    beshort        0xdabe        Sun disk label
  3815. >0    string        x        '%s
  3816. >>31      string        >\0        \b%s
  3817. >>>63      string        >\0        \b%s
  3818. >>>>95     string        >\0        \b%s
  3819. >0    string        x        \b'
  3820. >0734    short        >0        %d rpm,
  3821. >0736    short        >0        %d phys cys,
  3822. >0740    short        >0        %d alts/cyl,
  3823. >0746    short        >0        %d interleave,
  3824. >0750    short        >0        %d data cyls,
  3825. >0752    short        >0        %d alt cyls,
  3826. >0754    short        >0        %d heads/partition,
  3827. >0756    short        >0        %d sectors/track,
  3828. >0764    long        >0        start cyl %ld,
  3829. >0770    long        x        %ld blocks
  3830. # Is there a boot block written 1 sector in?
  3831. >512    belong&077777777    0600407    \b, boot block present
  3832. # DOS Emulator image is 128 byte header + harddisc image
  3833. 0    string    DOSEMU\0            
  3834. >0x27E    leshort    0xAA55            DOS Emulator image
  3835. 0x1FE    leshort    0xAA55            x86 boot sector
  3836. >2    string    OSBS            \b, OS/BS MBR
  3837. # J\xf6rg Jenderek <joerg.jenderek@gmx.net>
  3838. >0x8C    string    Invalid\ partition\ table    \b, MS-DOS MBR
  3839. # dr-dos with some upper-, lowercase variants
  3840. >0x9D    string    Invalid\ partition\ table$    
  3841. >>181    string    No\ Operating\ System$        
  3842. >>>201    string    Operating\ System\ load\ error$    \b, DR-DOS MBR, Version 7.01 to 7.03
  3843. >0x9D    string    Invalid\ partition\ table$    
  3844. >>181    string    No\ operating\ system$        
  3845. >>>201    string    Operating\ system\ load\ error$    \b, DR-DOS MBR, Version 7.01 to 7.03
  3846. >342    string    Invalid\ partition\ table$    
  3847. >>366    string    No\ operating\ system$        
  3848. >>>386    string    Operating\ system\ load\ error$    \b, DR-DOS MBR, version 7.01 to 7.03
  3849. >295    string    NEWLDR\0                
  3850. >>302    string    Bad\ PT\ $                
  3851. >>>310    string    No\ OS\ $                
  3852. >>>>317    string    OS\ load\ err$                
  3853. >>>>>329    string    Moved\ or\ missing\ IBMBIO.LDR\n\r    
  3854. >>>>>>358    string    Press\ any\ key\ to\ continue.\n\r$    
  3855. >>>>>>>387    string    Copyright\ (c)\ 1984,1998    
  3856. >>>>>>>>411    string    Caldera\ Inc.\0        \b, DR-DOS MBR (IBMBIO.LDR)
  3857. >0x10F    string    Ung\201ltige\ Partitionstabelle    \b, MS-DOS MBR, german version 4.10.1998, 4.10.2222
  3858. >0x8B    string    Ung\201ltige\ Partitionstabelle    \b, MS-DOS MBR, german version 5.00 to 4.00.950
  3859. >300    string    Invalid\ partition\ table\0    
  3860. >>324    string    Error\ loading\ operating\ system\0
  3861. >>>355    string    Missing\ operating\ system\0        \b, Microsoft Windows XP MBR
  3862. #??>>>389    string    Invalid\ system\ disk        
  3863. >300    string    Ung\201ltige\ Partitionstabelle
  3864. #split string to avoid error: String too long
  3865. >>328    string    Fehler\ beim\ Laden\     
  3866. >>>346    string    des\ Betriebssystems    
  3867. >>>>366    string    Betriebssystem\ nicht\ vorhanden    \b, Microsoft Windows XP MBR (german)
  3868. >0x145    string    Default:\ F                \b, FREE-DOS MBR
  3869. >64    string    no\ active\ partition\ found    
  3870. >>96    string    read\ error\ while\ reading\ drive    \b, FREE-DOS Beta9 MBR
  3871. # bootloader, bootmanager
  3872. >43    string    SMART\ BTMGRFAT12\ \ \         
  3873. >>430    string    SBMK\ Bad!\r            
  3874. >>>3    string    SBM                \b, Smart Boot Manager
  3875. >>>>6    string    >\0                             \b, version %s
  3876. >382    string    XOSLLOADXCF            \b, EXtended Operating System Loader
  3877. >6    string    LILO                \b, LInux i386 boot LOader
  3878. >>120    string    LILO                \b, version 22.3.4 SuSe
  3879. >>172    string    LILO                \b, version 22.5.8 Debian
  3880. >402    string    Geom\0Hard\ Disk\0Read\0\ Error\0
  3881. >>394    string    stage1                \b, GRand Unified Bootloader (0.5.95)
  3882. >380    string    Geom\0Hard\ Disk\0Read\0\ Error\0
  3883. >>374    string    GRUB\ \0            \b, GRand Unified Bootloader
  3884. >382    string    Geom\0Hard\ Disk\0Read\0\ Error\0
  3885. >>376    string    GRUB\ \0            \b, GRand Unified Bootloader (0.93)
  3886. >383    string    Geom\0Hard\ Disk\0Read\0\ Error\0
  3887. >>377    string    GRUB\ \0            \b, GRand Unified Bootloader (0.94)
  3888. >480    string    Boot\ failed\r            
  3889. >>495    string    LDLINUX\ SYS            \b, SYSLINUX bootloader (2.06)
  3890. >395    string    chksum\0\ ERROR!\0        \b, Gujin bootloader
  3891. >185    string    FDBOOT\ Version\             
  3892. >>204    string    \rNo\ Systemdisk.\             
  3893. >>>220    string    Booting\ from\ harddisk.\n\r        
  3894. >>>245    string    Cannot\ load\ from\ harddisk.\n\r    
  3895. >>>>273 string    Insert\ Systemdisk\             
  3896. >>>>>291 string and\ press\ any\ key.\n\r        \b, FDBOOT harddisk Bootloader
  3897. >>>>>>200 string    >\0                             \b, version %-3s
  3898. >242    string    Bootsector\ from\ C.H.\ Hochst\204    
  3899. >>278    string    No\ Systemdisk.\             
  3900. >>>293    string    Booting\ from\ harddisk.\n\r        
  3901. >>>441    string    Cannot\ load\ from\ harddisk.\n\r    
  3902. >>>>469 string    Insert\ Systemdisk\             
  3903. >>>>>487 string and\ press\ any\ key.\n\r        \b, WinImage harddisk Bootloader
  3904. >>>>>>209 string    >\0                             \b, version %-4.4s
  3905. >(1.b+2)    ubyte        0xe            
  3906. >>(1.b+3)    ubyte        0x1f            
  3907. >>>(1.b+4)    ubyte        0xbe            
  3908. >>>>(1.b+5)    ubyte        0x77            
  3909. >>>>(1.b+6)    ubyte        0x7c            
  3910. >>>>>(1.b+7)    ubyte        0xac            
  3911. >>>>>>(1.b+8)    ubyte        0x22            
  3912. >>>>>>>(1.b+9)    ubyte        0xc0            
  3913. >>>>>>>>(1.b+10)    ubyte    0x74            
  3914. >>>>>>>>>(1.b+11)    ubyte    0xb            
  3915. >>>>>>>>>>(1.b+12)    ubyte    0x56            
  3916. >>>>>>>>>>(1.b+13)    ubyte    0xb4            \b, mkdosfs boot message display
  3917. # XP
  3918. >430    string    NTLDR\ is\ missing\xFF\r\n        
  3919. >>449    string    Disk\ error\xFF\r\n            
  3920. >>>462    string    Press\ any\ key\ to\ restart\r        \b, Microsoft Windows XP Bootloader
  3921. # DOS names like NTLDR,CMLDR,$LDR$ are 8 right space padded bytes+3 bytes
  3922. >>>>417        ubyte        <0x7E             
  3923. >>>>>417    string        >\             %-.5s
  3924. >>>>>>422    ubyte        <0x7E             
  3925. >>>>>>>422    string        >\             \b%-.3s
  3926. >>>>>>425    string        >\             \b.%-.3s
  3927. #
  3928. >>>>368        ubyte        <0x7E             
  3929. >>>>>368    string        >\             %-.5s
  3930. >>>>>>373    ubyte        <0x7E            
  3931. >>>>>>>373    string        >\             \b%-.3s
  3932. >>>>>>376    string        >\             \b.%-.3s
  3933. #
  3934. >430    string    NTLDR\ nicht\ gefunden\xFF\r\n        
  3935. >>453    string    Datentr\204gerfehler\xFF\r\n        
  3936. >>>473    string    Neustart\ mit\ beliebiger\ Taste\r    \b, Microsoft Windows XP Bootloader (german)
  3937. >>>>417        ubyte        <0x7E             
  3938. >>>>>417    string        >\             %-.5s
  3939. >>>>>>422    ubyte        <0x7E             
  3940. >>>>>>>422    string        >\             \b%-.3s
  3941. >>>>>>425    string        >\             \b.%-.3s
  3942. #
  3943. >>>>368        ubyte        <0x7E             
  3944. >>>>>368    string        >\             %-.5s
  3945. >>>>>>373    ubyte        <0x7E             
  3946. >>>>>>>373    string        >\             \b%-.3s
  3947. >>>>>>376    string        >\             \b.%-.3s
  3948. #
  3949. >430    string    NTLDR\ fehlt\xFF\r\n            
  3950. >>444    string    Datentr\204gerfehler\xFF\r\n        
  3951. >>>464    string    Neustart\ mit\ beliebiger\ Taste\r    \b, Microsoft Windows XP Bootloader (2.german)
  3952. >>>>417        ubyte        <0x7E             
  3953. >>>>>417    string        >\             %-.5s
  3954. >>>>>>422    ubyte        <0x7E             
  3955. >>>>>>>422    string        >\             \b%-.3s
  3956. >>>>>>425    string        >\             \b.%-.3s
  3957. #
  3958. >430    string    NTLDR\ fehlt\xFF\r\n            
  3959. >>444    string    Medienfehler\xFF\r\n            
  3960. >>>459    string    Neustart:\ Taste\ dr\201cken\r        \b, Microsoft Windows XP Bootloader (3.german)
  3961. >>>>368        ubyte        <0x7E             
  3962. >>>>>368    string        >\             %-.5s
  3963. >>>>>>373    ubyte        <0x7E            
  3964. >>>>>>>373    string        >\             \b%-.3s
  3965. >>>>>>376    string        >\             \b.%-.3s
  3966. >>>>417        ubyte        <0x7E             
  3967. >>>>>417    string        >\             %-.5s
  3968. >>>>>>422    ubyte        <0x7E             
  3969. >>>>>>>422    string        >\             \b%-.3s
  3970. >>>>>>425    string        >\             \b.%-.3s
  3971. #
  3972. >430    string    Datentr\204ger\ entfernen\xFF\r\n    
  3973. >>454    string    Medienfehler\xFF\r\n            
  3974. >>>469    string    Neustart:\ Taste\ dr\201cken\r        \b, Microsoft Windows XP Bootloader (4.german)
  3975. >>>>368        ubyte        <0x7E             
  3976. >>>>>368    string        >\             %-.5s
  3977. >>>>>>373    ubyte        <0x7E            
  3978. >>>>>>>373    string        >\             \b%-.3s
  3979. >>>>>>376    string        >\             \b.%-.3s
  3980. #>3    string    NTFS\ \ \ \                 
  3981. >389    string    Fehler\ beim\ Lesen\ 
  3982. >>407    string    des\ Datentr\204gers
  3983. >>>426    string    NTLDR\ fehlt                
  3984. >>>>440    string    NTLDR\ ist\ komprimiert
  3985. >>>>>464 string    Neustart\ mit\ Strg+Alt+Entf\r        \b, Microsoft Windows XP Bootloader NTFS (german)
  3986. #>3    string    NTFS\ \ \ \                 
  3987. >313    string    A\ disk\ read\ error\ occurred.\r
  3988. >>345    string    A\ kernel\ file\ is\ missing\     
  3989. >>>370    string    from\ the\ disk.\r        
  3990. >>>>484    string    NTLDR\ is\ compressed        
  3991. >>>>>429 string    Insert\ a\ system\ diskette\     
  3992. >>>>>>454 string and\ restart\r\nthe\ system.\r        \b, Microsoft Windows XP Bootloader NTFS
  3993. # DOS loader variants different languages,offsets
  3994. >472    string    IO\ \ \ \ \ \ SYSMSDOS\ \ \ SYS        
  3995. >>497    string    WINBOOT\ SYS                
  3996. >>389    string    Invalid\ system\ disk\xFF\r\n        
  3997. >>>411    string    Disk\ I/O\ error            
  3998. >>>>428    string    Replace\ the\ disk,\ and\         
  3999. >>>>>455 string    press\ any\ key                \b, Microsoft Windows 98 Bootloader
  4000. #
  4001. >>390    string    Invalid\ system\ disk\xFF\r\n        
  4002. >>>412    string    Disk\ I/O\ error\xFF\r\n        
  4003. >>>>429    string    Replace\ the\ disk,\ and\         
  4004. >>>>>451 string    then\ press\ any\ key\r            \b, Microsoft Windows 98 Bootloader
  4005. >>388    string    Ungueltiges\ System\ \xFF\r\n        
  4006. >>>410    string    E/A-Fehler\ \ \ \ \xFF\r\n        
  4007. >>>>427    string    Datentraeger\ wechseln\ und\         
  4008. >>>>>453 string    Taste\ druecken\r            \b, Microsoft Windows 95/98/ME Bootloader (german)
  4009. #
  4010. >>390    string    Ungueltiges\ System\ \xFF\r\n        
  4011. >>>412    string    E/A-Fehler\ \ \ \ \xFF\r\n        
  4012. >>>>429    string    Datentraeger\ wechseln\ und\         
  4013. >>>>>455 string    Taste\ druecken\r            \b, Microsoft Windows 95/98/ME Bootloader (German)
  4014. #
  4015. >>389    string    Ungueltiges\ System\ \xFF\r\n        
  4016. >>>411    string    E/A-Fehler\ \ \ \ \xFF\r\n        
  4017. >>>>428    string    Datentraeger\ wechseln\ und\         
  4018. >>>>>454 string    Taste\ druecken\r            \b, Microsoft Windows 95/98/ME Bootloader (GERMAN)
  4019. >479    string    IO\ \ \ \ \ \ SYSMSDOS\ \ \ SYS        
  4020. >>416    string    Kein\ System\ oder\             
  4021. >>>433    string    Laufwerksfehler                
  4022. >>>>450    string    Wechseln\ und\ Taste\ dr\201cken    \b, Microsoft DOS Bootloader (german)
  4023. >486    string    IO\ \ \ \ \ \ SYSMSDOS\ \ \ SYS        
  4024. >>416    string    Non-System\ disk\ or\             
  4025. >>>435    string    disk\ error\r                
  4026. >>>>447    string    Replace\ and\ press\ any\ key\         
  4027. >>>>>473 string    when\ ready\r                \b, Microsoft DOS Bootloader
  4028. >480    string    IO\ \ \ \ \ \ SYSMSDOS\ \ \ SYS        
  4029. >>393    string    Non-System\ disk\ or\             
  4030. >>>412    string    disk\ error\r                
  4031. >>>>424    string    Replace\ and\ press\ any\ key\         
  4032. >>>>>450 string    when\ ready\r                \b, Microsoft DOS bootloader
  4033. #>43    string    \224R-LOADER\ \ SYS            =label                    
  4034. >54    string    SYS
  4035. >>324    string    VASKK
  4036. >>>495    string    NEWLDR\0                \b, DR-DOS Bootloader (LOADER.SYS)
  4037. #
  4038. >70    string    IBMBIO\ \ COM                
  4039. >>472    string    Cannot\ load\ DOS!\             
  4040. >>>489    string    Any\ key\ to\ retry            \b, DR-DOS Bootloader
  4041. >>471    string    Cannot\ load\ DOS\             
  4042. >>487    string    press\ key\ to\ retry            \b, Open-DOS Bootloader
  4043. >444    string    KERNEL\ \ SYS                    
  4044. >>314    string    BOOT\ error!                \b, FREE-DOS Bootloader
  4045. >499    string    KERNEL\ \ SYS                
  4046. >>305    string    BOOT\ err!\0                \b, Free-DOS Bootloader
  4047. >449    string    KERNEL\ \ SYS                
  4048. >>319    string    BOOT\ error!                \b, FREE-DOS 5.0 Bootloader
  4049. >124    string    FreeDOS\0                
  4050. >>331    string    \ err\0                    \b, FREE-DOS BETa 9 Bootloader
  4051. # DOS names like KERNEL.SYS,KERNEL16.SYS,KERNEL32.SYS,METAKERN.SYS are 8 right space padded bytes+3 bytes
  4052. >>>497        string        >\             %-.6s
  4053. >>>>503        string        >\             \b%-.1s
  4054. >>>>504        string        >\             \b%-.1s
  4055. >>>505        string        >\             \b.%-.3s
  4056. >>333    string    \ err\0                    \b, FREE-DOS BEta 9 Bootloader
  4057. >>>497        string        >\             %-.6s
  4058. >>>>503        string        >\             \b%-.1s
  4059. >>>>504        string        >\             \b%-.1s
  4060. >>>505        string        >\             \b.%-.3s
  4061. >>334    string    \ err\0                    \b, FREE-DOS Beta 9 Bootloader
  4062. >>>497        string        >\             %-.6s
  4063. >>>>503        string        >\             \b%-.1s
  4064. >>>>504        string        >\             \b%-.1s
  4065. >>>505        string        >\             \b.%-.3s
  4066. # loader end
  4067. >0    string    \0\0\0\0        \b, extended partition table
  4068. # JuMP short     bootcodeoffset NOP assembler instructions will usually be EB xx 90
  4069. # older drives may use E9 xx xx
  4070. >0        lelong&0x009000EB    0x009000EB 
  4071. >0        lelong&0x000000E9    0x000000E9 
  4072. >>1        ubyte            >37    \b, code offset 0x%x
  4073. # mtools-3.9.8/msdos.h
  4074. # usual values are marked with comments to get only informations of strange FAT systems
  4075. # valid sectorsize are from 32 to 2048
  4076. >>>11        uleshort    <2049    
  4077. >>>>11        uleshort    >31    
  4078. >>>>>3        string        >\0        \b, OEM-ID "%8.8s"
  4079. >>>>>11        uleshort    >512        \b, Bytes/sector %u
  4080. #>>>>>11    uleshort    =512        \b, Bytes/sector %u=512 (usual)
  4081. >>>>>11        uleshort    <512        \b, Bytes/sector %u
  4082. >>>>>13        ubyte        >1        \b, sectors/cluster %u
  4083. #>>>>>13    ubyte        =1        \b, sectors/cluster %u (usual on Floppies)
  4084. >>>>>14        uleshort    >32        \b, reserved sectors %u
  4085. #>>>>>14    uleshort    =32        \b, reserved sectors %u (usual Fat32)
  4086. #>>>>>14    uleshort    >1        \b, reserved sectors %u
  4087. #>>>>>14    uleshort    =1        \b, reserved sectors %u (usual FAT12,FAT16)
  4088. >>>>>14        uleshort    <1        \b, reserved sectors %u
  4089. >>>>>16        ubyte        >2        \b, FATs %u
  4090. #>>>>>16    ubyte        =2        \b, FATs %u (usual)
  4091. >>>>>16        ubyte        =1        \b, FAT  %u
  4092. >>>>>16        ubyte        >0
  4093. >>>>>17        uleshort    >0        \b, root entries %u
  4094. #>>>>>17    uleshort    =0        \b, root entries %u=0 (usual Fat32)
  4095. >>>>>19        uleshort    >0        \b, sectors %u (volumes <=32 MB) 
  4096. #>>>>>19    uleshort    =0        \b, sectors %u=0 (usual Fat32)
  4097. >>>>>21        ubyte        >0xF0        \b, Media descriptor 0x%x
  4098. #>>>>>21    ubyte        =0xF0        \b, Media descriptor 0x%x (usual floppy)
  4099. >>>>>21        ubyte        <0xF0        \b, Media descriptor 0x%x
  4100. >>>>>22        uleshort    >0        \b, sectors/FAT %u
  4101. #>>>>>22    uleshort    =0        \b, sectors/FAT %u=0 (usual Fat32)
  4102. >>>>>26        ubyte        >2        \b, heads %u
  4103. #>>>>>26    ubyte        =2        \b, heads %u (usual floppy)
  4104. >>>>>26        ubyte        =1        \b, heads %u
  4105. >>>>>28        ulelong        >0        \b, hidden sectors %u
  4106. #>>>>>28    ulelong        =0        \b, hidden sectors %u (usual floppy)
  4107. >>>>>32        ulelong        >0        \b, sectors %u (volumes > 32 MB) 
  4108. #>>>>>32    ulelong        =0        \b, sectors %u (volumes > 32 MB) 
  4109. # FAT<32 specific 
  4110. # NOT le FAT3=NOT 3TAF=0xCCABBEB9
  4111. >>>>>82        ulelong&0xCCABBEB9    >0
  4112. >>>>>>36    ubyte        >0x80        \b, physical drive 0x%x
  4113. #>>>>>>36    ubyte        =0x80        \b, physical drive 0x%x=0x80 (usual harddisk)
  4114. >>>>>>36    ubyte&0x7F    >0        \b, physical drive 0x%x
  4115. #>>>>>>36    ubyte        =0        \b, physical drive 0x%x=0 (usual floppy)
  4116. >>>>>>37    ubyte        >0        \b, reserved 0x%x
  4117. #>>>>>>37    ubyte        =0        \b, reserved 0x%x
  4118. >>>>>>38    ubyte        >0x29        \b, dos < 4.0 BootSector (0x%x)
  4119. >>>>>>38    ubyte        <0x29        \b, dos < 4.0 BootSector (0x%x)
  4120. >>>>>>38    ubyte        =0x29
  4121. >>>>>>>39    ulelong        x        \b, serial number 0x%x
  4122. >>>>>>>43    string        <NO\ NAME    \b, label: "%11.11s"
  4123. >>>>>>>43    string        >NO\ NAME    \b, label: "%11.11s"
  4124. >>>>>>>43    string        =NO\ NAME    \b, unlabeled
  4125. >>>>>>54    string        FAT1        \b, FAT
  4126. >>>>>>>54    string        FAT12        \b (12 bit)
  4127. >>>>>>>54    string        FAT16        \b (16 bit)
  4128. # FAT32 specific
  4129. >>>>>82        string        FAT32        \b, FAT (32 bit)
  4130. >>>>>>36    ulelong        x        \b, sectors/FAT %u
  4131. >>>>>>40    uleshort    >0        \b, extension flags %u
  4132. #>>>>>>40    uleshort    =0        \b, extension flags %u
  4133. >>>>>>42    uleshort    >0        \b, fsVersion %u
  4134. #>>>>>>42    uleshort    =0        \b, fsVersion %u (usual)
  4135. >>>>>>44    ulelong        >2        \b, rootdir cluster %u
  4136. #>>>>>>44    ulelong        =2        \b, rootdir cluster %u
  4137. #>>>>>>44    ulelong        =1        \b, rootdir cluster %u
  4138. >>>>>>48    uleshort    >1        \b, infoSector %u
  4139. #>>>>>>48    uleshort    =1        \b, infoSector %u (usual)
  4140. >>>>>>48    uleshort    <1        \b, infoSector %u
  4141. >>>>>>50    uleshort    >6        \b, Backup boot sector %u
  4142. #>>>>>>50    uleshort    =6        \b, Backup boot sector %u (usual) 
  4143. >>>>>>50    uleshort    <6        \b, Backup boot sector %u
  4144. >>>>>>54    ulelong        >0        \b, reserved1 0x%x
  4145. >>>>>>58    ulelong        >0        \b, reserved2 0x%x
  4146. >>>>>>62    ulelong        >0        \b, reserved3 0x%x
  4147. # same structure as FAT1X 
  4148. >>>>>>64    ubyte        >0x80        \b, physical drive 0x%x
  4149. #>>>>>>64    ubyte        =0x80        \b, physical drive 0x%x=80 (usual harddisk)
  4150. >>>>>>64    ubyte&0x7F    >0        \b, physical drive 0x%x
  4151. #>>>>>>64    ubyte        =0        \b, physical drive 0x%x=0 (usual floppy)
  4152. >>>>>>65    ubyte        >0        \b, reserved 0x%x
  4153. >>>>>>66    ubyte        >0x29        \b, dos < 4.0 BootSector (0x%x)
  4154. >>>>>>66    ubyte        <0x29        \b, dos < 4.0 BootSector (0x%x)
  4155. >>>>>>66    ubyte        =0x29
  4156. >>>>>>>67    ulelong        x        \b, serial number 0x%x
  4157. >>>>>>>71    string        <NO\ NAME    \b, label: "%11.11s"
  4158. >>>>>>71    string        >NO\ NAME    \b, label: "%11.11s"
  4159. >>>>>>71    string        =NO\ NAME    \b, unlabeled
  4160. ### FATs end
  4161. >0x200    lelong    0x82564557        \b, BSD disklabel
  4162. # FATX 
  4163. 0        string        FATX        FATX filesystem data
  4164.  
  4165.  
  4166. # Minix filesystems - Juan Cespedes <cespedes@debian.org>
  4167. 0x410    leshort        0x137f        Minix filesystem
  4168. 0x410    beshort        0x137f        Minix filesystem (big endian),
  4169. >0x402    beshort        !0        \b, %d zones
  4170. >0x1e    string        minix        \b, bootable
  4171. 0x410    leshort        0x138f        Minix filesystem, 30 char names
  4172. 0x410    leshort        0x2468        Minix filesystem, version 2
  4173. 0x410    leshort        0x2478        Minix filesystem, version 2, 30 char names
  4174.  
  4175. # romfs filesystems - Juan Cespedes <cespedes@debian.org>
  4176. 0    string        -rom1fs-\0    romfs filesystem, version 1
  4177. >8    belong    x            %d bytes,
  4178. >16    string    x            named %s.
  4179.  
  4180. # netboot image - Juan Cespedes <cespedes@debian.org>
  4181. 0    lelong        0x1b031336L    Netboot image,
  4182. >4    lelong&0xFFFFFF00    0
  4183. >>4    lelong&0x100    0x000        mode 2
  4184. >>4    lelong&0x100    0x100        mode 3
  4185. >4    lelong&0xFFFFFF00    !0    unknown mode
  4186.  
  4187. 0x18b    string    OS/2    OS/2 Boot Manager
  4188.  
  4189. 9564    lelong        0x00011954    Unix Fast File system (little-endian),
  4190. >8404    string        x        last mounted on %s,
  4191. #>9504    ledate        x        last checked at %s,
  4192. >8224    ledate        x        last written at %s,
  4193. >8401    byte        x        clean flag %d,
  4194. >8228    lelong        x        number of blocks %d,
  4195. >8232    lelong        x        number of data blocks %d,
  4196. >8236    lelong        x        number of cylinder groups %d,
  4197. >8240    lelong        x        block size %d,
  4198. >8244    lelong        x        fragment size %d,
  4199. >8252    lelong        x        minimum percentage of free blocks %d,
  4200. >8256    lelong        x        rotational delay %dms,
  4201. >8260    lelong        x        disk rotational speed %drps,
  4202. >8320    lelong        0        TIME optimization
  4203. >8320    lelong        1        SPACE optimization
  4204.  
  4205. 9564    belong        0x00011954    Unix Fast File system (big-endian),
  4206. >7168   long        0x4c41424c    Apple UFS Volume
  4207. >>7186  string        x        named %s,
  4208. >>7176  belong        x        volume label version %d,
  4209. >>7180  bedate        x        created on %s,
  4210. >8404    string        x        last mounted on %s,
  4211. #>9504    bedate        x        last checked at %s,
  4212. >8224    bedate        x        last written at %s,
  4213. >8401    byte        x        clean flag %d,
  4214. >8228    belong        x        number of blocks %d,
  4215. >8232    belong        x        number of data blocks %d,
  4216. >8236    belong        x        number of cylinder groups %d,
  4217. >8240    belong        x        block size %d,
  4218. >8244    belong        x        fragment size %d,
  4219. >8252    belong        x        minimum percentage of free blocks %d,
  4220. >8256    belong        x        rotational delay %dms,
  4221. >8260    belong        x        disk rotational speed %drps,
  4222. >8320    belong        0        TIME optimization
  4223. >8320    belong        1        SPACE optimization
  4224.  
  4225. # ext2/ext3 filesystems - Andreas Dilger <adilger@turbolabs.com>
  4226. 0x438    leshort        0xEF53        Linux
  4227. >0x44c    lelong        x        rev %d
  4228. >0x43e    leshort        x        \b.%d
  4229. >0x45c    lelong        ^0x0000004    ext2 filesystem data
  4230. >>0x43a    leshort        ^0x0000001    (mounted or unclean)
  4231. >0x45c    lelong        &0x0000004    ext3 filesystem data
  4232. >>0x460    lelong        &0x0000004    (needs journal recovery)
  4233. >0x43a    leshort        &0x0000002    (errors)
  4234. >0x460    lelong        &0x0000001    (compressed)
  4235. #>0x460    lelong        &0x0000002    (filetype)
  4236. #>0x464    lelong        &0x0000001    (sparse_super)
  4237. >0x464    lelong        &0x0000002    (large files)
  4238.  
  4239. # SGI disk labels - Nathan Scott <nathans@debian.org>
  4240. 0    belong        0x0BE5A941    SGI disk label (volume header)
  4241.  
  4242. # SGI XFS filesystem - Nathan Scott <nathans@debian.org>
  4243. 0    belong        0x58465342    SGI XFS filesystem data
  4244. >0x4    belong        x        (blksz %d,
  4245. >0x68    beshort        x        inosz %d,
  4246. >0x64    beshort        ^0x2004        v1 dirs)
  4247. >0x64    beshort        &0x2004        v2 dirs)
  4248.  
  4249. ############################################################################
  4250. # Minix-ST kernel floppy
  4251. 0x800    belong        0x46fc2700    Atari-ST Minix kernel image
  4252. >19    string        \240\5\371\5\0\011\0\2\0    \b, 720k floppy
  4253. >19    string        \320\2\370\5\0\011\0\1\0    \b, 360k floppy
  4254.  
  4255. ############################################################################
  4256. # Hmmm, is this a better way of detecting _standard_ floppy images ?
  4257. 19    string        \320\2\360\3\0\011\0\1\0    DOS floppy 360k
  4258. >0x1FE    leshort        0xAA55        \b, x86 hard disk boot sector
  4259. 19    string        \240\5\371\3\0\011\0\2\0    DOS floppy 720k
  4260. >0x1FE    leshort        0xAA55        \b, x86 hard disk boot sector
  4261. 19    string        \100\013\360\011\0\022\0\2\0    DOS floppy 1440k
  4262. >0x1FE    leshort        0xAA55        \b, x86 hard disk boot sector
  4263.  
  4264. 19    string        \240\5\371\5\0\011\0\2\0    DOS floppy 720k, IBM
  4265. >0x1FE    leshort        0xAA55        \b, x86 hard disk boot sector
  4266. 19    string        \100\013\371\5\0\011\0\2\0    DOS floppy 1440k, mkdosfs
  4267. >0x1FE    leshort        0xAA55        \b, x86 hard disk boot sector
  4268.  
  4269. 19    string        \320\2\370\5\0\011\0\1\0    Atari-ST floppy 360k
  4270. 19    string        \240\5\371\5\0\011\0\2\0    Atari-ST floppy 720k
  4271.  
  4272. #  Valid media descriptor bytes for MS-DOS:
  4273. #
  4274. #     Byte   Capacity   Media Size and Type
  4275. #     -------------------------------------------------
  4276. #
  4277. #     F0     2.88 MB    3.5-inch, 2-sided, 36-sector
  4278. #     F0     1.44 MB    3.5-inch, 2-sided, 18-sector
  4279. #     F9     720K       3.5-inch, 2-sided, 9-sector
  4280. #     F9     1.2 MB     5.25-inch, 2-sided, 15-sector
  4281. #     FD     360K       5.25-inch, 2-sided, 9-sector
  4282. #     FF     320K       5.25-inch, 2-sided, 8-sector
  4283. #     FC     180K       5.25-inch, 1-sided, 9-sector
  4284. #     FE     160K       5.25-inch, 1-sided, 8-sector
  4285. #     FE     250K       8-inch, 1-sided, single-density
  4286. #     FD     500K       8-inch, 2-sided, single-density
  4287. #     FE     1.2 MB     8-inch, 2-sided, double-density
  4288. #     F8     -----      Fixed disk 
  4289. #
  4290. #     FC     xxxK       Apricot 70x1x9 boot disk.
  4291. #
  4292. # Originally a bitmap:
  4293. #  xxxxxxx0    Not two sided
  4294. #  xxxxxxx1    Double sided
  4295. #  xxxxxx0x    Not 8 SPT
  4296. #  xxxxxx1x    8 SPT
  4297. #  xxxxx0xx    Not Removable drive
  4298. #  xxxxx1xx    Removable drive
  4299. #  11111xxx    Must be one.
  4300. #
  4301. # But now it's rather random:
  4302. #  111111xx    Low density disk
  4303. #        00    SS, Not 8 SPT
  4304. #        01    DS, Not 8 SPT
  4305. #        10    SS, 8 SPT
  4306. #        11    DS, 8 SPT
  4307. #
  4308. #  11111001    Double density 3╜ floppy disk, high density 5╝
  4309. #  11110000    High density 3╜ floppy disk
  4310. #  11111000    Hard disk any format
  4311. #
  4312.  
  4313. # CDROM Filesystems
  4314. 32769    string    CD001     ISO 9660 CD-ROM filesystem data
  4315. # "application id" which appears to be used as a volume label
  4316. >32808     string    >\0       '%s'
  4317. >34816     string    \000CD001\001EL\ TORITO\ SPECIFICATION    (bootable)
  4318. 37633    string    CD001     ISO 9660 CD-ROM filesystem data (raw 2352 byte sectors)
  4319. 32776    string    CDROM     High Sierra CD-ROM filesystem data
  4320.  
  4321. # cramfs filesystem - russell@coker.com.au
  4322. 0       lelong    0x28cd3d45      Linux Compressed ROM File System data, little endian
  4323. >4      lelong  x size %d
  4324. >8      lelong  &1 version #2
  4325. >8      lelong  &2 sorted_dirs
  4326. >8      lelong  &4 hole_support
  4327. >32     lelong  x CRC 0x%x,
  4328. >36     lelong  x edition %d,
  4329. >40     lelong  x %d blocks,
  4330. >44     lelong  x %d files
  4331.  
  4332. 0       belong    0x28cd3d45      Linux Compressed ROM File System data, big endian
  4333. >4      belong  x size %d
  4334. >8      belong  &1 version #2
  4335. >8      belong  &2 sorted_dirs
  4336. >8      belong  &4 hole_support
  4337. >32     belong  x CRC 0x%x,
  4338. >36     belong  x edition %d,
  4339. >40     belong  x %d blocks,
  4340. >44     belong  x %d files
  4341.  
  4342. # reiserfs - russell@coker.com.au
  4343. 0x10034        string    ReIsErFs    ReiserFS V3.5
  4344. 0x10034        string    ReIsEr2Fs    ReiserFS V3.6
  4345. >0x1002c     leshort    x        block size %d
  4346. >0x10032    leshort    &2        (mounted or unclean)
  4347. >0x10000    lelong    x        num blocks %d
  4348. >0x10040    lelong    1        tea hash
  4349. >0x10040    lelong    2        yura hash
  4350. >0x10040    lelong    3        r5 hash
  4351.  
  4352. # JFFS - russell@coker.com.au
  4353. 0    lelong    0x34383931    Linux Journalled Flash File system, little endian
  4354. 0    belong    0x34383931    Linux Journalled Flash File system, big endian
  4355.  
  4356. # EST flat binary format (which isn't, but anyway)
  4357. # From: Mark Brown <broonie@sirena.org.uk>
  4358. 0    string    ESTFBINR    EST flat binary
  4359.  
  4360. # Aculab VoIP firmware
  4361. # From: Mark Brown <broonie@sirena.org.uk>
  4362. 0    string    VoIP\ Startup\ and    Aculab VoIP firmware
  4363. >35    string    x    format %s
  4364.  
  4365. # PPCBoot image file
  4366. # From: Mark Brown <broonie@sirena.org.uk>
  4367. 0    belong    0x27051956    PPCBoot image
  4368. >4    string  PPCBoot
  4369. >>12    string  x        version %s
  4370.  
  4371. # JFFS2 file system
  4372. 0       leshort         0x1984                  Linux old jffs2 filesystem data little endian
  4373. 0       lelong          0xe0011985              Linux jffs2 filesystem data little endian
  4374.  
  4375. # Squashfs
  4376. 0    string    sqsh    Squashfs filesystem, big endian,
  4377. >28    beshort    x    version %d.
  4378. >30    beshort x    \b%d,
  4379. >8    belong    x    %d bytes,
  4380. >4    belong    x    %d inodes,
  4381. >28    beshort <2
  4382. >>32    beshort    x    blocksize: %d bytes,
  4383. >28    beshort >1
  4384. >>51    belong    x    blocksize: %d bytes,
  4385. >39    bedate    x    created: %s
  4386. 0    string    hsqs    Squashfs filesystem, little endian,
  4387. >28    leshort    x    version %d.
  4388. >30    leshort    x    \b%d,
  4389. >8    lelong    x    %d bytes,
  4390. >4    lelong    x    %d inodes,
  4391. >28    leshort <2
  4392. >>32    leshort    x    blocksize: %d bytes,
  4393. >28    leshort >1
  4394. >>51    lelong    x    blocksize: %d bytes,
  4395. >39    ledate    x    created: %s
  4396.  
  4397. #------------------------------------------------------------------------------
  4398. # flash:    file(1) magic for Macromedia Flash file format
  4399. #
  4400. # See
  4401. #
  4402. #    http://www.macromedia.com/software/flash/open/
  4403. #
  4404. 0    string        FWS        Macromedia Flash data,
  4405. >3    byte        x        version %d
  4406. 0    string        CWS        Macromedia Flash data (compressed),
  4407. >3    byte        x        version %d
  4408. #
  4409. # From Dave Wilson
  4410. 0    string AGD4\xbe\xb8\xbb\xcb\x00    Macromedia Freehand 9 Document
  4411.  
  4412. #------------------------------------------------------------------------------
  4413. # fonts:  file(1) magic for font data
  4414. #
  4415. 0    string        FONT        ASCII vfont text
  4416. 0    short        0436        Berkeley vfont data
  4417. 0    short        017001        byte-swapped Berkeley vfont data
  4418.  
  4419. # PostScript fonts (must precede "printer" entries), quinlan@yggdrasil.com
  4420. 0    string        %!PS-AdobeFont-1.    PostScript Type 1 font text
  4421. >20    string        >\0            (%s)
  4422. 6    string        %!PS-AdobeFont-1.    PostScript Type 1 font program data
  4423.  
  4424. # X11 font files in SNF (Server Natural Format) format
  4425. 0    belong        00000004        X11 SNF font data, MSB first
  4426. 0    lelong        00000004        X11 SNF font data, LSB first
  4427.  
  4428. # X11 Bitmap Distribution Format, from Daniel Quinlan (quinlan@yggdrasil.com)
  4429. 0    string        STARTFONT\040        X11 BDF font text
  4430.  
  4431. # X11 fonts, from Daniel Quinlan (quinlan@yggdrasil.com)
  4432. # PCF must come before SGI additions ("MIPSEL MIPS-II COFF" collides)
  4433. 0    string        \001fcp            X11 Portable Compiled Font data
  4434. >12    byte        0x02            \b, LSB first
  4435. >12    byte        0x0a            \b, MSB first
  4436. 0    string        D1.0\015        X11 Speedo font data
  4437.  
  4438. #------------------------------------------------------------------------------
  4439. # FIGlet fonts and controlfiles
  4440. # From figmagic supplied with Figlet version 2.2
  4441. # "David E. O'Brien" <obrien@FreeBSD.ORG>
  4442. 0    string        flf        FIGlet font
  4443. >3    string        >2a        version %-2.2s
  4444. 0    string        flc        FIGlet controlfile
  4445. >3    string        >2a        version %-2.2s
  4446.  
  4447. # libGrx graphics lib fonts, from Albert Cahalan (acahalan@cs.uml.edu)
  4448. # Used with djgpp (DOS Gnu C++), sometimes Linux or Turbo C++
  4449. 0    belong        0x14025919    libGrx font data,
  4450. >8    leshort        x        %dx
  4451. >10    leshort        x        \b%d
  4452. >40    string        x        %s
  4453. # Misc. DOS VGA fonts, from Albert Cahalan (acahalan@cs.uml.edu)
  4454. 0    belong        0xff464f4e    DOS code page font data collection
  4455. 7    belong        0x00454741    DOS code page font data
  4456. 7    belong        0x00564944    DOS code page font data (from Linux?)
  4457. 4098    string        DOSFONT        DOSFONT2 encrypted font data
  4458.  
  4459. # downloadable fonts for browser (prints type) anthon@mnt.org
  4460. 0    string        PFR1        PFR1 font
  4461. >102    string        >0        \b: %s
  4462.  
  4463. # True Type fonts
  4464. 0    string    \000\001\000\000\000    TrueType font data
  4465.  
  4466. 0    string        \007\001\001\000Copyright\ (c)\ 199    Adobe Multiple Master font
  4467. 0    string        \012\001\001\000Copyright\ (c)\ 199    Adobe Multiple Master font
  4468.  
  4469. # Opentype font data from Avi Bercovich
  4470. 0    string        OTTO        OpenType font data 
  4471.  
  4472.  
  4473. #------------------------------------------------------------------------------
  4474. # frame:  file(1) magic for FrameMaker files
  4475. #
  4476. # This stuff came on a FrameMaker demo tape, most of which is
  4477. # copyright, but this file is "published" as witness the following:
  4478. #
  4479. 0    string        \<MakerFile    FrameMaker document
  4480. >11    string        5.5         (5.5
  4481. >11    string        5.0         (5.0
  4482. >11    string        4.0         (4.0
  4483. >11    string        3.0         (3.0
  4484. >11    string        2.0         (2.0
  4485. >11    string        1.0         (1.0
  4486. >14    byte        x          %c)
  4487. 0    string        \<MIFFile    FrameMaker MIF (ASCII) file
  4488. >9    string        4.0         (4.0)
  4489. >9    string        3.0         (3.0)
  4490. >9    string        2.0         (2.0)
  4491. >9    string        1.0         (1.x)
  4492. 0    string        \<MakerDictionary    FrameMaker Dictionary text
  4493. >17    string        3.0         (3.0)
  4494. >17    string        2.0         (2.0)
  4495. >17    string        1.0         (1.x)
  4496. 0    string        \<MakerScreenFont    FrameMaker Font file
  4497. >17    string        1.01         (%s)
  4498. 0    string        \<MML        FrameMaker MML file
  4499. 0    string        \<BookFile    FrameMaker Book file
  4500. >10    string        3.0         (3.0
  4501. >10    string        2.0         (2.0
  4502. >10    string        1.0         (1.0
  4503. >13    byte        x          %c)
  4504. # XXX - this book entry should be verified, if you find one, uncomment this
  4505. #0    string        \<Book\     FrameMaker Book (ASCII) file
  4506. #>6    string        3.0         (3.0)
  4507. #>6    string        2.0         (2.0)
  4508. #>6    string        1.0         (1.0)
  4509. 0    string        \<Maker    Intermediate Print File    FrameMaker IPL file
  4510.  
  4511. #------------------------------------------------------------------------------
  4512. # freebsd:  file(1) magic for FreeBSD objects
  4513. #
  4514. # All new-style FreeBSD magic numbers are in host byte order (i.e.,
  4515. # little-endian on x86).
  4516. #
  4517. # XXX - this comes from the file "freebsd" in a recent FreeBSD version of
  4518. # "file"; it, and the NetBSD stuff in "netbsd", appear to use different
  4519. # schemes for distinguishing between executable images, shared libraries,
  4520. # and object files.
  4521. #
  4522. # FreeBSD says:
  4523. #
  4524. #    Regardless of whether it's pure, demand-paged, or none of the
  4525. #    above:
  4526. #
  4527. #    if the entry point is < 4096, then it's a shared library if
  4528. #    the "has run-time loader information" bit is set, and is
  4529. #    position-independent if the "is position-independent" bit
  4530. #    is set;
  4531. #
  4532. #    if the entry point is >= 4096 (or >4095, same thing), then it's
  4533. #    an executable, and is dynamically-linked if the "has run-time
  4534. #    loader information" bit is set.
  4535. #
  4536. # On x86, NetBSD says:
  4537. #
  4538. #    If it's neither pure nor demand-paged:
  4539. #
  4540. #    if it has the "has run-time loader information" bit set, it's
  4541. #    a dynamically-linked executable;
  4542. #
  4543. #    if it doesn't have that bit set, then:
  4544. #
  4545. #        if it has the "is position-independent" bit set, it's
  4546. #        position-independent;
  4547. #
  4548. #        if the entry point is non-zero, it's an executable, otherwise
  4549. #        it's an object file.
  4550. #
  4551. #    If it's pure:
  4552. #
  4553. #    if it has the "has run-time loader information" bit set, it's
  4554. #    a dynamically-linked executable, otherwise it's just an
  4555. #    executable.
  4556. #
  4557. #    If it's demand-paged:
  4558. #
  4559. #    if it has the "has run-time loader information" bit set,
  4560. #    then:
  4561. #
  4562. #        if the entry point is < 4096, it's a shared library;
  4563. #
  4564. #        if the entry point is = 4096 or > 4096 (i.e., >= 4096),
  4565. #        it's a dynamically-linked executable);
  4566. #
  4567. #    if it doesn't have the "has run-time loader information" bit
  4568. #    set, then it's just an executable.
  4569. #
  4570. # (On non-x86, NetBSD does much the same thing, except that it uses
  4571. # 8192 on 68K - except for "68k4k", which is presumably "68K with 4K
  4572. # pages - SPARC, and MIPS, presumably because Sun-3's and Sun-4's
  4573. # had 8K pages; dunno about MIPS.)
  4574. #
  4575. # I suspect the two will differ only in perverse and uninteresting cases
  4576. # ("shared" libraries that aren't demand-paged and whose pages probably
  4577. # won't actually be shared, executables with entry points <4096).
  4578. #
  4579. # I leave it to those more familiar with FreeBSD and NetBSD to figure out
  4580. # what the right answer is (although using ">4095", FreeBSD-style, is
  4581. # probably better than separately checking for "=4096" and ">4096",
  4582. # NetBSD-style).  (The old "netbsd" file analyzed FreeBSD demand paged
  4583. # executables using the NetBSD technique.)
  4584. #
  4585. 0    lelong&0377777777    041400407    FreeBSD/i386
  4586. >20    lelong            <4096
  4587. >>3    byte&0xC0        &0x80        shared library
  4588. >>3    byte&0xC0        0x40        PIC object
  4589. >>3    byte&0xC0        0x00        object
  4590. >20    lelong            >4095
  4591. >>3    byte&0x80        0x80        dynamically linked executable
  4592. >>3    byte&0x80        0x00        executable
  4593. >16    lelong            >0        not stripped
  4594.  
  4595. 0    lelong&0377777777    041400410    FreeBSD/i386 pure
  4596. >20    lelong            <4096
  4597. >>3    byte&0xC0        &0x80        shared library
  4598. >>3    byte&0xC0        0x40        PIC object
  4599. >>3    byte&0xC0        0x00        object
  4600. >20    lelong            >4095
  4601. >>3    byte&0x80        0x80        dynamically linked executable
  4602. >>3    byte&0x80        0x00        executable
  4603. >16    lelong            >0        not stripped
  4604.  
  4605. 0    lelong&0377777777    041400413    FreeBSD/i386 demand paged
  4606. >20    lelong            <4096
  4607. >>3    byte&0xC0        &0x80        shared library
  4608. >>3    byte&0xC0        0x40        PIC object
  4609. >>3    byte&0xC0        0x00        object
  4610. >20    lelong            >4095
  4611. >>3    byte&0x80        0x80        dynamically linked executable
  4612. >>3    byte&0x80        0x00        executable
  4613. >16    lelong            >0        not stripped
  4614.  
  4615. 0    lelong&0377777777    041400314    FreeBSD/i386 compact demand paged
  4616. >20    lelong            <4096
  4617. >>3    byte&0xC0        &0x80        shared library
  4618. >>3    byte&0xC0        0x40        PIC object
  4619. >>3    byte&0xC0        0x00        object
  4620. >20    lelong            >4095
  4621. >>3    byte&0x80        0x80        dynamically linked executable
  4622. >>3    byte&0x80        0x00        executable
  4623. >16    lelong            >0        not stripped
  4624.  
  4625. # XXX gross hack to identify core files
  4626. # cores start with a struct tss; we take advantage of the following:
  4627. # byte 7:     highest byte of the kernel stack pointer, always 0xfe
  4628. #      8/9:   kernel (ring 0) ss value, always 0x0010
  4629. #      10 - 27: ring 1 and 2 ss/esp, unused, thus always 0
  4630. #      28:    low order byte of the current PTD entry, always 0 since the
  4631. #             PTD is page-aligned
  4632. #
  4633. 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
  4634. >1039    string    >\0    from '%s'
  4635.  
  4636. # /var/run/ld.so.hints
  4637. # What are you laughing about?
  4638. 0    lelong            011421044151    ld.so hints file (Little Endian
  4639. >4    lelong            >0        \b, version %d)
  4640. >4    belong            <=0        \b)
  4641. 0    belong            011421044151    ld.so hints file (Big Endian
  4642. >4    belong            >0        \b, version %d)
  4643. >4    belong            <=0        \b)
  4644.  
  4645. #
  4646. # Files generated by FreeBSD scrshot(1)/vidcontrol(1) utilities
  4647. #
  4648. 0    string    SCRSHOT_    scrshot(1) screenshot,
  4649. >8    byte    x        version %d,
  4650. >9    byte    2        %d bytes in header,
  4651. >>10    byte    x        %d chars wide by
  4652. >>11    byte    x        %d chars high
  4653.  
  4654. #------------------------------------------------------------------------------
  4655. # fsav:  file(1) magic for datafellows fsav virus definition files
  4656. # Anthon van der Neut (anthon@mnt.org)
  4657. 0    beshort        0x1575        fsav (linux) macro virus
  4658. >8    leshort        >0        (%d-
  4659. >11    byte        >0        \b%02d-
  4660. >10    byte        >0        \b%02d)
  4661.  
  4662. # comment this out for now because it regognizes every file where
  4663. # the eighth character is \n
  4664. #8    byte        0x0a
  4665. #>12    byte        0x07
  4666. #>11    leshort        >0        fsav (linux) virus (%d-
  4667. #>10    byte        0        \b01-
  4668. #>10    byte        1        \b02-
  4669. #>10    byte        2        \b03-
  4670. #>10    byte        3        \b04-
  4671. #>10    byte        4        \b05-
  4672. #>10    byte        5        \b06-
  4673. #>10    byte        6        \b07-
  4674. #>10    byte        7        \b08-
  4675. #>10    byte        8        \b08-
  4676. #>10    byte        9        \b10-
  4677. #>10    byte        10        \b11-
  4678. #>10    byte        11        \b12-
  4679. #>9    byte        >0        \b%02d)
  4680. #------------------------------------------------------------------------------
  4681. # games:  file(1) for games
  4682.  
  4683. # Thomas M. Ott (ThMO)
  4684. 1    string    =WAD        DOOM data,
  4685. >0    string    =I        main wad
  4686. >0    string    =P        patch wad
  4687. >0    byte    x        unknown junk
  4688.  
  4689. # Fabio Bonelli <fabiobonelli@libero.it>
  4690. # Quake II - III data files
  4691. 0       string  IDP2            Quake II 3D Model file,
  4692. >20     long    x               %lu skin(s),
  4693. >8      long    x               (%lu x
  4694. >12     long    x         %lu),
  4695. >40     long    x               %lu frame(s),
  4696. >16     long    x               Frame size %lu bytes,
  4697. >24     long      x               %lu vertices/frame,
  4698. >28     long    x                %lu texture coordinates,
  4699. >32     long    x               %lu triangles/frame
  4700.  
  4701. 0       string  IBSP            Quake
  4702. >4      long    0x26            II Map file (BSP)
  4703. >4      long    0x2E          III Map file (BSP)
  4704.  
  4705. 0       string  IDS2            Quake II SP2 sprite file
  4706.  
  4707. #---------------------------------------------------------------------------
  4708. # Doom and Quake
  4709. # submitted by Nicolas Patrois
  4710.  
  4711. # DOOM
  4712.  
  4713. 0       string  IWAD    DOOM or DOOM ][ world
  4714. 0       string  PWAD    DOOM or DOOM ][ extension world
  4715.  
  4716. 0       string  \xcb\x1dBoom\xe6\xff\x03\x01    Boom or linuxdoom demo
  4717. # some doom lmp files don't match, I've got one beginning with \x6d\x02\x01\x01
  4718.  
  4719. 24      string  LxD\ 203        Linuxdoom save
  4720. >0      string  x       , name=%s
  4721. >44     string  x       , world=%s
  4722.  
  4723. # Quake
  4724.  
  4725. 0       string  PACK    Quake I or II world or extension
  4726.  
  4727. #0       string  -1\x0a  Quake I demo
  4728. #>30     string  x        version %.4s
  4729. #>61     string  x        level %s       
  4730.  
  4731. #0       string  5\x0a   Quake I save
  4732.  
  4733. # The levels
  4734.  
  4735. # Quake 1
  4736.  
  4737. 0    string    5\x0aIntroduction             Quake I save: start Introduction
  4738. 0    string    5\x0athe_Slipgate_Complex     Quake I save: e1m1 The slipgate complex
  4739. 0    string    5\x0aCastle_of_the_Damned     Quake I save: e1m2 Castle of the damned
  4740. 0    string    5\x0athe_Necropolis           Quake I save: e1m3 The necropolis
  4741. 0    string    5\x0athe_Grisly_Grotto        Quake I save: e1m4 The grisly grotto
  4742. 0    string    5\x0aZiggurat_Vertigo         Quake I save: e1m8 Ziggurat vertigo (secret)
  4743. 0    string    5\x0aGloom_Keep               Quake I save: e1m5 Gloom keep
  4744. 0    string    5\x0aThe_Door_To_Chthon       Quake I save: e1m6 The door to Chthon
  4745. 0    string    5\x0aThe_House_of_Chthon      Quake I save: e1m7 The house of Chthon
  4746. 0    string    5\x0athe_Installation         Quake I save: e2m1 The installation
  4747. 0    string    5\x0athe_Ogre_Citadel         Quake I save: e2m2 The ogre citadel
  4748. 0    string    5\x0athe_Crypt_of_Decay       Quake I save: e2m3 The crypt of decay (dopefish lives!)
  4749. 0    string    5\x0aUnderearth               Quake I save: e2m7 Underearth (secret)
  4750. 0    string    5\x0athe_Ebon_Fortress        Quake I save: e2m4 The ebon fortress
  4751. 0    string    5\x0athe_Wizard's_Manse       Quake I save: e2m5 The wizard's manse
  4752. 0    string    5\x0athe_Dismal_Oubliette     Quake I save: e2m6 The dismal oubliette
  4753. 0    string    5\x0aTermination_Central      Quake I save: e3m1 Termination central
  4754. 0    string    5\x0aVaults_of_Zin            Quake I save: e3m2 Vaults of Zin
  4755. 0    string    5\x0athe_Tomb_of_Terror       Quake I save: e3m3 The tomb of terror
  4756. 0    string    5\x0aSatan's_Dark_Delight     Quake I save: e3m4 Satan's dark delight
  4757. 0    string    5\x0athe_Haunted_Halls        Quake I save: e3m7 The haunted halls (secret)
  4758. 0    string    5\x0aWind_Tunnels             Quake I save: e3m5 Wind tunnels
  4759. 0    string    5\x0aChambers_of_Torment      Quake I save: e3m6 Chambers of torment
  4760. 0    string    5\x0athe_Sewage_System        Quake I save: e4m1 The sewage system
  4761. 0    string    5\x0aThe_Tower_of_Despair     Quake I save: e4m2 The tower of despair
  4762. 0    string    5\x0aThe_Elder_God_Shrine     Quake I save: e4m3 The elder god shrine
  4763. 0    string    5\x0athe_Palace_of_Hate       Quake I save: e4m4 The palace of hate
  4764. 0    string    5\x0aHell's_Atrium            Quake I save: e4m5 Hell's atrium
  4765. 0    string    5\x0athe_Nameless_City        Quake I save: e4m8 The nameless city (secret)
  4766. 0    string    5\x0aThe_Pain_Maze            Quake I save: e4m6 The pain maze
  4767. 0    string    5\x0aAzure_Agony              Quake I save: e4m7 Azure agony
  4768. 0    string    5\x0aShub-Niggurath's_Pit     Quake I save: end Shub-Niggurath's pit
  4769.  
  4770. # Quake DeathMatch levels
  4771.  
  4772. 0    string    5\x0aPlace_of_Two_Deaths     Quake I save: dm1 Place of two deaths
  4773. 0    string    5\x0aClaustrophobopolis         Quake I save: dm2 Claustrophobopolis
  4774. 0    string    5\x0aThe_Abandoned_Base         Quake I save: dm3 The abandoned base
  4775. 0    string    5\x0aThe_Bad_Place         Quake I save: dm4 The bad place
  4776. 0    string    5\x0aThe_Cistern         Quake I save: dm5 The cistern
  4777. 0    string    5\x0aThe_Dark_Zone         Quake I save: dm6 The dark zone
  4778.  
  4779. # Scourge of Armagon
  4780.  
  4781. 0    string    5\x0aCommand_HQ               Quake I save: start Command HQ
  4782. 0    string    5\x0aThe_Pumping_Station      Quake I save: hip1m1 The pumping station
  4783. 0    string    5\x0aStorage_Facility         Quake I save: hip1m2 Storage facility
  4784. 0    string    5\x0aMilitary_Complex         Quake I save: hip1m5 Military complex (secret)
  4785. 0    string    5\x0athe_Lost_Mine            Quake I save: hip1m3 The lost mine
  4786. 0    string    5\x0aResearch_Facility        Quake I save: hip1m4 Research facility
  4787. 0    string    5\x0aAncient_Realms           Quake I save: hip2m1 Ancient realms
  4788. 0    string    5\x0aThe_Gremlin's_Domain     Quake I save: hip2m6 The gremlin's domain (secret)
  4789. 0    string    5\x0aThe_Black_Cathedral      Quake I save: hip2m2 The black cathedral
  4790. 0    string    5\x0aThe_Catacombs            Quake I save: hip2m3 The catacombs
  4791. 0    string    5\x0athe_Crypt__              Quake I save: hip2m4 The crypt
  4792. 0    string    5\x0aMortum's_Keep            Quake I save: hip2m5 Mortum's keep
  4793. 0    string    5\x0aTur_Torment              Quake I save: hip3m1 Tur torment
  4794. 0    string    5\x0aPandemonium              Quake I save: hip3m2 Pandemonium
  4795. 0    string    5\x0aLimbo                    Quake I save: hip3m3 Limbo
  4796. 0    string    5\x0athe_Edge_of_Oblivion     Quake I save: hipdm1 The edge of oblivion (secret)
  4797. 0    string    5\x0aThe_Gauntlet             Quake I save: hip3m4 The gauntlet
  4798. 0    string    5\x0aArmagon's_Lair           Quake I save: hipend Armagon's lair
  4799.  
  4800. # Malice
  4801.  
  4802. 0    string    5\x0aThe_Academy      Quake I save: start The academy
  4803. 0    string    5\x0aThe_Lab          Quake I save: d1 The lab
  4804. 0    string    5\x0aArea_33          Quake I save: d1b Area 33
  4805. 0    string    5\x0aSECRET_MISSIONS  Quake I save: d3b Secret missions
  4806. 0    string    5\x0aThe_Hospital     Quake I save: d10 The hospital (secret)
  4807. 0    string    5\x0aThe_Genetics_Lab Quake I save: d11 The genetics lab (secret)
  4808. 0    string    5\x0aBACK_2_MALICE    Quake I save: d4b Back to Malice
  4809. 0    string    5\x0aArea44           Quake I save: d1c Area 44
  4810. 0    string    5\x0aTakahiro_Towers  Quake I save: d2 Takahiro towers
  4811. 0    string    5\x0aA_Rat's_Life     Quake I save: d3 A rat's life
  4812. 0    string    5\x0aInto_The_Flood   Quake I save: d4 Into the flood
  4813. 0    string    5\x0aThe_Flood        Quake I save: d5 The flood
  4814. 0    string    5\x0aNuclear_Plant    Quake I save: d6 Nuclear plant
  4815. 0    string    5\x0aThe_Incinerator_Plant    Quake I save: d7 The incinerator plant
  4816. 0    string    5\x0aThe_Foundry              Quake I save: d7b The foundry
  4817. 0    string    5\x0aThe_Underwater_Base      Quake I save: d8 The underwater base
  4818. 0    string    5\x0aTakahiro_Base            Quake I save: d9 Takahiro base
  4819. 0    string    5\x0aTakahiro_Laboratories    Quake I save: d12 Takahiro laboratories
  4820. 0    string    5\x0aStayin'_Alive    Quake I save: d13 Stayin' alive
  4821. 0    string    5\x0aB.O.S.S._HQ      Quake I save: d14 B.O.S.S. HQ
  4822. 0    string    5\x0aSHOWDOWN!        Quake I save: d15 Showdown!
  4823.  
  4824. # Malice DeathMatch levels
  4825.  
  4826. 0    string    5\x0aThe_Seventh_Precinct     Quake I save: ddm1 The seventh precinct
  4827. 0    string    5\x0aSub_Station         Quake I save: ddm2 Sub station
  4828. 0    string    5\x0aCrazy_Eights!         Quake I save: ddm3 Crazy eights!
  4829. 0    string    5\x0aEast_Side_Invertationa     Quake I save: ddm4 East side invertationa
  4830. 0    string    5\x0aSlaughterhouse         Quake I save: ddm5 Slaughterhouse
  4831. 0    string    5\x0aDOMINO             Quake I save: ddm6 Domino
  4832. 0    string    5\x0aSANDRA'S_LADDER         Quake I save: ddm7 Sandra's ladder
  4833.  
  4834.  
  4835. 0    string    MComprHD    MAME CHD compressed hard disk image,
  4836. >12    belong    x        version %lu
  4837.  
  4838. #------------------------------------------------------------------------------
  4839. # GEOS files (Vidar Madsen, vidar@gimp.org)
  4840. # semi-commonly used in embedded and handheld systems.
  4841. 0    belong    0xc745c153    GEOS
  4842. >40    byte    1    executable
  4843. >40    byte    2    VMFile
  4844. >40    byte    3    binary
  4845. >40    byte    4    directory label
  4846. >40    byte    <1    unknown
  4847. >40    byte    >4    unknown
  4848. >4    string    >\0    \b, name "%s"
  4849. #>44    short    x    \b, version %d
  4850. #>46    short    x    \b.%d
  4851. #>48    short    x    \b, rev %d
  4852. #>50    short    x    \b.%d
  4853. #>52    short    x    \b, proto %d
  4854. #>54    short    x    \br%d
  4855. #>168    string    >\0    \b, copyright "%s"
  4856.  
  4857. #------------------------------------------------------------------------------
  4858. # gcc:  file(1) magic for GCC special files
  4859. #
  4860. 0    string        gpch        GCC precompiled header
  4861.  
  4862. # The version field is annoying.  It's 3 characters, not zero-terminated.
  4863. >5    byte        x            (version %c
  4864. >6    byte        x            \b%c
  4865. >7    byte        x            \b%c)
  4866.  
  4867. # 67 = 'C', 111 = 'o', 43 = '+', 79 = 'O'
  4868. >4    byte        67            for C
  4869. >4    byte        111            for Objective C
  4870. >4    byte        43            for C++
  4871. >4    byte        79            for Objective C++
  4872. #------------------------------------------------------------------------------
  4873. # GIMP Gradient: file(1) magic for the GIMP's gradient data files
  4874. # by Federico Mena <federico@nuclecu.unam.mx>
  4875.  
  4876. 0       string          GIMP\ Gradient  GIMP gradient data
  4877.  
  4878. #------------------------------------------------------------------------------
  4879. # XCF:  file(1) magic for the XCF image format used in the GIMP developed
  4880. #       by Spencer Kimball and Peter Mattis
  4881. #       ('Bucky' LaDieu, nega@vt.edu)
  4882.  
  4883. 0    string        gimp\ xcf    GIMP XCF image data,
  4884. >9    string        file        version 0,
  4885. >9    string        v        version
  4886. >>10    string        >\0        %s,
  4887. >14    belong        x        %lu x
  4888. >18    belong        x        %lu,
  4889. >22     belong          0               RGB Color
  4890. >22     belong          1               Greyscale
  4891. >22     belong          2               Indexed Color
  4892. >22    belong        >2        Unknown Image Type.
  4893.  
  4894. #------------------------------------------------------------------------------
  4895. # XCF:  file(1) magic for the patterns used in the GIMP, developed
  4896. #       by Spencer Kimball and Peter Mattis
  4897. #       ('Bucky' LaDieu, nega@vt.edu)
  4898.  
  4899. 20      string          GPAT            GIMP pattern data,
  4900. >24     string          x               %s
  4901.  
  4902. #------------------------------------------------------------------------------
  4903. # XCF:  file(1) magic for the brushes used in the GIMP, developed
  4904. #       by Spencer Kimball and Peter Mattis
  4905. #       ('Bucky' LaDieu, nega@vt.edu)
  4906.  
  4907. 20      string          GIMP            GIMP brush data
  4908. #------------------------------------------------------------------------------
  4909. # gnu:  file(1) magic for various GNU tools
  4910. #
  4911. # GNU nlsutils message catalog file format
  4912. #
  4913. 0    string        \336\22\4\225    GNU message catalog (little endian),
  4914. >4    lelong        x        revision %d,
  4915. >8    lelong        x        %d messages
  4916. 0    string        \225\4\22\336    GNU message catalog (big endian),
  4917. >4    belong        x        revision %d,
  4918. >8    belong        x        %d messages
  4919. # message catalogs, from Mitchum DSouza <m.dsouza@mrc-apu.cam.ac.uk>
  4920. 0    string        *nazgul*    Nazgul style compiled message catalog
  4921. >8    lelong        >0        \b, version %ld
  4922.  
  4923. # GnuPG
  4924. # The format is very similar to pgp
  4925. 0    string          \001gpg                 GPG key trust database
  4926. >4    byte            x                       version %d
  4927. 0    beshort        0x8502            GPG encrypted data
  4928. # This magic is not particularly good, as the keyrings don't have true
  4929. # magic. Nevertheless, it covers many keyrings.
  4930. 0       beshort         0x9901                  GPG key public ring
  4931.  
  4932. # Gnumeric spreadsheet
  4933. # This entry is only semi-helpful, as Gnumeric compresses its files, so
  4934. # they will ordinarily reported as "compressed", but at least -z helps
  4935. 39      string          =<gmr:Workbook           Gnumeric spreadsheet
  4936.  
  4937. # From: James Youngman <jay@gnu.org> 
  4938. # gnu find magic
  4939. 0    string    \0LOCATE    GNU findutils locate database data
  4940. >7    string    >\0        \b, format %s
  4941. >7    string    02        \b (frcode)
  4942.  
  4943. #------------------------------------------------------------------------------
  4944. # ACE/gr and Grace type files - PLEASE DO NOT REMOVE THIS LINE
  4945. #
  4946. # ACE/gr binary
  4947. 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
  4948. >39    byte    >0            - version %c
  4949. # ACE/gr ascii
  4950. 0    string    #\ xvgr\ parameter\ file    ACE/gr ascii file
  4951. 0    string    #\ xmgr\ parameter\ file    ACE/gr ascii file
  4952. 0    string    #\ ACE/gr\ parameter\ file    ACE/gr ascii file
  4953. # Grace projects
  4954. 0    string    #\ Grace\ project\ file        Grace project file
  4955. >23    string    @version\              (version
  4956. >>32    byte    >0                 %c
  4957. >>33    string    >\0                 \b.%.2s
  4958. >>35    string    >\0                 \b.%.2s)
  4959. # ACE/gr fit description files
  4960. 0    string    #\ ACE/gr\ fit\ description\     ACE/gr fit description file
  4961. # end of ACE/gr and Grace type files - PLEASE DO NOT REMOVE THIS LINE
  4962.  
  4963. #------------------------------------------------------------------------------
  4964. # gringotts:  file(1) magic for Gringotts
  4965. # http://devel.pluto.linux.it/projects/Gringotts/
  4966. # author: Germano Rizzo <mano@pluto.linux.it>
  4967. #GRG3????Y
  4968. 0    string    GRG        Gringotts data file
  4969. #file format 1
  4970. >3    string        1        v.1, MCRYPT S2K, SERPENT crypt, SHA-256 hash, ZLib lvl.9
  4971. #file format 2
  4972. >3    string        2        v.2, MCRYPT S2K, 
  4973. >>8    byte&0x70    0x00        RIJNDAEL-128 crypt,
  4974. >>8    byte&0x70    0x10        SERPENT crypt,
  4975. >>8    byte&0x70    0x20        TWOFISH crypt, 
  4976. >>8    byte&0x70    0x30        CAST-256 crypt,
  4977. >>8    byte&0x70    0x40        SAFER+ crypt,
  4978. >>8    byte&0x70    0x50        LOKI97 crypt,
  4979. >>8    byte&0x70    0x60        3DES crypt,
  4980. >>8    byte&0x70    0x70        RIJNDAEL-256 crypt,
  4981. >>8    byte&0x08    0x00        SHA1 hash,
  4982. >>8    byte&0x08    0x08        RIPEMD-160 hash,
  4983. >>8    byte&0x04    0x00        ZLib
  4984. >>8    byte&0x04    0x04        BZip2
  4985. >>8    byte&0x03    0x00        lvl.0
  4986. >>8    byte&0x03    0x01        lvl.3
  4987. >>8    byte&0x03    0x02        lvl.6
  4988. >>8    byte&0x03    0x03        lvl.9
  4989. #file format 3
  4990. >3    string        3        v.3, OpenPGP S2K, 
  4991. >>8    byte&0x70    0x00        RIJNDAEL-128 crypt,
  4992. >>8    byte&0x70    0x10        SERPENT crypt,
  4993. >>8    byte&0x70    0x20        TWOFISH crypt, 
  4994. >>8    byte&0x70    0x30        CAST-256 crypt,
  4995. >>8    byte&0x70    0x40        SAFER+ crypt,
  4996. >>8    byte&0x70    0x50        LOKI97 crypt,
  4997. >>8    byte&0x70    0x60        3DES crypt,
  4998. >>8    byte&0x70    0x70        RIJNDAEL-256 crypt,
  4999. >>8    byte&0x08    0x00        SHA1 hash,
  5000. >>8    byte&0x08    0x08        RIPEMD-160 hash,
  5001. >>8    byte&0x04    0x00        ZLib
  5002. >>8    byte&0x04    0x04        BZip2
  5003. >>8    byte&0x03    0x00        lvl.0
  5004. >>8    byte&0x03    0x01        lvl.3
  5005. >>8    byte&0x03    0x02        lvl.6
  5006. >>8    byte&0x03    0x03        lvl.9
  5007. #file format >3
  5008. >3    string        >3        v.%.1s (unknown details)
  5009.  
  5010. #------------------------------------------------------------------------------
  5011. # Hierarchical Data Format, used to facilitate scientific data exchange
  5012. # specifications at http://hdf.ncsa.uiuc.edu/
  5013.  
  5014. 0    belong        0x0e031301    Hierarchical Data Format (version 4) data
  5015. 0    string        \211HDF\r\n\032    Hierarchical Data Format (version 5) data
  5016.  
  5017. #------------------------------------------------------------------------------
  5018. # hitach-sh: file(1) magic for Hitachi Super-H
  5019. #
  5020. # Super-H COFF
  5021. #
  5022. 0    beshort        0x0500        Hitachi SH big-endian COFF
  5023. >18    beshort&0x0002    =0x0000        object
  5024. >18    beshort&0x0002    =0x0002        executable
  5025. >18    beshort&0x0008    =0x0008        \b, stripped
  5026. >18    beshort&0x0008    =0x0000        \b, not stripped
  5027. #
  5028. 0    leshort        0x0550        Hitachi SH little-endian COFF
  5029. >18    leshort&0x0002    =0x0000        object
  5030. >18    leshort&0x0002    =0x0002        executable
  5031. >18    leshort&0x0008    =0x0008        \b, stripped
  5032. >18    leshort&0x0008    =0x0000        \b, not stripped
  5033.  
  5034.  
  5035. #------------------------------------------------------------------------------
  5036. # hp:  file(1) magic for Hewlett Packard machines (see also "printer")
  5037. #
  5038. # XXX - somebody should figure out whether any byte order needs to be
  5039. # applied to the "TML" stuff; I'm assuming the Apollo stuff is
  5040. # big-endian as it was mostly 68K-based.
  5041. #
  5042. # I think the 500 series was the old stack-based machines, running a
  5043. # UNIX environment atop the "SUN kernel"; dunno whether it was
  5044. # big-endian or little-endian.
  5045. #
  5046. # Daniel Quinlan (quinlan@yggdrasil.com): hp200 machines are 68010 based;
  5047. # hp300 are 68020+68881 based; hp400 are also 68k.  The following basic
  5048. # HP magic is useful for reference, but using "long" magic is a better
  5049. # practice in order to avoid collisions.
  5050. #
  5051. # Guy Harris (guy@netapp.com): some additions to this list came from
  5052. # HP-UX 10.0's "/usr/include/sys/unistd.h" (68030, 68040, PA-RISC 1.1,
  5053. # 1.2, and 2.0).  The 1.2 and 2.0 stuff isn't in the HP-UX 10.0
  5054. # "/etc/magic", though, except for the "archive file relocatable library"
  5055. # stuff, and the 68030 and 68040 stuff isn't there at all - are they not
  5056. # used in executables, or have they just not yet updated "/etc/magic"
  5057. # completely?
  5058. #
  5059. # 0    beshort        200        hp200 (68010) BSD binary
  5060. # 0    beshort        300        hp300 (68020+68881) BSD binary
  5061. # 0    beshort        0x20c        hp200/300 HP-UX binary
  5062. # 0    beshort        0x20d        hp400 (68030) HP-UX binary
  5063. # 0    beshort        0x20e        hp400 (68040?) HP-UX binary
  5064. # 0    beshort        0x20b        PA-RISC1.0 HP-UX binary
  5065. # 0    beshort        0x210        PA-RISC1.1 HP-UX binary
  5066. # 0    beshort        0x211        PA-RISC1.2 HP-UX binary
  5067. # 0    beshort        0x214        PA-RISC2.0 HP-UX binary
  5068.  
  5069. #
  5070. # The "misc" stuff needs a byte order; the archives look suspiciously
  5071. # like the old 177545 archives (0xff65 = 0177545).
  5072. #
  5073. #### Old Apollo stuff
  5074. 0    beshort        0627        Apollo m68k COFF executable
  5075. >18    beshort        ^040000        not stripped
  5076. >22    beshort        >0        - version %ld
  5077. 0    beshort        0624        apollo a88k COFF executable
  5078. >18    beshort        ^040000        not stripped
  5079. >22    beshort        >0        - version %ld
  5080. 0       long            01203604016     TML 0123 byte-order format
  5081. 0       long            01702407010     TML 1032 byte-order format
  5082. 0       long            01003405017     TML 2301 byte-order format
  5083. 0       long            01602007412     TML 3210 byte-order format
  5084. #### PA-RISC 1.1
  5085. 0    belong         0x02100106    PA-RISC1.1 relocatable object
  5086. 0    belong         0x02100107    PA-RISC1.1 executable
  5087. >168    belong        &0x00000004    dynamically linked
  5088. >(144)    belong        0x054ef630    dynamically linked
  5089. >96    belong        >0        - not stripped
  5090.  
  5091. 0    belong         0x02100108    PA-RISC1.1 shared executable
  5092. >168    belong&0x4    0x4        dynamically linked
  5093. >(144)    belong        0x054ef630    dynamically linked
  5094. >96    belong        >0        - not stripped
  5095.  
  5096. 0    belong         0x0210010b    PA-RISC1.1 demand-load executable
  5097. >168    belong&0x4    0x4        dynamically linked
  5098. >(144)    belong        0x054ef630    dynamically linked
  5099. >96    belong        >0        - not stripped
  5100.  
  5101. 0    belong         0x0210010e    PA-RISC1.1 shared library
  5102. >96    belong        >0        - not stripped
  5103.  
  5104. 0    belong         0x0210010d    PA-RISC1.1 dynamic load library
  5105. >96    belong        >0        - not stripped
  5106.  
  5107. #### PA-RISC 2.0
  5108. 0    belong        0x02140106    PA-RISC2.0 relocatable object
  5109.  
  5110. 0       belong        0x02140107    PA-RISC2.0 executable
  5111. >168    belong        &0x00000004    dynamically linked
  5112. >(144)    belong        0x054ef630    dynamically linked
  5113. >96    belong        >0        - not stripped
  5114.  
  5115. 0       belong        0x02140108    PA-RISC2.0 shared executable
  5116. >168    belong        &0x00000004    dynamically linked
  5117. >(144)    belong        0x054ef630    dynamically linked
  5118. >96    belong        >0        - not stripped
  5119.  
  5120. 0       belong        0x0214010b    PA-RISC2.0 demand-load executable
  5121. >168    belong        &0x00000004    dynamically linked
  5122. >(144)    belong        0x054ef630    dynamically linked
  5123. >96    belong        >0        - not stripped
  5124.  
  5125. 0       belong        0x0214010e    PA-RISC2.0 shared library
  5126. >96    belong        >0        - not stripped
  5127.  
  5128. 0       belong        0x0214010d    PA-RISC2.0 dynamic load library
  5129. >96    belong        >0        - not stripped
  5130.  
  5131. #### 800
  5132. 0    belong         0x020b0106    PA-RISC1.0 relocatable object
  5133.  
  5134. 0    belong         0x020b0107    PA-RISC1.0 executable
  5135. >168    belong&0x4    0x4        dynamically linked
  5136. >(144)    belong        0x054ef630    dynamically linked
  5137. >96    belong        >0        - not stripped
  5138.  
  5139. 0    belong         0x020b0108    PA-RISC1.0 shared executable
  5140. >168    belong&0x4    0x4        dynamically linked
  5141. >(144)    belong        0x054ef630    dynamically linked
  5142. >96    belong        >0        - not stripped
  5143.  
  5144. 0    belong         0x020b010b    PA-RISC1.0 demand-load executable
  5145. >168    belong&0x4    0x4        dynamically linked
  5146. >(144)    belong        0x054ef630    dynamically linked
  5147. >96    belong        >0        - not stripped
  5148.  
  5149. 0    belong         0x020b010e    PA-RISC1.0 shared library
  5150. >96    belong        >0        - not stripped
  5151.  
  5152. 0    belong         0x020b010d    PA-RISC1.0 dynamic load library
  5153. >96    belong        >0        - not stripped
  5154.  
  5155. 0    belong        0x213c6172    archive file
  5156. >68    belong         0x020b0619    - PA-RISC1.0 relocatable library
  5157. >68    belong         0x02100619    - PA-RISC1.1 relocatable library
  5158. >68    belong         0x02110619    - PA-RISC1.2 relocatable library
  5159. >68    belong         0x02140619    - PA-RISC2.0 relocatable library
  5160.  
  5161. #### 500
  5162. 0    long        0x02080106    HP s500 relocatable executable
  5163. >16    long        >0        - version %ld
  5164.  
  5165. 0    long        0x02080107    HP s500 executable
  5166. >16    long        >0        - version %ld
  5167.  
  5168. 0    long        0x02080108    HP s500 pure executable
  5169. >16    long        >0        - version %ld
  5170.  
  5171. #### 200
  5172. 0    belong         0x020c0108    HP s200 pure executable
  5173. >4    beshort        >0        - version %ld
  5174. >8    belong        &0x80000000    save fp regs
  5175. >8    belong        &0x40000000    dynamically linked
  5176. >8    belong        &0x20000000    debuggable
  5177. >36    belong        >0        not stripped
  5178.  
  5179. 0    belong        0x020c0107    HP s200 executable
  5180. >4    beshort        >0        - version %ld
  5181. >8    belong        &0x80000000    save fp regs
  5182. >8    belong        &0x40000000    dynamically linked
  5183. >8    belong        &0x20000000    debuggable
  5184. >36    belong        >0        not stripped
  5185.  
  5186. 0    belong        0x020c010b    HP s200 demand-load executable
  5187. >4    beshort        >0        - version %ld
  5188. >8    belong        &0x80000000    save fp regs
  5189. >8    belong        &0x40000000    dynamically linked
  5190. >8    belong        &0x20000000    debuggable
  5191. >36    belong        >0        not stripped
  5192.  
  5193. 0    belong        0x020c0106    HP s200 relocatable executable
  5194. >4    beshort        >0        - version %ld
  5195. >6    beshort        >0        - highwater %d
  5196. >8    belong        &0x80000000    save fp regs
  5197. >8    belong        &0x20000000    debuggable
  5198. >8    belong        &0x10000000    PIC
  5199.  
  5200. 0    belong         0x020a0108    HP s200 (2.x release) pure executable
  5201. >4    beshort        >0        - version %ld
  5202. >36    belong        >0        not stripped
  5203.  
  5204. 0    belong        0x020a0107    HP s200 (2.x release) executable
  5205. >4    beshort        >0        - version %ld
  5206. >36    belong        >0        not stripped
  5207.  
  5208. 0    belong        0x020c010e    HP s200 shared library
  5209. >4    beshort        >0        - version %ld
  5210. >6    beshort        >0        - highwater %d
  5211. >36    belong        >0        not stripped
  5212.  
  5213. 0    belong        0x020c010d    HP s200 dynamic load library
  5214. >4    beshort        >0        - version %ld
  5215. >6    beshort        >0        - highwater %d
  5216. >36    belong        >0        not stripped
  5217.  
  5218. #### MISC
  5219. 0    long        0x0000ff65    HP old archive
  5220. 0    long        0x020aff65    HP s200 old archive
  5221. 0    long        0x020cff65    HP s200 old archive
  5222. 0    long        0x0208ff65    HP s500 old archive
  5223.  
  5224. 0    long        0x015821a6    HP core file
  5225.  
  5226. 0    long        0x4da7eee8    HP-WINDOWS font
  5227. >8    byte        >0        - version %ld
  5228. 0    string        Bitmapfile    HP Bitmapfile
  5229.  
  5230. 0    string        IMGfile    CIS     compimg HP Bitmapfile
  5231. # XXX - see "lif"
  5232. #0    short        0x8000        lif file
  5233. 0    long        0x020c010c    compiled Lisp
  5234.  
  5235. 0    string        msgcat01    HP NLS message catalog,
  5236. >8    long        >0        %d messages
  5237.  
  5238. # addendum to /etc/magic with HP-48sx file-types by phk@data.fls.dk 1jan92
  5239. 0    string        HPHP48-        HP48 binary
  5240. >7    byte        >0        - Rev %c
  5241. >8    beshort        0x1129        (ADR)
  5242. >8    beshort        0x3329        (REAL)
  5243. >8    beshort        0x5529        (LREAL)
  5244. >8    beshort        0x7729        (COMPLX)
  5245. >8    beshort        0x9d29        (LCOMPLX)
  5246. >8    beshort        0xbf29        (CHAR)
  5247. >8    beshort        0xe829        (ARRAY)
  5248. >8    beshort        0x0a2a        (LNKARRAY)
  5249. >8    beshort        0x2c2a        (STRING)
  5250. >8    beshort        0x4e2a        (HXS)
  5251. >8    beshort        0x742a        (LIST)
  5252. >8    beshort        0x962a        (DIR)
  5253. >8    beshort        0xb82a        (ALG)
  5254. >8    beshort        0xda2a        (UNIT)
  5255. >8    beshort        0xfc2a        (TAGGED)
  5256. >8    beshort        0x1e2b        (GROB)
  5257. >8    beshort        0x402b        (LIB)
  5258. >8    beshort        0x622b        (BACKUP)
  5259. >8    beshort        0x882b        (LIBDATA)
  5260. >8    beshort        0x9d2d        (PROG)
  5261. >8    beshort        0xcc2d        (CODE)
  5262. >8    beshort        0x482e        (GNAME)
  5263. >8    beshort        0x6d2e        (LNAME)
  5264. >8    beshort        0x922e        (XLIB)
  5265. 0    string        %%HP:        HP48 text
  5266. >6    string        T(0)        - T(0)
  5267. >6    string        T(1)        - T(1)
  5268. >6    string        T(2)        - T(2)
  5269. >6    string        T(3)        - T(3)
  5270. >10    string        A(D)        A(D)
  5271. >10    string        A(R)        A(R)
  5272. >10    string        A(G)        A(G)
  5273. >14    string        F(.)        F(.);
  5274. >14    string        F(,)        F(,);
  5275.  
  5276. # hpBSD magic numbers
  5277. 0    beshort        200        hp200 (68010) BSD
  5278. >2    beshort        0407        impure binary
  5279. >2    beshort        0410        read-only binary
  5280. >2    beshort        0413        demand paged binary
  5281. 0    beshort        300        hp300 (68020+68881) BSD
  5282. >2    beshort        0407        impure binary
  5283. >2    beshort        0410        read-only binary
  5284. >2    beshort        0413        demand paged binary
  5285. #
  5286. # From David Gero <dgero@nortelnetworks.com>
  5287. # HP-UX 10.20 core file format from /usr/include/sys/core.h
  5288. # Unfortunately, HP-UX uses corehead blocks without specifying the order
  5289. # There are four we care about:
  5290. #     CORE_KERNEL, which starts with the string "HP-UX"
  5291. #     CORE_EXEC, which contains the name of the command
  5292. #     CORE_PROC, which contains the signal number that caused the core dump
  5293. #     CORE_FORMAT, which contains the version of the core file format (== 1)
  5294. # The only observed order in real core files is KERNEL, EXEC, FORMAT, PROC
  5295. # but we include all 6 variations of the order of the first 3, and
  5296. # assume that PROC will always be last
  5297. # Order 1: KERNEL, EXEC, FORMAT, PROC
  5298. 0x10        string    HP-UX
  5299. >0        belong    2
  5300. >>0xC        belong    0x3C
  5301. >>>0x4C        belong    0x100
  5302. >>>>0x58    belong    0x44
  5303. >>>>>0xA0    belong    1
  5304. >>>>>>0xAC    belong    4
  5305. >>>>>>>0xB0    belong    1
  5306. >>>>>>>>0xB4    belong    4        core file
  5307. >>>>>>>>>0x90    string    >\0        from '%s'
  5308. >>>>>>>>>0xC4    belong    3        - received SIGQUIT
  5309. >>>>>>>>>0xC4    belong    4        - received SIGILL
  5310. >>>>>>>>>0xC4    belong    5        - received SIGTRAP
  5311. >>>>>>>>>0xC4    belong    6        - received SIGABRT
  5312. >>>>>>>>>0xC4    belong    7        - received SIGEMT
  5313. >>>>>>>>>0xC4    belong    8        - received SIGFPE
  5314. >>>>>>>>>0xC4    belong    10        - received SIGBUS
  5315. >>>>>>>>>0xC4    belong    11        - received SIGSEGV
  5316. >>>>>>>>>0xC4    belong    12        - received SIGSYS
  5317. >>>>>>>>>0xC4    belong    33        - received SIGXCPU
  5318. >>>>>>>>>0xC4    belong    34        - received SIGXFSZ
  5319. # Order 2: KERNEL, FORMAT, EXEC, PROC
  5320. >>>0x4C        belong    1
  5321. >>>>0x58    belong    4
  5322. >>>>>0x5C    belong    1
  5323. >>>>>>0x60    belong    0x100
  5324. >>>>>>>0x6C    belong    0x44
  5325. >>>>>>>>0xB4    belong    4        core file
  5326. >>>>>>>>>0xA4    string    >\0        from '%s'
  5327. >>>>>>>>>0xC4    belong    3        - received SIGQUIT
  5328. >>>>>>>>>0xC4    belong    4        - received SIGILL
  5329. >>>>>>>>>0xC4    belong    5        - received SIGTRAP
  5330. >>>>>>>>>0xC4    belong    6        - received SIGABRT
  5331. >>>>>>>>>0xC4    belong    7        - received SIGEMT
  5332. >>>>>>>>>0xC4    belong    8        - received SIGFPE
  5333. >>>>>>>>>0xC4    belong    10        - received SIGBUS
  5334. >>>>>>>>>0xC4    belong    11        - received SIGSEGV
  5335. >>>>>>>>>0xC4    belong    12        - received SIGSYS
  5336. >>>>>>>>>0xC4    belong    33        - received SIGXCPU
  5337. >>>>>>>>>0xC4    belong    34        - received SIGXFSZ
  5338. # Order 3: FORMAT, KERNEL, EXEC, PROC
  5339. 0x24        string    HP-UX
  5340. >0        belong    1
  5341. >>0xC        belong    4
  5342. >>>0x10        belong    1
  5343. >>>>0x14    belong    2
  5344. >>>>>0x20    belong    0x3C
  5345. >>>>>>0x60    belong    0x100
  5346. >>>>>>>0x6C    belong    0x44
  5347. >>>>>>>>0xB4    belong    4        core file
  5348. >>>>>>>>>0xA4    string    >\0        from '%s'
  5349. >>>>>>>>>0xC4    belong    3        - received SIGQUIT
  5350. >>>>>>>>>0xC4    belong    4        - received SIGILL
  5351. >>>>>>>>>0xC4    belong    5        - received SIGTRAP
  5352. >>>>>>>>>0xC4    belong    6        - received SIGABRT
  5353. >>>>>>>>>0xC4    belong    7        - received SIGEMT
  5354. >>>>>>>>>0xC4    belong    8        - received SIGFPE
  5355. >>>>>>>>>0xC4    belong    10        - received SIGBUS
  5356. >>>>>>>>>0xC4    belong    11        - received SIGSEGV
  5357. >>>>>>>>>0xC4    belong    12        - received SIGSYS
  5358. >>>>>>>>>0xC4    belong    33        - received SIGXCPU
  5359. >>>>>>>>>0xC4    belong    34        - received SIGXFSZ
  5360. # Order 4: EXEC, KERNEL, FORMAT, PROC
  5361. 0x64        string    HP-UX
  5362. >0        belong    0x100
  5363. >>0xC        belong    0x44
  5364. >>>0x54        belong    2
  5365. >>>>0x60    belong    0x3C
  5366. >>>>>0xA0    belong    1
  5367. >>>>>>0xAC    belong    4
  5368. >>>>>>>0xB0    belong    1
  5369. >>>>>>>>0xB4    belong    4        core file
  5370. >>>>>>>>>0x44    string    >\0        from '%s'
  5371. >>>>>>>>>0xC4    belong    3        - received SIGQUIT
  5372. >>>>>>>>>0xC4    belong    4        - received SIGILL
  5373. >>>>>>>>>0xC4    belong    5        - received SIGTRAP
  5374. >>>>>>>>>0xC4    belong    6        - received SIGABRT
  5375. >>>>>>>>>0xC4    belong    7        - received SIGEMT
  5376. >>>>>>>>>0xC4    belong    8        - received SIGFPE
  5377. >>>>>>>>>0xC4    belong    10        - received SIGBUS
  5378. >>>>>>>>>0xC4    belong    11        - received SIGSEGV
  5379. >>>>>>>>>0xC4    belong    12        - received SIGSYS
  5380. >>>>>>>>>0xC4    belong    33        - received SIGXCPU
  5381. >>>>>>>>>0xC4    belong    34        - received SIGXFSZ
  5382. # Order 5: FORMAT, EXEC, KERNEL, PROC
  5383. 0x78        string    HP-UX
  5384. >0        belong    1
  5385. >>0xC        belong    4
  5386. >>>0x10        belong    1
  5387. >>>>0x14    belong    0x100
  5388. >>>>>0x20    belong    0x44
  5389. >>>>>>0x68    belong    2
  5390. >>>>>>>0x74    belong    0x3C
  5391. >>>>>>>>0xB4    belong    4        core file
  5392. >>>>>>>>>0x58    string    >\0        from '%s'
  5393. >>>>>>>>>0xC4    belong    3        - received SIGQUIT
  5394. >>>>>>>>>0xC4    belong    4        - received SIGILL
  5395. >>>>>>>>>0xC4    belong    5        - received SIGTRAP
  5396. >>>>>>>>>0xC4    belong    6        - received SIGABRT
  5397. >>>>>>>>>0xC4    belong    7        - received SIGEMT
  5398. >>>>>>>>>0xC4    belong    8        - received SIGFPE
  5399. >>>>>>>>>0xC4    belong    10        - received SIGBUS
  5400. >>>>>>>>>0xC4    belong    11        - received SIGSEGV
  5401. >>>>>>>>>0xC4    belong    12        - received SIGSYS
  5402. >>>>>>>>>0xC4    belong    33        - received SIGXCPU
  5403. >>>>>>>>>0xC4    belong    34        - received SIGXFSZ
  5404. # Order 6: EXEC, FORMAT, KERNEL, PROC
  5405. >0        belong    0x100
  5406. >>0xC        belong    0x44
  5407. >>>0x54        belong    1
  5408. >>>>0x60    belong    4
  5409. >>>>>0x64    belong    1
  5410. >>>>>>0x68    belong    2
  5411. >>>>>>>0x74    belong    0x2C
  5412. >>>>>>>>0xB4    belong    4        core file
  5413. >>>>>>>>>0x44    string    >\0        from '%s'
  5414. >>>>>>>>>0xC4    belong    3        - received SIGQUIT
  5415. >>>>>>>>>0xC4    belong    4        - received SIGILL
  5416. >>>>>>>>>0xC4    belong    5        - received SIGTRAP
  5417. >>>>>>>>>0xC4    belong    6        - received SIGABRT
  5418. >>>>>>>>>0xC4    belong    7        - received SIGEMT
  5419. >>>>>>>>>0xC4    belong    8        - received SIGFPE
  5420. >>>>>>>>>0xC4    belong    10        - received SIGBUS
  5421. >>>>>>>>>0xC4    belong    11        - received SIGSEGV
  5422. >>>>>>>>>0xC4    belong    12        - received SIGSYS
  5423. >>>>>>>>>0xC4    belong    33        - received SIGXCPU
  5424. >>>>>>>>>0xC4    belong    34        - received SIGXFSZ
  5425.  
  5426. # From: AMAKAWA Shuhei <sa264@cam.ac.uk>
  5427. 0    string    HPHP49-            HP49 binary
  5428.  
  5429.  
  5430. #------------------------------------------------------------------------------
  5431. # human68k:  file(1) magic for Human68k (X680x0 DOS) binary formats
  5432. # Magic too short!
  5433. #0        string    HU        Human68k
  5434. #>68        string    LZX        LZX compressed
  5435. #>>72        string    >\0        (version %s)
  5436. #>(8.L+74)    string    LZX        LZX compressed
  5437. #>>(8.L+78)    string    >\0        (version %s)
  5438. #>60        belong    >0        binded
  5439. #>(8.L+66)    string    #HUPAIR        hupair
  5440. #>0        string    HU        X executable
  5441. #>(8.L+74)    string    #LIBCV1        - linked PD LIBC ver 1
  5442. #>4        belong    >0        - base address 0x%x
  5443. #>28        belong    >0        not stripped
  5444. #>32        belong    >0        with debug information
  5445. #0        beshort    0x601a        Human68k Z executable
  5446. #0        beshort    0x6000        Human68k object file
  5447. #0        belong    0xd1000000    Human68k ar binary archive
  5448. #0        belong    0xd1010000    Human68k ar ascii archive
  5449. #0        beshort    0x0068        Human68k lib archive
  5450. #4        string    LZX        Human68k LZX compressed
  5451. #>8        string    >\0        (version %s)
  5452. #>4        string    LZX        R executable
  5453. #2        string    #HUPAIR        Human68k hupair R executable
  5454.  
  5455. #------------------------------------------------------------------------------
  5456. # ibm370:  file(1) magic for IBM 370 and compatibles.
  5457. #
  5458. # "ibm370" said that 0x15d == 0535 was "ibm 370 pure executable".
  5459. # What the heck *is* "USS/370"?
  5460. # AIX 4.1's "/etc/magic" has
  5461. #
  5462. #    0    short        0535        370 sysV executable 
  5463. #    >12    long        >0        not stripped
  5464. #    >22    short        >0        - version %d
  5465. #    >30    long        >0        - 5.2 format
  5466. #    0    short        0530        370 sysV pure executable 
  5467. #    >12    long        >0        not stripped
  5468. #    >22    short        >0        - version %d
  5469. #    >30    long        >0        - 5.2 format
  5470. #
  5471. # instead of the "USS/370" versions of the same magic numbers.
  5472. #
  5473. 0    beshort        0537        370 XA sysV executable 
  5474. >12    belong        >0        not stripped
  5475. >22    beshort        >0        - version %d
  5476. >30    belong        >0        - 5.2 format
  5477. 0    beshort        0532        370 XA sysV pure executable 
  5478. >12    belong        >0        not stripped
  5479. >22    beshort        >0        - version %d
  5480. >30    belong        >0        - 5.2 format
  5481. 0    beshort        054001        370 sysV pure executable
  5482. >12    belong        >0        not stripped
  5483. 0    beshort        055001        370 XA sysV pure executable
  5484. >12    belong        >0        not stripped
  5485. 0    beshort        056401        370 sysV executable
  5486. >12    belong        >0        not stripped
  5487. 0    beshort        057401        370 XA sysV executable
  5488. >12    belong        >0        not stripped
  5489. 0       beshort        0531        SVR2 executable (Amdahl-UTS)
  5490. >12    belong        >0        not stripped
  5491. >24     belong        >0        - version %ld
  5492. 0    beshort        0534        SVR2 pure executable (Amdahl-UTS)
  5493. >12    belong        >0        not stripped
  5494. >24    belong        >0        - version %ld
  5495. 0    beshort        0530        SVR2 pure executable (USS/370)
  5496. >12    belong        >0        not stripped
  5497. >24    belong        >0        - version %ld
  5498. 0    beshort        0535        SVR2 executable (USS/370)
  5499. >12    belong        >0        not stripped
  5500. >24    belong        >0        - version %ld
  5501.  
  5502. #------------------------------------------------------------------------------
  5503. # ibm6000:  file(1) magic for RS/6000 and the RT PC.
  5504. #
  5505. 0    beshort        0x01df        executable (RISC System/6000 V3.1) or obj module
  5506. >12    belong        >0        not stripped
  5507. # Breaks sun4 statically linked execs.
  5508. #0      beshort        0x0103        executable (RT Version 2) or obj module
  5509. #>2    byte        0x50        pure
  5510. #>28    belong        >0        not stripped
  5511. #>6    beshort        >0        - version %ld
  5512. 0    beshort        0x0104        shared library
  5513. 0    beshort        0x0105        ctab data
  5514. 0    beshort        0xfe04        structured file
  5515. 0    string        0xabcdef    AIX message catalog
  5516. 0    belong        0x000001f9    AIX compiled message catalog
  5517. 0    string        \<aiaff>    archive
  5518. 0    string        \<bigaf>    archive (big format)
  5519.  
  5520.  
  5521. #------------------------------------------------------------------------------
  5522. # iff:    file(1) magic for Interchange File Format (see also "audio" & "images")
  5523. #
  5524. # Daniel Quinlan (quinlan@yggdrasil.com) -- IFF was designed by Electronic
  5525. # Arts for file interchange.  It has also been used by Apple, SGI, and
  5526. # especially Commodore-Amiga.
  5527. #
  5528. # IFF files begin with an 8 byte FORM header, followed by a 4 character
  5529. # FORM type, which is followed by the first chunk in the FORM.
  5530.  
  5531. 0    string        FORM        IFF data
  5532. #>4    belong        x        \b, FORM is %d bytes long
  5533. # audio formats
  5534. >8    string        AIFF        \b, AIFF audio
  5535. >8    string        AIFC        \b, AIFF-C compressed audio
  5536. >8    string        8SVX        \b, 8SVX 8-bit sampled sound voice
  5537. >8    string        SAMP        \b, SAMP sampled audio
  5538. >8    string        DTYP        \b, DTYP datatype description
  5539. >8    string        PTCH        \b, PTCH binary patch
  5540. # image formats
  5541. >8    string        ILBMBMHD    \b, ILBM interleaved image
  5542. >>20    beshort        x        \b, %d x
  5543. >>22    beshort        x        %d
  5544. >8    string        RGBN        \b, RGBN 12-bit RGB image
  5545. >8    string        RGB8        \b, RGB8 24-bit RGB image
  5546. >8    string        DR2D        \b, DR2D 2-D object
  5547. >8    string        TDDD        \b, TDDD 3-D rendering
  5548. # other formats
  5549. >8    string        FTXT        \b, FTXT formatted text
  5550. >8    string        CTLG        \b, CTLG message catalog
  5551. >8    string        PREF        \b, PREF preferences
  5552.  
  5553. # These go at the end of the iff rules
  5554. #
  5555. # I don't see why these might collide with anything else.
  5556. #
  5557. # Interactive Fiction related formats
  5558. #
  5559. >8    string        IFRS        \b, Blorb Interactive Fiction
  5560. >>24    string        Exec        with executable chunk
  5561. >8    string          IFZS        \b, Z-machine or Glulx saved game file (Quetzal)
  5562.  
  5563. #------------------------------------------------------------------------------
  5564. # images:  file(1) magic for image formats (see also "iff")
  5565. #
  5566. # originally from jef@helios.ee.lbl.gov (Jef Poskanzer),
  5567. # additions by janl@ifi.uio.no as well as others. Jan also suggested
  5568. # merging several one- and two-line files into here.
  5569. #
  5570. # little magic: PCX (first byte is 0x0a)
  5571.  
  5572. # Targa - matches `povray', `ppmtotga' and `xv' outputs
  5573. # by Philippe De Muyter <phdm@macqel.be>
  5574. # at 2, byte ImgType must be 1, 2, 3, 9, 10 or 11
  5575. # at 1, byte CoMapType must be 1 if ImgType is 1 or 9, 0 otherwise
  5576. # at 3, leshort Index is 0 for povray, ppmtotga and xv outputs
  5577. # `xv' recognizes only a subset of the following (RGB with pixelsize = 24)
  5578. # `tgatoppm' recognizes a superset (Index may be anything)
  5579. 1    belong&0xfff7ffff    0x01010000    Targa image data - Map
  5580. >2    byte&8            8        - RLE
  5581. >12    leshort            >0        %hd x
  5582. >14    leshort            >0        %hd
  5583. 1    belong&0xfff7ffff    0x00020000    Targa image data - RGB
  5584. >2    byte&8            8        - RLE
  5585. >12    leshort            >0        %hd x
  5586. >14    leshort            >0        %hd
  5587. 1    belong&0xfff7ffff    0x00030000    Targa image data - Mono
  5588. >2    byte&8            8        - RLE
  5589. >12    leshort            >0        %hd x
  5590. >14    leshort            >0        %hd
  5591.  
  5592. # PBMPLUS images
  5593. # The next byte following the magic is always whitespace.
  5594. 0    string        P1        Netpbm PBM image text
  5595. 0    string        P2        Netpbm PGM image text
  5596. 0    string        P3        Netpbm PPM image text
  5597. 0    string        P4        Netpbm PBM "rawbits" image data
  5598. 0    string        P5        Netpbm PGM "rawbits" image data
  5599. 0    string        P6        Netpbm PPM "rawbits" image data
  5600. 0    string        P7        Netpbm PAM image file
  5601.  
  5602. # From: bryanh@giraffe-data.com (Bryan Henderson)
  5603. 0    string        \117\072    Solitaire Image Recorder format
  5604. >4    string        \013        MGI Type 11
  5605. >4    string        \021        MGI Type 17
  5606. 0    string        .MDA        MicroDesign data
  5607. >21    byte        48        version 2
  5608. >21    byte        51        version 3
  5609. 0    string        .MDP        MicroDesign page data
  5610. >21    byte        48        version 2
  5611. >21    byte        51        version 3
  5612.  
  5613. # NIFF (Navy Interchange File Format, a modification of TIFF) images
  5614. 0    string        IIN1        NIFF image data
  5615.  
  5616. # Tag Image File Format, from Daniel Quinlan (quinlan@yggdrasil.com)
  5617. # The second word of TIFF files is the TIFF version number, 42, which has
  5618. # never changed.  The TIFF specification recommends testing for it.
  5619. 0    string        MM\x00\x2a    TIFF image data, big-endian
  5620. 0    string        II\x2a\x00    TIFF image data, little-endian
  5621.  
  5622. # PNG [Portable Network Graphics, or "PNG's Not GIF"] images
  5623. # (Greg Roelofs, newt@uchicago.edu)
  5624. # (Albert Cahalan, acahalan@cs.uml.edu)
  5625. #
  5626. # 137 P N G \r \n ^Z \n [4-byte length] H E A D [HEAD data] [HEAD crc] ...
  5627. #
  5628. 0    string        \x89PNG        PNG image data,
  5629. >4    belong        !0x0d0a1a0a    CORRUPTED,
  5630. >4    belong        0x0d0a1a0a
  5631. >>16    belong        x        %ld x
  5632. >>20    belong        x        %ld,
  5633. >>24    byte        x        %d-bit
  5634. >>25    byte        0        grayscale,
  5635. >>25    byte        2        \b/color RGB,
  5636. >>25    byte        3        colormap,
  5637. >>25    byte        4        gray+alpha,
  5638. >>25    byte        6        \b/color RGBA,
  5639. #>>26    byte        0        deflate/32K,
  5640. >>28    byte        0        non-interlaced
  5641. >>28    byte        1        interlaced
  5642. 1    string        PNG        PNG image data, CORRUPTED
  5643.  
  5644. # GIF
  5645. 0    string        GIF8        GIF image data
  5646. >4    string        7a        \b, version 8%s,
  5647. >4    string        9a        \b, version 8%s,
  5648. >6    leshort        >0        %hd x
  5649. >8    leshort        >0        %hd
  5650. #>10    byte        &0x80        color mapped,
  5651. #>10    byte&0x07    =0x00        2 colors
  5652. #>10    byte&0x07    =0x01        4 colors
  5653. #>10    byte&0x07    =0x02        8 colors
  5654. #>10    byte&0x07    =0x03        16 colors
  5655. #>10    byte&0x07    =0x04        32 colors
  5656. #>10    byte&0x07    =0x05        64 colors
  5657. #>10    byte&0x07    =0x06        128 colors
  5658. #>10    byte&0x07    =0x07        256 colors
  5659.  
  5660. # ITC (CMU WM) raster files.  It is essentially a byte-reversed Sun raster,
  5661. # 1 plane, no encoding.
  5662. 0    string        \361\0\100\273    CMU window manager raster image data
  5663. >4    lelong        >0        %d x
  5664. >8    lelong        >0        %d,
  5665. >12    lelong        >0        %d-bit
  5666.  
  5667. # Magick Image File Format
  5668. 0    string        id=ImageMagick    MIFF image data
  5669.  
  5670. # Artisan
  5671. 0    long        1123028772    Artisan image data
  5672. >4    long        1        \b, rectangular 24-bit
  5673. >4    long        2        \b, rectangular 8-bit with colormap
  5674. >4    long        3        \b, rectangular 32-bit (24-bit with matte)
  5675.  
  5676. # FIG (Facility for Interactive Generation of figures), an object-based format
  5677. 0    string        #FIG        FIG image text
  5678. >5    string        x        \b, version %.3s
  5679.  
  5680. # PHIGS
  5681. 0    string        ARF_BEGARF        PHIGS clear text archive
  5682. 0    string        @(#)SunPHIGS        SunPHIGS
  5683. # version number follows, in the form m.n
  5684. >40    string        SunBin            binary
  5685. >32    string        archive            archive
  5686.  
  5687. # GKS (Graphics Kernel System)
  5688. 0    string        GKSM        GKS Metafile
  5689. >24    string        SunGKS        \b, SunGKS
  5690.  
  5691. # CGM image files
  5692. 0    string        BEGMF        clear text Computer Graphics Metafile
  5693. # XXX - questionable magic
  5694. 0    beshort&0xffe0    0x0020        binary Computer Graphics Metafile
  5695. 0    beshort        0x3020        character Computer Graphics Metafile
  5696.  
  5697. # MGR bitmaps  (Michael Haardt, u31b3hs@pool.informatik.rwth-aachen.de)
  5698. 0    string    yz    MGR bitmap, modern format, 8-bit aligned
  5699. 0    string    zz    MGR bitmap, old format, 1-bit deep, 16-bit aligned
  5700. 0    string    xz    MGR bitmap, old format, 1-bit deep, 32-bit aligned
  5701. 0    string    yx    MGR bitmap, modern format, squeezed
  5702.  
  5703. # Fuzzy Bitmap (FBM) images
  5704. 0    string        %bitmap\0    FBM image data
  5705. >30    long        0x31        \b, mono
  5706. >30    long        0x33        \b, color
  5707.  
  5708. # facsimile data
  5709. 1    string        PC\ Research,\ Inc    group 3 fax data
  5710. >29    byte        0        \b, normal resolution (204x98 DPI)
  5711. >29    byte        1        \b, fine resolution (204x196 DPI)
  5712. # From: Herbert Rosmanith <herp@wildsau.idv.uni.linz.at>
  5713. 0    string        Sfff        structured fax file
  5714.  
  5715.  
  5716. # PC bitmaps (OS/2, Windoze BMP files)  (Greg Roelofs, newt@uchicago.edu)
  5717. 0    string        BM        PC bitmap data
  5718. >14    leshort        12        \b, OS/2 1.x format
  5719. >>18    leshort        x        \b, %d x
  5720. >>20    leshort        x        %d
  5721. >14    leshort        64        \b, OS/2 2.x format
  5722. >>18    leshort        x        \b, %d x
  5723. >>20    leshort        x        %d
  5724. >14    leshort        40        \b, Windows 3.x format
  5725. >>18    lelong        x        \b, %d x
  5726. >>22    lelong        x        %d x
  5727. >>28    leshort        x        %d
  5728. # Too simple - MPi
  5729. #0    string        IC        PC icon data
  5730. #0    string        PI        PC pointer image data
  5731. #0    string        CI        PC color icon data
  5732. #0    string        CP        PC color pointer image data
  5733. # Conflicts with other entries [BABYL]
  5734. #0    string        BA        PC bitmap array data
  5735.  
  5736. # XPM icons (Greg Roelofs, newt@uchicago.edu)
  5737. # note possible collision with C/REXX entry in c-lang; currently commented out
  5738. 0    string        /*\ XPM\ */    X pixmap image text
  5739.  
  5740. # Utah Raster Toolkit RLE images (janl@ifi.uio.no)
  5741. 0    leshort        0xcc52        RLE image data,
  5742. >6    leshort        x        %d x
  5743. >8    leshort        x        %d
  5744. >2    leshort        >0        \b, lower left corner: %d
  5745. >4    leshort        >0        \b, lower right corner: %d
  5746. >10    byte&0x1    =0x1        \b, clear first
  5747. >10    byte&0x2    =0x2        \b, no background
  5748. >10    byte&0x4    =0x4        \b, alpha channel
  5749. >10    byte&0x8    =0x8        \b, comment
  5750. >11    byte        >0        \b, %d color channels
  5751. >12    byte        >0        \b, %d bits per pixel
  5752. >13    byte        >0        \b, %d color map channels
  5753.  
  5754. # image file format (Robert Potter, potter@cs.rochester.edu)
  5755. 0    string        Imagefile\ version-    iff image data
  5756. # this adds the whole header (inc. version number), informative but longish
  5757. >10    string        >\0        %s
  5758.  
  5759. # Sun raster images, from Daniel Quinlan (quinlan@yggdrasil.com)
  5760. 0    belong        0x59a66a95    Sun raster image data
  5761. >4    belong        >0        \b, %d x
  5762. >8    belong        >0        %d,
  5763. >12    belong        >0        %d-bit,
  5764. #>16    belong        >0        %d bytes long,
  5765. >20    belong        0        old format,
  5766. #>20    belong        1        standard,
  5767. >20    belong        2        compressed,
  5768. >20    belong        3        RGB,
  5769. >20    belong        4        TIFF,
  5770. >20    belong        5        IFF,
  5771. >20    belong        0xffff        reserved for testing,
  5772. >24    belong        0        no colormap
  5773. >24    belong        1        RGB colormap
  5774. >24    belong        2        raw colormap
  5775. #>28    belong        >0        colormap is %d bytes long
  5776.  
  5777. # SGI image file format, from Daniel Quinlan (quinlan@yggdrasil.com)
  5778. #
  5779. # See
  5780. #    http://reality.sgi.com/grafica/sgiimage.html
  5781. #
  5782. 0    beshort        474        SGI image data
  5783. #>2    byte        0        \b, verbatim
  5784. >2    byte        1        \b, RLE
  5785. #>3    byte        1        \b, normal precision
  5786. >3    byte        2        \b, high precision
  5787. >4    beshort        x        \b, %d-D
  5788. >6    beshort        x        \b, %d x
  5789. >8    beshort        x        %d
  5790. >10    beshort        x        \b, %d channel
  5791. >10    beshort        !1        \bs
  5792. >80    string        >0        \b, "%s"
  5793.  
  5794. 0    string        IT01        FIT image data
  5795. >4    belong        x        \b, %d x
  5796. >8    belong        x        %d x
  5797. >12    belong        x        %d
  5798. #
  5799. 0    string        IT02        FIT image data
  5800. >4    belong        x        \b, %d x
  5801. >8    belong        x        %d x
  5802. >12    belong        x        %d
  5803. #
  5804. 2048    string        PCD_IPI        Kodak Photo CD image pack file
  5805. >0xe02    byte&0x03    0x00        , landscape mode
  5806. >0xe02    byte&0x03    0x01        , portrait mode
  5807. >0xe02    byte&0x03    0x02        , landscape mode
  5808. >0xe02    byte&0x03    0x03        , portrait mode
  5809. 0    string        PCD_OPA        Kodak Photo CD overview pack file
  5810.  
  5811. # FITS format.  Jeff Uphoff <juphoff@tarsier.cv.nrao.edu>
  5812. # FITS is the Flexible Image Transport System, the de facto standard for
  5813. # data and image transfer, storage, etc., for the astronomical community.
  5814. # (FITS floating point formats are big-endian.)
  5815. 0    string    SIMPLE\ \ =    FITS image data
  5816. >109    string    8        \b, 8-bit, character or unsigned binary integer
  5817. >108    string    16        \b, 16-bit, two's complement binary integer
  5818. >107    string    \ 32        \b, 32-bit, two's complement binary integer
  5819. >107    string    -32        \b, 32-bit, floating point, single precision
  5820. >107    string    -64        \b, 64-bit, floating point, double precision
  5821.  
  5822. # other images
  5823. 0    string    This\ is\ a\ BitMap\ file    Lisp Machine bit-array-file
  5824. 0    string        =!!        Bennet Yee's "face" format
  5825.  
  5826. # From SunOS 5.5.1 "/etc/magic" - appeared right before Sun raster image
  5827. # stuff.
  5828. #
  5829. 0    beshort        0x1010        PEX Binary Archive
  5830.  
  5831. # Visio drawings
  5832. 03000    string    Visio\ (TM)\ Drawing    %s
  5833.  
  5834. # Tgif files
  5835. 0    string    \%TGIF\ x         Tgif file version %s
  5836.  
  5837. # DICOM medical imaging data
  5838. 128    string    DICM            DICOM medical imaging data
  5839.  
  5840. # XWD - X Window Dump file.
  5841. #   As described in /usr/X11R6/include/X11/XWDFile.h
  5842. #   used by the xwd program.
  5843. #   Bradford Castalia, idaeim, 1/01
  5844. 4    belong    7            XWD X Window Dump image data
  5845. >100    string    >\0            \b, "%s"
  5846. >16    belong    x            \b, %dx
  5847. >20    belong    x            \b%dx
  5848. >12    belong    x            \b%d
  5849.  
  5850. # PDS - Planetary Data System
  5851. #   These files use Parameter Value Language in the header section.
  5852. #   Unfortunately, there is no certain magic, but the following
  5853. #   strings have been found to be most likely.
  5854. 0    string    NJPL1I00        PDS (JPL) image data
  5855. 2    string    NJPL1I            PDS (JPL) image data
  5856. 0    string    CCSD3ZF            PDS (CCSD) image data
  5857. 2    string    CCSD3Z            PDS (CCSD) image data
  5858. 0    string    PDS_            PDS image data
  5859. 0    string    LBLSIZE=        PDS (VICAR) image data
  5860.  
  5861. # pM8x: ATARI STAD compressed bitmap format
  5862. #
  5863. # from Oskar Schirmer <schirmer@scara.com> Feb 2, 2001
  5864. # p M 8 5/6 xx yy zz data...
  5865. # Atari ST STAD bitmap is always 640x400, bytewise runlength compressed.
  5866. # bytes either run horizontally (pM85) or vertically (pM86). yy is the
  5867. # most frequent byte, xx and zz are runlength escape codes, where xx is
  5868. # used for runs of yy.
  5869. #
  5870. 0    string    pM85        Atari ST STAD bitmap image data (hor)
  5871. >5    byte    0x00        (white background)
  5872. >5    byte    0xFF        (black background)
  5873. 0    string    pM86        Atari ST STAD bitmap image data (vert)
  5874. >5    byte    0x00        (white background)
  5875. >5    byte    0xFF        (black background)
  5876.  
  5877. # XXX:
  5878. # This is bad magic 0x5249 == 'RI' conflicts with RIFF and other
  5879. # magic.
  5880. # SGI RICE image file <mpruett@sgi.com>
  5881. #0    beshort    0x5249        RICE image
  5882. #>2    beshort    x        v%d
  5883. #>4    beshort    x        (%d x
  5884. #>6    beshort    x        %d)
  5885. #>8    beshort    0        8 bit
  5886. #>8    beshort    1        10 bit
  5887. #>8    beshort    2        12 bit
  5888. #>8    beshort    3        13 bit
  5889. #>10    beshort    0        4:2:2
  5890. #>10    beshort    1        4:2:2:4
  5891. #>10    beshort    2        4:4:4
  5892. #>10    beshort    3        4:4:4:4
  5893. #>12    beshort    1        RGB
  5894. #>12    beshort    2        CCIR601
  5895. #>12    beshort    3        RP175
  5896. #>12    beshort    4        YUV
  5897.  
  5898. #------------------------------------------------------------------------------
  5899. #
  5900. # Marco Schmidt (marcoschmidt@users.sourceforge.net) -- an image  file format
  5901. # for the EPOC operating system, which is used with PDAs like those from Psion
  5902. #
  5903. # see http://huizen.dds.nl/~frodol/psiconv/html/Index.html for a description
  5904. # of various EPOC file formats
  5905.  
  5906. 0    string \x37\x00\x00\x10\x42\x00\x00\x10\x00\x00\x00\x00\x39\x64\x39\x47 EPOC MBM image file
  5907.  
  5908. # PCX image files
  5909. # From: Dan Fandrich <dan@coneharvesters.com>
  5910. 0    beshort        0x0a00    PCX ver. 2.5 image data
  5911. 0    beshort        0x0a02    PCX ver. 2.8 image data, with palette
  5912. 0    beshort        0x0a03    PCX ver. 2.8 image data, without palette
  5913. 0    beshort        0x0a04    PCX for Windows image data
  5914. 0    beshort        0x0a05    PCX ver. 3.0 image data
  5915. >4    leshort        x      bounding box [%hd,
  5916. >6    leshort        x      %hd] -
  5917. >8    leshort        x      [%hd,
  5918. >10    leshort        x      %hd],
  5919. >65    byte        >1    %d planes each of
  5920. >3    byte        x    %hhd-bit
  5921. >68    byte        0    image,
  5922. >68    byte        1    colour,
  5923. >68    byte        2    grayscale,
  5924. >68    byte        >2    image,
  5925. >68    byte        <0    image,
  5926. >12    leshort        >0    %hd x
  5927. >>14    leshort        x      %hd dpi,
  5928. >2    byte        0    uncompressed
  5929. >2    byte        1    RLE compressed
  5930.  
  5931. # Adobe Photoshop
  5932. 0    string        8BPS Adobe Photoshop Image
  5933.  
  5934. # XV thumbnail indicator (ThMO)
  5935. 0    string        P7\ 332        XV thumbnail image data
  5936.  
  5937. # NITF is defined by United States MIL-STD-2500A
  5938. 0    string    NITF    National Imagery Transmission Format
  5939. >25    string    >\0    dated %.14s
  5940.  
  5941. # GEM Image: Version 1, Headerlen 8 (Wolfram Kleff)
  5942. 0    belong        0x00010008    GEM Image data
  5943. >12    beshort        x        %d x
  5944. >14    beshort        x        %d,
  5945. >4    beshort        x        %d planes,
  5946. >8    beshort        x        %d x
  5947. >10    beshort        x        %d pixelsize
  5948.  
  5949. # GEM Metafile (Wolfram Kleff)
  5950. 0    lelong        0x0018FFFF    GEM Metafile data
  5951. >4    leshort        x        version %d
  5952.  
  5953. #
  5954. # SMJPEG. A custom Motion JPEG format used by Loki Entertainment
  5955. # Software Torbjorn Andersson <d91tan@Update.UU.SE>.
  5956. #
  5957. 0    string    \0\nSMJPEG    SMJPEG
  5958. >8    belong    x        %d.x data
  5959. # According to the specification you could find any number of _TXT
  5960. # headers here, but I can't think of any way of handling that. None of
  5961. # the SMJPEG files I tried it on used this feature. Even if such a
  5962. # file is encountered the output should still be reasonable.
  5963. >16    string    _SND        \b,
  5964. >>24    beshort    >0        %d Hz
  5965. >>26    byte    8        8-bit
  5966. >>26    byte    16        16-bit
  5967. >>28    string    NONE        uncompressed
  5968. # >>28    string    APCM        ADPCM compressed
  5969. >>27    byte    1        mono
  5970. >>28    byte    2        stereo
  5971. # Help! Isn't there any way to avoid writing this part twice?
  5972. >>32    string    _VID        \b,
  5973. # >>>48    string    JFIF        JPEG
  5974. >>>40    belong    >0        %d frames
  5975. >>>44    beshort    >0        (%d x
  5976. >>>46    beshort    >0        %d)
  5977. >16    string    _VID        \b,
  5978. # >>32    string    JFIF        JPEG
  5979. >>24    belong    >0        %d frames
  5980. >>28    beshort    >0        (%d x
  5981. >>30    beshort    >0        %d)
  5982.  
  5983. 0    string    Paint\ Shop\ Pro\ Image\ File    Paint Shop Pro Image File
  5984.  
  5985. # "thumbnail file" (icon)
  5986. # descended from "xv", but in use by other applications as well (Wolfram Kleff)
  5987. 0       string          P7\ 332         XV "thumbnail file" (icon) data
  5988.  
  5989. # taken from fkiss: (<yav@mte.biglobe.ne.jp> ?)
  5990. 0       string          KiSS            KISS/GS
  5991. >4      byte            16              color
  5992. >>5     byte            x               %d bit
  5993. >>8     leshort         x               %d colors
  5994. >>10    leshort         x               %d groups
  5995. >4      byte            32              cell
  5996. >>5     byte            x               %d bit
  5997. >>8     leshort         x               %d x
  5998. >>10    leshort         x               %d
  5999. >>12    leshort         x               +%d
  6000. >>14    leshort         x               +%d
  6001.  
  6002. # Webshots (www.webshots.com), by John Harrison
  6003. 0       string          C\253\221g\230\0\0\0 Webshots Desktop .wbz file
  6004.  
  6005. # Hercules DASD image files
  6006. # From Jan Jaeger <jj@septa.nl>
  6007. 0       string  CKD_P370        Hercules CKD DASD image file
  6008. >8      long    x               \b, %d heads per cylinder
  6009. >12     long    x               \b, track size %d bytes
  6010. >16     byte    x               \b, device type 33%2.2X
  6011.  
  6012. 0       string  CKD_C370        Hercules compressed CKD DASD image file
  6013. >8      long    x               \b, %d heads per cylinder
  6014. >12     long    x               \b, track size %d bytes
  6015. >16     byte    x               \b, device type 33%2.2X
  6016.  
  6017. 0       string  CKD_S370        Hercules CKD DASD shadow file
  6018. >8      long    x               \b, %d heads per cylinder
  6019. >12     long    x               \b, track size %d bytes
  6020. >16     byte    x               \b, device type 33%2.2X
  6021.  
  6022. # Squeak images and - etoffi@softhome.net
  6023. 0 string \146\031\0\0  Squeak image data
  6024. 0 string 'From\040Squeak  Squeak program text
  6025.  
  6026. # partimage: file(1) magic for PartImage files (experimental, incomplete)
  6027. # Author: Hans-Joachim Baader <hjb@pro-linux.de>
  6028. 0        string    PaRtImAgE-VoLuMe    PartImage
  6029. >0x0020        string    0.6.1        file version %s
  6030. >>0x0060    lelong    >-1        volume %ld
  6031. #>>0x0064 8 byte identifier
  6032. #>>0x007c reserved
  6033. >>0x0200    string    >\0        type %s
  6034. >>0x1400    string    >\0        device %s,
  6035. >>0x1600    string    >\0        original filename %s,
  6036. # Some fields omitted
  6037. >>0x2744    lelong    0        not compressed
  6038. >>0x2744    lelong    1        gzip compressed
  6039. >>0x2744    lelong    2        bzip2 compressed
  6040. >>0x2744    lelong    >2        compressed with unknown algorithm
  6041. >0x0020        string    >0.6.1        file version %s
  6042. >0x0020        string    <0.6.1        file version %s
  6043.  
  6044. # DCX is multi-page PCX, using a simple header of up to 1024
  6045. # offsets for the respective PCX components.
  6046. # From: Joerg Wunsch <joerg_wunsch@uriah.heep.sax.de>
  6047. 0    lelong    987654321    DCX multi-page PCX image data
  6048.  
  6049. # Simon Walton <simonw@matteworld.com>
  6050. # Kodak Cineon format for scanned negatives
  6051. # http://www.kodak.com/US/en/motion/support/dlad/
  6052. 0    lelong  0xd75f2a80    Cineon image data
  6053. >200    belong  >0        \b, %ld x
  6054. >204    belong  >0        %ld
  6055.  
  6056.  
  6057. # Bio-Rad .PIC is an image format used by microscope control systems
  6058. # and related image processing software used by biologists.
  6059. # From: Vebjorn Ljosa <vebjorn@ljosa.com>
  6060. 54    leshort 12345        Bio-Rad .PIC Image File
  6061. >0    leshort >0        %hd x
  6062. >2    leshort >0        %hd,
  6063. >4    leshort =1        1 image in file
  6064. >4    leshort >1        %hd images in file
  6065.  
  6066. # From Jan "Yenya" Kasprzak <kas@fi.muni.cz>
  6067. # The description of *.mrw format can be found at
  6068. # http://www.dalibor.cz/minolta/raw_file_format.htm
  6069. 0    string    \000MRM            Minolta Dimage camera raw image data
  6070.  
  6071. # From: stephane.loeuillet@tiscali.f
  6072. # http://www.djvuzone.org/
  6073. 0    string    AT&TFORM        DjVu Image file
  6074.  
  6075. # From: Jason Bacon <bacon@smithers.neuro.mcw.edu>
  6076. 0    beshort    0x3020            character Computer Graphics Metafile
  6077.  
  6078. # From Marc Espie
  6079. 0    lelong    20000630        OpenEXR image data
  6080.  
  6081. # From: Tom Hilinski <tom.hilinski@comcast.net>
  6082. # http://www.unidata.ucar.edu/packages/netcdf/
  6083. 0    string    CDF\001            NetCDF Data Format data
  6084.  
  6085. #-----------------------------------------------------------------------
  6086. # Hierarchical Data Format, used to facilitate scientific data exchange
  6087. # specifications at http://hdf.ncsa.uiuc.edu/
  6088. 0    belong    0x0e031301    Hierarchical Data Format (version 4) data
  6089. 0    string    \211HDF\r\n\032    Hierarchical Data Format (version 5) data
  6090.  
  6091. # The boot loaders syslinux and isolinux use a RLE based image format
  6092. # called SLL16 to store splash screens.
  6093. 0    lelong        0x1413f33d    Syslinux SLL16 image data,
  6094. >4    leshort        >0        %hd x
  6095. >6    leshort        >0        %hd
  6096.  
  6097. #------------------------------------------------------------------------------
  6098. # intel:  file(1) magic for x86 Unix
  6099. #
  6100. # Various flavors of x86 UNIX executable/object (other than Xenix, which
  6101. # is in "microsoft").  DOS is in "msdos"; the ambitious soul can do
  6102. # Windows as well.
  6103. #
  6104. # Windows NT belongs elsewhere, as you need x86 and MIPS and Alpha and
  6105. # whatever comes next (HP-PA Hummingbird?).  OS/2 may also go elsewhere
  6106. # as well, if, as, and when IBM makes it portable.
  6107. #
  6108. # The `versions' should be un-commented if they work for you.
  6109. # (Was the problem just one of endianness?)
  6110. #
  6111. 0    leshort        0502        basic-16 executable
  6112. >12    lelong        >0        not stripped
  6113. #>22    leshort        >0        - version %ld
  6114. 0    leshort        0503        basic-16 executable (TV)
  6115. >12    lelong        >0        not stripped
  6116. #>22    leshort        >0        - version %ld
  6117. 0    leshort        0510        x86 executable
  6118. >12    lelong        >0        not stripped
  6119. 0    leshort        0511        x86 executable (TV)
  6120. >12    lelong        >0        not stripped
  6121. 0    leshort        =0512        iAPX 286 executable small model (COFF)
  6122. >12    lelong        >0        not stripped
  6123. #>22    leshort        >0        - version %ld
  6124. 0    leshort        =0522        iAPX 286 executable large model (COFF)
  6125. >12    lelong        >0        not stripped
  6126. #>22    leshort        >0        - version %ld
  6127. # SGI labeled the next entry as "iAPX 386 executable" --Dan Quinlan
  6128. 0    leshort        =0514        80386 COFF executable
  6129. >12    lelong        >0        not stripped
  6130. >22    leshort        >0        - version %ld
  6131.  
  6132. # rom: file(1) magic for BIOS ROM Extensions found in intel machines
  6133. #      mapped into memory between 0xC0000 and 0xFFFFF
  6134. # From G├╝rkan Seng├╝n <gurkan@linuks.mine.nu>, www.linuks.mine.nu
  6135. 0        beshort         0x55AA       BIOS (ia32) ROM Ext.
  6136. >5       string          USB          USB
  6137. >7       string          LDR          UNDI image
  6138. >30      string          IBM          IBM comp. Video
  6139. >26      string          Adaptec      Adaptec
  6140. >28      string          Adaptec      Adaptec
  6141. >42      string          PROMISE      Promise
  6142. >2       byte            x            (%d*512)
  6143.  
  6144. #------------------------------------------------------------------------------
  6145. # interleaf:  file(1) magic for InterLeaf TPS:
  6146. #
  6147. 0    string        =\210OPS    Interleaf saved data
  6148. 0    string        =<!OPS        Interleaf document text
  6149. >5    string        ,\ Version\ =    \b, version
  6150. >>17    string        >\0        %.3s
  6151.  
  6152. #------------------------------------------------------------------------------
  6153. # island:  file(1) magic for IslandWite/IslandDraw, from SunOS 5.5.1
  6154. # "/etc/magic":
  6155. # From: guy@netapp.com (Guy Harris)
  6156. #
  6157. 4    string        pgscriptver    IslandWrite document
  6158. 13    string        DrawFile    IslandDraw document
  6159.  
  6160.  
  6161. #------------------------------------------------------------------------------
  6162. # ispell:  file(1) magic for ispell
  6163. #
  6164. # Ispell 3.0 has a magic of 0x9601 and ispell 3.1 has 0x9602.  This magic
  6165. # will match 0x9600 through 0x9603 in *both* little endian and big endian.
  6166. # (No other current magic entries collide.)
  6167. #
  6168. # Updated by Daniel Quinlan (quinlan@yggdrasil.com)
  6169. #
  6170. 0    leshort&0xFFFC    0x9600        little endian ispell
  6171. >0    byte        0        hash file (?),
  6172. >0    byte        1        3.0 hash file,
  6173. >0    byte        2        3.1 hash file,
  6174. >0    byte        3        hash file (?),
  6175. >2    leshort        0x00        8-bit, no capitalization, 26 flags
  6176. >2    leshort        0x01        7-bit, no capitalization, 26 flags
  6177. >2    leshort        0x02        8-bit, capitalization, 26 flags
  6178. >2    leshort        0x03        7-bit, capitalization, 26 flags
  6179. >2    leshort        0x04        8-bit, no capitalization, 52 flags
  6180. >2    leshort        0x05        7-bit, no capitalization, 52 flags
  6181. >2    leshort        0x06        8-bit, capitalization, 52 flags
  6182. >2    leshort        0x07        7-bit, capitalization, 52 flags
  6183. >2    leshort        0x08        8-bit, no capitalization, 128 flags
  6184. >2    leshort        0x09        7-bit, no capitalization, 128 flags
  6185. >2    leshort        0x0A        8-bit, capitalization, 128 flags
  6186. >2    leshort        0x0B        7-bit, capitalization, 128 flags
  6187. >2    leshort        0x0C        8-bit, no capitalization, 256 flags
  6188. >2    leshort        0x0D        7-bit, no capitalization, 256 flags
  6189. >2    leshort        0x0E        8-bit, capitalization, 256 flags
  6190. >2    leshort        0x0F        7-bit, capitalization, 256 flags
  6191. >4    leshort        >0        and %d string characters
  6192. 0    beshort&0xFFFC    0x9600        big endian ispell
  6193. >1    byte        0        hash file (?),
  6194. >1    byte        1        3.0 hash file,
  6195. >1    byte        2        3.1 hash file,
  6196. >1    byte        3        hash file (?),
  6197. >2    beshort        0x00        8-bit, no capitalization, 26 flags
  6198. >2    beshort        0x01        7-bit, no capitalization, 26 flags
  6199. >2    beshort        0x02        8-bit, capitalization, 26 flags
  6200. >2    beshort        0x03        7-bit, capitalization, 26 flags
  6201. >2    beshort        0x04        8-bit, no capitalization, 52 flags
  6202. >2    beshort        0x05        7-bit, no capitalization, 52 flags
  6203. >2    beshort        0x06        8-bit, capitalization, 52 flags
  6204. >2    beshort        0x07        7-bit, capitalization, 52 flags
  6205. >2    beshort        0x08        8-bit, no capitalization, 128 flags
  6206. >2    beshort        0x09        7-bit, no capitalization, 128 flags
  6207. >2    beshort        0x0A        8-bit, capitalization, 128 flags
  6208. >2    beshort        0x0B        7-bit, capitalization, 128 flags
  6209. >2    beshort        0x0C        8-bit, no capitalization, 256 flags
  6210. >2    beshort        0x0D        7-bit, no capitalization, 256 flags
  6211. >2    beshort        0x0E        8-bit, capitalization, 256 flags
  6212. >2    beshort        0x0F        7-bit, capitalization, 256 flags
  6213. >4    beshort        >0        and %d string characters
  6214. # ispell 4.0 hash files  kromJx <kromJx@crosswinds.net>
  6215. # Ispell 4.0
  6216. 0       string          ISPL            ispell
  6217. >4      long            x               hash file version %d,
  6218. >8      long            x               lexletters %d,
  6219. >12     long            x               lexsize %d,
  6220. >16     long            x               hashsize %d,
  6221. >20     long            x               stblsize %d
  6222. #------------------------------------------------------------
  6223. # Java ByteCode
  6224. # From Larry Schwimmer (schwim@cs.stanford.edu)
  6225. # Handled in Mach now
  6226. #0    belong        0xcafebabe    compiled Java class data,
  6227. #>6    beshort x    version %d.
  6228. #>4    beshort x    \b%d
  6229. #------------------------------------------------------------
  6230. # Java serialization
  6231. # From Martin Pool (m.pool@pharos.com.au)
  6232. 0    beshort        0xaced        Java serialization data
  6233. >2    beshort        >0x0004        \b, version %d
  6234.  
  6235. #------------------------------------------------------------------------------
  6236. # JPEG images
  6237. # SunOS 5.5.1 had
  6238. #
  6239. #    0    string        \377\330\377\340    JPEG file
  6240. #    0    string        \377\330\377\356    JPG file
  6241. #
  6242. # both of which turn into "JPEG image data" here.
  6243. #
  6244. 0    beshort        0xffd8        JPEG image data
  6245. >6    string        JFIF        \b, JFIF standard
  6246. # The following added by Erik Rossen <rossen@freesurf.ch> 1999-09-06
  6247. # in a vain attempt to add image size reporting for JFIF.  Note that these
  6248. # tests are not fool-proof since some perfectly valid JPEGs are currently
  6249. # impossible to specify in magic(4) format.
  6250. # First, a little JFIF version info:
  6251. >>11    byte        x        \b %d.
  6252. >>12    byte        x        \b%02d
  6253. # Next, the resolution or aspect ratio of the image:
  6254. #>>13    byte        0        \b, aspect ratio
  6255. #>>13    byte        1        \b, resolution (DPI)
  6256. #>>13    byte        2        \b, resolution (DPCM)
  6257. #>>4    beshort        x        \b, segment length %d
  6258. # Next, show thumbnail info, if it exists:
  6259. >>18    byte        !0        \b, thumbnail %dx
  6260. >>>19    byte        x        \b%d
  6261.  
  6262. # EXIF moved down here to avoid reporting a bogus version number,
  6263. # and EXIF version number printing added.
  6264. #   - Patrik R=E5dman <patrik+file-magic@iki.fi>
  6265. >6    string        Exif        \b, EXIF standard
  6266. # Look for EXIF IFD offset in IFD 0, and then look for EXIF version tag in EXIF IFD.
  6267. # All possible combinations of entries have to be enumerated, since no looping
  6268. # is possible. And both endians are possible...
  6269. # The combinations included below are from real-world JPEGs.
  6270. # Little-endian
  6271. >>12    string        II        
  6272. # IFD 0 Entry #5:
  6273. >>>70    leshort        0x8769          
  6274. # EXIF IFD Entry #1:
  6275. >>>>(78.l+14)    leshort    0x9000        
  6276. >>>>>(78.l+23)    byte    x        %c
  6277. >>>>>(78.l+24)    byte    x        \b.%c
  6278. >>>>>(78.l+25)    byte    !0x30        \b%c
  6279. # IFD 0 Entry #9:
  6280. >>>118    leshort        0x8769          
  6281. # EXIF IFD Entry #3:
  6282. >>>>(126.l+38)    leshort    0x9000        
  6283. >>>>>(126.l+47)    byte    x        %c
  6284. >>>>>(126.l+48)    byte    x        \b.%c
  6285. >>>>>(126.l+49)    byte    !0x30        \b%c
  6286. # IFD 0 Entry #10
  6287. >>>130    leshort        0x8769          
  6288. # EXIF IFD Entry #3:
  6289. >>>>(138.l+38)    leshort    0x9000        
  6290. >>>>>(138.l+47)    byte    x        %c
  6291. >>>>>(138.l+48)    byte    x        \b.%c
  6292. >>>>>(138.l+49)    byte    !0x30        \b%c
  6293. # EXIF IFD Entry #4:
  6294. >>>>(138.l+50)    leshort    0x9000        
  6295. >>>>>(138.l+59)    byte    x        %c
  6296. >>>>>(138.l+60)    byte    x        \b.%c
  6297. >>>>>(138.l+61)    byte    !0x30        \b%c
  6298. # EXIF IFD Entry #5:
  6299. >>>>(138.l+62)    leshort    0x9000        
  6300. >>>>>(138.l+71)    byte    x        %c
  6301. >>>>>(138.l+72)    byte    x        \b.%c
  6302. >>>>>(138.l+73)    byte    !0x30        \b%c
  6303. # IFD 0 Entry #11
  6304. >>>142    leshort        0x8769          
  6305. # EXIF IFD Entry #3:
  6306. >>>>(150.l+38)    leshort    0x9000        
  6307. >>>>>(150.l+47)    byte    x        %c
  6308. >>>>>(150.l+48)    byte    x        \b.%c
  6309. >>>>>(150.l+49)    byte    !0x30        \b%c
  6310. # EXIF IFD Entry #4:
  6311. >>>>(150.l+50)    leshort    0x9000        
  6312. >>>>>(150.l+59)    byte    x        %c
  6313. >>>>>(150.l+60)    byte    x        \b.%c
  6314. >>>>>(150.l+61)    byte    !0x30        \b%c
  6315. # EXIF IFD Entry #5:
  6316. >>>>(150.l+62)    leshort    0x9000        
  6317. >>>>>(150.l+71)    byte    x        %c
  6318. >>>>>(150.l+72)    byte    x        \b.%c
  6319. >>>>>(150.l+73)    byte    !0x30        \b%c
  6320. # Big-endian
  6321. >>12    string        MM        
  6322. # IFD 0 Entry #9:
  6323. >>>118    beshort        0x8769          
  6324. # EXIF IFD Entry #1:
  6325. >>>>(126.L+14)    beshort    0x9000        
  6326. >>>>>(126.L+23)    byte    x        %c
  6327. >>>>>(126.L+24)    byte    x        \b.%c
  6328. >>>>>(126.L+25)    byte    !0x30        \b%c
  6329. # EXIF IFD Entry #3:
  6330. >>>>(126.L+38)    beshort    0x9000        
  6331. >>>>>(126.L+47)    byte    x        %c
  6332. >>>>>(126.L+48)    byte    x        \b.%c
  6333. >>>>>(126.L+49)    byte    !0x30        \b%c
  6334. # IFD 0 Entry #10
  6335. >>>130    beshort        0x8769          
  6336. # EXIF IFD Entry #3:
  6337. >>>>(138.L+38)    beshort    0x9000        
  6338. >>>>>(138.L+47)    byte    x        %c
  6339. >>>>>(138.L+48)    byte    x        \b.%c
  6340. >>>>>(138.L+49)    byte    !0x30        \b%c
  6341. # EXIF IFD Entry #5:
  6342. >>>>(138.L+62)    beshort    0x9000        
  6343. >>>>>(138.L+71)    byte    x        %c
  6344. >>>>>(138.L+72)    byte    x        \b.%c
  6345. >>>>>(138.L+73)    byte    !0x30        \b%c
  6346. # IFD 0 Entry #11
  6347. >>>142    beshort        0x8769          
  6348. # EXIF IFD Entry #4:
  6349. >>>>(150.L+50)    beshort    0x9000        
  6350. >>>>>(150.L+59)    byte    x        %c
  6351. >>>>>(150.L+60)    byte    x        \b.%c
  6352. >>>>>(150.L+61)    byte    !0x30        \b%c
  6353. # Here things get sticky.  We can do ONE MORE marker segment with
  6354. # indirect addressing, and that's all.  It would be great if we could
  6355. # do pointer arithemetic like in an assembler language.  Christos?
  6356. # And if there was some sort of looping construct to do searches, plus a few
  6357. # named accumulators, it would be even more effective...
  6358. # At least we can show a comment if no other segments got inserted before:
  6359. >(4.S+5)    byte        0xFE
  6360. >>(4.S+8)    string        >\0        \b, comment: "%s"
  6361. #>(4.S+5)    byte        0xFE        \b, comment
  6362. #>>(4.S+6)    beshort        x        \b length=%d
  6363. #>>(4.S+8)    string        >\0        \b, "%s"
  6364. # Or, we can show the encoding type (I've included only the three most common)
  6365. # and image dimensions if we are lucky and the SOFn (image segment) is here:
  6366. >(4.S+5)    byte        0xC0        \b, baseline
  6367. >>(4.S+6)    byte        x        \b, precision %d
  6368. >>(4.S+7)    beshort        x        \b, %dx
  6369. >>(4.S+9)    beshort        x        \b%d
  6370. >(4.S+5)    byte        0xC1        \b, extended sequential
  6371. >>(4.S+6)    byte        x        \b, precision %d
  6372. >>(4.S+7)    beshort        x        \b, %dx
  6373. >>(4.S+9)    beshort        x        \b%d
  6374. >(4.S+5)    byte        0xC2        \b, progressive
  6375. >>(4.S+6)    byte        x        \b, precision %d
  6376. >>(4.S+7)    beshort        x        \b, %dx
  6377. >>(4.S+9)    beshort        x        \b%d
  6378. # I've commented-out quantisation table reporting.  I doubt anyone cares yet.
  6379. #>(4.S+5)    byte        0xDB        \b, quantisation table
  6380. #>>(4.S+6)    beshort        x        \b length=%d
  6381. #>14    beshort        x        \b, %d x
  6382. #>16    beshort        x        \b %d
  6383.  
  6384. # HSI is Handmade Software's proprietary JPEG encoding scheme
  6385. 0    string        hsi1        JPEG image data, HSI proprietary
  6386.  
  6387. # From: David Santinoli <david@santinoli.com>
  6388. 0    string        \x00\x00\x00\x0C\x6A\x50\x20\x20\x0D\x0A\x87\x0A    JPEG 2000 image data
  6389.  
  6390. #------------------------------------------------------------------------------
  6391. # karma:  file(1) magic for Karma data files
  6392. #
  6393. # From <rgooch@atnf.csiro.au>
  6394.  
  6395. 0    string        KarmaRHD Version    Karma Data Structure Version
  6396. >16    belong        x        %lu
  6397. #------------------------------------------------------------------------------
  6398. # DEC SRC Virtual Paper: Lectern files
  6399. # Karl M. Hegbloom <karlheg@inetarena.com>
  6400. 0    string    lect    DEC SRC Virtual Paper Lectern file
  6401.  
  6402. #------------------------------------------------------------------------------
  6403. # lex:  file(1) magic for lex
  6404. #
  6405. #    derived empirically, your offsets may vary!
  6406. 53    string        yyprevious    C program text (from lex)
  6407. >3    string        >\0         for %s
  6408. # C program text from GNU flex, from Daniel Quinlan <quinlan@yggdrasil.com>
  6409. 21    string        generated\ by\ flex    C program text (from flex)
  6410. # lex description file, from Daniel Quinlan <quinlan@yggdrasil.com>
  6411. 0    string        %{        lex description text
  6412.  
  6413. #------------------------------------------------------------------------------
  6414. # lif:  file(1) magic for lif
  6415. #
  6416. # (Daniel Quinlan <quinlan@yggdrasil.com>)
  6417. #
  6418. 0    beshort        0x8000        lif file
  6419.  
  6420. #------------------------------------------------------------------------------
  6421. # linux:  file(1) magic for Linux files
  6422. #
  6423. # Values for Linux/i386 binaries, from Daniel Quinlan <quinlan@yggdrasil.com>
  6424. # The following basic Linux magic is useful for reference, but using
  6425. # "long" magic is a better practice in order to avoid collisions.
  6426. #
  6427. # 2    leshort        100        Linux/i386
  6428. # >0    leshort        0407        impure executable (OMAGIC)
  6429. # >0    leshort        0410        pure executable (NMAGIC)
  6430. # >0    leshort        0413        demand-paged executable (ZMAGIC)
  6431. # >0    leshort        0314        demand-paged executable (QMAGIC)
  6432. #
  6433. 0    lelong        0x00640107    Linux/i386 impure executable (OMAGIC)
  6434. >16    lelong        0        \b, stripped
  6435. 0    lelong        0x00640108    Linux/i386 pure executable (NMAGIC)
  6436. >16    lelong        0        \b, stripped
  6437. 0    lelong        0x0064010b    Linux/i386 demand-paged executable (ZMAGIC)
  6438. >16    lelong        0        \b, stripped
  6439. 0    lelong        0x006400cc    Linux/i386 demand-paged executable (QMAGIC)
  6440. >16    lelong        0        \b, stripped
  6441. #
  6442. 0    string        \007\001\000    Linux/i386 object file
  6443. >20    lelong        >0x1020        \b, DLL library
  6444. # Linux-8086 stuff:
  6445. 0    string        \01\03\020\04    Linux-8086 impure executable
  6446. >28    long        !0        not stripped
  6447. 0    string        \01\03\040\04    Linux-8086 executable
  6448. >28    long        !0        not stripped
  6449. #
  6450. 0    string        \243\206\001\0    Linux-8086 object file
  6451. #
  6452. 0    string        \01\03\020\20    Minix-386 impure executable
  6453. >28    long        !0        not stripped
  6454. 0    string        \01\03\040\20    Minix-386 executable
  6455. >28    long        !0        not stripped
  6456. # core dump file, from Bill Reynolds <bill@goshawk.lanl.gov>
  6457. 216    lelong        0421        Linux/i386 core file
  6458. >220    string        >\0        of '%s'
  6459. >200    lelong        >0        (signal %d)
  6460. #
  6461. # LILO boot/chain loaders, from Daniel Quinlan <quinlan@yggdrasil.com>
  6462. # this can be overridden by the DOS executable (COM) entry
  6463. 2    string        LILO        Linux/i386 LILO boot/chain loader
  6464. #
  6465. # PSF fonts, from H. Peter Anvin <hpa@yggdrasil.com>
  6466. 0    leshort        0x0436        Linux/i386 PC Screen Font data,
  6467. >2    byte        0        256 characters, no directory,
  6468. >2    byte        1        512 characters, no directory,
  6469. >2    byte        2        256 characters, Unicode directory,
  6470. >2    byte        3        512 characters, Unicode directory,
  6471. >3    byte        >0        8x%d
  6472. # Linux swap file, from Daniel Quinlan <quinlan@yggdrasil.com>
  6473. 4086    string        SWAP-SPACE    Linux/i386 swap file
  6474. # From: Jeff Bailey <jbailey@ubuntu.com>
  6475. # Linux swap file with swsusp1 image, from Jeff Bailey <jbailey@ubuntu.com>
  6476. 4076    string        SWAPSPACE2S1SUSPEND    Linux/i386 swap file (new style) with SWSUSP1 image
  6477. # according to man page of mkswap (8) March 1999
  6478. 4086    string        SWAPSPACE2    Linux/i386 swap file (new style)
  6479. >0x400    long        x        %d (4K pages)
  6480. >0x404    long        x        size %d pages
  6481. # ECOFF magic for OSF/1 and Linux (only tested under Linux though)
  6482. #
  6483. #    from Erik Troan (ewt@redhat.com) examining od dumps, so this
  6484. #        could be wrong
  6485. #      updated by David Mosberger (davidm@azstarnet.com) based on
  6486. #      GNU BFD and MIPS info found below.
  6487. #
  6488. 0    leshort        0x0183        ECOFF alpha
  6489. >24    leshort        0407        executable
  6490. >24    leshort        0410        pure
  6491. >24    leshort        0413        demand paged
  6492. >8    long        >0        not stripped
  6493. >8    long        0        stripped
  6494. >23    leshort        >0        - version %ld.
  6495. #
  6496. # Linux kernel boot images, from Albert Cahalan <acahalan@cs.uml.edu>
  6497. # and others such as Axel Kohlmeyer <akohlmey@rincewind.chemie.uni-ulm.de>
  6498. # and Nicolßs Lichtmaier <nick@debian.org>
  6499. # All known start with: b8 c0 07 8e d8 b8 00 90 8e c0 b9 00 01 29 f6 29
  6500. # Linux kernel boot images (i386 arch) (Wolfram Kleff)
  6501. 514    string        HdrS        Linux kernel
  6502. >510    leshort        0xAA55        x86 boot executable
  6503. >>518    leshort        >=3D0x200
  6504. >>529    byte        0        zImage,
  6505. >>>529    byte        1        bzImage,
  6506. >>>(526.s+0x200) string    >\0        version %s,
  6507. >>498    leshort        1        RO-rootFS,
  6508. >>498    leshort        0        RW-rootFS,
  6509. >>508    leshort        >0        root_dev 0x%X,
  6510. >>502    leshort        >0        swap_dev 0x%X,
  6511. >>504    leshort        >0        RAMdisksize %u KB,
  6512. >>506    leshort        0xFFFF        Normal VGA
  6513. >>506    leshort        0xFFFE        Extended VGA
  6514. >>506    leshort        0xFFFD        Prompt for Videomode
  6515. >>506    leshort        >0        Video mode %d
  6516. # This also matches new kernels, which were caught above by "HdrS".
  6517. 0        belong    0xb8c0078e    Linux kernel
  6518. >0x1e3        string    Loading        version 1.3.79 or older
  6519. >0x1e9        string    Loading        from prehistoric times
  6520.  
  6521. # System.map files - Nicolßs Lichtmaier <nick@debian.org>
  6522. 8    string    \ A\ _text    Linux kernel symbol map text
  6523.  
  6524. # LSM entries - Nicolßs Lichtmaier <nick@debian.org>
  6525. 0    string    Begin3    Linux Software Map entry text
  6526. 0    string    Begin4    Linux Software Map entry text (new format)
  6527.  
  6528. # From Matt Zimmerman
  6529. 0       belong  0x4f4f4f4d      User-mode Linux COW file
  6530. >4      belong  x               \b, version %d
  6531. >8      string  >\0             \b, backing file %s
  6532.  
  6533. ############################################################################
  6534. # Linux kernel versions
  6535.  
  6536. 0        string        \xb8\xc0\x07\x8e\xd8\xb8\x00\x90    Linux
  6537. >497        leshort        0        x86 boot sector
  6538. >>514        belong        0x8e    of a kernel from the dawn of time!
  6539. >>514        belong        0x908ed8b4    version 0.99-1.1.42
  6540. >>514        belong        0x908ed8b8    for memtest86
  6541.  
  6542. >497        leshort        !0        x86 kernel
  6543. >>504        leshort        >0        RAMdisksize=%u KB
  6544. >>502        leshort        >0        swap=0x%X
  6545. >>508        leshort        >0        root=0x%X
  6546. >>>498        leshort        1        \b-ro
  6547. >>>498        leshort        0        \b-rw
  6548. >>506        leshort        0xFFFF        vga=normal
  6549. >>506        leshort        0xFFFE        vga=extended
  6550. >>506        leshort        0xFFFD        vga=ask
  6551. >>506        leshort        >0        vga=%d
  6552. >>514        belong        0x908ed881    version 1.1.43-1.1.45
  6553. >>514        belong        0x15b281cd
  6554. >>>0xa8e    belong        0x55AA5a5a    version 1.1.46-1.2.13,1.3.0
  6555. >>>0xa99    belong        0x55AA5a5a    version 1.3.1,2
  6556. >>>0xaa3    belong        0x55AA5a5a    version 1.3.3-1.3.30
  6557. >>>0xaa6    belong        0x55AA5a5a    version 1.3.31-1.3.41
  6558. >>>0xb2b    belong        0x55AA5a5a    version 1.3.42-1.3.45
  6559. >>>0xaf7    belong        0x55AA5a5a    version 1.3.46-1.3.72
  6560. >>514        string        HdrS
  6561. >>>518        leshort        >0x1FF
  6562. >>>>529        byte        0        \b, zImage
  6563. >>>>529        byte        1        \b, bzImage
  6564. >>>>(526.s+0x200) string     >\0        \b, version %s
  6565.  
  6566. # Linux boot sector thefts.
  6567. 0        belong        0xb8c0078e    Linux
  6568. >0x1e6        belong        0x454c4b53    ELKS Kernel
  6569. >0x1e6        belong        !0x454c4b53    style boot sector
  6570.  
  6571. ############################################################################
  6572. # Linux 8086 executable
  6573. 0    lelong&0xFF0000FF 0xC30000E9    Linux-Dev86 executable, headerless
  6574. >5    string        .        
  6575. >>4    string        >\0        \b, libc version %s
  6576.  
  6577. 0    lelong&0xFF00FFFF 0x4000301    Linux-8086 executable
  6578. >2    byte&0x01    !0        \b, unmapped zero page
  6579. >2    byte&0x20    0        \b, impure
  6580. >2    byte&0x20    !0
  6581. >>2    byte&0x10    !0        \b, A_EXEC
  6582. >2    byte&0x02    !0        \b, A_PAL
  6583. >2    byte&0x04    !0        \b, A_NSYM
  6584. >2    byte&0x08    !0        \b, A_STAND
  6585. >2    byte&0x40    !0        \b, A_PURE
  6586. >2    byte&0x80    !0        \b, A_TOVLY
  6587. >28     long            !0              \b, not stripped
  6588. >37    string        .        
  6589. >>36    string        >\0        \b, libc version %s
  6590.  
  6591. # 0    lelong&0xFF00FFFF 0x10000301    ld86 I80386 executable
  6592. # 0    lelong&0xFF00FFFF 0xB000301    ld86 M68K executable
  6593. # 0    lelong&0xFF00FFFF 0xC000301    ld86 NS16K executable
  6594. # 0    lelong&0xFF00FFFF 0x17000301    ld86 SPARC executable
  6595.  
  6596. # SYSLINUX boot logo files (from 'ppmtolss16' sources)
  6597. # http://syslinux.zytor.com/
  6598. #
  6599. 0    lelong    =0x1413f33d        SYSLINUX' LSS16 image data
  6600. >4    leshort    x            \b, width %d
  6601. >6    leshort    x            \b, height %d
  6602.  
  6603. #------------------------------------------------------------------------------
  6604. # lisp:  file(1) magic for lisp programs
  6605. #
  6606. # various lisp types, from Daniel Quinlan (quinlan@yggdrasil.com)
  6607.  
  6608. # This is a guess, but a good one.
  6609. 0    string    ;;            Lisp/Scheme program text
  6610.  
  6611. # Emacs 18 - this is always correct, but not very magical.
  6612. 0    string    \012(            Emacs v18 byte-compiled Lisp data
  6613. # Emacs 19+ - ver. recognition added by Ian Springer
  6614. # Also applies to XEmacs 19+ .elc files; could tell them apart if we had regexp
  6615. # support or similar - Chris Chittleborough <cchittleborough@yahoo.com.au>
  6616. 0    string    ;ELC            
  6617. >4    byte    >19            
  6618. >4    byte    <32            Emacs/XEmacs v%d byte-compiled Lisp data
  6619.  
  6620. # Files produced by CLISP Common Lisp From: Bruno Haible <haible@ilog.fr>
  6621. 0    string    (SYSTEM::VERSION\040'    CLISP byte-compiled Lisp program text
  6622. 0    long    0x70768BD2        CLISP memory image data
  6623. 0    long    0xD28B7670        CLISP memory image data, other endian
  6624.  
  6625. # Files produced by GNU gettext
  6626. 0    long    0xDE120495        GNU-format message catalog data
  6627. 0    long    0x950412DE        GNU-format message catalog data
  6628.  
  6629. #.com and .bin for MIT scheme 
  6630. 0    string    \372\372\372\372    MIT scheme (library?)
  6631.  
  6632. # From: David Allouche <david@allouche.net>
  6633. 0    string    \<TeXmacs|    TeXmacs document text
  6634. #------------------------------------------------------------------------------
  6635. # mach file description
  6636. #
  6637. # Since Java bytecode and Mach-O fat-files have the same magic number the test
  6638. # must be preformed in the same "magic" sequence to get both right.  The long
  6639. # at offset 4 in a fat file tells the number of architectures.  The short at
  6640. # offset 4 in a Java bytecode file is the compiler minor version and the
  6641. # short at offset 6 is the compiler major version.  Since there are only 
  6642. # only 18 labeled Mach-O architectures at current, and the first released 
  6643. # Java class format was version 43.0, we can safely choose any number
  6644. # between 18 and 39 to test the number of architectures against
  6645. # (and use as a hack).
  6646. #
  6647. 0    belong        0xcafebabe
  6648. >4    belong        >19        compiled Java class data,
  6649. >>6     beshort        x            version %d.
  6650. >>4     beshort        x           \b%d
  6651. >4    belong        1        Mach-O fat file with 1 architecture
  6652. >4    belong        >1
  6653. # The following is necessary to support java class files.
  6654. >>4    belong        <20        Mach-O fat file with %ld architectures
  6655. #>>4    belong        <0xffff        Mach-O fat file with %ld architectures
  6656. #
  6657. 0    lelong&0xfeffffff    0xfeedface    Mach-O
  6658. >0    byte        0xcf        64-bit
  6659. >12    lelong        1        object
  6660. >12    lelong        2        executable
  6661. >12    lelong        3        fixed virtual memory shared library
  6662. >12    lelong        4        core
  6663. >12    lelong        5        preload executable
  6664. >12    lelong        6        dynamically linked shared library
  6665. >12    lelong        7        dynamic linker
  6666. >12    lelong        8        bundle
  6667. >12    lelong        9        dynamically linked shared library stub
  6668. >12    lelong        >9
  6669. >>12    lelong        x        filetype=%ld
  6670. >4    lelong        <0
  6671. >>4    lelong        x        architecture=%ld
  6672. >4    lelong        1        vax
  6673. >4    lelong        2        romp
  6674. >4    lelong        3        architecture=3
  6675. >4    lelong        4        ns32032
  6676. >4    lelong        5        ns32332
  6677. >4    lelong        6        m68k
  6678. >4    lelong        7        i386
  6679. >4    lelong        8        mips
  6680. >4    lelong        9        ns32532
  6681. >4    lelong        10        architecture=10
  6682. >4    lelong        11        hppa
  6683. >4    lelong        12        acorn
  6684. >4    lelong        13        m88k
  6685. >4    lelong        14        sparc
  6686. >4    lelong        15        i860-big
  6687. >4    lelong        16        i860
  6688. >4    lelong        17        rs6000
  6689. >4    lelong        18        ppc
  6690. >4    lelong        16777234    ppc64
  6691. >4    lelong        >16777234
  6692. >>4    lelong        x        architecture=%ld
  6693. #
  6694. 0    belong&0xfffffffe    0xfeedface    Mach-O
  6695. >3    byte        0xcf        64-bit
  6696. >12    belong        1        object
  6697. >12    belong        2        executable
  6698. >12    belong        3        fixed virtual memory shared library
  6699. >12    belong        4        core
  6700. >12    belong        5        preload executable
  6701. >12    belong        6               dynamically linked shared library
  6702. >12    belong        7               dynamic linker
  6703. >12    belong        8        bundle
  6704. >12    belong        9        dynamically linked shared library stub
  6705. >12    belong        >9
  6706. >>12    belong        x        filetype=%ld
  6707. >4    belong        <0
  6708. >>4    belong        x        architecture=%ld
  6709. >4    belong        1        vax
  6710. >4    belong        2        romp
  6711. >4    belong        3        architecture=3
  6712. >4    belong        4        ns32032
  6713. >4    belong        5        ns32332
  6714. >4    belong        6        for m68k architecture
  6715. # from NeXTstep 3.0 <mach/machine.h>
  6716. # i.e. mc680x0_all, ignore
  6717. # >>8    belong        1        (mc68030)
  6718. >>8    belong        2        (mc68040)
  6719. >>8    belong        3        (mc68030 only)
  6720. >4    belong        7        i386
  6721. >4    belong        8        mips
  6722. >4    belong        9        ns32532
  6723. >4    belong        10        architecture=10
  6724. >4    belong        11        hppa
  6725. >4    belong        12        acorn
  6726. >4    belong        13        m88k
  6727. >4    belong        14        sparc
  6728. >4    belong        15        i860-big
  6729. >4    belong        16        i860
  6730. >4    belong        17        rs6000
  6731. >4    belong        18        ppc
  6732. >4    belong        16777234    ppc64
  6733. >4    belong        >16777234
  6734. >>4    belong        x        architecture=%ld
  6735.  
  6736. #------------------------------------------------------------------------------
  6737. # macintosh description
  6738. #
  6739. # BinHex is the Macintosh ASCII-encoded file format (see also "apple")
  6740. # Daniel Quinlan, quinlan@yggdrasil.com
  6741. 11    string    must\ be\ converted\ with\ BinHex    BinHex binary text
  6742. >41    string    x                    \b, version %.3s
  6743.  
  6744. # Stuffit archives are the de facto standard of compression for Macintosh
  6745. # files obtained from most archives. (franklsm@tuns.ca)
  6746. 0    string        SIT!            StuffIt Archive (data)
  6747. >2    string        x            : %s
  6748. 0    string        SITD            StuffIt Deluxe (data)
  6749. >2    string        x            : %s
  6750. 0    string        Seg            StuffIt Deluxe Segment (data)
  6751. >2    string        x            : %s
  6752.  
  6753. # Newer StuffIt archives (grant@netbsd.org)
  6754. 0    string        StuffIt            StuffIt Archive
  6755. #>162    string        >0            : %s
  6756.  
  6757. # Macintosh Applications and Installation binaries (franklsm@tuns.ca)
  6758. 0    string        APPL            Macintosh Application (data)
  6759. >2    string        x            \b: %s
  6760.  
  6761. # Macintosh System files (franklsm@tuns.ca)
  6762. 0    string        zsys            Macintosh System File (data)
  6763. 0    string        FNDR            Macintosh Finder (data)
  6764. 0    string        libr            Macintosh Library (data)
  6765. >2    string        x            : %s
  6766. 0    string        shlb            Macintosh Shared Library (data)
  6767. >2    string        x            : %s
  6768. 0    string        cdev            Macintosh Control Panel (data)
  6769. >2    string        x            : %s
  6770. 0    string        INIT            Macintosh Extension (data)
  6771. >2    string        x            : %s
  6772. 0    string        FFIL            Macintosh Truetype Font (data)
  6773. >2    string        x            : %s
  6774. 0    string        LWFN            Macintosh Postscript Font (data)
  6775. >2    string        x            : %s
  6776.  
  6777. # Additional Macintosh Files (franklsm@tuns.ca)
  6778. 0    string        PACT            Macintosh Compact Pro Archive (data)
  6779. >2    string        x            : %s
  6780. 0    string        ttro            Macintosh TeachText File (data)
  6781. >2    string        x            : %s
  6782. 0    string        TEXT            Macintosh TeachText File (data)
  6783. >2    string        x            : %s
  6784. 0    string        PDF            Macintosh PDF File (data)
  6785. >2    string        x            : %s
  6786.  
  6787. # MacBinary format (Eric Fischer, enf@pobox.com)
  6788. #
  6789. # Unfortunately MacBinary doesn't really have a magic number prior
  6790. # to the MacBinary III format.  The checksum is really the way to
  6791. # do it, but the magic file format isn't up to the challenge.
  6792. #
  6793. # 0    byte        0
  6794. # 1    byte                # filename length
  6795. # 2    string                # filename
  6796. # 65    string                # file type
  6797. # 69    string                # file creator
  6798. # 73    byte                # Finder flags
  6799. # 74    byte        0
  6800. # 75    beshort                # vertical posn in window
  6801. # 77    beshort                # horiz posn in window
  6802. # 79    beshort                # window or folder ID
  6803. # 81    byte                # protected?
  6804. # 82    byte        0
  6805. # 83    belong                # length of data segment
  6806. # 87    belong                # length of resource segment
  6807. # 91    belong                # file creation date
  6808. # 95    belong                # file modification date
  6809. # 99    beshort                # length of comment after resource
  6810. # 101    byte                # new Finder flags
  6811. # 102    string        mBIN        # (only in MacBinary III)
  6812. # 106    byte                # char. code of file name
  6813. # 107    byte                # still more Finder flags
  6814. # 116    belong                # total file length
  6815. # 120    beshort                # length of add'l header
  6816. # 122    byte        129        # for MacBinary II
  6817. # 122    byte        130        # for MacBinary III
  6818. # 123    byte        129        # minimum version that can read fmt
  6819. # 124    beshort                # checksum
  6820. #
  6821. # This attempts to use the version numbers as a magic number, requiring
  6822. # that the first one be 0x80, 0x81, 0x82, or 0x83, and that the second
  6823. # be 0x81.  This works for the files I have, but maybe not for everyone's.
  6824.  
  6825. # Unfortunately, this magic is quite weak - MPi
  6826. #122    beshort&0xFCFF    0x8081        Macintosh MacBinary data
  6827.  
  6828. # MacBinary I doesn't have the version number field at all, but MacBinary II
  6829. # has been in use since 1987 so I hope there aren't many really old files
  6830. # floating around that this will miss.  The original spec calls for using
  6831. # the nulls in 0, 74, and 82 as the magic number.
  6832. #
  6833. # Another possibility, that would also work for MacBinary I, is to use
  6834. # the assumption that 65-72 will all be ASCII (0x20-0x7F), that 73 will
  6835. # have bits 1 (changed), 2 (busy), 3 (bozo), and 6 (invisible) unset,
  6836. # and that 74 will be 0.  So something like
  6837. # 71     belong&0x80804EFF 0x00000000     Macintosh MacBinary data
  6838. # >73    byte&0x01    0x01        \b, inited
  6839. # >73    byte&0x02    0x02        \b, changed
  6840. # >73    byte&0x04    0x04        \b, busy
  6841. # >73    byte&0x08    0x08        \b, bozo
  6842. # >73    byte&0x10    0x10        \b, system
  6843. # >73    byte&0x10    0x20        \b, bundle
  6844. # >73    byte&0x10    0x40        \b, invisible
  6845. # >73    byte&0x10    0x80        \b, locked
  6846.  
  6847. #>65    string        x        \b, type "%4.4s"
  6848.  
  6849. #>65    string        8BIM        (PhotoShop)
  6850. #>65    string        ALB3        (PageMaker 3)
  6851. #>65    string        ALB4        (PageMaker 4)
  6852. #>65    string        ALT3        (PageMaker 3)
  6853. #>65    string        APPL        (application)
  6854. #>65    string        AWWP        (AppleWorks word processor)
  6855. #>65    string        CIRC        (simulated circuit)
  6856. #>65    string        DRWG        (MacDraw)
  6857. #>65    string        EPSF        (Encapsulated PostScript)
  6858. #>65    string        FFIL        (font suitcase)
  6859. #>65    string        FKEY        (function key)
  6860. #>65    string        FNDR        (Macintosh Finder)
  6861. #>65    string        GIFf        (GIF image)
  6862. #>65    string        Gzip        (GNU gzip)
  6863. #>65    string        INIT        (system extension)
  6864. #>65    string        LIB\         (library)
  6865. #>65    string        LWFN        (PostScript font)
  6866. #>65    string        MSBC        (Microsoft BASIC)
  6867. #>65    string        PACT        (Compact Pro archive)
  6868. #>65    string        PDF\         (Portable Document Format)
  6869. #>65    string        PICT        (picture)
  6870. #>65    string        PNTG        (MacPaint picture)
  6871. #>65    string        PREF        (preferences)
  6872. #>65    string        PROJ        (Think C project)
  6873. #>65    string        QPRJ        (Think Pascal project)
  6874. #>65    string        SCFL        (Defender scores)
  6875. #>65    string        SCRN        (startup screen)
  6876. #>65    string        SITD        (StuffIt Deluxe)
  6877. #>65    string        SPn3        (SuperPaint)
  6878. #>65    string        STAK        (HyperCard stack)
  6879. #>65    string        Seg\         (StuffIt segment)
  6880. #>65    string        TARF        (Unix tar archive)
  6881. #>65    string        TEXT        (ASCII)
  6882. #>65    string        TIFF        (TIFF image)
  6883. #>65    string        TOVF        (Eudora table of contents)
  6884. #>65    string        WDBN        (Microsoft Word word processor)
  6885. #>65    string        WORD        (MacWrite word processor)
  6886. #>65    string        XLS\         (Microsoft Excel)
  6887. #>65    string        ZIVM        (compress (.Z))
  6888. #>65    string        ZSYS        (Pre-System 7 system file)
  6889. #>65    string        acf3        (Aldus FreeHand)
  6890. #>65    string        cdev        (control panel)
  6891. #>65    string        dfil        (Desk Acessory suitcase)
  6892. #>65    string        libr        (library)
  6893. #>65    string        nX^d        (WriteNow word processor)
  6894. #>65    string        nX^w        (WriteNow dictionary)
  6895. #>65    string        rsrc        (resource)
  6896. #>65    string        scbk        (Scrapbook)
  6897. #>65    string        shlb        (shared library)
  6898. #>65    string        ttro        (SimpleText read-only)
  6899. #>65    string        zsys        (system file)
  6900.  
  6901. #>69    string        x        \b, creator "%4.4s"
  6902.  
  6903. # Somewhere, Apple has a repository of registered Creator IDs.  These are
  6904. # just the ones that I happened to have files from and was able to identify.
  6905.  
  6906. #>69    string        8BIM        (Adobe Photoshop)
  6907. #>69    string        ALD3        (PageMaker 3)
  6908. #>69    string        ALD4        (PageMaker 4)
  6909. #>69    string        ALFA        (Alpha editor)
  6910. #>69    string        APLS        (Apple Scanner)
  6911. #>69    string        APSC        (Apple Scanner)
  6912. #>69    string        BRKL        (Brickles)
  6913. #>69    string        BTFT        (BitFont)
  6914. #>69    string        CCL2         (Common Lisp 2)
  6915. #>69    string        CCL\         (Common Lisp)
  6916. #>69    string        CDmo        (The Talking Moose)
  6917. #>69    string        CPCT        (Compact Pro)
  6918. #>69    string        CSOm        (Eudora)
  6919. #>69    string        DMOV        (Font/DA Mover)
  6920. #>69    string        DSIM        (DigSim)
  6921. #>69    string        EDIT        (Macintosh Edit)
  6922. #>69    string        ERIK        (Macintosh Finder)
  6923. #>69    string        EXTR        (self-extracting archive)
  6924. #>69    string        Gzip        (GNU gzip)
  6925. #>69    string        KAHL        (Think C)
  6926. #>69    string        LWFU        (LaserWriter Utility)
  6927. #>69    string        LZIV        (compress)
  6928. #>69    string        MACA        (MacWrite)
  6929. #>69    string        MACS        (Macintosh operating system)
  6930. #>69    string        MAcK        (MacKnowledge terminal emulator)
  6931. #>69    string        MLND        (Defender)
  6932. #>69    string        MPNT        (MacPaint)
  6933. #>69    string        MSBB        (Microsoft BASIC (binary))
  6934. #>69    string        MSWD        (Microsoft Word)
  6935. #>69    string        NCSA        (NCSA Telnet)
  6936. #>69    string        PJMM        (Think Pascal)
  6937. #>69    string        PSAL        (Hunt the Wumpus)
  6938. #>69    string        PSI2        (Apple File Exchange)
  6939. #>69    string        R*ch        (BBEdit)
  6940. #>69    string        RMKR        (Resource Maker)
  6941. #>69    string        RSED        (Resource Editor)
  6942. #>69    string        Rich        (BBEdit)
  6943. #>69    string        SIT!        (StuffIt)
  6944. #>69    string        SPNT        (SuperPaint)
  6945. #>69    string        Unix        (NeXT Mac filesystem)
  6946. #>69    string        VIM!        (Vim editor)
  6947. #>69    string        WILD        (HyperCard)
  6948. #>69    string        XCEL        (Microsoft Excel)
  6949. #>69    string        aCa2        (Fontographer)
  6950. #>69    string        aca3        (Aldus FreeHand)
  6951. #>69    string        dosa        (Macintosh MS-DOS file system)
  6952. #>69    string        movr        (Font/DA Mover)
  6953. #>69    string        nX^n        (WriteNow)
  6954. #>69    string        pdos        (Apple ProDOS file system)
  6955. #>69    string        scbk        (Scrapbook)
  6956. #>69    string        ttxt        (SimpleText)
  6957. #>69    string        ufox        (Foreign File Access)
  6958.  
  6959. # Just in case...
  6960.  
  6961. 102    string        mBIN        MacBinary III data with surprising version number
  6962.  
  6963. # sas magic from Bruce Foster (bef@nwu.edu)
  6964. #
  6965. #0    string        SAS        SAS
  6966. #>8    string        x        %s
  6967. 0    string        SAS        SAS
  6968. >24    string        DATA        data file
  6969. >24    string        CATALOG        catalog
  6970. >24    string        INDEX        data file index
  6971. >24    string        VIEW        data view
  6972. # sas 7+ magic from Reinhold Koch (reinhold.koch@roche.com)
  6973. #
  6974. 0x54    string          SAS             SAS 7+
  6975. >0x9C   string          DATA            data file
  6976. >0x9C   string          CATALOG         catalog
  6977. >0x9C   string          INDEX           data file index
  6978. >0x9C   string          VIEW            data view
  6979.  
  6980. # spss magic for SPSS system and portable files, 
  6981. #     from Bruce Foster (bef@nwu.edu).
  6982.  
  6983. 0    long        0xc1e2c3c9    SPSS Portable File
  6984. >40    string         x        %s
  6985.  
  6986. 0    string        $FL2        SPSS System File
  6987. >24    string        x        %s
  6988.  
  6989. # Macintosh filesystem data
  6990. # From "Tom N Harris" <telliamed@mac.com>
  6991. # Fixed HFS+ and Partition map magic: Ethan Benson <erbenson@alaska.net>
  6992. # The MacOS epoch begins on 1 Jan 1904 instead of 1 Jan 1970, so these
  6993. # entries depend on the data arithmetic added after v.35
  6994. # There's also some Pascal strings in here, ditto...
  6995.  
  6996. # The boot block signature, according to IM:Files, is 
  6997. # "for HFS volumes, this field always contains the value 0x4C4B."
  6998. # But if this is true for MFS or HFS+ volumes, I don't know.
  6999. # Alternatively, the boot block is supposed to be zeroed if it's
  7000. # unused, so a simply >0 should suffice.
  7001.  
  7002. 0x400    beshort            0xD2D7        Macintosh MFS data
  7003. >0    beshort            0x4C4B        (bootable)
  7004. >0x40a    beshort            &0x8000        (locked)
  7005. >0x402    beldate-0x7C25B080    x        created: %s,
  7006. >0x406    beldate-0x7C25B080    >0        last backup: %s,
  7007. >0x414    belong            x        block size: %d,
  7008. >0x412    beshort            x        number of blocks: %d,
  7009. >0x424    pstring            x        volume name: %s
  7010.  
  7011. # "BD" is has many false positives
  7012. #0x400    beshort            0x4244        Macintosh HFS data
  7013. #>0    beshort            0x4C4B        (bootable)
  7014. #>0x40a    beshort            &0x8000        (locked)
  7015. #>0x40a    beshort            ^0x0100        (mounted)
  7016. #>0x40a    beshort            &0x0200        (spared blocks)
  7017. #>0x40a    beshort            &0x0800        (unclean)
  7018. #>0x47C    beshort            0x482B        (Embedded HFS+ Volume)
  7019. #>0x402    beldate-0x7C25B080    x        created: %s,
  7020. #>0x406    beldate-0x7C25B080    x        last modified: %s,
  7021. #>0x440    beldate-0x7C25B080    >0        last backup: %s,
  7022. #>0x414    belong            x        block size: %d,
  7023. #>0x412    beshort            x        number of blocks: %d,
  7024. #>0x424    pstring            x        volume name: %s
  7025.  
  7026. 0x400    beshort            0x482B        Macintosh HFS Extended
  7027. >&0    beshort            x        version %d data
  7028. >0    beshort            0x4C4B        (bootable)
  7029. >0x404    belong            ^0x00000100    (mounted)
  7030. >&2    belong            &0x00000200    (spared blocks)
  7031. >&2    belong            &0x00000800    (unclean)
  7032. >&2    belong            &0x00008000    (locked)
  7033. >&6    string            x        last mounted by: '%.4s',
  7034. # really, that should be treated as a belong and we print a string
  7035. # based on the value. TN1150 only mentions '8.10' for "MacOS 8.1"
  7036. >&14    beldate-0x7C25B080    x        created: %s,
  7037. # only the creation date is local time, all other timestamps in HFS+ are UTC.
  7038. >&18    bedate-0x7C25B080    x        last modified: %s,
  7039. >&22    bedate-0x7C25B080    >0        last backup: %s,
  7040. >&26    bedate-0x7C25B080    >0        last checked: %s,
  7041. >&38    belong            x        block size: %d,
  7042. >&42    belong            x        number of blocks: %d,
  7043. >&46    belong            x        free blocks: %d
  7044.  
  7045. # I don't think this is really necessary since it doesn't do much and 
  7046. # anything with a valid driver descriptor will also have a valid
  7047. # partition map
  7048. #0        beshort        0x4552        Apple Device Driver data
  7049. #>&24        beshort        =1        \b, MacOS
  7050.  
  7051. # Is that the partition type a cstring or a pstring? Well, IM says "strings 
  7052. # shorter than 32 bytes must be terminated with NULL" so I'll treat it as a 
  7053. # cstring. Of course, partitions can contain more than four entries, but 
  7054. # what're you gonna do?
  7055. 0x200        beshort        0x504D        Apple Partition data
  7056. >0x2        beshort        x        block size: %d,
  7057. >0x230        string        x        first type: %s,
  7058. >0x210        string        x        name: %s,
  7059. >0x254        belong        x        number of blocks: %d,
  7060. >0x400        beshort        0x504D        
  7061. >>0x430        string        x        second type: %s,
  7062. >>0x410        string        x        name: %s,
  7063. >>0x454        belong        x        number of blocks: %d,
  7064. >>0x800        beshort        0x504D        
  7065. >>>0x830    string        x        third type: %s,
  7066. >>>0x810    string        x        name: %s,
  7067. >>>0x854    belong        x        number of blocks: %d,
  7068. >>>0xa00    beshort        0x504D        
  7069. >>>>0xa30    string        x        fourth type: %s,
  7070. >>>>0xa10    string        x        name: %s,
  7071. >>>>0xa54    belong        x        number of blocks: %d
  7072. # AFAIK, only the signature is different
  7073. 0x200        beshort        0x5453        Apple Old Partition data
  7074. >0x2        beshort        x        block size: %d,
  7075. >0x230        string        x        first type: %s,
  7076. >0x210        string        x        name: %s,
  7077. >0x254        belong        x        number of blocks: %d,
  7078. >0x400        beshort        0x504D        
  7079. >>0x430        string        x        second type: %s,
  7080. >>0x410        string        x        name: %s,
  7081. >>0x454        belong        x        number of blocks: %d,
  7082. >>0x800        beshort        0x504D        
  7083. >>>0x830    string        x        third type: %s,
  7084. >>>0x810    string        x        name: %s,
  7085. >>>0x854    belong        x        number of blocks: %d,
  7086. >>>0xa00    beshort        0x504D        
  7087. >>>>0xa30    string        x        fourth type: %s,
  7088. >>>>0xa10    string        x        name: %s,
  7089. >>>>0xa54    belong        x        number of blocks: %d
  7090.  
  7091. # From: Remi Mommsen <mommsen@slac.stanford.edu>
  7092. 0        string        BOMStore    Mac OS X bill of materials (BOM) fil
  7093.  
  7094. #------------------------------------------------------------------------------
  7095. # magic:  file(1) magic for magic files
  7096. #
  7097. 0    string        #\ Magic    magic text file for file(1) cmd
  7098. 0    lelong        0xF11E041C    magic binary file for file(1) cmd
  7099. >4    lelong        x        (version %d) (little endian)
  7100. 0    belong        0xF11E041C    magic binary file for file(1) cmd
  7101. >4    belong        x        (version %d) (big endian)
  7102.  
  7103. #------------------------------------------------------------------------------
  7104. # mail.news:  file(1) magic for mail and news
  7105. #
  7106. # Unfortunately, saved netnews also has From line added in some news software.
  7107. #0    string        From         mail text
  7108. # There are tests to ascmagic.c to cope with mail and news.
  7109. 0    string        Relay-Version:     old news text
  7110. 0    string        #!\ rnews    batched news text
  7111. 0    string        N#!\ rnews    mailed, batched news text
  7112. 0    string        Forward\ to     mail forwarding text
  7113. 0    string        Pipe\ to     mail piping text
  7114. 0    string        Return-Path:    smtp mail text
  7115. 0    string        Path:        news text
  7116. 0    string        Xref:        news text
  7117. 0    string        From:        news or mail text
  7118. 0    string        Article     saved news text
  7119. 0    string        BABYL        Emacs RMAIL text
  7120. 0    string        Received:    RFC 822 mail text
  7121. 0    string        MIME-Version:    MIME entity text
  7122. #0    string        Content-    MIME entity text
  7123.  
  7124. # TNEF files...
  7125. 0    lelong        0x223E9F78    Transport Neutral Encapsulation Format
  7126.  
  7127. # From: Kevin Sullivan <ksulliva@psc.edu>
  7128. 0    string        *mbx*        MBX mail folder
  7129.  
  7130. # From: Simon Matter <simon.matter@invoca.ch>
  7131. 0    string        \241\002\213\015skiplist\ file\0\0\0    Cyrus skiplist DB
  7132.  
  7133. # JAM(mbp) Fidonet message area databases
  7134. # JHR file
  7135. 0    string    JAM\0            JAM message area header file
  7136. >12    leshort >0            (%d messages)
  7137.  
  7138. # Squish Fidonet message area databases
  7139. # SQD file (requires at least one message in the area)
  7140. # XXX: Weak magic
  7141. #256    leshort    0xAFAE4453        Squish message area data file
  7142. #>4    leshort    >0            (%d messages)
  7143.  
  7144. #------------------------------------------------------------------------------
  7145. # maple:  file(1) magic for maple files
  7146. # "H. Nanosecond" <aldomel@ix.netcom.com>
  7147. # Maple V release 4, a multi-purpose math program
  7148. #
  7149.  
  7150. # maple library .lib
  7151. 0    string    \000MVR4\nI    MapleVr4 library
  7152.  
  7153. # .ind
  7154. # no magic for these :-(
  7155. # they are compiled indexes for maple files
  7156.  
  7157. # .hdb 
  7158. 0    string    \000\004\000\000    Maple help database
  7159.  
  7160. # .mhp
  7161. # this has the form <PACKAGE=name>
  7162. 0    string    \<PACKAGE=    Maple help file
  7163. 0    string    \<HELP\ NAME=    Maple help file
  7164. 0    string    \n\<HELP\ NAME=    Maple help file with extra carriage return at start (yuck)
  7165. #0    string    #\ Newton    Maple help file, old style
  7166. 0    string    #\ daub    Maple help file, old style
  7167. #0    string    #===========    Maple help file, old style
  7168.  
  7169. # .mws
  7170. 0    string    \000\000\001\044\000\221    Maple worksheet
  7171. #this is anomalous
  7172. 0    string    WriteNow\000\002\000\001\000\000\000\000\100\000\000\000\000\000    Maple worksheet, but weird
  7173. # this has the form {VERSION 2 3 "IBM INTEL NT" "2.3" }\n
  7174. # that is {VERSION major_version miunor_version computer_type version_string}
  7175. 0    string    {VERSION\     Maple worksheet
  7176. >9    string    >\0    version %.1s.
  7177. >>10    string
  7178. >>>11    string    >\0    %.1s
  7179.  
  7180. # .mps
  7181. 0    string    \0\0\001$    Maple something
  7182. # from byte 4 it is either 'nul E' or 'soh R'
  7183. # I think 'nul E' means a file that was saved as  a different name
  7184. # a sort of revision marking
  7185. # 'soh R' means new 
  7186. >4    string    \000\105    An old revision
  7187. >4    string    \001\122    The latest save
  7188.  
  7189. # .mpl
  7190. # some of these are the same as .mps above
  7191. #0000000 000 000 001 044 000 105 same as .mps
  7192. #0000000 000 000 001 044 001 122 same as .mps
  7193.  
  7194. 0    string    #\n##\ <SHAREFILE=    Maple something
  7195. 0    string    \n#\n##\ <SHAREFILE=    Maple something
  7196. 0    string    ##\ <SHAREFILE=    Maple something
  7197. 0    string    #\r##\ <SHAREFILE=    Maple something
  7198. 0    string    \r#\r##\ <SHAREFILE=    Maple something
  7199. 0    string    #\ \r##\ <DESCRIBE>    Maple something anomalous.
  7200.  
  7201. #------------------------------------------------------------------------------
  7202. # mathematica:  file(1) magic for mathematica files
  7203. # "H. Nanosecond" <aldomel@ix.netcom.com>
  7204. # Mathematica a multi-purpose math program
  7205. # versions 2.2 and 3.0
  7206.  
  7207. #mathematica .mb
  7208. 0    string    \064\024\012\000\035\000\000\000    Mathematica version 2 notebook
  7209. 0    string    \064\024\011\000\035\000\000\000    Mathematica version 2 notebook
  7210.  
  7211. # .ma
  7212. # multiple possibilites:
  7213.  
  7214. 0    string    (*^\n\n::[\011frontEndVersion\ =\     Mathematica notebook
  7215. #>41    string    >\0    %s
  7216.  
  7217. #0    string    (*^\n\n::[\011palette    Mathematica notebook version 2.x
  7218.  
  7219. #0    string    (*^\n\n::[\011Information    Mathematica notebook version 2.x
  7220. #>675    string    >\0    %s #doesn't work well
  7221.  
  7222. # there may be 'cr' instread of 'nl' in some does this matter?
  7223.  
  7224. # generic:
  7225. 0    string    (*^\r\r::[\011    Mathematica notebook version 2.x
  7226. 0    string    \(\*\^\r\n\r\n\:\:\[\011    Mathematica notebook version 2.x
  7227. 0    string    (*^\015            Mathematica notebook version 2.x
  7228. 0    string    (*^\n\r\n\r::[\011    Mathematica notebook version 2.x
  7229. 0    string    (*^\r::[\011    Mathematica notebook version 2.x
  7230. 0    string    (*^\r\n::[\011    Mathematica notebook version 2.x
  7231. 0    string    (*^\n\n::[\011    Mathematica notebook version 2.x
  7232. 0    string    (*^\n::[\011    Mathematica notebook version 2.x
  7233.  
  7234.  
  7235. # Mathematica .mx files
  7236.  
  7237. #0    string    (*This\ is\ a\ Mathematica\ binary\ dump\ file.\ It\ can\ be\ loaded\ with\ Get.*)    Mathematica binary file
  7238. 0    string    (*This\ is\ a\ Mathematica\ binary\     Mathematica binary file
  7239. #>71    string \000\010\010\010\010\000\000\000\000\000\000\010\100\010\000\000\000    
  7240. # >71... is optional
  7241. >88    string    >\0    from %s
  7242.  
  7243.  
  7244. # Mathematica files PBF:
  7245. # 115 115 101 120 102 106 000 001 000 000 000 203 000 001 000
  7246. 0    string    MMAPBF\000\001\000\000\000\203\000\001\000    Mathematica PBF (fonts I think)
  7247.  
  7248. # .ml files  These are menu resources I think
  7249. # these start with "[0-9][0-9][0-9]\ A~[0-9][0-9][0-9]\ 
  7250. # how to put that into a magic rule?
  7251. 4    string    \ A~    MAthematica .ml file
  7252.  
  7253. # .nb files
  7254. #too long 0    string    (***********************************************************************\n\n\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Mathematica-Compatible Notebook    Mathematica 3.0 notebook
  7255. 0    string    (***********************    Mathematica 3.0 notebook
  7256.  
  7257. # other (* matches it is a comment start in these langs
  7258. 0    string    (*    Mathematica, or Pascal,  Modula-2 or 3 code text
  7259.  
  7260. #########################
  7261. # MatLab v5
  7262. 0       string  MATLAB  Matlab v5 mat-file
  7263. >126    short   0x494d  (big endian)
  7264. >>124   beshort x       version 0x%04x
  7265. >126    short   0x4d49  (little endian)
  7266. >>124   leshort x       version 0x%04x
  7267.  
  7268.  
  7269. #------------------------------------------------------------------------------
  7270. # matroska:  file(1) magic for Matroska files
  7271. #
  7272. # See http://www.matroska.org/
  7273. #
  7274.  
  7275. # EBML id:
  7276. 0        belong        0x1a45dfa3
  7277. # DocType id:
  7278. >5        beshort        0x4282
  7279. # DocType contents:
  7280. >>8        string        matroska    Matroska data
  7281.  
  7282. #------------------------------------------------------------------------------
  7283. # Mavroyanopoulos Nikos <nmav@hellug.gr>
  7284. # mcrypt:   file(1) magic for mcrypt 2.2.x;
  7285. 0    string        \0m\3        mcrypt 2.5 encrypted data,
  7286. >4    string        >\0        algorithm: %s,
  7287. >>&1    leshort        >0        keysize: %d bytes,
  7288. >>>&0    string        >\0        mode: %s,
  7289.  
  7290. 0    string        \0m\2        mcrypt 2.2 encrypted data,
  7291. >3    byte        0        algorithm: blowfish-448,
  7292. >3    byte        1        algorithm: DES,
  7293. >3    byte        2        algorithm: 3DES,
  7294. >3    byte        3        algorithm: 3-WAY,
  7295. >3    byte        4        algorithm: GOST,
  7296. >3    byte        6        algorithm: SAFER-SK64,
  7297. >3    byte        7        algorithm: SAFER-SK128,
  7298. >3    byte        8        algorithm: CAST-128,
  7299. >3    byte        9        algorithm: xTEA,
  7300. >3    byte        10        algorithm: TWOFISH-128,
  7301. >3    byte        11        algorithm: RC2,
  7302. >3    byte        12        algorithm: TWOFISH-192,
  7303. >3    byte        13        algorithm: TWOFISH-256,
  7304. >3    byte        14        algorithm: blowfish-128,
  7305. >3    byte        15        algorithm: blowfish-192,
  7306. >3    byte        16        algorithm: blowfish-256,
  7307. >3    byte        100        algorithm: RC6,
  7308. >3    byte        101        algorithm: IDEA,
  7309. >4    byte        0        mode: CBC,
  7310. >4    byte        1        mode: ECB,
  7311. >4    byte        2        mode: CFB,
  7312. >4    byte        3        mode: OFB,
  7313. >4    byte        4        mode: nOFB,
  7314. >5    byte        0        keymode: 8bit
  7315. >5    byte        1        keymode: 4bit
  7316. >5    byte        2        keymode: SHA-1 hash
  7317. >5    byte        3        keymode: MD5 hash
  7318. #------------------------------------------------------------------------------
  7319. # mime:  file(1) magic for MIME encoded files
  7320. #
  7321. 0    string        Content-Type:\
  7322. >14    string        >\0        %s
  7323. 0    string        Content-Type:
  7324. >13    string        >\0        %s
  7325.  
  7326. #------------------------------------------------------------------------------
  7327. # mips:  file(1) magic for Silicon Graphics (MIPS, IRIS, IRIX, etc.)
  7328. #                         Dec Ultrix (MIPS)
  7329. # all of SGI's *current* machines and OSes run in big-endian mode on the
  7330. # MIPS machines, as far as I know.
  7331. #
  7332. # XXX - what is the blank "-" line?
  7333. #
  7334. # kbd file definitions
  7335. 0    string    kbd!map        kbd map file
  7336. >8    byte    >0        Ver %d:
  7337. >10    short    >0        with %d table(s)
  7338. 0    belong    0407        old SGI 68020 executable
  7339. 0    belong    0410        old SGI 68020 pure executable
  7340. 0    beshort    0x8765        disk quotas file
  7341. 0    beshort    0x0506        IRIS Showcase file
  7342. >2    byte    0x49        -
  7343. >3    byte    x        - version %ld
  7344. 0    beshort    0x0226        IRIS Showcase template
  7345. >2    byte    0x63        -
  7346. >3    byte    x        - version %ld
  7347. 0    belong    0x5343464d    IRIS Showcase file
  7348. >4    byte    x        - version %ld
  7349. 0    belong    0x5443464d    IRIS Showcase template
  7350. >4    byte    x        - version %ld
  7351. 0    belong    0xdeadbabe    IRIX Parallel Arena
  7352. >8    belong    >0        - version %ld
  7353. #
  7354. 0    beshort    0x0160        MIPSEB ECOFF executable
  7355. >20    beshort    0407        (impure)
  7356. >20    beshort    0410        (swapped)
  7357. >20    beshort    0413        (paged)
  7358. >8    belong    >0        not stripped
  7359. >8    belong    0        stripped
  7360. >22    byte    x        - version %ld
  7361. >23    byte    x        .%ld
  7362. #
  7363. 0    beshort    0x0162        MIPSEL-BE ECOFF executable
  7364. >20    beshort    0407        (impure)
  7365. >20    beshort    0410        (swapped)
  7366. >20    beshort    0413        (paged)
  7367. >8    belong    >0        not stripped
  7368. >8    belong    0        stripped
  7369. >23    byte    x        - version %d
  7370. >22    byte    x        .%ld
  7371. #
  7372. 0    beshort    0x6001        MIPSEB-LE ECOFF executable
  7373. >20    beshort    03401        (impure)
  7374. >20    beshort    04001        (swapped)
  7375. >20    beshort    05401        (paged)
  7376. >8    belong    >0        not stripped
  7377. >8    belong    0        stripped
  7378. >23    byte    x        - version %d
  7379. >22    byte    x        .%ld
  7380. #
  7381. 0    beshort    0x6201        MIPSEL ECOFF executable
  7382. >20    beshort    03401        (impure)
  7383. >20    beshort    04001        (swapped)
  7384. >20    beshort    05401        (paged)
  7385. >8    belong    >0        not stripped
  7386. >8    belong    0        stripped
  7387. >23    byte    x        - version %ld
  7388. >22    byte    x        .%ld
  7389. #
  7390. # MIPS 2 additions
  7391. #
  7392. 0    beshort    0x0163        MIPSEB MIPS-II ECOFF executable
  7393. >20    beshort    0407        (impure)
  7394. >20    beshort    0410        (swapped)
  7395. >20    beshort    0413        (paged)
  7396. >8    belong    >0        not stripped
  7397. >8    belong    0        stripped
  7398. >22    byte    x        - version %ld
  7399. >23    byte    x        .%ld
  7400. #
  7401. 0    beshort    0x0166        MIPSEL-BE MIPS-II ECOFF executable
  7402. >20    beshort    0407        (impure)
  7403. >20    beshort    0410        (swapped)
  7404. >20    beshort    0413        (paged)
  7405. >8    belong    >0        not stripped
  7406. >8    belong    0        stripped
  7407. >22    byte    x        - version %ld
  7408. >23    byte    x        .%ld
  7409. #
  7410. 0    beshort    0x6301        MIPSEB-LE MIPS-II ECOFF executable
  7411. >20    beshort    03401        (impure)
  7412. >20    beshort    04001        (swapped)
  7413. >20    beshort    05401        (paged)
  7414. >8    belong    >0        not stripped
  7415. >8    belong    0        stripped
  7416. >23    byte    x        - version %ld
  7417. >22    byte    x        .%ld
  7418. #
  7419. 0    beshort    0x6601        MIPSEL MIPS-II ECOFF executable
  7420. >20    beshort    03401        (impure)
  7421. >20    beshort    04001        (swapped)
  7422. >20    beshort    05401        (paged)
  7423. >8    belong    >0        not stripped
  7424. >8    belong    0        stripped
  7425. >23    byte    x        - version %ld
  7426. >22    byte    x        .%ld
  7427. #
  7428. # MIPS 3 additions
  7429. #
  7430. 0    beshort    0x0140        MIPSEB MIPS-III ECOFF executable
  7431. >20    beshort    0407        (impure)
  7432. >20    beshort    0410        (swapped)
  7433. >20    beshort    0413        (paged)
  7434. >8    belong    >0        not stripped
  7435. >8    belong    0        stripped
  7436. >22    byte    x        - version %ld
  7437. >23    byte    x        .%ld
  7438. #
  7439. 0    beshort    0x0142        MIPSEL-BE MIPS-III ECOFF executable
  7440. >20    beshort    0407        (impure)
  7441. >20    beshort    0410        (swapped)
  7442. >20    beshort    0413        (paged)
  7443. >8    belong    >0        not stripped
  7444. >8    belong    0        stripped
  7445. >22    byte    x        - version %ld
  7446. >23    byte    x        .%ld
  7447. #
  7448. 0    beshort    0x4001        MIPSEB-LE MIPS-III ECOFF executable
  7449. >20    beshort    03401        (impure)
  7450. >20    beshort    04001        (swapped)
  7451. >20    beshort    05401        (paged)
  7452. >8    belong    >0        not stripped
  7453. >8    belong    0        stripped
  7454. >23    byte    x        - version %ld
  7455. >22    byte    x        .%ld
  7456. #
  7457. 0    beshort    0x4201        MIPSEL MIPS-III ECOFF executable
  7458. >20    beshort    03401        (impure)
  7459. >20    beshort    04001        (swapped)
  7460. >20    beshort    05401        (paged)
  7461. >8    belong    >0        not stripped
  7462. >8    belong    0        stripped
  7463. >23    byte    x        - version %ld
  7464. >22    byte    x        .%ld
  7465. #
  7466. 0    beshort    0x180        MIPSEB Ucode
  7467. 0    beshort    0x182        MIPSEL-BE Ucode
  7468. # 32bit core file
  7469. 0    belong    0xdeadadb0    IRIX core dump
  7470. >4    belong    1        of
  7471. >16    string    >\0        '%s'
  7472. # 64bit core file
  7473. 0    belong    0xdeadad40    IRIX 64-bit core dump
  7474. >4    belong    1        of
  7475. >16    string    >\0        '%s'
  7476. # N32bit core file
  7477. 0       belong    0xbabec0bb    IRIX N32 core dump
  7478. >4      belong    1               of
  7479. >16     string    >\0             '%s'
  7480. # New style crash dump file
  7481. 0    string    \x43\x72\x73\x68\x44\x75\x6d\x70    IRIX vmcore dump of
  7482. >36    string    >\0                    '%s'
  7483. # Trusted IRIX info
  7484. 0    string    SGIAUDIT    SGI Audit file
  7485. >8    byte    x        - version %d
  7486. >9    byte    x        .%ld
  7487. #
  7488. 0    string    WNGZWZSC    Wingz compiled script
  7489. 0    string    WNGZWZSS    Wingz spreadsheet
  7490. 0    string    WNGZWZHP    Wingz help file
  7491. #
  7492. 0    string    \#Inventor V    IRIS Inventor 1.0 file
  7493. 0    string    \#Inventor V2    Open Inventor 2.0 file
  7494. # GLF is OpenGL stream encoding
  7495. 0    string    glfHeadMagic();        GLF_TEXT
  7496. 4    belong    0x7d000000        GLF_BINARY_LSB_FIRST
  7497. 4    belong    0x0000007d        GLF_BINARY_MSB_FIRST
  7498. # GLS is OpenGL stream encoding; GLS is the successor of GLF
  7499. 0    string    glsBeginGLS(        GLS_TEXT
  7500. 4    belong    0x10000000        GLS_BINARY_LSB_FIRST
  7501. 4    belong    0x00000010        GLS_BINARY_MSB_FIRST
  7502.  
  7503. #------------------------------------------------------------------------------
  7504. # mirage:  file(1) magic for Mirage executables
  7505. #
  7506. # XXX - byte order?
  7507. #
  7508. 0    long    31415        Mirage Assembler m.out executable
  7509. #-----------------------------------------------------------------------------
  7510. # misctools:  file(1) magic for miscelanous UNIX tools.
  7511. #
  7512. 0    string        %%!!        X-Post-It-Note text
  7513. 0    string          BEGIN:VCALENDAR         vCalendar calendar file
  7514.  
  7515. #------------------------------------------------------------------------------
  7516. # mkid:  file(1) magic for mkid(1) databases
  7517. #
  7518. # ID is the binary tags database produced by mkid(1).
  7519. #
  7520. # XXX - byte order?
  7521. #
  7522. 0    string        \311\304    ID tags data
  7523. >2    short        >0        version %d
  7524.  
  7525. #------------------------------------------------------------------------------
  7526. # mlssa: file(1) magic for MLSSA datafiles
  7527. #
  7528. 0        lelong        0xffffabcd    MLSSA datafile,
  7529. >4        leshort        x        algorithm %d,
  7530. >10        lelong        x        %d samples
  7531.  
  7532. #------------------------------------------------------------------------------
  7533. # mmdf:  file(1) magic for MMDF mail files
  7534. #
  7535. 0    string    \001\001\001\001    MMDF mailbox
  7536. #------------------------------------------------------------------------------
  7537. # modem:  file(1) magic for modem programs
  7538. #
  7539. # From: Florian La Roche <florian@knorke.saar.de>
  7540. 4    string        Research,    Digifax-G3-File
  7541. >29    byte        1        , fine resolution
  7542. >29    byte        0        , normal resolution
  7543.  
  7544. 0    short        0x0100        raw G3 data, byte-padded
  7545. 0    short        0x1400        raw G3 data
  7546. #
  7547. # Magic data for vgetty voice formats
  7548. # (Martin Seine & Marc Eberhard)
  7549.  
  7550. #
  7551. # raw modem data version 1
  7552. #
  7553. 0    string    RMD1      raw modem data
  7554. >4   string    >\0       (%s /
  7555. >20  short     >0        compression type 0x%04x)
  7556.  
  7557. #
  7558. # portable voice format 1
  7559. #
  7560. 0    string    PVF1\n         portable voice format
  7561. >5   string    >\0       (binary %s)
  7562.  
  7563. #
  7564. # portable voice format 2
  7565. #
  7566. 0    string    PVF2\n         portable voice format
  7567. >5   string >\0          (ascii %s)
  7568.  
  7569.  
  7570. #------------------------------------------------------------------------------
  7571. # motorola:  file(1) magic for Motorola 68K and 88K binaries
  7572. #
  7573. # 68K
  7574. #
  7575. 0    beshort        0520        mc68k COFF
  7576. >18    beshort        ^00000020    object
  7577. >18    beshort        &00000020    executable
  7578. >12    belong        >0        not stripped
  7579. >168    string        .lowmem        Apple toolbox
  7580. >20    beshort        0407        (impure)
  7581. >20    beshort        0410        (pure)
  7582. >20    beshort        0413        (demand paged)
  7583. >20    beshort        0421        (standalone)
  7584. 0    beshort        0521        mc68k executable (shared)
  7585. >12    belong        >0        not stripped
  7586. 0    beshort        0522        mc68k executable (shared demand paged)
  7587. >12    belong        >0        not stripped
  7588. #
  7589. # Motorola/UniSoft 68K Binary Compatibility Standard (BCS)
  7590. #
  7591. 0    beshort        0554        68K BCS executable
  7592. #
  7593. # 88K
  7594. #
  7595. # Motorola/88Open BCS
  7596. #
  7597. 0    beshort        0555        88K BCS executable
  7598. #
  7599. # Motorola S-Records, from Gerd Truschinski <gt@freebsd.first.gmd.de>
  7600. 0   string      S0          Motorola S-Record; binary data in text format
  7601.  
  7602. # ATARI ST relocatable PRG
  7603. #
  7604. # from Oskar Schirmer <schirmer@scara.com> Feb 3, 2001
  7605. # (according to Roland Waldi, Oct 21, 1987)
  7606. # besides the magic 0x601a, the text segment size is checked to be
  7607. # not larger than 1 MB (which is a lot on ST).
  7608. # The additional 0x601b distinction I took from Doug Lee's magic.
  7609. 0    belong&0xFFFFFFF0    0x601A0000    Atari ST M68K contiguous executable
  7610. >2    belong            x        (txt=%ld,
  7611. >6    belong            x        dat=%ld,
  7612. >10    belong            x        bss=%ld,
  7613. >14    belong            x        sym=%ld)
  7614. 0    belong&0xFFFFFFF0    0x601B0000    Atari ST M68K non-contig executable
  7615. >2    belong            x        (txt=%ld,
  7616. >6    belong            x        dat=%ld,
  7617. >10    belong            x        bss=%ld,
  7618. >14    belong            x        sym=%ld)
  7619.  
  7620. # Atari ST/TT... program format (sent by Wolfram Kleff <kleff@cs.uni-bonn.de>)
  7621. 0       beshort         0x601A          Atari 68xxx executable,
  7622. >2      belong          x               text len %lu,
  7623. >6      belong          x               data len %lu,
  7624. >10     belong          x               BSS len %lu,
  7625. >14     belong          x               symboltab len %lu,
  7626. >18     belong          0
  7627. >22     belong          &0x01           fastload flag,
  7628. >22     belong          &0x02           may be loaded to alternate RAM,
  7629. >22     belong          &0x04           malloc may be from alternate RAM,
  7630. >22     belong          x               flags: 0x%lX,
  7631. >26     beshort         0               no relocation tab
  7632. >26     beshort         !0              + relocation tab
  7633. >30     string          SFX             [Self-Extracting LZH SFX archive]
  7634. >38     string          SFX             [Self-Extracting LZH SFX archive]
  7635. >44     string          ZIP!            [Self-Extracting ZIP SFX archive]
  7636.  
  7637. 0       beshort         0x0064          Atari 68xxx CPX file
  7638. >8      beshort         x               (version %04lx)
  7639.  
  7640. #------------------------------------------------------------------------------
  7641. # msdos:  file(1) magic for MS-DOS files
  7642. #
  7643.  
  7644. # .BAT files (Daniel Quinlan, quinlan@yggdrasil.com)
  7645. 0    string/c    @echo\ off    MS-DOS batch file text
  7646.  
  7647. # OS/2 batch files are REXX. the second regex is a bit generic, oh well
  7648. # the matched commands seem to be common in REXX and uncommon elsewhere
  7649. 100 regex/c =^\\s*call\s+rxfuncadd.*sysloadfu OS/2 REXX batch file text
  7650. 100 regex/c =^\\s*say\ ['"] OS/2 REXX batch file text
  7651.  
  7652. 0    leshort        0x14c    MS Windows COFF Intel 80386 object file
  7653. #>4    ledate        x    stamp %s
  7654. 0    leshort        0x166    MS Windows COFF MIPS R4000 object file
  7655. #>4    ledate        x    stamp %s
  7656. 0    leshort        0x184    MS Windows COFF Alpha object file
  7657. #>4    ledate        x    stamp %s
  7658. 0    leshort        0x268    MS Windows COFF Motorola 68000 object file
  7659. #>4    ledate        x    stamp %s
  7660. 0    leshort        0x1f0    MS Windows COFF PowerPC object file
  7661. #>4    ledate        x    stamp %s
  7662. 0    leshort        0x290    MS Windows COFF PA-RISC object file
  7663. #>4    ledate        x    stamp %s
  7664.  
  7665. # XXX - according to Microsoft's spec, at an offset of 0x3c in a
  7666. # PE-format executable is the offset in the file of the PE header;
  7667. # unfortunately, that's a little-endian offset, and there's no way
  7668. # to specify an indirect offset with a specified byte order.
  7669. # So, for now, we assume the standard MS-DOS stub, which puts the
  7670. # PE header at 0x80 = 128.
  7671. #
  7672. # Required OS version and subsystem version were 4.0 on some NT 3.51
  7673. # executables built with Visual C++ 4.0, so it's not clear that
  7674. # they're interesting.  The user version was 0.0, but there's
  7675. # probably some linker directive to set it.  The linker version was
  7676. # 3.0, except for one ".exe" which had it as 4.20 (same damn linker!).
  7677. #
  7678. # many of the compressed formats were extraced from IDARC 1.23 source code
  7679. #
  7680. 0    string    MZ
  7681. >0 string MZ\0\0\0\0\0\0\0\0\0\0PE\0\0 PE executable for MS Windows
  7682. >>&18    leshort&0x2000    >0    (DLL)
  7683. >>&88    leshort        0    (unknown subsystem)
  7684. >>&88    leshort        1    (native)
  7685. >>&88    leshort        2    (GUI)
  7686. >>&88    leshort        3    (console)
  7687. >>&88    leshort        7    (POSIX)
  7688. >>&0    leshort        0x0    unknown processor
  7689. >>&0    leshort        0x14c    Intel 80386
  7690. >>&0    leshort        0x166    MIPS R4000
  7691. >>&0    leshort        0x184    Alpha
  7692. >>&0    leshort        0x268    Motorola 68000
  7693. >>&0    leshort        0x1f0    PowerPC
  7694. >>&0    leshort        0x290    PA-RISC
  7695. >>&18    leshort&0x0100    >0    32-bit
  7696. >>&18    leshort&0x1000    >0    system file
  7697. >>&0xf4 search/0x140 \x0\x40\x1\x0
  7698. >>>(&0.l+(4)) string MSCF \b, WinHKI CAB self-extracting archive
  7699.  
  7700. >0x18  leshort >0x3f
  7701. >>(0x3c.l) string PE\0\0 PE executable
  7702. # hooray, there's a DOS extender using the PE format, with a valid PE
  7703. # executable inside (which just prints a message and exits if run in win)
  7704. >>>(8.s*16) string 32STUB for MS-DOS, 32rtm DOS extender
  7705. >>>(8.s*16) string !32STUB for MS Windows
  7706. >>>>(0x3c.l+22)    leshort&0x2000    >0    (DLL)
  7707. >>>>(0x3c.l+92)    leshort        0    (unknown subsystem)
  7708. >>>>(0x3c.l+92)    leshort        1    (native)
  7709. >>>>(0x3c.l+92)    leshort        2    (GUI)
  7710. >>>>(0x3c.l+92)    leshort        3    (console)
  7711. >>>>(0x3c.l+92)    leshort        7    (POSIX)
  7712. >>>>(0x3c.l+4)    leshort        0x0    unknown processor
  7713. >>>>(0x3c.l+4)    leshort        0x14c    Intel 80386
  7714. >>>>(0x3c.l+4)    leshort        0x166    MIPS R4000
  7715. >>>>(0x3c.l+4)    leshort        0x184    Alpha
  7716. >>>>(0x3c.l+4)    leshort        0x268    Motorola 68000
  7717. >>>>(0x3c.l+4)    leshort        0x1f0    PowerPC
  7718. >>>>(0x3c.l+4)    leshort        0x290    PA-RISC
  7719. >>>>(0x3c.l+22)    leshort&0x0100    >0    32-bit
  7720. >>>>(0x3c.l+22)    leshort&0x1000    >0    system file
  7721.  
  7722. >>>>(0x3c.l+0xf8)    string        UPX0 \b, UPX compressed
  7723. >>>>(0x3c.l+0xf8)    search/0x140    PEC2 \b, PECompact2 compressed
  7724. >>>>(0x3c.l+0xf8)    search/0x140    UPX2
  7725. >>>>>(&0x10.l+(-4))    string        PK\3\4 \b, ZIP self-extracting archive (Info-Zip)
  7726. >>>>(0x3c.l+0xf8)    search/0x140    .idata
  7727. >>>>>(&0xe.l+(-4))    string        PK\3\4 \b, ZIP self-extracting archive (Info-Zip)
  7728. >>>>>(&0xe.l+(-4))    string        ZZ0 \b, ZZip self-extracting archive
  7729. >>>>>(&0xe.l+(-4))    string        ZZ1 \b, ZZip self-extracting archive
  7730. >>>>(0x3c.l+0xf8)    search/0x140    .rsrc
  7731. >>>>>(&0x0f.l+(-4))    string        a\\\4\5 \b, WinHKI self-extracting archive
  7732. >>>>>(&0x0f.l+(-4))    string        Rar! \b, RAR self-extracting archive
  7733. >>>>>(&0x0f.l+(-4))    search/0x3000    MSCF \b, InstallShield self-extracting archive
  7734. >>>>>(&0x0f.l+(-4))    search/32    Nullsoft \b, Nullsoft Installer self-extracting archive
  7735. >>>>(0x3c.l+0xf8)    search/0x140    .data
  7736. >>>>>(&0x0f.l)        string        WEXTRACT \b, MS CAB-Installer self-extracting archive
  7737. >>>>(0x3c.l+0xf8)    search/0x140    .petite\0 \b, Petite compressed
  7738. >>>>>(0x3c.l+0xf7)    byte        x
  7739. >>>>>>(&0x104.l+(-4))    string        =!sfx! \b, ACE self-extracting archive
  7740. >>>>(0x3c.l+0xf8)    search/0x140    .WISE \b, WISE installer self-extracting archive
  7741. >>>>(0x3c.l+0xf8)    search/0x140    .dz\0\0\0 \b, Dzip self-extracting archive
  7742. >>>>(0x3c.l+0xf8)    search/0x140    .reloc
  7743. >>>>>(&0xe.l+(-4))    search/0x180    PK\3\4 \b, ZIP self-extracting archive (WinZip)
  7744.  
  7745. >>>>&(0x3c.l+0xf8)    search/0x100    _winzip_ \b, ZIP self-extracting archive (WinZip)
  7746. >>>>&(0x3c.l+0xf8)    search/0x100    SharedD \b, Microsoft Installer self-extracting archive
  7747. >>>>0x30        string        Inno \b, InnoSetup self-extracting archive
  7748.  
  7749. >>(0x3c.l)        string        NE NE executable
  7750. >>>(0x3c.l+0x36)    byte        0 (unknown OS)
  7751. >>>(0x3c.l+0x36)    byte        1 for OS/2 1.x
  7752. >>>(0x3c.l+0x36)    byte        2 for MS Windows 3.x
  7753. >>>(0x3c.l+0x36)    byte        3 for MS-DOS
  7754. >>>(0x3c.l+0x36)    byte        >3 (unknown OS)
  7755. >>>(0x3c.l+0x36)    byte        0x81 for MS-DOS, Phar Lap DOS extender
  7756. >>>(0x3c.l+0x0c)    leshort&0x8003    0x8002 (DLL)
  7757. >>>(0x3c.l+0x0c)    leshort&0x8003    0x8001 (driver)
  7758. >>>&(&0x24.s-1)        string        ARJSFX \b, ARJ self-extracting archive
  7759. >>>(0x3c.l+0x70)    search/0x80    WinZip(R)\ Self-Extractor \b, ZIP self-extracting archive (WinZip)
  7760.  
  7761. >>(0x3c.l)        string        LX\0\0 LX executable
  7762. >>>(0x3c.l+0x0a)    leshort        <1 (unknown OS)
  7763. >>>(0x3c.l+0x0a)    leshort        1 for OS/2
  7764. >>>(0x3c.l+0x0a)    leshort        2 for MS Windows
  7765. >>>(0x3c.l+0x0a)    leshort        3 for DOS
  7766. >>>(0x3c.l+0x0a)    leshort        >3 (unknown OS)
  7767. >>>(0x3c.l+0x10)    lelong&0x28000    =0x8000 (DLL)
  7768. >>>(0x3c.l+0x10)    lelong&0x20000    >0 (device driver)
  7769. >>>(0x3c.l+0x10)    lelong&0x300    0x300 (GUI)
  7770. >>>(0x3c.l+0x10)    lelong&0x28300    <0x300 (console)
  7771. >>>(0x3c.l+0x08)    leshort        1 i80286
  7772. >>>(0x3c.l+0x08)    leshort        2 i80386
  7773. >>>(0x3c.l+0x08)    leshort        3 i80486
  7774. >>>(8.s*16)        string        emx \b, emx
  7775. >>>>&1            string        x %s
  7776. >>>&(&0x54.l-3)        string        arjsfx \b, ARJ self-extracting archive
  7777.  
  7778. # MS Windows system file, supposedly a collection of LE executables
  7779. >>(0x3c.l)        string        W3 W3 executable for MS Windows
  7780.  
  7781. >>(0x3c.l)        string        LE\0\0 LE executable
  7782. >>>(0x3c.l+0x0a)    leshort        1
  7783. # some DOS extenders use LE files with OS/2 header
  7784. >>>>0x240        search/0x100    DOS/4G for MS-DOS, DOS4GW DOS extender
  7785. >>>>0x240        search/0x200    WATCOM\ C/C++ for MS-DOS, DOS4GW DOS extender
  7786. >>>>0x440        search/0x100    CauseWay\ DOS\ Extender for MS-DOS, CauseWay DOS extender
  7787. >>>>0x40        search/0x40    PMODE/W for MS-DOS, PMODE/W DOS extender
  7788. >>>>0x40        search/0x40    STUB/32A for MS-DOS, DOS/32A DOS extender (stub)
  7789. >>>>0x40        search/0x80    STUB/32C for MS-DOS, DOS/32A DOS extender (configurable stub)
  7790. >>>>0x40        search/0x80    DOS/32A for MS-DOS, DOS/32A DOS extender (embedded)
  7791. # this is a wild guess; hopefully it is a specific signature
  7792. >>>>&0x24        lelong        <0x50
  7793. >>>>>(&0x4c.l)        string        \xfc\xb8WATCOM
  7794. >>>>>>&0        search/8    3\xdbf\xb9 \b, 32Lite compressed
  7795. # another wild guess: if real OS/2 LE executables exist, they probably have higher start EIP
  7796. #>>>>(0x3c.l+0x1c)    lelong        >0x10000 for OS/2
  7797. # fails with DOS-Extenders.
  7798. >>>(0x3c.l+0x0a)    leshort        2 for MS Windows
  7799. >>>(0x3c.l+0x0a)    leshort        3 for MS-DOS
  7800. >>>(0x3c.l+0x0a)    leshort        4 for MS Windows (VxD)
  7801. >>>(&0x7c.l+0x26)    string        UPX \b, UPX compressed
  7802. >>>&(&0x54.l-3)        string        UNACE \b, ACE self-extracting archive
  7803.  
  7804. # looks like ASCII, probably some embedded copyright message.
  7805. # and definitely not NE/LE/LX/PE
  7806. >>0x3c        lelong    >0x20000000
  7807. >>>(4.s*512)    leshort !0x014c MZ executable for MS-DOS
  7808. # header data too small for extended executable
  7809. >2        long    !0
  7810. >>0x18        leshort    <0x40
  7811. >>>(4.s*512)    leshort !0x014c
  7812.  
  7813. >>>>&(2.s-514)    string    !LE
  7814. >>>>>&-2    string    !BW MZ executable for MS-DOS
  7815. >>>>&(2.s-514)    string    LE LE executable
  7816. >>>>>0x240    search/0x100    DOS/4G for MS-DOS, DOS4GW DOS extender
  7817. # educated guess since indirection is still not capable enough for complex offset
  7818. # calculations (next embedded executable would be at &(&2*512+&0-2)
  7819. # I suspect there are only LE executables in these multi-exe files
  7820. >>>>&(2.s-514)    string    BW
  7821. >>>>>0x240    search/0x100    DOS/4G LE executable for MS-DOS, DOS4GW DOS extender (embedded)
  7822. >>>>>0x240    search/0x100    !DOS/4G BW executable collection for MS-DOS
  7823.  
  7824. # This sequence skips to the first COFF segment, usually .text
  7825. >(4.s*512)    leshort        0x014c COFF executable
  7826. >>(8.s*16)    string        go32stub for MS-DOS, DJGPP go32 DOS extender
  7827. >>(8.s*16)    string        emx
  7828. >>>&1        string        x for DOS, Win or OS/2, emx %s
  7829. >>&(&0x42.l-3)    byte        x 
  7830. >>>&0x26    string        UPX \b, UPX compressed
  7831. # and yet another guess: small .text, and after large .data is unusal, could be 32lite
  7832. >>&0x2c        search/0xa0    .text
  7833. >>>&0x0b    lelong        <0x2000
  7834. >>>>&0        lelong        >0x6000 \b, 32lite compressed
  7835.  
  7836. >(8.s*16) string $WdX \b, WDos/X DOS extender
  7837.  
  7838. # .EXE formats (Greg Roelofs, newt@uchicago.edu)
  7839. #
  7840. >0x35   string  \x8e\xc0\xb9\x08\x00\xf3\xa5\x4a\x75\xeb\x8e\xc3\x8e\xd8\x33\xff\xbe\x30\x00\x05 \b, aPack compressed
  7841. >0xe7    string    LH/2\ Self-Extract \b, %s
  7842. >0x1c    string    diet \b, diet compressed
  7843. >0x1c    string    LZ09 \b, LZEXE v0.90 compressed
  7844. >0x1c    string    LZ91 \b, LZEXE v0.91 compressed
  7845. >0x1c   string  tz \b, TinyProg compressed
  7846. >0x1e    string    PKLITE \b, %s compressed
  7847. >0x64   string  W\ Collis\0\0 \b, Compack compressed
  7848. >0x24    string    LHa's\ SFX \b, LHa self-extracting archive
  7849. >0x24    string    LHA's\ SFX \b, LHa self-extracting archive
  7850. >0x24   string  \ $ARX \b, ARX self-extracting archive
  7851. >0x24   string  \ $LHarc \b, LHarc self-extracting archive
  7852. >0x20   string  SFX\ by\ LARC \b, LARC self-extracting archive
  7853. >1638    string    -lh5- \b, LHa self-extracting archive v2.13S
  7854. >0x17888 string    Rar! \b, RAR self-extracting archive
  7855. >0x40   string aPKG \b, aPackage self-extracting archive
  7856.  
  7857. >32      string AIN
  7858. >>35     string 2              \b, AIN 2.x compressed
  7859. >>35     string <2             \b, AIN 1.x compressed
  7860. >>35     string >2             \b, AIN 1.x compressed
  7861. >28      string UC2X           \b, UCEXE compressed
  7862. >28      string WWP\           \b, WWPACK compressed
  7863.  
  7864. # skip to the end of the exe
  7865. >(4.s*512)    long    x 
  7866. >>&(2.s-517)    byte    x 
  7867. >>>&0    string        PK\3\4 \b, ZIP self-extracting archive
  7868. >>>&0    string        Rar! \b, RAR self-extracting archive
  7869. >>>&0    string        =!\x11 \b, AIN 2.x self-extracting archive
  7870. >>>&0    string        =!\x12 \b, AIN 2.x self-extracting archive
  7871. >>>&0    string        =!\x17 \b, AIN 1.x self-extracting archive
  7872. >>>&0    string        =!\x18 \b, AIN 1.x self-extracting archive
  7873. >>>&7    search/400    **ACE** \b, ACE self-extracting archive
  7874. >>>&0    search/0x480    UC2SFX\ Header \b, UC2 self-extracting archive
  7875.  
  7876. >0x1c    string        RJSX \b, ARJ self-extracting archive
  7877. # winarj stores a message in the stub instead of the sig in the MZ header
  7878. >0x20    search/0xe0    aRJsfX \b, ARJ self-extracting archive
  7879.  
  7880. # a few unknown ZIP sfxes, no idea if they are needed or if they are
  7881. # already captured by the generic patterns above
  7882. >122        string        Windows\ self-extracting\ ZIP    \b, ZIP self-extracting archive
  7883. >(8.s*16)    search/0x20    PKSFX \b, ZIP self-extracting archive (PKZIP)
  7884. # TODO: how to add this? >FileSize-34 string Windows\ Self-Installing\ Executable \b, ZIP self-extracting archive
  7885. #
  7886.  
  7887. # TELVOX Teleinformatica CODEC self-extractor for OS/2:
  7888. >49801    string    \x79\xff\x80\xff\x76\xff    \b, CODEC archive v3.21
  7889. >>49824    leshort        =1            \b, 1 file
  7890. >>49824    leshort        >1            \b, %u files
  7891.  
  7892. # .COM formats (Daniel Quinlan, quinlan@yggdrasil.com)
  7893. # Uncommenting only the first two lines will cover about 2/3 of COM files,
  7894. # but it isn't feasible to match all COM files since there must be at least
  7895. # two dozen different one-byte "magics".
  7896. 0    byte        0xe9        MS-DOS executable (COM)
  7897. >6    string        SFX\ of\ LHarc    (%s)
  7898. 0    byte        0x8c        MS-DOS executable (COM)
  7899. # 0xeb conflicts with "sequent" magic
  7900. 0    byte        0xeb        MS-DOS executable (COM)
  7901. >4    string        \ $ARX        \b, ARX self-extracting archive
  7902. >4    string        \ $LHarc    \b, LHarc self-extracting archive
  7903. >0x20e    string        SFX\ by\ LARC    \b, LARC self-extracting archive
  7904. 0    byte        0xb8        COM executable for MS-DOS
  7905. # many compressed/converted COMs start with a copy loop instead of a jump
  7906. 0x6    search/0xa    \xfc\x57\xf3\xa5\xc3    COM executable for MS-DOS
  7907. 0x6    search/0xa    \xfc\x57\xf3\xa4\xc3    COM executable for MS-DOS
  7908. >0x18    search/0x10    \x50\xa4\xff\xd5\x73    \b, aPack compressed
  7909. 0x3c    string        W\ Collis\0\0        COM executable for MS-DOS, Compack compressed
  7910. # FIXME: missing diet .com compression
  7911.  
  7912. # miscellaneous formats
  7913. 0    string        LZ        MS-DOS executable (built-in)
  7914. #0    byte        0xf0        MS-DOS program library data
  7915. #
  7916.  
  7917. #
  7918. # Windows Registry files.
  7919. #
  7920. 0    string        regf        Windows NT registry file
  7921. 0    string        CREG        Windows 95 registry file
  7922.  
  7923.  
  7924. # AAF files:
  7925. # <stuartc@rd.bbc.co.uk> Stuart Cunningham
  7926. 0    string    \320\317\021\340\241\261\032\341AAFB\015\000OM\006\016\053\064\001\001\001\377            AAF legacy file using MS Structured Storage
  7927. >30    byte    9        (512B sectors)
  7928. >30    byte    12        (4kB sectors)
  7929. 0    string    \320\317\021\340\241\261\032\341\001\002\001\015\000\002\000\000\006\016\053\064\003\002\001\001            AAF file using MS Structured Storage
  7930. >30    byte    9        (512B sectors)
  7931. >30    byte    12        (4kB sectors)
  7932.  
  7933. # Popular applications
  7934. 2080    string    Microsoft\ Word\ 6.0\ Document    %s
  7935. 2080    string    Documento\ Microsoft\ Word\ 6 Spanish Microsoft Word 6 document data
  7936. # Pawel Wiecek <coven@i17linuxb.ists.pwr.wroc.pl> (for polish Word)
  7937. 2112    string    MSWordDoc            Microsoft Word document data
  7938. #
  7939. 0    belong    0x31be0000            Microsoft Word Document
  7940. #
  7941. 0       string  PO^Q`                Microsoft Word 6.0 Document
  7942. #
  7943. 0    string    \376\067\0\043            Microsoft Office Document
  7944. 0    string    \320\317\021\340\241\261\032\341    Microsoft Office Document
  7945. 0    string    \333\245-\0\0\0            Microsoft Office Document
  7946. #
  7947. 2080    string    Microsoft\ Excel\ 5.0\ Worksheet    %s
  7948. 2080    string    Foglio\ di\ lavoro\ Microsoft\ Exce    %s
  7949. #
  7950. # Pawel Wiecek <coven@i17linuxb.ists.pwr.wroc.pl> (for polish Excel)
  7951. 2114    string    Biff5        Microsoft Excel 5.0 Worksheet
  7952. # Italian MS-Excel
  7953. 2121    string    Biff5        Microsoft Excel 5.0 Worksheet
  7954. 0    string    \x09\x04\x06\x00\x00\x00\x10\x00    Microsoft Excel Worksheet
  7955. #
  7956. 0    belong    0x00001a00    Lotus 1-2-3
  7957. >4    belong    0x00100400    wk3 document data
  7958. >4    belong    0x02100400    wk4 document data
  7959. >4    belong    0x07800100    fm3 or fmb document data
  7960. >4    belong    0x07800000    fm3 or fmb document data
  7961. #
  7962. 0    belong    0x00000200     Lotus 1-2-3
  7963. >4    belong    0x06040600    wk1 document data
  7964. >4    belong    0x06800200    fmt document data
  7965.  
  7966. # Help files
  7967. 0    string    ?_\3\0        MS Windows Help Data
  7968.  
  7969. #  DeIsL1.isu what this is I don't know
  7970. 0    string    \161\250\000\000\001\002    DeIsL1.isu whatever that is
  7971.  
  7972. # Winamp .avs
  7973. #0    string    Nullsoft\ AVS\ Preset\ \060\056\061\032    A plug in for Winamp ms-windows Freeware media player
  7974. 0    string    Nullsoft\ AVS\ Preset\     Winamp plug in
  7975.  
  7976. # Hyper terminal:
  7977. 0    string    HyperTerminal\     hyperterm
  7978. >15    string    1.0\ --\ HyperTerminal\ data\ file    MS-windows Hyperterminal
  7979.  
  7980. # Windows Metafont .WMF
  7981. 0    string    \327\315\306\232\000\000\000\000\000\000    ms-windows metafont .wmf
  7982.  
  7983. #tz3 files whatever that is (MS Works files)
  7984. 0    string    \003\001\001\004\070\001\000\000    tz3 ms-works file
  7985. 0    string    \003\002\001\004\070\001\000\000    tz3 ms-works file
  7986. 0    string    \003\003\001\004\070\001\000\000    tz3 ms-works file
  7987.  
  7988. # PGP sig files .sig
  7989. #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
  7990. 0 string \211\000\077\003\005\000\063\237\127\065\027\266\151\064\005\045\101\233\021\002 PGP sig
  7991. 0 string \211\000\077\003\005\000\063\237\127\066\027\266\151\064\005\045\101\233\021\002 PGP sig
  7992. 0 string \211\000\077\003\005\000\063\237\127\067\027\266\151\064\005\045\101\233\021\002 PGP sig
  7993. 0 string \211\000\077\003\005\000\063\237\127\070\027\266\151\064\005\045\101\233\021\002 PGP sig
  7994. 0 string \211\000\077\003\005\000\063\237\127\071\027\266\151\064\005\045\101\233\021\002 PGP sig
  7995. 0 string \211\000\225\003\005\000\062\122\207\304\100\345\042 PGP sig
  7996.  
  7997. # windows zips files .dmf
  7998. 0    string    MDIF\032\000\010\000\000\000\372\046\100\175\001\000\001\036\001\000 MS Windows special zipped file
  7999.  
  8000.  
  8001. # Windows help file FTG FTS
  8002. 0    string    \164\146\115\122\012\000\000\000\001\000\000\000    MS Windows help cache
  8003.  
  8004. # grp old windows 3.1 group files
  8005. 0 string  \120\115\103\103    MS Windows 3.1 group files
  8006.  
  8007.  
  8008. # lnk files windows symlinks
  8009. 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
  8010.  
  8011. #ico files
  8012. 0    string    \102\101\050\000\000\000\056\000\000\000\000\000\000\000    Icon for MS Windows
  8013.  
  8014. # Windows icons (Ian Springer <ips@fpk.hp.com>)
  8015. 0    string    \000\000\001\000    MS Windows icon resource
  8016. >4    byte    1            - 1 icon
  8017. >4    byte    >1            - %d icons
  8018. >>6    byte    >0            \b, %dx
  8019. >>>7    byte    >0            \b%d
  8020. >>8    byte    0            \b, 256-colors
  8021. >>8    byte    >0            \b, %d-colors
  8022.  
  8023.  
  8024. # .chr files
  8025. 0    string    PK\010\010BGI    Borland font 
  8026. >4    string    >\0    %s
  8027. # then there is a copyright notice
  8028.  
  8029.  
  8030. # .bgi files
  8031. 0    string    pk\010\010BGI    Borland device 
  8032. >4    string    >\0    %s
  8033. # then there is a copyright notice
  8034.  
  8035.  
  8036. # recycled/info the windows trash bin index
  8037. 9    string    \000\000\000\030\001\000\000\000 MS Windows recycled bin info
  8038.  
  8039.  
  8040. ##### put in Either Magic/font or Magic/news
  8041. # Acroread or something  files wrongly identified as G3  .pfm
  8042. # these have the form \000 \001 any? \002 \000 \000
  8043. # or \000 \001 any? \022 \000 \000
  8044. #0    string  \000\001 pfm?
  8045. #>3    string  \022\000\000Copyright\  yes
  8046. #>3    string  \002\000\000Copyright\  yes
  8047. #>3    string  >\0     oops, not a font file. Cancel that.
  8048. #it clashes with ttf files so put it lower down.
  8049.  
  8050. # From Doug Lee via a FreeBSD pr
  8051. 9    string        GERBILDOC    First Choice document
  8052. 9    string        GERBILDB    First Choice database
  8053. 9    string        GERBILCLIP    First Choice database
  8054. 0    string        GERBIL        First Choice device file
  8055. 9    string        RABBITGRAPH    RabbitGraph file
  8056. 0    string        DCU1        Borland Delphi .DCU file
  8057. 0    string        =!<spell>    MKS Spell hash list (old format)
  8058. 0    string        =!<spell2>    MKS Spell hash list
  8059. # Too simple - MPi
  8060. #0    string        AH        Halo(TM) bitmapped font file
  8061. 0    lelong        0x08086b70    TurboC BGI file
  8062. 0    lelong        0x08084b50    TurboC Font file
  8063.  
  8064. # WARNING: below line conflicts with Infocom game data Z-machine 3
  8065. 0    byte        0x03        DBase 3 data file
  8066. >0x04    lelong        0        (no records)
  8067. >0x04    lelong        >0        (%ld records)
  8068. 0    byte        0x83        DBase 3 data file with memo(s)
  8069. >0x04    lelong        0        (no records)
  8070. >0x04    lelong        >0        (%ld records)
  8071. 0    leshort        0x0006        DBase 3 index file
  8072. 0    string        PMCC        Windows 3.x .GRP file
  8073. 1    string        RDC-meg        MegaDots 
  8074. >8    byte        >0x2F        version %c
  8075. >9    byte        >0x2F        \b.%c file
  8076. 0    lelong        0x4C
  8077. >4    lelong        0x00021401    Windows shortcut file
  8078.  
  8079. # DOS EPS Binary File Header
  8080. # From: Ed Sznyter <ews@Black.Market.NET>
  8081. 0    belong        0xC5D0D3C6    DOS EPS Binary File
  8082. >4    long        >0        Postscript starts at byte %d
  8083. >>8    long        >0        length %d
  8084. >>>12    long        >0        Metafile starts at byte %d
  8085. >>>>16    long        >0        length %d
  8086. >>>20    long        >0        TIFF starts at byte %d
  8087. >>>>24    long        >0        length %d
  8088.  
  8089. # TNEF magic From "Joomy" <joomy@se-ed.net> 
  8090. 0    leshort        0x223e9f78    TNEF
  8091.  
  8092. # HtmlHelp files (.chm)
  8093. 0    string  ITSF\003\000\000\000\x60\000\000\000\001\000\000\000    MS Windows HtmlHelp Data
  8094.  
  8095. # GFA-BASIC (Wolfram Kleff)
  8096. 2    string        GFA-BASIC3    GFA-BASIC 3 data
  8097.  
  8098. #------------------------------------------------------------------------------
  8099. # From Stuart Caie <kyzer@4u.net> (developer of cabextract)
  8100. # Microsoft Cabinet files
  8101. 0    string        MSCF\0\0\0\0    Microsoft Cabinet archive data
  8102. >8    lelong        x        \b, %u bytes
  8103. >28    leshort        1        \b, 1 file
  8104. >28    leshort        >1        \b, %u files
  8105.  
  8106. # InstallShield Cabinet files
  8107. 0    string        ISc(        InstallShield Cabinet archive data
  8108. >5    byte&0xf0    =0x60         version 6,
  8109. >5    byte&0xf0    !0x60         version 4/5,
  8110. >(12.l+40)    lelong    x        %u files
  8111.  
  8112. # Windows CE package files
  8113. 0    string        MSCE\0\0\0\0    Microsoft WinCE install header
  8114. >20    lelong        0        \b, architecture-independent
  8115. >20    lelong        103        \b, Hitachi SH3
  8116. >20    lelong        104        \b, Hitachi SH4
  8117. >20    lelong        0xA11        \b, StrongARM
  8118. >20    lelong        4000        \b, MIPS R4000
  8119. >20    lelong        10003        \b, Hitachi SH3
  8120. >20    lelong        10004        \b, Hitachi SH3E
  8121. >20    lelong        10005        \b, Hitachi SH4
  8122. >20    lelong        70001        \b, ARM 7TDMI
  8123. >52    leshort        1         \b, 1 file
  8124. >52    leshort        >1         \b, %u files
  8125. >56    leshort        1         \b, 1 registry entry
  8126. >56    leshort        >1         \b, %u registry entries
  8127.  
  8128. # Outlook Personal Folders
  8129. 0    lelong    0x4E444221    Microsoft Outlook binary email folder
  8130.  
  8131. # From: Dirk Jagdmann <doj@cubic.org>
  8132. 0    lelong    0x00035f3f    Windows 3.x help file
  8133.  
  8134. # Christophe Monniez
  8135. 0    string    Client\ UrlCache\ MMF     Microsoft Internet Explorer Cache File
  8136. >20    string    >\0            Version %s
  8137. 0    string    \xCF\xAD\x12\xFE    Microsoft Outlook Express DBX File
  8138. >4    byte    =0xC5            Message database
  8139. >4    byte    =0xC6            Folder database
  8140. >4    byte    =0xC7            Accounts informations
  8141. >4    byte    =0x30            Offline database
  8142.  
  8143.  
  8144. # Windows Enhanced Metafile (EMF)
  8145. # See msdn.microsoft.com/archive/en-us/dnargdi/html/msdn_enhmeta.asp 
  8146. # for further information. Note that "0 lelong 1" should be true i.e.
  8147. # the first double word in the file should be 1. With the extended
  8148. # syntax available by some file commands you could write:
  8149. # 0 lelong 1
  8150. # &40 ulelong 0x464D4520 Windows Enhanced Metafile (EMF) image data
  8151. 40    ulelong 0x464D4520    Windows Enhanced Metafile (EMF) image data
  8152. >44    ulelong x        version 0x%x.
  8153. # If the description has a length greater than zero, it exists and is 
  8154. # found at offset (*64).
  8155. >64    ulelong >0        Description available at offset 0x%x
  8156. >>60    ulelong    >0        (length 0x%x)
  8157. # Note it would be better to print out the description, which is found 
  8158. # as below. Unfortunately the following only prints out the first couple
  8159. # of characters instead of all the "description length"
  8160. # number of characters -- indicated by the ulelong at offset 60.
  8161. >>(64.l)  lestring16 >0 Description: %15.15s
  8162.  
  8163. #------------------------------------------------------------------------------
  8164. # msvc:  file(1) magic for msvc
  8165. # "H. Nanosecond" <aldomel@ix.netcom.com>
  8166. # Microsoft visual C
  8167. # I have version 1.0
  8168.  
  8169. # .aps
  8170. 0    string    HWB\000\377\001\000\000\000    Microsoft Visual C .APS file
  8171.  
  8172. # .ide
  8173. #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
  8174. 0    string    \102\157\162\154\141\156\144\040\103\053\053\040\120\162\157    MSVC .ide
  8175.  
  8176. # .res
  8177. 0    string    \000\000\000\000\040\000\000\000\377    MSVC .res
  8178. 0    string    \377\003\000\377\001\000\020\020\350    MSVC .res
  8179. 0    string    \377\003\000\377\001\000\060\020\350    MSVC .res
  8180.  
  8181. #.lib
  8182. 0    string    \360\015\000\000    Microsoft Visual C library
  8183. 0    string    \360\075\000\000    Microsoft Visual C library
  8184. 0    string    \360\175\000\000    Microsoft Visual C library
  8185.  
  8186. #.pch
  8187. 0    string    DTJPCH0\000\022\103\006\200    Microsoft Visual C .pch
  8188.  
  8189. # .pdb
  8190. # too long 0    string    Microsoft\ C/C++\ program\ database\ 
  8191. 0    string    Microsoft\ C/C++\     MSVC program database
  8192. >18    string    program\ database\     
  8193. >33    string    >\0    ver %s
  8194.  
  8195. #.sbr
  8196. 0    string    \000\002\000\007\000    MSVC .sbr
  8197. >5    string     >\0    %s
  8198.  
  8199. #.bsc
  8200. 0    string    \002\000\002\001    MSVC .bsc
  8201.  
  8202. #.wsp
  8203. 0    string    1.00\ .0000.0000\000\003    MSVC .wsp version 1.0000.0000
  8204. # these seem to start with the version and contain menus
  8205.  
  8206. #-----------------------------------------------------------------------------
  8207. # natinst:  file(1) magic for National Instruments Code Files
  8208.  
  8209. #
  8210. # From <egamez@fcfm.buap.mx> Enrique Gßmez-Flores
  8211. # version 1
  8212. # Many formats still missing, we use, for the moment LabVIEW
  8213. # We guess VXI format file. VISA, LabWindowsCVI, BridgeVIEW, etc, are missing
  8214. #
  8215. 0       string          RSRC            National Instruments,
  8216. # Check if it's a LabVIEW File
  8217. >8      string          LV              LabVIEW File,
  8218. # Check wich kind of file is
  8219. >>10    string          SB              Code Resource File, data
  8220. >>10    string          IN              Virtual Instrument Program, data
  8221. >>10    string          AR              VI Library, data
  8222. # This is for Menu Libraries
  8223. >8      string          LMNULBVW        Portable File Names, data
  8224. # This is for General Resources
  8225. >8      string          rsc             Resources File, data
  8226. # This is for VXI Package
  8227. 0       string          VMAP            National Instruments, VXI File, data
  8228.  
  8229. #------------------------------------------------------------------------------
  8230. # ncr:  file(1) magic for NCR Tower objects
  8231. #
  8232. # contributed by
  8233. # Michael R. Wayne  ***  TMC & Associates  ***  INTERNET: wayne@ford-vax.arpa
  8234. # uucp: {philabs | pyramid} !fmsrl7!wayne   OR   wayne@fmsrl7.UUCP
  8235. #
  8236. 0    beshort        000610    Tower/XP rel 2 object
  8237. >12       belong        >0    not stripped
  8238. >20       beshort        0407    executable
  8239. >20       beshort        0410    pure executable
  8240. >22       beshort        >0    - version %ld
  8241. 0    beshort        000615    Tower/XP rel 2 object
  8242. >12       belong        >0    not stripped
  8243. >20       beshort        0407    executable
  8244. >20       beshort        0410    pure executable
  8245. >22       beshort        >0    - version %ld
  8246. 0    beshort        000620    Tower/XP rel 3 object
  8247. >12       belong        >0    not stripped
  8248. >20       beshort        0407    executable
  8249. >20       beshort        0410    pure executable
  8250. >22       beshort        >0    - version %ld
  8251. 0    beshort        000625    Tower/XP rel 3 object
  8252. >12       belong        >0    not stripped
  8253. >20       beshort        0407    executable
  8254. >20       beshort        0410    pure executable
  8255. >22       beshort        >0    - version %ld
  8256. 0    beshort        000630    Tower32/600/400 68020 object
  8257. >12       belong        >0    not stripped
  8258. >20       beshort        0407    executable
  8259. >20       beshort        0410    pure executable
  8260. >22       beshort        >0    - version %ld
  8261. 0    beshort        000640    Tower32/800 68020
  8262. >18       beshort        &020000    w/68881 object
  8263. >18       beshort        &040000    compatible object
  8264. >18       beshort        &~060000    object
  8265. >20       beshort        0407    executable
  8266. >20       beshort        0413    pure executable
  8267. >12       belong        >0    not stripped
  8268. >22       beshort        >0    - version %ld
  8269. 0    beshort        000645    Tower32/800 68010
  8270. >18       beshort        &040000    compatible object
  8271. >18       beshort        &~060000 object
  8272. >20       beshort        0407    executable
  8273. >20       beshort        0413    pure executable
  8274. >12       belong        >0    not stripped
  8275. >22       beshort        >0    - version %ld
  8276.  
  8277. #------------------------------------------------------------------------------
  8278. # netbsd:  file(1) magic for NetBSD objects
  8279. #
  8280. # All new-style magic numbers are in network byte order.
  8281. #
  8282.  
  8283. 0    lelong            000000407    a.out NetBSD little-endian object file
  8284. >16    lelong            >0        not stripped
  8285. 0    belong            000000407    a.out NetBSD big-endian object file
  8286. >16    belong            >0        not stripped
  8287.  
  8288. 0    belong&0377777777    041400413    a.out NetBSD/i386 demand paged
  8289. >0    byte            &0x80        
  8290. >>20    lelong            <4096        shared library
  8291. >>20    lelong            =4096        dynamically linked executable
  8292. >>20    lelong            >4096        dynamically linked executable
  8293. >0    byte            ^0x80        executable
  8294. >16    lelong            >0        not stripped
  8295. 0    belong&0377777777    041400410    a.out NetBSD/i386 pure
  8296. >0    byte            &0x80        dynamically linked executable
  8297. >0    byte            ^0x80        executable
  8298. >16    lelong            >0        not stripped
  8299. 0    belong&0377777777    041400407    a.out NetBSD/i386
  8300. >0    byte            &0x80        dynamically linked executable
  8301. >0    byte            ^0x80
  8302. >>0    byte            &0x40        position independent
  8303. >>20    lelong            !0        executable
  8304. >>20    lelong            =0        object file
  8305. >16    lelong            >0        not stripped
  8306. 0    belong&0377777777    041400507    a.out NetBSD/i386 core
  8307. >12    string            >\0        from '%s'
  8308. >32    lelong            !0        (signal %d)
  8309.  
  8310. 0    belong&0377777777    041600413    a.out NetBSD/m68k demand paged
  8311. >0    byte            &0x80        
  8312. >>20    belong            <8192        shared library
  8313. >>20    belong            =8192        dynamically linked executable
  8314. >>20    belong            >8192        dynamically linked executable
  8315. >0    byte            ^0x80        executable
  8316. >16    belong            >0        not stripped
  8317. 0    belong&0377777777    041600410    a.out NetBSD/m68k pure
  8318. >0    byte            &0x80        dynamically linked executable
  8319. >0    byte            ^0x80        executable
  8320. >16    belong            >0        not stripped
  8321. 0    belong&0377777777    041600407    a.out NetBSD/m68k
  8322. >0    byte            &0x80        dynamically linked executable
  8323. >0    byte            ^0x80
  8324. >>0    byte            &0x40        position independent
  8325. >>20    belong            !0        executable
  8326. >>20    belong            =0        object file
  8327. >16    belong            >0        not stripped
  8328. 0    belong&0377777777    041600507    a.out NetBSD/m68k core
  8329. >12    string            >\0        from '%s'
  8330. >32    belong            !0        (signal %d)
  8331.  
  8332. 0    belong&0377777777    042000413    a.out NetBSD/m68k4k demand paged
  8333. >0    byte            &0x80        
  8334. >>20    belong            <4096        shared library
  8335. >>20    belong            =4096        dynamically linked executable
  8336. >>20    belong            >4096        dynamically linked executable
  8337. >0    byte            ^0x80        executable
  8338. >16    belong            >0        not stripped
  8339. 0    belong&0377777777    042000410    a.out NetBSD/m68k4k pure
  8340. >0    byte            &0x80        dynamically linked executable
  8341. >0    byte            ^0x80        executable
  8342. >16    belong            >0        not stripped
  8343. 0    belong&0377777777    042000407    a.out NetBSD/m68k4k
  8344. >0    byte            &0x80        dynamically linked executable
  8345. >0    byte            ^0x80
  8346. >>0    byte            &0x40        position independent
  8347. >>20    belong            !0        executable
  8348. >>20    belong            =0        object file
  8349. >16    belong            >0        not stripped
  8350. 0    belong&0377777777    042000507    a.out NetBSD/m68k4k core
  8351. >12    string            >\0        from '%s'
  8352. >32    belong            !0        (signal %d)
  8353.  
  8354. 0    belong&0377777777    042200413    a.out NetBSD/ns32532 demand paged
  8355. >0    byte            &0x80        
  8356. >>20    lelong            <4096        shared library
  8357. >>20    lelong            =4096        dynamically linked executable
  8358. >>20    lelong            >4096        dynamically linked executable
  8359. >0    byte            ^0x80        executable
  8360. >16    lelong            >0        not stripped
  8361. 0    belong&0377777777    042200410    a.out NetBSD/ns32532 pure
  8362. >0    byte            &0x80        dynamically linked executable
  8363. >0    byte            ^0x80        executable
  8364. >16    lelong            >0        not stripped
  8365. 0    belong&0377777777    042200407    a.out NetBSD/ns32532
  8366. >0    byte            &0x80        dynamically linked executable
  8367. >0    byte            ^0x80
  8368. >>0    byte            &0x40        position independent
  8369. >>20    lelong            !0        executable
  8370. >>20    lelong            =0        object file
  8371. >16    lelong            >0        not stripped
  8372. 0    belong&0377777777    042200507    a.out NetBSD/ns32532 core
  8373. >12    string            >\0        from '%s'
  8374. >32    lelong            !0        (signal %d)
  8375.  
  8376. 0    belong&0377777777    045200507    a.out NetBSD/powerpc core
  8377. >12    string            >\0        from '%s'
  8378.  
  8379. 0    belong&0377777777    042400413    a.out NetBSD/sparc demand paged
  8380. >0    byte            &0x80        
  8381. >>20    belong            <8192        shared library
  8382. >>20    belong            =8192        dynamically linked executable
  8383. >>20    belong            >8192        dynamically linked executable
  8384. >0    byte            ^0x80        executable
  8385. >16    belong            >0        not stripped
  8386. 0    belong&0377777777    042400410    a.out NetBSD/sparc pure
  8387. >0    byte            &0x80        dynamically linked executable
  8388. >0    byte            ^0x80        executable
  8389. >16    belong            >0        not stripped
  8390. 0    belong&0377777777    042400407    a.out NetBSD/sparc
  8391. >0    byte            &0x80        dynamically linked executable
  8392. >0    byte            ^0x80
  8393. >>0    byte            &0x40        position independent
  8394. >>20    belong            !0        executable
  8395. >>20    belong            =0        object file
  8396. >16    belong            >0        not stripped
  8397. 0    belong&0377777777    042400507    a.out NetBSD/sparc core
  8398. >12    string            >\0        from '%s'
  8399. >32    belong            !0        (signal %d)
  8400.  
  8401. 0    belong&0377777777    042600413    a.out NetBSD/pmax demand paged
  8402. >0    byte            &0x80        
  8403. >>20    lelong            <4096        shared library
  8404. >>20    lelong            =4096        dynamically linked executable
  8405. >>20    lelong            >4096        dynamically linked executable
  8406. >0    byte            ^0x80        executable
  8407. >16    lelong            >0        not stripped
  8408. 0    belong&0377777777    042600410    a.out NetBSD/pmax pure
  8409. >0    byte            &0x80        dynamically linked executable
  8410. >0    byte            ^0x80        executable
  8411. >16    lelong            >0        not stripped
  8412. 0    belong&0377777777    042600407    a.out NetBSD/pmax
  8413. >0    byte            &0x80        dynamically linked executable
  8414. >0    byte            ^0x80
  8415. >>0    byte            &0x40        position independent
  8416. >>20    lelong            !0        executable
  8417. >>20    lelong            =0        object file
  8418. >16    lelong            >0        not stripped
  8419. 0    belong&0377777777    042600507    a.out NetBSD/pmax core
  8420. >12    string            >\0        from '%s'
  8421. >32    lelong            !0        (signal %d)
  8422.  
  8423. 0    belong&0377777777    043000413    a.out NetBSD/vax 1k demand paged
  8424. >0    byte            &0x80        
  8425. >>20    lelong            <4096        shared library
  8426. >>20    lelong            =4096        dynamically linked executable
  8427. >>20    lelong            >4096        dynamically linked executable
  8428. >0    byte            ^0x80        executable
  8429. >16    lelong            >0        not stripped
  8430. 0    belong&0377777777    043000410    a.out NetBSD/vax 1k pure
  8431. >0    byte            &0x80        dynamically linked executable
  8432. >0    byte            ^0x80        executable
  8433. >16    lelong            >0        not stripped
  8434. 0    belong&0377777777    043000407    a.out NetBSD/vax 1k
  8435. >0    byte            &0x80        dynamically linked executable
  8436. >0    byte            ^0x80
  8437. >>0    byte            &0x40        position independent
  8438. >>20    lelong            !0        executable
  8439. >>20    lelong            =0        object file
  8440. >16    lelong            >0        not stripped
  8441. 0    belong&0377777777    043000507    a.out NetBSD/vax 1k core
  8442. >12    string            >\0        from '%s'
  8443. >32    lelong            !0        (signal %d)
  8444.  
  8445. 0    belong&0377777777    045400413    a.out NetBSD/vax 4k demand paged
  8446. >0    byte            &0x80        
  8447. >>20    lelong            <4096        shared library
  8448. >>20    lelong            =4096        dynamically linked executable
  8449. >>20    lelong            >4096        dynamically linked executable
  8450. >0    byte            ^0x80        executable
  8451. >16    lelong            >0        not stripped
  8452. 0    belong&0377777777    045400410    a.out NetBSD/vax 4k pure
  8453. >0    byte            &0x80        dynamically linked executable
  8454. >0    byte            ^0x80        executable
  8455. >16    lelong            >0        not stripped
  8456. 0    belong&0377777777    045400407    a.out NetBSD/vax 4k
  8457. >0    byte            &0x80        dynamically linked executable
  8458. >0    byte            ^0x80
  8459. >>0    byte            &0x40        position independent
  8460. >>20    lelong            !0        executable
  8461. >>20    lelong            =0        object file
  8462. >16    lelong            >0        not stripped
  8463. 0    belong&0377777777    045400507    a.out NetBSD/vax 4k core
  8464. >12    string            >\0        from '%s'
  8465. >32    lelong            !0        (signal %d)
  8466.  
  8467. # NetBSD/alpha does not support (and has never supported) a.out objects,
  8468. # so no rules are provided for them.  NetBSD/alpha ELF objects are 
  8469. # dealt with in "elf".
  8470. 0    lelong        0x00070185        ECOFF NetBSD/alpha binary
  8471. >10    leshort        0x0001            not stripped
  8472. >10    leshort        0x0000            stripped
  8473. 0    belong&0377777777    043200507    a.out NetBSD/alpha core
  8474. >12    string            >\0        from '%s'
  8475. >32    lelong            !0        (signal %d)
  8476.  
  8477. 0    belong&0377777777    043400413    a.out NetBSD/mips demand paged
  8478. >0    byte            &0x80        
  8479. >>20    belong            <8192        shared library
  8480. >>20    belong            =8192        dynamically linked executable
  8481. >>20    belong            >8192        dynamically linked executable
  8482. >0    byte            ^0x80        executable
  8483. >16    belong            >0        not stripped
  8484. 0    belong&0377777777    043400410    a.out NetBSD/mips pure
  8485. >0    byte            &0x80        dynamically linked executable
  8486. >0    byte            ^0x80        executable
  8487. >16    belong            >0        not stripped
  8488. 0    belong&0377777777    043400407    a.out NetBSD/mips
  8489. >0    byte            &0x80        dynamically linked executable
  8490. >0    byte            ^0x80
  8491. >>0    byte            &0x40        position independent
  8492. >>20    belong            !0        executable
  8493. >>20    belong            =0        object file
  8494. >16    belong            >0        not stripped
  8495. 0    belong&0377777777    043400507    a.out NetBSD/mips core
  8496. >12    string            >\0        from '%s'
  8497. >32    belong            !0        (signal %d)
  8498.  
  8499. 0    belong&0377777777    043600413    a.out NetBSD/arm32 demand paged
  8500. >0    byte            &0x80
  8501. >>20    lelong            <4096        shared library
  8502. >>20    lelong            =4096        dynamically linked executable
  8503. >>20    lelong            >4096        dynamically linked executable
  8504. >0    byte            ^0x80        executable
  8505. >16    lelong            >0        not stripped
  8506. 0    belong&0377777777    043600410    a.out NetBSD/arm32 pure
  8507. >0    byte            &0x80        dynamically linked executable
  8508. >0    byte            ^0x80        executable
  8509. >16    lelong            >0        not stripped
  8510. 0    belong&0377777777    043600407    a.out NetBSD/arm32
  8511. >0    byte            &0x80        dynamically linked executable
  8512. >0    byte            ^0x80
  8513. >>0    byte            &0x40        position independent
  8514. >>20    lelong            !0        executable
  8515. >>20    lelong            =0        object file
  8516. >16    lelong            >0        not stripped
  8517. # NetBSD/arm26 has always used ELF objects, but it shares a core file
  8518. # format with NetBSD/arm32.
  8519. 0    belong&0377777777    043600507    a.out NetBSD/arm core
  8520. >12    string            >\0        from '%s'
  8521. >32    lelong            !0        (signal %d)
  8522.  
  8523. #------------------------------------------------------------------------------
  8524. # netscape:  file(1) magic for Netscape files
  8525. # "H. Nanosecond" <aldomel@ix.netcom.com>
  8526. # version 3 and 4 I think
  8527. #
  8528.  
  8529. # Netscape Address book  .nab
  8530. 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
  8531.  
  8532. # Netscape Communicator address book
  8533. 0   string   \000\017\102\111 Netscape Communicator address book
  8534.  
  8535. # .snm Caches
  8536. 0    string        #\ Netscape\ folder\ cache    Netscape folder cache
  8537. 0    string    \000\036\204\220\000    Netscape folder cache
  8538. # .n2p 
  8539. # Net 2 Phone 
  8540. #0    string    123\130\071\066\061\071\071\071\060\070\061\060\061\063\060
  8541. 0    string    SX961999    Net2phone
  8542.  
  8543. #
  8544. #This is files ending in .art, FIXME add more rules
  8545. 0       string          JG\004\016\0\0\0\0      ART
  8546.  
  8547. #------------------------------------------------------------------------------
  8548. # news:  file(1) magic for SunOS NeWS fonts (not "news" as in "netnews")
  8549. #
  8550. 0    string        StartFontMetrics    ASCII font metrics
  8551. 0    string        StartFont    ASCII font bits
  8552. 0    belong        0x137A2944    NeWS bitmap font
  8553. 0    belong        0x137A2947    NeWS font family
  8554. 0    belong        0x137A2950    scalable OpenFont binary
  8555. 0    belong        0x137A2951    encrypted scalable OpenFont binary
  8556. 8    belong        0x137A2B45    X11/NeWS bitmap font
  8557. 8    belong        0x137A2B48    X11/NeWS font family
  8558. #------------------------------------------------------------------------------
  8559. # nitpicker:  file(1) magic for Flowfiles.
  8560. # From: Christian Jachmann <C.Jachmann@gmx.net> http://www.nitpicker.de
  8561. 0    string    NPFF    NItpicker Flow File 
  8562. >4    byte    x    V%d.
  8563. >5    byte    x    %d
  8564. >6    bedate    x    started: %s
  8565. >10    bedate    x    stopped: %s
  8566. >14    belong    x    Bytes: %u
  8567. >18    belong    x    Bytes1: %u
  8568. >22    belong    x    Flows: %u
  8569. >26    belong    x    Pkts: %u
  8570.  
  8571. #------------------------------------------------------------------------------
  8572. # ocaml: file(1) magic for Objective Caml files.
  8573. 0    string    Caml1999    Objective caml
  8574. >8    string    X        exec file
  8575. >8    string    I        interface file (.cmi)
  8576. >8    string    O        object file (.cmo)
  8577. >8    string    A        library file (.cma)
  8578. >8    string    Y        native object file (.cmx)
  8579. >8    string    Z        native library file (.cmxa)
  8580. >8    string    M        abstract syntax tree implementation file
  8581. >8    string    N        abstract syntax tree interface file
  8582. >9    string    >\0        (Version %3.3s).
  8583. #------------------------------------------------------------------------------
  8584. # octave binary data file(1) magic, from Dirk Eddelbuettel <edd@debian.org>
  8585. 0    string        Octave-1-L    Octave binary data (little endian)
  8586. 0    string        Octave-1-B    Octave binary data (big endian)
  8587.  
  8588. #------------------------------------------------------------------------------
  8589. # olf:  file(1) magic for OLF executables
  8590. #
  8591. # We have to check the byte order flag to see what byte order all the
  8592. # other stuff in the header is in.
  8593. #
  8594. # MIPS R3000 may also be for MIPS R2000.
  8595. # What're the correct byte orders for the nCUBE and the Fujitsu VPP500?
  8596. #
  8597. # Created by Erik Theisen <etheisen@openbsd.org>
  8598. # Based on elf from Daniel Quinlan <quinlan@yggdrasil.com>
  8599. 0    string        \177OLF        OLF
  8600. >4    byte        0        invalid class
  8601. >4    byte        1        32-bit
  8602. >4    byte        2        64-bit
  8603. >7    byte        0        invalid os
  8604. >7    byte        1        OpenBSD
  8605. >7    byte        2        NetBSD
  8606. >7    byte        3        FreeBSD
  8607. >7    byte        4        4.4BSD
  8608. >7    byte        5        Linux
  8609. >7    byte        6        SVR4
  8610. >7    byte        7        esix
  8611. >7    byte        8        Solaris
  8612. >7    byte        9        Irix
  8613. >7    byte        10        SCO
  8614. >7    byte        11        Dell
  8615. >7    byte        12        NCR
  8616. >5    byte        0        invalid byte order
  8617. >5    byte        1        LSB
  8618. >>16    leshort        0        no file type,
  8619. >>16    leshort        1        relocatable,
  8620. >>16    leshort        2        executable,
  8621. >>16    leshort        3        shared object,
  8622. # Core handling from Peter Tobias <tobias@server.et-inf.fho-emden.de>
  8623. # corrections by Christian 'Dr. Disk' Hechelmann <drdisk@ds9.au.s.shuttle.de>
  8624. >>16    leshort        4        core file
  8625. >>>(0x38+0xcc) string    >\0        of '%s'
  8626. >>>(0x38+0x10) lelong    >0        (signal %d),
  8627. >>16    leshort        &0xff00        processor-specific,
  8628. >>18    leshort        0        no machine,
  8629. >>18    leshort        1        AT&T WE32100 - invalid byte order,
  8630. >>18    leshort        2        SPARC - invalid byte order,
  8631. >>18    leshort        3        Intel 80386,
  8632. >>18    leshort        4        Motorola 68000 - invalid byte order,
  8633. >>18    leshort        5        Motorola 88000 - invalid byte order,
  8634. >>18    leshort        6        Intel 80486,
  8635. >>18    leshort        7        Intel 80860,
  8636. >>18    leshort        8        MIPS R3000_BE - invalid byte order,
  8637. >>18    leshort        9        Amdahl - invalid byte order,
  8638. >>18    leshort        10        MIPS R3000_LE,
  8639. >>18    leshort        11        RS6000 - invalid byte order,
  8640. >>18    leshort        15        PA-RISC - invalid byte order,
  8641. >>18    leshort        16        nCUBE,
  8642. >>18    leshort        17        VPP500,
  8643. >>18    leshort        18        SPARC32PLUS,
  8644. >>18    leshort        20        PowerPC,
  8645. >>18    leshort        0x9026        Alpha,
  8646. >>20    lelong        0        invalid version
  8647. >>20    lelong        1        version 1
  8648. >>36    lelong        1        MathCoPro/FPU/MAU Required
  8649. >8    string        >\0        (%s)
  8650. >5    byte        2        MSB
  8651. >>16    beshort        0        no file type,
  8652. >>16    beshort        1        relocatable,
  8653. >>16    beshort        2        executable,
  8654. >>16    beshort        3        shared object,
  8655. >>16    beshort        4        core file,
  8656. >>>(0x38+0xcc) string    >\0        of '%s'
  8657. >>>(0x38+0x10) belong    >0        (signal %d),
  8658. >>16    beshort        &0xff00        processor-specific,
  8659. >>18    beshort        0        no machine,
  8660. >>18    beshort        1        AT&T WE32100,
  8661. >>18    beshort        2        SPARC,
  8662. >>18    beshort        3        Intel 80386 - invalid byte order,
  8663. >>18    beshort        4        Motorola 68000,
  8664. >>18    beshort        5        Motorola 88000,
  8665. >>18    beshort        6        Intel 80486 - invalid byte order,
  8666. >>18    beshort        7        Intel 80860,
  8667. >>18    beshort        8        MIPS R3000_BE,
  8668. >>18    beshort        9        Amdahl,
  8669. >>18    beshort        10        MIPS R3000_LE - invalid byte order,
  8670. >>18    beshort        11        RS6000,
  8671. >>18    beshort        15        PA-RISC,
  8672. >>18    beshort        16        nCUBE,
  8673. >>18    beshort        17        VPP500,
  8674. >>18    beshort        18        SPARC32PLUS,
  8675. >>18    beshort        20        PowerPC or cisco 4500,
  8676. >>18    beshort        21        cisco 7500,
  8677. >>18    beshort        24        cisco SVIP,
  8678. >>18    beshort        25        cisco 7200,
  8679. >>18    beshort        36        cisco 12000,
  8680. >>18    beshort        0x9026        Alpha,
  8681. >>20    belong        0        invalid version
  8682. >>20    belong        1        version 1
  8683. >>36    belong        1        MathCoPro/FPU/MAU Required
  8684.  
  8685. #------------------------------------------------------------------------------
  8686. # os2:  file(1) magic for OS/2 files
  8687. #
  8688.  
  8689. # Provided 1998/08/22 by
  8690. # David Mediavilla <davidme.news@REMOVEIFNOTSPAMusa.net>
  8691. 1    string    InternetShortcut    MS Windows 95 Internet shortcut text
  8692. >24    string    >\            (URL=<%s>)
  8693.  
  8694. # OS/2 URL objects
  8695. # Provided 1998/08/22 by
  8696. # David Mediavilla <davidme.news@REMOVEIFNOTSPAMusa.net>
  8697. #0    string    http:            OS/2 URL object text
  8698. #>5    string    >\            (WWW) <http:%s>
  8699. #0    string    mailto:            OS/2 URL object text
  8700. #>7    string    >\            (email) <%s>
  8701. #0    string    news:            OS/2 URL object text
  8702. #>5    string    >\            (Usenet) <%s>
  8703. #0    string    ftp:            OS/2 URL object text
  8704. #>4    string    >\            (FTP) <ftp:%s>
  8705. #0    string    file:            OS/2 URL object text
  8706. #>5    string    >\            (Local file) <%s>
  8707.  
  8708. # >>>>> OS/2 INF/HLP <<<<<  (source: Daniel Dissett ddissett@netcom.com)
  8709. # Carl Hauser (chauser.parc@xerox.com) and 
  8710. # Marcus Groeber (marcusg@ph-cip.uni-koeln.de)
  8711. # list the following header format in inf02a.doc:
  8712. #
  8713. #  int16 ID;           // ID magic word (5348h = "HS")
  8714. #  int8  unknown1;     // unknown purpose, could be third letter of ID
  8715. #  int8  flags;        // probably a flag word...
  8716. #                      //  bit 0: set if INF style file
  8717. #                      //  bit 4: set if HLP style file
  8718. #                      // patching this byte allows reading HLP files
  8719. #                      // using the VIEW command, while help files 
  8720. #                      // seem to work with INF settings here as well.
  8721. #  int16 hdrsize;      // total size of header
  8722. #  int16 unknown2;     // unknown purpose
  8723. 0   string  HSP\x01\x9b\x00 OS/2 INF
  8724. >107 string >0                      (%s)
  8725. 0   string  HSP\x10\x9b\x00     OS/2 HLP
  8726. >107 string >0                      (%s)
  8727.  
  8728. # OS/2 INI (this is a guess)
  8729. 0  string   \xff\xff\xff\xff\x14\0\0\0  OS/2 INI
  8730. #
  8731. # Copyright (c) 1996 Ignatios Souvatzis. All rights reserved.
  8732. #
  8733. # Redistribution and use in source and binary forms, with or without
  8734. # modification, are permitted provided that the following conditions
  8735. # are met:
  8736. # 1. Redistributions of source code must retain the above copyright
  8737. #    notice, this list of conditions and the following disclaimer.
  8738. # 2. Redistributions in binary form must reproduce the above copyright
  8739. #    notice, this list of conditions and the following disclaimer in the
  8740. #    documentation and/or other materials provided with the distribution.
  8741. # 3. All advertising materials mentioning features or use of this software
  8742. #    must display the following acknowledgement:
  8743. #      This product includes software developed by Ignatios Souvatzis for
  8744. #      the NetBSD project.
  8745. # 4. The name of the author may not be used to endorse or promote products
  8746. #    derived from this software without specific prior written permission.
  8747. #
  8748. #
  8749. # THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  8750. # IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  8751. # OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  
  8752. # IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  8753. # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  8754. # PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
  8755. # OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
  8756. # WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
  8757. # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
  8758. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  8759. #
  8760. #
  8761. #
  8762. # OS9/6809 module descriptions:
  8763. #
  8764. 0    beshort        0x87CD    OS9/6809 module:
  8765. #
  8766. >6    byte&0x0f    0x00    non-executable
  8767. >6    byte&0x0f    0x01    machine language
  8768. >6    byte&0x0f    0x02    BASIC I-code
  8769. >6    byte&0x0f    0x03    Pascal P-code
  8770. >6    byte&0x0f    0x04    C I-code
  8771. >6    byte&0x0f    0x05    COBOL I-code
  8772. >6    byte&0x0f    0x06    Fortran I-code
  8773. #
  8774. >6    byte&0xf0    0x10    program executable
  8775. >6    byte&0xf0    0x20    subroutine
  8776. >6    byte&0xf0    0x30    multi-module
  8777. >6    byte&0xf0    0x40    data module
  8778. #
  8779. >6    byte&0xf0    0xC0    system module
  8780. >6    byte&0xf0    0xD0    file manager
  8781. >6    byte&0xf0    0xE0    device driver
  8782. >6    byte&0xf0    0xF0    device descriptor
  8783. #
  8784. # OS9/m68k stuff (to be continued)
  8785. #
  8786. 0    beshort        0x4AFC    OS9/68K module:
  8787. #
  8788. # attr
  8789. >0x14    byte&0x80    0x80    re-entrant
  8790. >0x14    byte&0x40    0x40    ghost
  8791. >0x14    byte&0x20    0x20    system-state
  8792. #
  8793. # lang:
  8794. #
  8795. >0x13    byte        1    machine language
  8796. >0x13    byte        2    BASIC I-code
  8797. >0x13    byte        3    Pascal P-code
  8798. >0x13    byte        4    C I-code
  8799. >0x13    byte        5    COBOL I-code
  8800. >0x13    byte        6    Fortran I-code
  8801. #
  8802. #
  8803. # type:
  8804. #
  8805. >0x12    byte        1    program executable
  8806. >0x12    byte        2    subroutine
  8807. >0x12    byte        3    multi-module
  8808. >0x12    byte        4    data module
  8809. >0x12    byte        11    trap library
  8810. >0x12    byte        12    system module
  8811. >0x12    byte        13    file manager
  8812. >0x12    byte        14    device driver
  8813. >0x12    byte        15    device descriptor
  8814. #
  8815. # Mach magic number info
  8816. #
  8817. 0    long        0xefbe    OSF/Rose object
  8818. # I386 magic number info
  8819. #
  8820. 0    short        0565    i386 COFF object
  8821.  
  8822. #------------------------------------------------------------------------------
  8823. # palm:  file(1) magic for PalmOS {.prc,.pdb}: applications, docfiles, and hacks
  8824. #
  8825. # Brian Lalor <blalor@hcirisc.cs.binghamton.edu>
  8826.  
  8827. # appl
  8828. 60      belong                  0x6170706c      PalmOS application
  8829. >0      string                  >\0             "%s"
  8830. # TEXt
  8831. 60      belong                  0x54455874      AportisDoc file
  8832. >0      string                  >\0             "%s"
  8833. # HACK
  8834. 60      belong                  0x4841434b      HackMaster hack
  8835. >0      string                  >\0             "%s"
  8836.  
  8837. # Variety of PalmOS document types
  8838. # Michael-John Turner <mj@debian.org>
  8839. # Thanks to Hasan Umit Ezerce <humit@tr-net.net.tr> for his DocType
  8840. 60    string                    BVokBDIC    BDicty PalmOS document
  8841. >0    string                  >\0             "%s"
  8842. 60    string                    DB99DBOS    DB PalmOS document
  8843. >0    string                  >\0             "%s"
  8844. 60    string                    vIMGView    FireViewer/ImageViewer PalmOS document
  8845. >0    string                  >\0             "%s"
  8846. 60    string                    PmDBPmDB    HanDBase PalmOS document
  8847. >0    string                  >\0             "%s"
  8848. 60    string                    InfoINDB    InfoView PalmOS document
  8849. >0    string                  >\0             "%s"
  8850. 60    string                    ToGoToGo    iSilo PalmOS document
  8851. >0    string                  >\0             "%s"
  8852. 60    string                    JfDbJBas    JFile PalmOS document
  8853. >0    string                  >\0             "%s"
  8854. 60    string                    JfDbJFil    JFile Pro PalmOS document
  8855. >0    string                  >\0             "%s"
  8856. 60    string                    DATALSdb    List PalmOS document
  8857. >0    string                  >\0             "%s"
  8858. 60    string                    Mdb1Mdb1    MobileDB PalmOS document
  8859. >0    string                  >\0             "%s"
  8860. 60    string                    PNRdPPrs    PeanutPress PalmOS document
  8861. >0    string                  >\0             "%s"
  8862. 60    string                    DataPlkr    Plucker PalmOS document
  8863. >0    string                  >\0             "%s"
  8864. 60    string                    DataSprd    QuickSheet PalmOS document
  8865. >0    string                  >\0             "%s"
  8866. 60    string                    SM01SMem    SuperMemo PalmOS document
  8867. >0    string                  >\0             "%s"
  8868. 60    string                    DataTlPt    TealDoc PalmOS document
  8869. >0    string                  >\0             "%s"
  8870. 60    string                    InfoTlIf    TealInfo PalmOS document
  8871. >0    string                  >\0             "%s"
  8872. 60    string                    DataTlMl    TealMeal PalmOS document
  8873. >0    string                  >\0             "%s"
  8874. 60    string                    DataTlPt    TealPaint PalmOS document
  8875. >0    string                  >\0             "%s"
  8876. 60    string                    dataTDBP    ThinkDB PalmOS document
  8877. >0    string                  >\0             "%s"
  8878. 60    string                    TdatTide    Tides PalmOS document
  8879. >0    string                  >\0             "%s"
  8880. 60    string                    ToRaTRPW    TomeRaider PalmOS document
  8881. >0    string                  >\0             "%s"
  8882.  
  8883. # A GutenPalm zTXT etext for use on Palm Pilots (http://gutenpalm.sf.net)
  8884. # For version 1.xx zTXTs, outputs version and numbers of bookmarks and
  8885. #   annotations.
  8886. # For other versions, just outputs version.
  8887. #
  8888. 60        string        zTXT        A GutenPalm zTXT e-book
  8889. >0        string        >\0        "%s"
  8890. >(0x4E.L)    byte        0
  8891. >>(0x4E.L+1)    byte        x        (v0.%02d)
  8892. >(0x4E.L)    byte        1
  8893. >>(0x4E.L+1)    byte        x        (v1.%02d)
  8894. >>>(0x4E.L+10)    beshort        >0
  8895. >>>>(0x4E.L+10) beshort        <2        - 1 bookmark
  8896. >>>>(0x4E.L+10) beshort        >1        - %d bookmarks
  8897. >>>(0x4E.L+14)    beshort        >0
  8898. >>>>(0x4E.L+14) beshort        <2        - 1 annotation
  8899. >>>>(0x4E.L+14) beshort        >1        - %d annotations
  8900. >(0x4E.L)    byte        >1        (v%d.
  8901. >>(0x4E.L+1)    byte        x        %02d)
  8902.  
  8903. # Palm OS .prc file types
  8904. 60        string        libr        Palm OS dynamic library data
  8905. >0        string        >\0        "%s"
  8906. 60        string        ptch        Palm OS operating system patch data
  8907. >0        string        >\0        "%s"
  8908.  
  8909. # Mobipocket (www.mobipocket.com), donated by Carl Witty
  8910. 60    string                    BOOKMOBI    Mobipocket E-book
  8911. >0    string                  >\0             "%s"
  8912.  
  8913. #------------------------------------------------------------------------------
  8914. #
  8915. # Parix COFF executables
  8916. # From: Ignatios Souvatzis <ignatios@cs.uni-bonn.de>
  8917. #
  8918. 0    beshort&0xfff    0xACE    PARIX
  8919. >0    byte&0xf0    0x80    T800
  8920. >0    byte&0xf0    0x90    T9000
  8921. >19    byte&0x02    0x02    executable
  8922. >19    byte&0x02    0x00    object
  8923. >19    byte&0x0c    0x00    not stripped
  8924.  
  8925. #------------------------------------------------------------------------------
  8926. # pbm:  file(1) magic for Portable Bitmap files
  8927. #
  8928. # XXX - byte order?
  8929. #
  8930. 0    short    0x2a17    "compact bitmap" format (Poskanzer)
  8931. #------------------------------------------------------------------------------
  8932. # pdf:  file(1) magic for Portable Document Format
  8933. #
  8934.  
  8935. 0    string        %PDF-        PDF document
  8936. >5    byte        x        \b, version %c
  8937. >7    byte        x        \b.%c
  8938.  
  8939. #------------------------------------------------------------------------------
  8940. # pdp:  file(1) magic for PDP-11 executable/object and APL workspace
  8941. #
  8942. 0    lelong        0101555        PDP-11 single precision APL workspace
  8943. 0    lelong        0101554        PDP-11 double precision APL workspace
  8944. #
  8945. # PDP-11 a.out
  8946. #
  8947. 0    leshort        0407        PDP-11 executable
  8948. >8    leshort        >0        not stripped
  8949. >15    byte        >0        - version %ld
  8950.  
  8951. 0    leshort        0401        PDP-11 UNIX/RT ldp
  8952. 0    leshort        0405        PDP-11 old overlay
  8953.  
  8954. 0    leshort        0410        PDP-11 pure executable
  8955. >8    leshort        >0        not stripped
  8956. >15    byte        >0        - version %ld
  8957.  
  8958. 0    leshort        0411        PDP-11 separate I&D executable
  8959. >8    leshort        >0        not stripped
  8960. >15    byte        >0        - version %ld
  8961.  
  8962. 0    leshort        0437        PDP-11 kernel overlay
  8963.  
  8964. # These last three are derived from 2.11BSD file(1)
  8965. 0    leshort        0413        PDP-11 demand-paged pure executable
  8966. >8    leshort        >0        not stripped
  8967.  
  8968. 0    leshort        0430        PDP-11 overlaid pure executable
  8969. >8    leshort        >0        not stripped
  8970.  
  8971. 0    leshort        0431        PDP-11 overlaid separate executable
  8972. >8    leshort        >0        not stripped
  8973.  
  8974. #------------------------------------------------------------------------------
  8975. # perl:  file(1) magic for Larry Wall's perl language.
  8976. #
  8977. # The ``eval'' line recognizes an outrageously clever hack for USG systems.
  8978. # Keith Waclena <keith@cerberus.uchicago.edu>
  8979. # Send additions to <perl5-porters@perl.org>
  8980. 0    string/b    #!\ /bin/perl            perl script text executable
  8981. 0    string        eval\ "exec\ /bin/perl        perl script text
  8982. 0    string/b    #!\ /usr/bin/perl        perl script text executable
  8983. 0    string        eval\ "exec\ /usr/bin/perl    perl script text
  8984. 0    string/b    #!\ /usr/local/bin/perl        perl script text
  8985. 0    string        eval\ "exec\ /usr/local/bin/perl    perl script text executable
  8986. 0    string        eval\ '(exit\ $?0)'\ &&\ eval\ 'exec    perl script text
  8987.  
  8988. # a couple more, by me
  8989. # XXX: christos matches
  8990. #0    regex        package        Perl5 module source text (via regex)
  8991. 0    string        package        Perl5 module source text
  8992.  
  8993. # Perl Storable data files.
  8994. 0    string    perl-store    perl Storable(v0.6) data
  8995. >4    byte    >0    (net-order %d)
  8996. >>4    byte    &01    (network-ordered)
  8997. >>4    byte    =3    (major 1)
  8998. >>4    byte    =2    (major 1)
  8999.  
  9000. 0    string    pst0    perl Storable(v0.7) data
  9001. >4    byte    >0
  9002. >>4    byte    &01    (network-ordered)
  9003. >>4    byte    =5    (major 2)
  9004. >>4    byte    =4    (major 2)
  9005. >>5    byte    >0    (minor %d)
  9006.  
  9007. #------------------------------------------------------------------------------
  9008. # pgp:  file(1) magic for Pretty Good Privacy
  9009. #
  9010. 0       beshort         0x9900                  PGP key public ring
  9011. 0       beshort         0x9501                  PGP key security ring
  9012. 0       beshort         0x9500                  PGP key security ring
  9013. 0    beshort        0xa600            PGP encrypted data
  9014. 0       string          -----BEGIN\040PGP       PGP armored data
  9015. >15     string          PUBLIC\040KEY\040BLOCK- public key block
  9016. >15     string          MESSAGE-                message
  9017. >15     string          SIGNED\040MESSAGE-      signed message
  9018. >15     string          PGP\040SIGNATURE-       signature
  9019.  
  9020. #------------------------------------------------------------------------------
  9021. # pkgadd:  file(1) magic for SysV R4 PKG Datastreams
  9022. #
  9023. 0       string          #\ PaCkAgE\ DaTaStReAm  pkg Datastream (SVR4)
  9024.  
  9025. #------------------------------------------------------------------------------
  9026. # plan9:  file(1) magic for AT&T Bell Labs' Plan 9 executables
  9027. # From: "Stefan A. Haubenthal" <polluks@web.de>
  9028. #
  9029. 0    belong        0x00000107    Plan 9 executable, Motorola 68k
  9030. 0    belong        0x000001EB    Plan 9 executable, Intel 386
  9031. 0    belong        0x00000247    Plan 9 executable, Intel 960
  9032. 0    belong        0x000002AB    Plan 9 executable, SPARC
  9033. 0    belong        0x00000407    Plan 9 executable, MIPS R3000
  9034. 0    belong        0x0000048B    Plan 9 executable, AT&T DSP 3210
  9035. 0    belong        0x00000517    Plan 9 executable, MIPS R4000 BE
  9036. 0    belong        0x000005AB    Plan 9 executable, AMD 29000
  9037. 0    belong        0x00000647    Plan 9 executable, ARM 7-something
  9038. 0    belong        0x000006EB    Plan 9 executable, PowerPC
  9039. 0    belong        0x00000797    Plan 9 executable, MIPS R4000 LE
  9040. 0    belong        0x0000084B    Plan 9 executable, DEC Alpha
  9041.  
  9042. #------------------------------------------------------------------------------
  9043. # plus5:  file(1) magic for Plus Five's UNIX MUMPS
  9044. #
  9045. # XXX - byte order?  Paging Hokey....
  9046. #
  9047. 0    short        0x259        mumps avl global
  9048. >2    byte        >0        (V%d)
  9049. >6    byte        >0        with %d byte name
  9050. >7    byte        >0        and %d byte data cells
  9051. 0    short        0x25a        mumps blt global
  9052. >2    byte        >0        (V%d)
  9053. >8    short        >0        - %d byte blocks
  9054. >15    byte        0x00        - P/D format
  9055. >15    byte        0x01        - P/K/D format
  9056. >15    byte        0x02        - K/D format
  9057. >15    byte        >0x02        - Bad Flags
  9058. # SE Linux policy database
  9059. 0       lelong  0xf97cff8c      SE Linux policy
  9060. >16     lelong  x               v%d
  9061. >20     lelong  1         MLS
  9062. >24     lelong  x           %d symbols
  9063. >28     lelong  x           %d ocons
  9064.  
  9065. #------------------------------------------------------------------------------
  9066. # printer:  file(1) magic for printer-formatted files
  9067. #
  9068.  
  9069. # PostScript, updated by Daniel Quinlan (quinlan@yggdrasil.com)
  9070. 0    string        %!        PostScript document text
  9071. >2    string        PS-Adobe-    conforming
  9072. >>11    string        >\0        at level %.3s
  9073. >>>15    string        EPS        - type %s
  9074. >>>15    string        Query        - type %s
  9075. >>>15    string        ExitServer    - type %s
  9076. # Some PCs have the annoying habit of adding a ^D as a document separator
  9077. 0    string        \004%!        PostScript document text
  9078. >3    string        PS-Adobe-    conforming
  9079. >>12    string        >\0        at level %.3s
  9080. >>>16    string        EPS        - type %s
  9081. >>>16    string        Query        - type %s
  9082. >>>16    string        ExitServer    - type %s
  9083. 0    string        \033%-12345X%!PS    PostScript document
  9084.  
  9085.  
  9086. # DOS EPS Binary File Header
  9087. # From: Ed Sznyter <ews@Black.Market.NET>
  9088. 0       belong          0xC5D0D3C6      DOS EPS Binary File
  9089. >4      long            >0              Postscript starts at byte %d
  9090. >>8     long            >0              length %d
  9091. >>>12   long            >0              Metafile starts at byte %d
  9092. >>>>16  long            >0              length %d
  9093. >>>20   long            >0              TIFF starts at byte %d
  9094. >>>>24  long            >0              length %d
  9095.  
  9096. # Adobe's PostScript Printer Description (PPD) files
  9097. #       Yves Arrouye <arrouye@marin.fdn.fr>
  9098. #
  9099. 0      string          *PPD-Adobe:    PPD file
  9100. >13    string          x              \b, ve
  9101.  
  9102. # HP Printer Job Language
  9103. 0    string        \033%-12345X@PJL    HP Printer Job Language data
  9104. # HP Printer Job Language
  9105. # The header found on Win95 HP plot files is the "Silliest Thing possible" 
  9106. # (TM)
  9107. # Every driver puts the language at some random position, with random case
  9108. # (LANGUAGE and Language)
  9109. # For example the LaserJet 5L driver puts the "PJL ENTER LANGUAGE" in line 10
  9110. # From: Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
  9111. 0    string        \033%-12345X@PJL    HP Printer Job Language data
  9112. >&0    string        >\0            %s            
  9113. >>&0    string        >\0            %s            
  9114. >>>&0    string        >\0            %s        
  9115. >>>>&0    string        >\0            %s        
  9116. #>15    string        \ ENTER\ LANGUAGE\ =
  9117. #>31    string        PostScript        PostScript
  9118.  
  9119. # HP Printer Control Language, Daniel Quinlan (quinlan@yggdrasil.com)
  9120. 0    string        \033E\033    HP PCL printer data
  9121. >3    string        \&l0A        - default page size
  9122. >3    string        \&l1A        - US executive page size
  9123. >3    string        \&l2A        - US letter page size
  9124. >3    string        \&l3A        - US legal page size
  9125. >3    string        \&l26A        - A4 page size
  9126. >3    string        \&l80A        - Monarch envelope size
  9127. >3    string        \&l81A        - No. 10 envelope size
  9128. >3    string        \&l90A        - Intl. DL envelope size
  9129. >3    string        \&l91A        - Intl. C5 envelope size
  9130. >3    string        \&l100A        - Intl. B5 envelope size
  9131. >3    string        \&l-81A        - No. 10 envelope size (landscape)
  9132. >3    string        \&l-90A        - Intl. DL envelope size (landscape)
  9133.  
  9134. # IMAGEN printer-ready files:
  9135. 0    string    @document(        Imagen printer
  9136. # this only works if "language xxx" is first item in Imagen header.
  9137. >10    string    language\ impress    (imPRESS data)
  9138. >10    string    language\ daisy        (daisywheel text)
  9139. >10    string    language\ diablo    (daisywheel text)
  9140. >10    string    language\ printer    (line printer emulation)
  9141. >10    string    language\ tektronix    (Tektronix 4014 emulation)
  9142. # Add any other languages that your Imagen uses - remember
  9143. # to keep the word `text' if the file is human-readable.
  9144. # [GRR 950115:  missing "postscript" or "ultrascript" (whatever it was called)]
  9145. #
  9146. # Now magic for IMAGEN font files...
  9147. 0    string        Rast        RST-format raster font data
  9148. >45    string        >0        face %s
  9149. # From Jukka Ukkonen
  9150. 0    string        \033[K\002\0\0\017\033(a\001\0\001\033(g    Canon Bubble Jet BJC formatted data
  9151.  
  9152. # From <mike@flyn.org>
  9153. # These are the /etc/magic entries to decode data sent to an Epson printer.
  9154. 0       string          \x1B\x40\x1B\x28\x52\x08\x00\x00REMOTE1P        Epson Stylus Color 460 data
  9155.  
  9156.  
  9157. #------------------------------------------------------------------------------
  9158. # zenographics:  file(1) magic for Zenographics ZjStream printer data
  9159. # Rick Richardson  rickr@mn.rr.com
  9160. 0    string        JZJZ
  9161. >0x12    string        ZZ        Zenographics ZjStream printer data (big-endian)
  9162. 0    string        ZJZJ
  9163. >0x12    string        ZZ        Zenographics ZjStream printer data (little-endian)
  9164.  
  9165.  
  9166. #------------------------------------------------------------------------------
  9167. # Oak Technologies printer stream
  9168. # Rick Richardson <rickr@mn.rr.com>
  9169. 0       string          OAK
  9170. >0x07    byte        0
  9171. >0x0b    byte        0    Oak Technologies printer stream
  9172.  
  9173. # This would otherwise be recognized as PostScript - nick@debian.org
  9174. 0    string        %!VMF         SunClock's Vector Map Format data
  9175.  
  9176. #------------------------------------------------------------------------------
  9177. # HP LaserJet 1000 series downloadable firmware file
  9178. 0    string    \xbe\xefABCDEFGH    HP LaserJet 1000 series downloadable firmware   
  9179.  
  9180. # From: Paolo <oopla@users.sf.net>
  9181. # Epson ESC/Page, ESC/PageColor 
  9182. 0    string    \x1b\x01@EJL    Epson ESC/Page language printer data
  9183.  
  9184. #------------------------------------------------------------------------------
  9185. # project:  file(1) magic for Project management
  9186. # Magic strings for ftnchek project files. Alexander Mai
  9187. 0    string    FTNCHEK_\ P    project file for ftnchek
  9188. >10    string    1        version 2.7
  9189. >10    string    2        version 2.8 to 2.10
  9190. >10    string    3        version 2.11 or later
  9191.  
  9192. #------------------------------------------------------------------------------
  9193. # psdbms:  file(1) magic for psdatabase
  9194. #
  9195. 0    belong&0xff00ffff    0x56000000    ps database
  9196. >1    string    >\0    version %s
  9197. >4    string    >\0    from kernel %s
  9198.  
  9199. #------------------------------------------------------------------------------
  9200. # psion:  file(1) magic for Psion handhelds data
  9201. # from: Peter Breitenlohner <peb@mppmu.mpg.de>
  9202. #
  9203. 0    lelong        0x10000037    Psion Series 5
  9204. >4    lelong        0x10000039    font file
  9205. >4    lelong        0x1000003A    printer driver
  9206. >4    lelong        0x1000003B    clipboard
  9207. >4    lelong        0x10000042    multi-bitmap image
  9208. >4    lelong        0x1000006A    application infomation file
  9209. >4    lelong        0x1000006D
  9210. >>8    lelong        0x1000007D    sketch image
  9211. >>8    lelong        0x1000007E    voice note
  9212. >>8    lelong        0x1000007F    word file
  9213. >>8    lelong        0x10000085    OPL program
  9214. >>8    lelong        0x10000088    sheet file
  9215. >>8    lelong        0x100001C4    EasyFax initialisation file
  9216. >4    lelong        0x10000073    OPO module
  9217. >4    lelong        0x10000074    OPL application
  9218. >4    lelong        0x1000008A    exported multi-bitmap image
  9219.  
  9220. 0    lelong        0x10000041    Psion Series 5 ROM multi-bitmap image
  9221.  
  9222. 0    lelong        0x10000050    Psion Series 5
  9223. >4    lelong        0x1000006D    database
  9224. >4    lelong        0x100000E4    ini file
  9225.  
  9226. 0    lelong        0x10000079    Psion Series 5 binary:
  9227. >4    lelong        0x00000000    DLL
  9228. >4    lelong        0x10000049    comms hardware library
  9229. >4    lelong        0x1000004A    comms protocol library
  9230. >4    lelong        0x1000005D    OPX
  9231. >4    lelong        0x1000006C    application
  9232. >4    lelong        0x1000008D    DLL
  9233. >4    lelong        0x100000AC    logical device driver
  9234. >4    lelong        0x100000AD    physical device driver
  9235. >4    lelong        0x100000E5    file transfer protocol
  9236. >4    lelong        0x100000E5    file transfer protocol
  9237. >4    lelong        0x10000140    printer defintion
  9238. >4    lelong        0x10000141    printer defintion
  9239.  
  9240. 0    lelong        0x1000007A    Psion Series 5 executable
  9241.  
  9242. #------------------------------------------------------------------------------
  9243. # pulsar:  file(1) magic for Pulsar POP3 daemon binary files
  9244. #
  9245. # http://pulsar.sourceforge.net
  9246. # mailto:rok.papez@lugos.si
  9247. #
  9248.  
  9249. 0    belong    0x1ee7f11e    Pulsar POP3 daemon mailbox cache file.
  9250. >4    ubelong    x        Version: %d.
  9251. >8    ubelong    x        \b%d
  9252.  
  9253.  
  9254. #------------------------------------------------------------------------------
  9255. # pyramid:  file(1) magic for Pyramids
  9256. #
  9257. # XXX - byte order?
  9258. #
  9259. 0    long        0x50900107    Pyramid 90x family executable
  9260. 0    long        0x50900108    Pyramid 90x family pure executable
  9261. >16    long        >0        not stripped
  9262. 0    long        0x5090010b    Pyramid 90x family demand paged pure executable
  9263. >16    long        >0        not stripped
  9264.  
  9265. #------------------------------------------------------------------------------
  9266. # python:  file(1) magic for python
  9267. #
  9268. # From: David Necas <yeti@physics.muni.cz>
  9269. # often the module starts with a multiline string
  9270. 0    string        """    a python script text executable
  9271. # MAGIC as specified in Python/import.c (1.5 to 2.3.0a)
  9272. # 20121  ( YEAR - 1995 ) + MONTH  + DAY (little endian followed by "\r\n"
  9273. 0    belong        0x994e0d0a    python 1.5/1.6 byte-compiled
  9274. 0    belong        0x87c60d0a    python 2.0 byte-compiled
  9275. 0    belong        0x2aeb0d0a    python 2.1 byte-compiled
  9276. 0    belong        0x2ded0d0a    python 2.2 byte-compiled
  9277. 0    belong        0x3bf20d0a    python 2.3 byte-compiled
  9278.  
  9279. #------------------------------------------------------------------------------
  9280. # file(1) magic for revision control files
  9281. # From Hendrik Scholz <hendrik@scholz.net>
  9282. 0   string /1\ :pserver:    cvs password text file
  9283.  
  9284.  
  9285. # Subversion (SVN) dumps
  9286. # Uwe Zeisberger <zeisberg@informatik.uni-freiburg.de>
  9287. 0       string  SVN-fs-dump-format-version:     Subversion dumpfile
  9288. >28     string  >\0                             (version: %s)
  9289.  
  9290. #------------------------------------------------------------------------------
  9291. # riff:  file(1) magic for RIFF format
  9292. # See
  9293. #
  9294. #    http://www.seanet.com/users/matts/riffmci/riffmci.htm
  9295. #
  9296. # AVI section extended by Patrik Rσdman <patrik+file-magic@iki.fi>
  9297. #
  9298. 0    string        RIFF        RIFF (little-endian) data
  9299. # RIFF Palette format
  9300. >8    string        PAL        \b, palette
  9301. >>16    leshort        x        \b, version %d
  9302. >>18    leshort        x        \b, %d entries
  9303. # RIFF Device Independent Bitmap format
  9304. >8    string        RDIB        \b, device-independent bitmap
  9305. >>16    string        BM        
  9306. >>>30    leshort        12        \b, OS/2 1.x format
  9307. >>>>34    leshort        x        \b, %d x
  9308. >>>>36    leshort        x        %d
  9309. >>>30    leshort        64        \b, OS/2 2.x format
  9310. >>>>34    leshort        x        \b, %d x
  9311. >>>>36    leshort        x        %d
  9312. >>>30    leshort        40        \b, Windows 3.x format
  9313. >>>>34    lelong        x        \b, %d x
  9314. >>>>38    lelong        x        %d x
  9315. >>>>44    leshort        x        %d
  9316. # RIFF MIDI format
  9317. >8    string        RMID        \b, MIDI
  9318. # RIFF Multimedia Movie File format
  9319. >8    string        RMMP        \b, multimedia movie
  9320. # Microsoft WAVE format (*.wav)
  9321. >8    string        WAVE        \b, WAVE audio
  9322. >>20    leshort        1        \b, Microsoft PCM
  9323. >>>34    leshort        >0        \b, %d bit
  9324. >>20    leshort        2        \b, Microsoft ADPCM
  9325. >>20    leshort        6        \b, ITU G.711 A-law
  9326. >>20    leshort        7        \b, ITU G.711 mu-law
  9327. >>20    leshort        17        \b, IMA ADPCM
  9328. >>20    leshort        20        \b, ITU G.723 ADPCM (Yamaha)
  9329. >>20    leshort        49        \b, GSM 6.10
  9330. >>20    leshort        64        \b, ITU G.721 ADPCM
  9331. >>20    leshort        80        \b, MPEG
  9332. >>20    leshort        85        \b, MPEG Layer 3
  9333. >>22    leshort        =1        \b, mono
  9334. >>22    leshort        =2        \b, stereo
  9335. >>22    leshort        >2        \b, %d channels
  9336. >>24    lelong        >0        %d Hz
  9337. # Corel Draw Picture
  9338. >8    string        CDRA        \b, Corel Draw Picture
  9339. # AVI == Audio Video Interleave
  9340. >8    string        AVI\040        \b, AVI
  9341. >>12    string          LIST
  9342. >>>20   string          hdrlavih
  9343. >>>>&36 lelong          x               \b, %lu x
  9344. >>>>&40 lelong          x               %lu,
  9345. >>>>&4  lelong          >1000000        <1 fps,
  9346. >>>>&4  lelong          1000000         1.00 fps,
  9347. >>>>&4  lelong          500000          2.00 fps,
  9348. >>>>&4  lelong          333333          3.00 fps,
  9349. >>>>&4  lelong          250000          4.00 fps,
  9350. >>>>&4  lelong          200000          5.00 fps,
  9351. >>>>&4  lelong          166667          6.00 fps,
  9352. >>>>&4  lelong          142857          7.00 fps,
  9353. >>>>&4  lelong          125000          8.00 fps,
  9354. >>>>&4  lelong          111111          9.00 fps,
  9355. >>>>&4  lelong          100000          10.00 fps,
  9356. # ]9.9,10.1[
  9357. >>>>&4  lelong          <101010
  9358. >>>>>&-4        lelong  >99010
  9359. >>>>>>&-4       lelong  !100000         ~10 fps,
  9360. >>>>&4  lelong          83333           12.00 fps,
  9361. # ]11.9,12.1[
  9362. >>>>&4  lelong          <84034
  9363. >>>>>&-4        lelong  >82645
  9364. >>>>>>&-4       lelong  !83333          ~12 fps,
  9365. >>>>&4  lelong          66667           15.00 fps,
  9366. # ]14.9,15.1[
  9367. >>>>&4  lelong          <67114
  9368. >>>>>&-4        lelong  >66225
  9369. >>>>>>&-4       lelong  !66667          ~15 fps,
  9370. >>>>&4  lelong          50000           20.00 fps,
  9371. >>>>&4  lelong          41708           23.98 fps,
  9372. >>>>&4  lelong          41667           24.00 fps,
  9373. # ]23.9,24.1[
  9374. >>>>&4  lelong          <41841
  9375. >>>>>&-4        lelong  >41494
  9376. >>>>>>&-4       lelong  !41708
  9377. >>>>>>>&-4      lelong  !41667          ~24 fps,
  9378. >>>>&4  lelong          40000           25.00 fps,
  9379. # ]24.9,25.1[
  9380. >>>>&4  lelong          <40161
  9381. >>>>>&-4        lelong  >39841
  9382. >>>>>>&-4       lelong  !40000          ~25 fps,
  9383. >>>>&4  lelong          33367           29.97 fps,
  9384. >>>>&4  lelong          33333           30.00 fps,
  9385. # ]29.9,30.1[
  9386. >>>>&4  lelong          <33445
  9387. >>>>>&-4        lelong  >33223
  9388. >>>>>>&-4       lelong  !33367
  9389. >>>>>>>&-4      lelong  !33333          ~30 fps,
  9390. >>>>&4  lelong          <32224          >30 fps,
  9391. ##>>>>&4  lelong          x               (%lu)
  9392. ##>>>>&20 lelong          x               %lu frames,
  9393. # Note: The tests below assume that the AVI has 1 or 2 streams,
  9394. #       "vids" optionally followed by "auds".
  9395. #       (Should cover 99.9% of all AVIs.)
  9396. # assuming avih length = 56
  9397. >>>88   string  LIST
  9398. >>>>96  string  strlstrh
  9399. >>>>>108        string  vids    video:
  9400. >>>>>>&0        lelong  0               uncompressed
  9401. # skip past vids strh
  9402. >>>>>>(104.l+108)       string  strf
  9403. >>>>>>>(104.l+132)      lelong          1       RLE 8bpp
  9404. >>>>>>>(104.l+132)      string/c        cvid    Cinepak
  9405. >>>>>>>(104.l+132)      string/c        i263    Intel I.263
  9406. >>>>>>>(104.l+132)      string/c        iv32    Indeo 3.2
  9407. >>>>>>>(104.l+132)      string/c        iv41    Indeo 4.1
  9408. >>>>>>>(104.l+132)      string/c        iv50    Indeo 5.0
  9409. >>>>>>>(104.l+132)      string/c        mp42    Microsoft MPEG-4 v2
  9410. >>>>>>>(104.l+132)      string/c        mp43    Microsoft MPEG-4 v3
  9411. >>>>>>>(104.l+132)      string/c        mjpg    Motion JPEG
  9412. >>>>>>>(104.l+132)      string/c        div3    DivX 3
  9413. >>>>>>>>112             string/c        div3    Low-Motion
  9414. >>>>>>>>112             string/c        div4    Fast-Motion
  9415. >>>>>>>(104.l+132)      string/c        divx    DivX 4
  9416. >>>>>>>(104.l+132)      string/c        dx50    DivX 5
  9417. >>>>>>>(104.l+132)      string/c        xvid    XviD
  9418. >>>>>>>(104.l+132)      string/c        h264    X.264
  9419. >>>>>>>(104.l+132)      lelong  0
  9420. ##>>>>>>>(104.l+132)      string  x       (%.4s)
  9421. # skip past first (video) LIST
  9422. >>>>(92.l+96)   string  LIST
  9423. >>>>>(92.l+104) string  strlstrh
  9424. >>>>>>(92.l+116)        string          auds    \b, audio:
  9425. # auds strh length = 56:
  9426. >>>>>>>(92.l+172)       string          strf
  9427. >>>>>>>>(92.l+180)      leshort 0x0001  uncompressed PCM
  9428. >>>>>>>>(92.l+180)      leshort 0x0002  ADPCM
  9429. >>>>>>>>(92.l+180)      leshort 0x0055  MPEG-1 Layer 3
  9430. >>>>>>>>(92.l+180)      leshort 0x2000  Dolby AC3
  9431. >>>>>>>>(92.l+180)      leshort 0x0161  DivX
  9432. ##>>>>>>>>(92.l+180)      leshort x       (0x%.4x)
  9433. >>>>>>>>(92.l+182)      leshort 1       (mono,
  9434. >>>>>>>>(92.l+182)      leshort 2       (stereo,
  9435. >>>>>>>>(92.l+182)      leshort >2      (%d channels,
  9436. >>>>>>>>(92.l+184)      lelong  x       %d Hz)
  9437. # auds strh length = 64:
  9438. >>>>>>>(92.l+180)       string          strf
  9439. >>>>>>>>(92.l+188)      leshort 0x0001  uncompressed PCM
  9440. >>>>>>>>(92.l+188)      leshort 0x0002  ADPCM
  9441. >>>>>>>>(92.l+188)      leshort 0x0055  MPEG-1 Layer 3
  9442. >>>>>>>>(92.l+188)      leshort 0x2000  Dolby AC3
  9443. >>>>>>>>(92.l+188)      leshort 0x0161  DivX
  9444. ##>>>>>>>>(92.l+188)      leshort x       (0x%.4x)
  9445. >>>>>>>>(92.l+190)      leshort 1       (mono,
  9446. >>>>>>>>(92.l+190)      leshort 2       (stereo,
  9447. >>>>>>>>(92.l+190)      leshort >2      (%d channels,
  9448. >>>>>>>>(92.l+192)      lelong  x       %d Hz)
  9449. # Animated Cursor format
  9450. >8    string        ACON        \b, animated cursor
  9451. # SoundFont 2 <mpruett@sgi.com>
  9452. >8    string        sfbk        SoundFont/Bank
  9453. # MPEG-1 wrapped in a RIFF, apparently
  9454. >8      string          CDXA            \b, wrapped MPEG-1 (CDXA)
  9455. >8    string        4XMV        \b, 4X Movie file 
  9456.  
  9457. #
  9458. # XXX - some of the below may only appear in little-endian form.
  9459. #
  9460. # Also "MV93" appears to be for one form of Macromedia Director
  9461. # files, and "GDMF" appears to be another multimedia format.
  9462. #
  9463. 0    string        RIFX        RIFF (big-endian) data
  9464. # RIFF Palette format
  9465. >8    string        PAL        \b, palette
  9466. >>16    beshort        x        \b, version %d
  9467. >>18    beshort        x        \b, %d entries
  9468. # RIFF Device Independent Bitmap format
  9469. >8    string        RDIB        \b, device-independent bitmap
  9470. >>16    string        BM        
  9471. >>>30    beshort        12        \b, OS/2 1.x format
  9472. >>>>34    beshort        x        \b, %d x
  9473. >>>>36    beshort        x        %d
  9474. >>>30    beshort        64        \b, OS/2 2.x format
  9475. >>>>34    beshort        x        \b, %d x
  9476. >>>>36    beshort        x        %d
  9477. >>>30    beshort        40        \b, Windows 3.x format
  9478. >>>>34    belong        x        \b, %d x
  9479. >>>>38    belong        x        %d x
  9480. >>>>44    beshort        x        %d
  9481. # RIFF MIDI format
  9482. >8    string        RMID        \b, MIDI
  9483. # RIFF Multimedia Movie File format
  9484. >8    string        RMMP        \b, multimedia movie
  9485. # Microsoft WAVE format (*.wav)
  9486. >8    string        WAVE        \b, WAVE audio
  9487. >>20    leshort        1        \b, Microsoft PCM
  9488. >>>34    leshort        >0        \b, %d bit
  9489. >>22    beshort        =1        \b, mono
  9490. >>22    beshort        =2        \b, stereo
  9491. >>22    beshort        >2        \b, %d channels
  9492. >>24    belong        >0        %d Hz
  9493. # Corel Draw Picture
  9494. >8    string        CDRA        \b, Corel Draw Picture
  9495. # AVI == Audio Video Interleave
  9496. >8    string        AVI\040        \b, AVI
  9497. # Animated Cursor format
  9498. >8    string        ACON        \b, animated cursor
  9499. # Notation Interchange File Format (big-endian only)
  9500. >8    string        NIFF        \b, Notation Interchange File Format
  9501. # SoundFont 2 <mpruett@sgi.com>
  9502. >8    string        sfbk        SoundFont/Bank
  9503. #------------------------------------------------------------------------------
  9504. #
  9505. # RPM: file(1) magic for Red Hat Packages   Erik Troan (ewt@redhat.com)
  9506. #
  9507. 0    beshort        0xedab
  9508. >2    beshort        0xeedb        RPM
  9509. >>4    byte        x        v%d
  9510. >>6    beshort        0        bin
  9511. >>6    beshort        1        src
  9512. >>8    beshort        1        i386
  9513. >>8    beshort        2        Alpha
  9514. >>8    beshort        3        Sparc
  9515. >>8    beshort        4        MIPS
  9516. >>8    beshort        5        PowerPC
  9517. >>8    beshort        6        68000
  9518. >>8    beshort        7    SGI
  9519. >>8    beshort        8        RS6000
  9520. >>8    beshort        9        IA64
  9521. >>8    beshort        10        Sparc64
  9522. >>8    beshort        11        MIPSel
  9523. >>8    beshort        12        ARM
  9524. >>10    string        x        %s
  9525.  
  9526. #------------------------------------------------------------------------------
  9527. # rtf:    file(1) magic for Rich Text Format (RTF)
  9528. #
  9529. # Duncan P. Simpson, D.P.Simpson@dcs.warwick.ac.uk
  9530. #
  9531. 0    string        {\\rtf        Rich Text Format data,
  9532. >5    byte        x        version %c,
  9533. >6    string        \\ansi        ANSI
  9534. >6    string        \\mac        Apple Macintosh
  9535. >6    string        \\pc        IBM PC, code page 437
  9536. >6    string        \\pca        IBM PS/2, code page 850
  9537.  
  9538. #------------------------------------------------------------------------------
  9539. # sc:  file(1) magic for "sc" spreadsheet
  9540. #
  9541. 38    string        Spreadsheet    sc spreadsheet file
  9542.  
  9543. #------------------------------------------------------------------------------
  9544. # sccs:  file(1) magic for SCCS archives
  9545. #
  9546. # SCCS archive structure:
  9547. # \001h01207
  9548. # \001s 00276/00000/00000
  9549. # \001d D 1.1 87/09/23 08:09:20 ian 1 0
  9550. # \001c date and time created 87/09/23 08:09:20 by ian
  9551. # \001e
  9552. # \001u
  9553. # \001U
  9554. # ... etc.
  9555. # Now '\001h' happens to be the same as the 3B20's a.out magic number (0550).
  9556. # *Sigh*. And these both came from various parts of the USG.
  9557. # Maybe we should just switch everybody from SCCS to RCS!
  9558. # Further, you can't just say '\001h0', because the five-digit number
  9559. # is a checksum that could (presumably) have any leading digit,
  9560. # and we don't have regular expression matching yet. 
  9561. # Hence the following official kludge:
  9562. 8    string        \001s\             SCCS archive data
  9563.  
  9564. #------------------------------------------------------------------------------
  9565. # sendmail:  file(1) magic for sendmail config files
  9566. #
  9567. # XXX - byte order?
  9568. #
  9569. 0    byte    046      Sendmail frozen configuration 
  9570. >16    string    >\0      - version %s
  9571. 0    short    0x271c      Sendmail frozen configuration
  9572. >16    string    >\0      - version %s
  9573.  
  9574. #------------------------------------------------------------------------------
  9575. # sendmail:  file(1) magic for sendmail m4(1) files
  9576. #
  9577. # From Hendrik Scholz <hendrik@scholz.net>
  9578. # i.e. files in /usr/share/sendmail/cf/
  9579. #
  9580. 0   string  divert(-1)\n    sendmail m4 text file
  9581.  
  9582.  
  9583. #------------------------------------------------------------------------------
  9584. # sequent:  file(1) magic for Sequent machines
  9585. #
  9586. # Sequent information updated by Don Dwiggins <atsun!dwiggins>.
  9587. # For Sequent's multiprocessor systems (incomplete).
  9588. 0    lelong    0x00ea            BALANCE NS32000 .o
  9589. >16    lelong    >0        not stripped
  9590. >124    lelong    >0        version %ld
  9591. 0    lelong    0x10ea            BALANCE NS32000 executable (0 @ 0)
  9592. >16    lelong  >0                not stripped
  9593. >124    lelong    >0        version %ld
  9594. 0    lelong    0x20ea            BALANCE NS32000 executable (invalid @ 0)
  9595. >16    lelong  >0                not stripped
  9596. >124    lelong    >0        version %ld
  9597. 0    lelong    0x30ea            BALANCE NS32000 standalone executable
  9598. >16    lelong  >0              not stripped
  9599. >124    lelong    >0        version %ld
  9600. #
  9601. # Symmetry information added by Jason Merrill <jason@jarthur.claremont.edu>.
  9602. # Symmetry magic nums will not be reached if DOS COM comes before them;
  9603. # byte 0xeb is matched before these get a chance.
  9604. 0    leshort    0x12eb        SYMMETRY i386 .o
  9605. >16    lelong    >0        not stripped
  9606. >124    lelong    >0        version %ld
  9607. 0    leshort    0x22eb        SYMMETRY i386 executable (0 @ 0)
  9608. >16    lelong    >0        not stripped
  9609. >124    lelong    >0        version %ld
  9610. 0    leshort    0x32eb        SYMMETRY i386 executable (invalid @ 0)
  9611. >16    lelong    >0        not stripped
  9612. >124    lelong    >0        version %ld
  9613. 0    leshort    0x42eb        SYMMETRY i386 standalone executable
  9614. >16    lelong    >0        not stripped
  9615. >124    lelong    >0        version %ld
  9616.  
  9617. #------------------------------------------------------------------------------
  9618. # sgi:  file(1) magic for Silicon Graphics applications
  9619.  
  9620. #
  9621. #
  9622. # Performance Co-Pilot file types
  9623. 0    string    PmNs                PCP compiled namespace (V.0)
  9624. 0    string    PmN                PCP compiled namespace
  9625. >3    string    >\0                (V.%1.1s)
  9626. 3    lelong    0x84500526            PCP archive
  9627. >7    byte    x                (V.%d)
  9628. >20    lelong    -2                temporal index
  9629. >20    lelong    -1                metadata
  9630. >20    lelong    0                log volume #0
  9631. >20    lelong    >0                log volume #%ld
  9632. >24    string    >\0                host: %s
  9633. 0    string    PCPFolio            PCP 
  9634. >9    string    Version:            Archive Folio
  9635. >18    string    >\0                (V.%s)
  9636. 0    string    #pmchart            PCP pmchart view
  9637. >9    string    Version
  9638. >17    string    >\0                (V%-3.3s)
  9639. 0    string    pmview                PCP pmview config
  9640. >7    string    Version
  9641. >15    string    >\0                (V%-3.3s)
  9642. 0    string    #pmlogger            PCP pmlogger config
  9643. >10    string    Version
  9644. >18    string    >\0                (V%1.1s)
  9645. 0    string    PcPh                PCP Help 
  9646. >4    string    1                Index
  9647. >4    string    2                Text
  9648. >5    string    >\0                (V.%1.1s)
  9649. 0    string    #pmieconf-rules            PCP pmieconf rules
  9650. >16    string    >\0                (V.%1.1s)
  9651. 3    string    pmieconf-pmie            PCP pmie config
  9652. >17    string    >\0                (V.%1.1s)
  9653.  
  9654. # SpeedShop data files
  9655. 0    lelong    0x13130303            SpeedShop data file
  9656.  
  9657. # mdbm files
  9658. 0    lelong    0x01023962            mdbm file, version 0 (obsolete)
  9659. 0    string    mdbm                mdbm file,
  9660. >5    byte    x                version %d,
  9661. >6    byte    x                2^%d pages,
  9662. >7    byte    x                pagesize 2^%d,
  9663. >17    byte    x                hash %d,
  9664. >11    byte    x                dataformat %d
  9665.  
  9666. # Alias Maya files
  9667. 0    string    //Maya ASCII    Alias Maya Ascii File,
  9668. >13    string    >\0    version %s
  9669. 8    string    MAYAFOR4    Alias Maya Binary File,
  9670. >32    string    >\0    version %s scene
  9671. 8    string    MayaFOR4    Alias Maya Binary File,
  9672. >32    string    >\0    version %s scene
  9673. 8    string    CIMG        Alias Maya Image File
  9674. 8    string    DEEP        Alias Maya Image File
  9675.  
  9676. #------------------------------------------------------------------------------
  9677. # sgml:  file(1) magic for Standard Generalized Markup Language
  9678. # HyperText Markup Language (HTML) is an SGML document type,
  9679. # from Daniel Quinlan (quinlan@yggdrasil.com)
  9680. # adapted to string extenstions by Anthon van der Neut <anthon@mnt.org)
  9681. 0   string/cB    \<!DOCTYPE\ html    HTML document text
  9682. 0   string/cb    \<head            HTML document text
  9683. 0   string/cb    \<title            HTML document text
  9684. 0   string/cb    \<html            HTML document text
  9685.  
  9686. # Extensible markup language (XML), a subset of SGML
  9687. # from Marc Prud'hommeaux (marc@apocalypse.org)
  9688. 0    string/cb    \<?xml            XML document text
  9689. 0    string        \<?xml\ version "    XML
  9690. 0    string        \<?xml\ version="    XML
  9691. >15    string        >\0            %.3s document text
  9692. >>23    string        \<xsl:stylesheet    (XSL stylesheet)
  9693. >>24    string        \<xsl:stylesheet    (XSL stylesheet)
  9694. 0    string/b    \<?xml            XML document text
  9695. 0    string/cb    \<?xml            broken XML document text
  9696.  
  9697.  
  9698. # SGML, mostly from rph@sq
  9699. 0   string/cb    \<!doctype        exported SGML document text
  9700. 0   string/cb    \<!subdoc        exported SGML subdocument text
  9701. 0   string/cb    \<!--            exported SGML document text
  9702.  
  9703. # Web browser cookie files
  9704. # (Mozilla, Galeon, Netscape 4, Konqueror..)
  9705. # Ulf Harnhammar <ulfh@update.uu.se>
  9706. 0    string    #\ HTTP\ Cookie\ File    Web browser cookie text
  9707. 0    string    #\ Netscape\ HTTP\ Cookie\ File    Netscape cookie text
  9708. 0    string    #\ KDE\ Cookie\ File    Konqueror cookie text
  9709.  
  9710. #------------------------------------------------------------------------
  9711. # file(1) magic for sharc files
  9712. #
  9713. # SHARC DSP, MIDI SysEx and RiscOS filetype definitions added by 
  9714. # FutureGroove Music (dsp@futuregroove.de)
  9715.  
  9716. #------------------------------------------------------------------------
  9717. 0    string            Draw        RiscOS Drawfile
  9718. 0    string            PACK        RiscOS PackdDir archive
  9719.  
  9720. #------------------------------------------------------------------------
  9721. # SHARC DSP stuff (based on the FGM SHARC DSP SDK)
  9722.  
  9723. 0    string            =!        Assembler source
  9724. 0    string            Analog        ADi asm listing file
  9725. 0    string            .SYSTEM        SHARC architecture file
  9726. 0    string            .system        SHARC architecture file
  9727.  
  9728. 0    leshort            0x521C        SHARC COFF binary
  9729. >2    leshort            >1        , %hd sections
  9730. >>12    lelong            >0        , not stripped
  9731.  
  9732. #------------------------------------------------------------------------------
  9733. # sinclair:  file(1) sinclair QL
  9734.  
  9735. # additions to /etc/magic by Thomas M. Ott (ThMO)
  9736.  
  9737. # Sinclair QL floppy disk formats (ThMO)
  9738. 0    string    =QL5        QL disk dump data,
  9739. >3    string    =A        720 KB,
  9740. >3    string    =B        1.44 MB,
  9741. >3    string    =C        3.2 MB,
  9742. >4    string    >\0        label:%.10s
  9743.  
  9744. # Sinclair QL OS dump (ThMO)
  9745. # (NOTE: if `file' would be able to use indirect references in a endian format
  9746. #     differing from the natural host format, this could be written more
  9747. #     reliably and faster...)
  9748. #
  9749. # we *can't* lookup QL OS code dumps, because `file' is UNABLE to read more
  9750. # than the first 8K of a file... #-(
  9751. #
  9752. #0        belong    =0x30000
  9753. #>49124        belong    <47104
  9754. #>>49128        belong    <47104
  9755. #>>>49132    belong    <47104
  9756. #>>>>49136    belong    <47104    QL OS dump data,
  9757. #>>>>>49148    string    >\0    type %.3s,
  9758. #>>>>>49142    string    >\0    version %.4s
  9759.  
  9760. # Sinclair QL firmware executables (ThMO)
  9761. 0    string    NqNqNq`\004    QL firmware executable (BCPL)
  9762.  
  9763. # Sinclair QL libraries (was ThMO)
  9764. 0    beshort    0xFB01        QDOS object
  9765. >2    pstring    x        '%s'
  9766.  
  9767. # Sinclair QL executables (was ThMO)
  9768. 4    belong    0x4AFB        QDOS executable
  9769. >9    pstring    x        '%s'
  9770.  
  9771. # Sinclair QL ROM (ThMO)
  9772. 0    belong    =0x4AFB0001    QL plugin-ROM data,
  9773. >9    pstring    =\0        un-named
  9774. >9    pstring    >\0        named: %s
  9775.  
  9776. #------------------------------------------------------------------------------
  9777. # Sketch Drawings: http://sketch.sourceforge.net/ 
  9778. # From: Edwin Mons <e@ik.nu>
  9779. 0    string    ##Sketch    Sketch document text
  9780.  
  9781. #-----------------------------------------------
  9782. # GNU Smalltalk image, starting at version 1.6.2
  9783. # From: catull_us@yahoo.com
  9784. #
  9785. 0    string    GSTIm\0\0    GNU SmallTalk
  9786. # little-endian
  9787. >7    byte&1    =0        LE image version
  9788. >>10    byte    x        %d.
  9789. >>9    byte    x        \b%d.
  9790. >>8    byte    x        \b%d
  9791. #>>12    lelong    x        , data: %ld
  9792. #>>16    lelong    x        , table: %ld
  9793. #>>20    lelong    x        , memory: %ld
  9794. # big-endian
  9795. >7    byte&1    =1        BE image version
  9796. >>8    byte    x        %d.
  9797. >>9    byte    x        \b%d.
  9798. >>10    byte    x        \b%d
  9799. #>>12    belong    x        , data: %ld
  9800. #>>16    belong    x        , table: %ld
  9801. #>>20    belong    x        , memory: %ld
  9802.  
  9803.  
  9804.  
  9805. #------------------------------------------------------------------------------
  9806. # sniffer:  file(1) magic for packet capture files
  9807. #
  9808. # From: guy@alum.mit.edu (Guy Harris)
  9809. #
  9810.  
  9811. #
  9812. # Microsoft Network Monitor 1.x capture files.
  9813. #
  9814. 0    string        RTSS        NetMon capture file
  9815. >5    byte        x        - version %d
  9816. >4    byte        x        \b.%d
  9817. >6    leshort        0        (Unknown)
  9818. >6    leshort        1        (Ethernet)
  9819. >6    leshort        2        (Token Ring)
  9820. >6    leshort        3        (FDDI)
  9821. >6    leshort        4        (ATM)
  9822.  
  9823. #
  9824. # Microsoft Network Monitor 2.x capture files.
  9825. #
  9826. 0    string        GMBU        NetMon capture file
  9827. >5    byte        x        - version %d
  9828. >4    byte        x        \b.%d
  9829. >6    leshort        0        (Unknown)
  9830. >6    leshort        1        (Ethernet)
  9831. >6    leshort        2        (Token Ring)
  9832. >6    leshort        3        (FDDI)
  9833. >6    leshort        4        (ATM)
  9834.  
  9835. #
  9836. # Network General Sniffer capture files.
  9837. # Sorry, make that "Network Associates Sniffer capture files."
  9838. # Sorry, make that "Network General old DOS Sniffer capture files."
  9839. #
  9840. 0    string        TRSNIFF\ data\ \ \ \ \032    Sniffer capture file
  9841. >33    byte        2        (compressed)
  9842. >23    leshort        x        - version %d
  9843. >25    leshort        x        \b.%d
  9844. >32    byte        0        (Token Ring)
  9845. >32    byte        1        (Ethernet)
  9846. >32    byte        2        (ARCNET)
  9847. >32    byte        3        (StarLAN)
  9848. >32    byte        4        (PC Network broadband)
  9849. >32    byte        5        (LocalTalk)
  9850. >32    byte        6        (Znet)
  9851. >32    byte        7        (Internetwork Analyzer)
  9852. >32    byte        9        (FDDI)
  9853. >32    byte        10        (ATM)
  9854.  
  9855. #
  9856. # Cinco Networks NetXRay capture files.
  9857. # Sorry, make that "Network General Sniffer Basic capture files."
  9858. # Sorry, make that "Network Associates Sniffer Basic capture files."
  9859. # Sorry, make that "Network Associates Sniffer Basic, and Windows
  9860. # Sniffer Pro", capture files."
  9861. # Sorry, make that "Network General Sniffer capture files."
  9862. #
  9863. 0    string        XCP\0        NetXRay capture file
  9864. >4    string        >\0        - version %s
  9865. >44    leshort        0        (Ethernet)
  9866. >44    leshort        1        (Token Ring)
  9867. >44    leshort        2        (FDDI)
  9868. >44    leshort        3        (WAN)
  9869. >44    leshort        8        (ATM)
  9870. >44    leshort        9        (802.11)
  9871.  
  9872. #
  9873. # "libpcap" capture files.
  9874. # (We call them "tcpdump capture file(s)" for now, as "tcpdump" is
  9875. # the main program that uses that format, but there are other programs
  9876. # that use "libpcap", or that use the same capture file format.)
  9877. #
  9878. 0    ubelong        0xa1b2c3d4    tcpdump capture file (big-endian)
  9879. >4    beshort        x        - version %d
  9880. >6    beshort        x        \b.%d
  9881. >20    belong        0        (No link-layer encapsulation
  9882. >20    belong        1        (Ethernet
  9883. >20    belong        2        (3Mb Ethernet
  9884. >20    belong        3        (AX.25
  9885. >20    belong        4        (ProNET
  9886. >20    belong        5        (CHAOS
  9887. >20    belong        6        (Token Ring
  9888. >20    belong        7        (BSD ARCNET
  9889. >20    belong        8        (SLIP
  9890. >20    belong        9        (PPP
  9891. >20    belong        10        (FDDI
  9892. >20    belong        11        (RFC 1483 ATM
  9893. >20    belong        12        (raw IP
  9894. >20    belong        13        (BSD/OS SLIP
  9895. >20    belong        14        (BSD/OS PPP
  9896. >20    belong        19        (Linux ATM Classical IP
  9897. >20    belong        50        (PPP or Cisco HDLC
  9898. >20    belong        51        (PPP-over-Ethernet
  9899. >20    belong        99        (Symantec Enterprise Firewall
  9900. >20    belong        100        (RFC 1483 ATM
  9901. >20    belong        101        (raw IP
  9902. >20    belong        102        (BSD/OS SLIP
  9903. >20    belong        103        (BSD/OS PPP
  9904. >20    belong        104        (BSD/OS Cisco HDLC
  9905. >20    belong        105        (802.11
  9906. >20    belong        106        (Linux Classical IP over ATM
  9907. >20    belong        107        (Frame Relay
  9908. >20    belong        108        (OpenBSD loopback
  9909. >20    belong        109        (OpenBSD IPsec encrypted
  9910. >20    belong        112        (Cisco HDLC
  9911. >20    belong        113        (Linux "cooked"
  9912. >20    belong        114        (LocalTalk
  9913. >20    belong        117        (OpenBSD PFLOG
  9914. >20    belong        119        (802.11 with Prism header
  9915. >20    belong        122        (RFC 2625 IP over Fibre Channel
  9916. >20    belong        123        (SunATM
  9917. >20    belong        127        (802.11 with radiotap header
  9918. >20    belong        129        (Linux ARCNET
  9919. >20    belong        138        (Apple IP over IEEE 1394
  9920. >20    belong        140        (MTP2
  9921. >20    belong        141        (MTP3
  9922. >20    belong        143        (DOCSIS
  9923. >20    belong        144        (IrDA
  9924. >20    belong        147        (Private use 0
  9925. >20    belong        148        (Private use 1
  9926. >20    belong        149        (Private use 2
  9927. >20    belong        150        (Private use 3
  9928. >20    belong        151        (Private use 4
  9929. >20    belong        152        (Private use 5
  9930. >20    belong        153        (Private use 6
  9931. >20    belong        154        (Private use 7
  9932. >20    belong        155        (Private use 8
  9933. >20    belong        156        (Private use 9
  9934. >20    belong        157        (Private use 10
  9935. >20    belong        158        (Private use 11
  9936. >20    belong        159        (Private use 12
  9937. >20    belong        160        (Private use 13
  9938. >20    belong        161        (Private use 14
  9939. >20    belong        162        (Private use 15
  9940. >20    belong        163        (802.11 with AVS header
  9941. >16    belong        x        \b, capture length %d)
  9942. 0    ulelong        0xa1b2c3d4    tcpdump capture file (little-endian)
  9943. >4    leshort        x        - version %d
  9944. >6    leshort        x        \b.%d
  9945. >20    lelong        0        (No link-layer encapsulation
  9946. >20    lelong        1        (Ethernet
  9947. >20    lelong        2        (3Mb Ethernet
  9948. >20    lelong        3        (AX.25
  9949. >20    lelong        4        (ProNET
  9950. >20    lelong        5        (CHAOS
  9951. >20    lelong        6        (Token Ring
  9952. >20    lelong        7        (ARCNET
  9953. >20    lelong        8        (SLIP
  9954. >20    lelong        9        (PPP
  9955. >20    lelong        10        (FDDI
  9956. >20    lelong        11        (RFC 1483 ATM
  9957. >20    lelong        12        (raw IP
  9958. >20    lelong        13        (BSD/OS SLIP
  9959. >20    lelong        14        (BSD/OS PPP
  9960. >20    lelong        19        (Linux ATM Classical IP
  9961. >20    lelong        50        (PPP or Cisco HDLC
  9962. >20    lelong        51        (PPP-over-Ethernet
  9963. >20    lelong        99        (Symantec Enterprise Firewall
  9964. >20    lelong        100        (RFC 1483 ATM
  9965. >20    lelong        101        (raw IP
  9966. >20    lelong        102        (BSD/OS SLIP
  9967. >20    lelong        103        (BSD/OS PPP
  9968. >20    lelong        104        (BSD/OS Cisco HDLC
  9969. >20    lelong        105        (802.11
  9970. >20    lelong        106        (Linux Classical IP over ATM
  9971. >20    lelong        107        (Frame Relay
  9972. >20    lelong        108        (OpenBSD loopback
  9973. >20    lelong        109        (OpenBSD IPsec encrypted
  9974. >20    lelong        112        (Cisco HDLC
  9975. >20    lelong        113        (Linux "cooked"
  9976. >20    lelong        114        (LocalTalk
  9977. >20    lelong        117        (OpenBSD PFLOG
  9978. >20    lelong        119        (802.11 with Prism header
  9979. >20    lelong        122        (RFC 2625 IP over Fibre Channel
  9980. >20    lelong        123        (SunATM
  9981. >20    lelong        127        (802.11 with radiotap header
  9982. >20    lelong        129        (Linux ARCNET
  9983. >20    lelong        138        (Apple IP over IEEE 1394
  9984. >20    lelong        140        (MTP2
  9985. >20    lelong        141        (MTP3
  9986. >20    lelong        143        (DOCSIS
  9987. >20    lelong        144        (IrDA
  9988. >20    lelong        147        (Private use 0
  9989. >20    lelong        148        (Private use 1
  9990. >20    lelong        149        (Private use 2
  9991. >20    lelong        150        (Private use 3
  9992. >20    lelong        151        (Private use 4
  9993. >20    lelong        152        (Private use 5
  9994. >20    lelong        153        (Private use 6
  9995. >20    lelong        154        (Private use 7
  9996. >20    lelong        155        (Private use 8
  9997. >20    lelong        156        (Private use 9
  9998. >20    lelong        157        (Private use 10
  9999. >20    lelong        158        (Private use 11
  10000. >20    lelong        159        (Private use 12
  10001. >20    lelong        160        (Private use 13
  10002. >20    lelong        161        (Private use 14
  10003. >20    lelong        162        (Private use 15
  10004. >20    lelong        163        (802.11 with AVS header
  10005. >16    lelong        x        \b, capture length %d)
  10006.  
  10007. #
  10008. # "libpcap"-with-Alexey-Kuznetsov's-patches capture files.
  10009. # (We call them "tcpdump capture file(s)" for now, as "tcpdump" is
  10010. # the main program that uses that format, but there are other programs
  10011. # that use "libpcap", or that use the same capture file format.)
  10012. #
  10013. 0    ubelong        0xa1b2cd34    extended tcpdump capture file (big-endian)
  10014. >4    beshort        x        - version %d
  10015. >6    beshort        x        \b.%d
  10016. >20    belong        0        (No link-layer encapsulation
  10017. >20    belong        1        (Ethernet
  10018. >20    belong        2        (3Mb Ethernet
  10019. >20    belong        3        (AX.25
  10020. >20    belong        4        (ProNET
  10021. >20    belong        5        (CHAOS
  10022. >20    belong        6        (Token Ring
  10023. >20    belong        7        (ARCNET
  10024. >20    belong        8        (SLIP
  10025. >20    belong        9        (PPP
  10026. >20    belong        10        (FDDI
  10027. >20    belong        11        (RFC 1483 ATM
  10028. >20    belong        12        (raw IP
  10029. >20    belong        13        (BSD/OS SLIP
  10030. >20    belong        14        (BSD/OS PPP
  10031. >16    belong        x        \b, capture length %d)
  10032. 0    ulelong        0xa1b2cd34    extended tcpdump capture file (little-endian)
  10033. >4    leshort        x        - version %d
  10034. >6    leshort        x        \b.%d
  10035. >20    lelong        0        (No link-layer encapsulation
  10036. >20    lelong        1        (Ethernet
  10037. >20    lelong        2        (3Mb Ethernet
  10038. >20    lelong        3        (AX.25
  10039. >20    lelong        4        (ProNET
  10040. >20    lelong        5        (CHAOS
  10041. >20    lelong        6        (Token Ring
  10042. >20    lelong        7        (ARCNET
  10043. >20    lelong        8        (SLIP
  10044. >20    lelong        9        (PPP
  10045. >20    lelong        10        (FDDI
  10046. >20    lelong        11        (RFC 1483 ATM
  10047. >20    lelong        12        (raw IP
  10048. >20    lelong        13        (BSD/OS SLIP
  10049. >20    lelong        14        (BSD/OS PPP
  10050. >16    lelong        x        \b, capture length %d)
  10051.  
  10052. #
  10053. # AIX "iptrace" capture files.
  10054. #
  10055. 0    string        iptrace\ 1.0    "iptrace" capture file
  10056. 0    string        iptrace\ 2.0    "iptrace" capture file
  10057.  
  10058. #
  10059. # Novell LANalyzer capture files.
  10060. #
  10061. 0    leshort        0x1001        LANalyzer capture file
  10062. 0    leshort        0x1007        LANalyzer capture file
  10063.  
  10064. #
  10065. # HP-UX "nettl" capture files.
  10066. #
  10067. 0    string        \x54\x52\x00\x64\x00    "nettl" capture file
  10068.  
  10069. #
  10070. # RADCOM WAN/LAN Analyzer capture files.
  10071. #
  10072. 0    string        \x42\xd2\x00\x34\x12\x66\x22\x88    RADCOM WAN/LAN Analyzer capture file
  10073.  
  10074. #
  10075. # NetStumbler log files.  Not really packets, per se, but about as
  10076. # close as you can get.  These are log files from NetStumbler, a
  10077. # Windows program, that scans for 802.11b networks.
  10078. #
  10079. 0    string        NetS        NetStumbler log file
  10080. >8    lelong        x        \b, %d stations found
  10081.  
  10082. #
  10083. # EtherPeek/AiroPeek "version 9" capture files.
  10084. #
  10085. 0    string        \177ver        EtherPeek/AiroPeek capture file
  10086.  
  10087. #
  10088. # Visual Networks traffic capture files.
  10089. #
  10090. 0    string        \x05VNF        Visual Networks traffic capture file
  10091.  
  10092. #
  10093. # Network Instruments Observer capture files.
  10094. #
  10095. 0    string        ObserverPktBuffe    Network Instruments Observer capture file
  10096.  
  10097. #
  10098. # Files from Accellent Group's 5View products.
  10099. #
  10100. 0    string        \xaa\xaa\xaa\xaa    5View capture file
  10101.  
  10102. #------------------------------------------------------------------------------
  10103. # Dyadic: file(1) magic for Dyalog APL.
  10104. #
  10105. 0     byte    0xaa
  10106. >1    byte    <4        Dyalog APL
  10107. >>1    byte    0x00        incomplete workspace
  10108. >>1    byte    0x01        component file
  10109. >>1    byte    0x02        external variable
  10110. >>1    byte    0x03        workspace
  10111. >>2    byte    x        version %d
  10112. >>3    byte    x        .%d
  10113.  
  10114. #------------------------------------------------------------------------------
  10115. # softquad:  file(1) magic for SoftQuad Publishing Software
  10116. #
  10117. # Author/Editor and RulesBuilder
  10118. #
  10119. # XXX - byte order?
  10120. #
  10121. 0    string        \<!SQ\ DTD>    Compiled SGML rules file
  10122. >9    string        >\0         Type %s
  10123. 0    string        \<!SQ\ A/E>    A/E SGML Document binary
  10124. >9    string        >\0         Type %s
  10125. 0    string        \<!SQ\ STS>    A/E SGML binary styles file
  10126. >9    string        >\0         Type %s
  10127. 0    short        0xc0de        Compiled PSI (v1) data
  10128. 0    short        0xc0da        Compiled PSI (v2) data
  10129. >3    string        >\0        (%s)
  10130. # Binary sqtroff font/desc files...
  10131. 0    short        0125252        SoftQuad DESC or font file binary
  10132. >2    short        >0        - version %d
  10133. # Bitmaps...
  10134. 0    string        SQ\ BITMAP1    SoftQuad Raster Format text
  10135. #0    string        SQ\ BITMAP2    SoftQuad Raster Format data
  10136. # sqtroff intermediate language (replacement for ditroff int. lang.)
  10137. 0    string        X\         SoftQuad troff Context intermediate
  10138. >2    string        495        for AT&T 495 laser printer
  10139. >2    string        hp        for Hewlett-Packard LaserJet
  10140. >2    string        impr        for IMAGEN imPRESS
  10141. >2    string        ps        for PostScript
  10142.  
  10143. #------------------------------------------------------------------------------
  10144. # spectrum:  file(1) magic for Spectrum emulator files.
  10145. #
  10146. # John Elliott <jce@seasip.demon.co.uk>
  10147.  
  10148. #
  10149. # Spectrum +3DOS header
  10150. #
  10151. 0       string          PLUS3DOS\032    Spectrum +3 data
  10152. >15     byte            0               - BASIC program
  10153. >15     byte            1               - number array
  10154. >15     byte            2               - character array
  10155. >15     byte            3               - memory block
  10156. >>16    belong          0x001B0040      (screen)
  10157. >15     byte            4               - Tasword document
  10158. >15     string          TAPEFILE        - ZXT tapefile
  10159. #
  10160. # Tape file. This assumes the .TAP starts with a Spectrum-format header,
  10161. # which nearly all will.
  10162. #
  10163. 0       string          \023\000\000    Spectrum .TAP data
  10164. >4      string          x               "%-10.10s"
  10165. >3      byte            0               - BASIC program
  10166. >3      byte            1               - number array
  10167. >3      byte            2               - character array
  10168. >3      byte            3               - memory block
  10169. >>14    belong          0x001B0040      (screen)
  10170.  
  10171. # The following three blocks are from pak21-spectrum@srcf.ucam.org
  10172. # TZX tape images
  10173. 0      string          ZXTape!\x1a     Spectrum .TZX data
  10174. >8     byte            x               version %d
  10175. >9     byte            x               .%d
  10176.  
  10177. # RZX input recording files
  10178. 0      string          RZX!            Spectrum .RZX data
  10179. >4     byte            x               version %d
  10180. >5     byte            x               .%d
  10181.  
  10182. # And three sorts of disk image
  10183. 0      string          MV\ -\ CPCEMU\ Disk-Fil Amstrad/Spectrum .DSK data
  10184. 0      string          MV\ -\ CPC\ format\ Dis Amstrad/Spectrum DU54 .DSK data
  10185. 0      string          EXTENDED\ CPC\ DSK\ Fil Amstrad/Spectrum Extended .DSK data
  10186.  
  10187. #------------------------------------------------------------------------------
  10188. # sql:  file(1) magic for SQL files
  10189. #
  10190. # From: "Marty Leisner" <mleisner@eng.mc.xerox.com>
  10191. # Recognize some MySQL files.
  10192. #
  10193. 0    beshort            0xfe01        MySQL table definition file
  10194. >2    byte            x        Version %d
  10195. 0    belong&0xffffff00    0xfefe0300    MySQL MISAM index file
  10196. >3    byte            x        Version %d
  10197. 0    belong&0xffffff00    0xfefe0700    MySQL MISAM compressed data file
  10198. >3    byte            x        Version %d
  10199. 0    belong&0xffffff00    0xfefe0500    MySQL ISAM index file
  10200. >3    byte            x        Version %d
  10201. 0    belong&0xffffff00    0xfefe0600    MySQL ISAM compressed data file
  10202. >3    byte            x        Version %d
  10203. 0    string             \376bin        MySQL replication log
  10204.  
  10205. #------------------------------------------------------------------------------
  10206. # iRiver H Series database file 
  10207. # From Ken Guest <ken@linux.ie>
  10208. # As observed from iRivNavi.iDB and unencoded firmware
  10209. #
  10210. 0   string        iRivDB    iRiver Database file
  10211. >11  string    >\0    Version %s
  10212. >39  string        iHP-100    [H Series]
  10213.  
  10214. #------------------------------------------------------------------------------
  10215. # SQLite database file 
  10216. # From Ken Guest <ken@linux.ie>
  10217. #
  10218. 0   string  SQLite  SQLite database
  10219. >14 string >\0  (Version %s)
  10220.  
  10221. #------------------------------------------------------------------------------
  10222. # sun:  file(1) magic for Sun machines
  10223. #
  10224. # Values for big-endian Sun (MC680x0, SPARC) binaries on pre-5.x
  10225. # releases.  (5.x uses ELF.)
  10226. #
  10227. 0    belong&077777777    0600413        sparc demand paged
  10228. >0    byte        &0x80
  10229. >>20    belong        <4096        shared library
  10230. >>20    belong        =4096        dynamically linked executable
  10231. >>20    belong        >4096        dynamically linked executable
  10232. >0    byte        ^0x80        executable
  10233. >16    belong        >0        not stripped
  10234. 0    belong&077777777    0600410        sparc pure
  10235. >0    byte        &0x80        dynamically linked executable
  10236. >0    byte        ^0x80        executable
  10237. >16    belong        >0        not stripped
  10238. 0    belong&077777777    0600407        sparc
  10239. >0    byte        &0x80        dynamically linked executable
  10240. >0    byte        ^0x80        executable
  10241. >16    belong        >0        not stripped
  10242.  
  10243. 0    belong&077777777    0400413        mc68020 demand paged
  10244. >0    byte        &0x80
  10245. >>20    belong        <4096        shared library
  10246. >>20    belong        =4096        dynamically linked executable
  10247. >>20    belong        >4096        dynamically linked executable
  10248. >16    belong        >0        not stripped
  10249. 0    belong&077777777    0400410        mc68020 pure
  10250. >0    byte        &0x80        dynamically linked executable
  10251. >0    byte        ^0x80        executable
  10252. >16    belong        >0        not stripped
  10253. 0    belong&077777777    0400407        mc68020
  10254. >0    byte        &0x80        dynamically linked executable
  10255. >0    byte        ^0x80        executable
  10256. >16    belong        >0        not stripped
  10257.  
  10258. 0    belong&077777777    0200413        mc68010 demand paged
  10259. >0    byte        &0x80
  10260. >>20    belong        <4096        shared library
  10261. >>20    belong        =4096        dynamically linked executable
  10262. >>20    belong        >4096        dynamically linked executable
  10263. >16    belong        >0        not stripped
  10264. 0    belong&077777777    0200410        mc68010 pure
  10265. >0    byte        &0x80        dynamically linked executable
  10266. >0    byte        ^0x80        executable
  10267. >16    belong        >0        not stripped
  10268. 0    belong&077777777    0200407        mc68010
  10269. >0    byte        &0x80        dynamically linked executable
  10270. >0    byte        ^0x80        executable
  10271. >16    belong        >0        not stripped
  10272.  
  10273. # reworked these to avoid anything beginning with zero becoming "old sun-2"
  10274. 0    belong        0407        old sun-2 executable
  10275. >16    belong        >0        not stripped
  10276. 0    belong        0410        old sun-2 pure executable
  10277. >16    belong        >0        not stripped
  10278. 0    belong        0413        old sun-2 demand paged executable
  10279. >16    belong        >0        not stripped
  10280.  
  10281. #
  10282. # Core files.  "SPARC 4.x BCP" means "core file from a SunOS 4.x SPARC
  10283. # binary executed in compatibility mode under SunOS 5.x".
  10284. #
  10285. 0    belong        0x080456    SunOS core file
  10286. >4    belong        432        (SPARC)
  10287. >>132    string        >\0        from '%s'
  10288. >>116    belong        =3        (quit)
  10289. >>116    belong        =4        (illegal instruction)
  10290. >>116    belong        =5        (trace trap)
  10291. >>116    belong        =6        (abort)
  10292. >>116    belong        =7        (emulator trap)
  10293. >>116    belong        =8        (arithmetic exception)
  10294. >>116    belong        =9        (kill)
  10295. >>116    belong        =10        (bus error)
  10296. >>116    belong        =11        (segmentation violation)
  10297. >>116    belong        =12        (bad argument to system call)
  10298. >>116    belong        =29        (resource lost)
  10299. >>120    belong        x        (T=%dK,
  10300. >>124    belong        x        D=%dK,
  10301. >>128    belong        x        S=%dK)
  10302. >4    belong        826        (68K)
  10303. >>128    string        >\0        from '%s'
  10304. >4    belong        456        (SPARC 4.x BCP)
  10305. >>152    string        >\0        from '%s'
  10306. # Sun SunPC
  10307. 0    long        0xfa33c08e    SunPC 4.0 Hard Disk
  10308. 0    string        #SUNPC_CONFIG    SunPC 4.0 Properties Values
  10309. # Sun snoop (see RFC 1761, which describes the capture file format).
  10310. #
  10311. 0    string        snoop        Snoop capture file
  10312. >8    belong        >0        - version %ld
  10313. >12    belong        0        (IEEE 802.3)
  10314. >12    belong        1        (IEEE 802.4)
  10315. >12    belong        2        (IEEE 802.5)
  10316. >12    belong        3        (IEEE 802.6)
  10317. >12    belong        4        (Ethernet)
  10318. >12    belong        5        (HDLC)
  10319. >12    belong        6        (Character synchronous)
  10320. >12    belong        7        (IBM channel-to-channel adapter)
  10321. >12    belong        8        (FDDI)
  10322. >12    belong        9        (Unknown)
  10323.  
  10324. # Microsoft ICM color profile
  10325. 36    string        acspMSFT    Microsoft ICM Color Profile
  10326. # Sun KCMS
  10327. 36    string        acsp        Kodak Color Management System, ICC Profile
  10328.  
  10329. #---------------------------------------------------------------------------
  10330. # The following entries have been tested by Duncan Laurie <duncan@sun.com> (a
  10331. # lead Sun/Cobalt developer) who agrees that they are good and worthy of
  10332. # inclusion.
  10333.  
  10334. # Boot ROM images for Sun/Cobalt Linux server appliances
  10335. 0       string  Cobalt\ Networks\ Inc.\nFirmware\ v     Paged COBALT boot rom
  10336. >38     string x        V%.4s
  10337.  
  10338. # New format for Sun/Cobalt boot ROMs is annoying, it stores the version code
  10339. # at the very end where file(1) can't get it.
  10340. 0       string CRfs     COBALT boot rom data (Flat boot rom or file system)
  10341.  
  10342.  
  10343. #------------------------------------------------------------------------
  10344. # sysex: file(1) magic for MIDI sysex files
  10345. #
  10346. 0    byte            0xF0        SysEx File -
  10347.  
  10348. # North American Group
  10349. >1    byte            0x01        Sequential
  10350. >1    byte            0x02        IDP
  10351. >1    byte            0x03        OctavePlateau
  10352. >1    byte            0x04        Moog
  10353. >1    byte            0x05        Passport
  10354. >1    byte            0x06        Lexicon
  10355. >1    byte            0x07        Kurzweil
  10356. >1    byte            0x08        Fender
  10357. >1    byte            0x09        Gulbransen
  10358. >1    byte            0x0a        AKG
  10359. >1    byte            0x0b        Voyce
  10360. >1    byte            0x0c        Waveframe
  10361. >1    byte            0x0d        ADA
  10362. >1    byte            0x0e        Garfield
  10363. >1    byte            0x0f        Ensoniq
  10364. >1    byte            0x10        Oberheim
  10365. >1    byte            0x11        Apple
  10366. >1    byte            0x12        GreyMatter
  10367. >1    byte            0x14        PalmTree
  10368. >1    byte            0x15        JLCooper
  10369. >1    byte            0x16        Lowrey
  10370. >1    byte            0x17        AdamsSmith
  10371. >1    byte            0x18        E-mu
  10372. >1    byte            0x19        Harmony
  10373. >1    byte            0x1a        ART
  10374. >1    byte            0x1b        Baldwin
  10375. >1    byte            0x1c        Eventide
  10376. >1    byte            0x1d        Inventronics
  10377. >1    byte            0x1f        Clarity
  10378.  
  10379. # European Group
  10380. >1    byte            0x21        SIEL
  10381. >1    byte            0x22        Synthaxe
  10382. >1    byte            0x24        Hohner
  10383. >1    byte            0x25        Twister
  10384. >1    byte            0x26        Solton
  10385. >1    byte            0x27        Jellinghaus
  10386. >1    byte            0x28        Southworth
  10387. >1    byte            0x29        PPG
  10388. >1    byte            0x2a        JEN
  10389. >1    byte            0x2b        SSL
  10390. >1    byte            0x2c        AudioVertrieb
  10391.  
  10392. >1    byte            0x2f        ELKA
  10393. >>3    byte            0x09        EK-44
  10394.  
  10395. >1    byte            0x30        Dynacord
  10396. >1    byte            0x33        Clavia
  10397. >1    byte            0x39        Soundcraft
  10398.  
  10399. >1    byte            0x3e        Waldorf
  10400. >>3    byte            0x7f        Microwave I
  10401.  
  10402. # Japanese Group
  10403. >1    byte            0x40        Kawai
  10404. >>3    byte            0x20        K1
  10405. >>3    byte            0x22        K4
  10406.  
  10407. >1    byte            0x41        Roland
  10408. >>3    byte            0x14        D-50
  10409. >>3    byte            0x2b        U-220
  10410. >>3    byte            0x02        TR-707
  10411.  
  10412. >1    byte            0x42        Korg
  10413. >>3    byte            0x19        M1
  10414.  
  10415. >1    byte            0x43        Yamaha
  10416. >1    byte            0x44        Casio
  10417. >1    byte            0x46        Kamiya
  10418. >1    byte            0x47        Akai
  10419. >1    byte            0x48        Victor
  10420. >1    byte            0x49        Mesosha
  10421. >1    byte            0x4b        Fujitsu
  10422. >1    byte            0x4c        Sony
  10423. >1    byte            0x4e        Teac
  10424. >1    byte            0x50        Matsushita
  10425. >1    byte            0x51        Fostex
  10426. >1    byte            0x52        Zoom
  10427. >1    byte            0x54        Matsushita
  10428. >1    byte            0x57        Acoustic tech. lab.
  10429.  
  10430. >1    belong&0xffffff00    0x00007400    Ta Horng
  10431. >1    belong&0xffffff00    0x00007500    e-Tek
  10432. >1    belong&0xffffff00    0x00007600    E-Voice
  10433. >1    belong&0xffffff00    0x00007700    Midisoft
  10434. >1    belong&0xffffff00    0x00007800    Q-Sound
  10435. >1    belong&0xffffff00    0x00007900    Westrex
  10436. >1    belong&0xffffff00    0x00007a00    Nvidia*
  10437. >1    belong&0xffffff00    0x00007b00    ESS
  10438. >1    belong&0xffffff00    0x00007c00    Mediatrix
  10439. >1    belong&0xffffff00    0x00007d00    Brooktree
  10440. >1    belong&0xffffff00    0x00007e00    Otari
  10441. >1    belong&0xffffff00    0x00007f00    Key Electronics
  10442. >1    belong&0xffffff00    0x00010000    Shure
  10443. >1    belong&0xffffff00    0x00010100    AuraSound
  10444. >1    belong&0xffffff00    0x00010200    Crystal
  10445. >1    belong&0xffffff00    0x00010300    Rockwell
  10446. >1    belong&0xffffff00    0x00010400    Silicon Graphics
  10447. >1    belong&0xffffff00    0x00010500    Midiman
  10448. >1    belong&0xffffff00    0x00010600    PreSonus
  10449. >1    belong&0xffffff00    0x00010800    Topaz
  10450. >1    belong&0xffffff00    0x00010900    Cast Lightning
  10451. >1    belong&0xffffff00    0x00010a00    Microsoft
  10452. >1    belong&0xffffff00    0x00010b00    Sonic Foundry
  10453. >1    belong&0xffffff00    0x00010c00    Line 6
  10454. >1    belong&0xffffff00    0x00010d00    Beatnik Inc.
  10455. >1    belong&0xffffff00    0x00010e00    Van Koerving
  10456. >1    belong&0xffffff00    0x00010f00    Altech Systems
  10457. >1    belong&0xffffff00    0x00011000    S & S Research
  10458. >1    belong&0xffffff00    0x00011100    VLSI Technology
  10459. >1    belong&0xffffff00    0x00011200    Chromatic
  10460. >1    belong&0xffffff00    0x00011300    Sapphire
  10461. >1    belong&0xffffff00    0x00011400    IDRC
  10462. >1    belong&0xffffff00    0x00011500    Justonic Tuning
  10463. >1    belong&0xffffff00    0x00011600    TorComp
  10464. >1    belong&0xffffff00    0x00011700    Newtek Inc.
  10465. >1    belong&0xffffff00    0x00011800    Sound Sculpture
  10466. >1    belong&0xffffff00    0x00011900    Walker Technical
  10467. >1    belong&0xffffff00    0x00011a00    Digital Harmony
  10468. >1    belong&0xffffff00    0x00011b00    InVision
  10469. >1    belong&0xffffff00    0x00011c00    T-Square
  10470. >1    belong&0xffffff00    0x00011d00    Nemesys
  10471. >1    belong&0xffffff00    0x00011e00    DBX
  10472. >1    belong&0xffffff00    0x00011f00    Syndyne
  10473. >1    belong&0xffffff00    0x00012000    Bitheadz    
  10474. >1    belong&0xffffff00    0x00012100    Cakewalk
  10475. >1    belong&0xffffff00    0x00012200    Staccato
  10476. >1    belong&0xffffff00    0x00012300    National Semicon.
  10477. >1    belong&0xffffff00    0x00012400    Boom Theory
  10478. >1    belong&0xffffff00    0x00012500    Virtual DSP Corp
  10479. >1    belong&0xffffff00    0x00012600    Antares
  10480. >1    belong&0xffffff00    0x00012700    Angel Software
  10481. >1    belong&0xffffff00    0x00012800    St Louis Music
  10482. >1    belong&0xffffff00    0x00012900    Lyrrus dba G-VOX
  10483. >1    belong&0xffffff00    0x00012a00    Ashley Audio
  10484. >1    belong&0xffffff00    0x00012b00    Vari-Lite
  10485. >1    belong&0xffffff00    0x00012c00    Summit Audio
  10486. >1    belong&0xffffff00    0x00012d00    Aureal Semicon.
  10487. >1    belong&0xffffff00    0x00012e00    SeaSound
  10488. >1    belong&0xffffff00    0x00012f00    U.S. Robotics
  10489. >1    belong&0xffffff00    0x00013000    Aurisis
  10490. >1    belong&0xffffff00    0x00013100    Nearfield Multimedia
  10491. >1    belong&0xffffff00    0x00013200    FM7 Inc.
  10492. >1    belong&0xffffff00    0x00013300    Swivel Systems
  10493. >1    belong&0xffffff00    0x00013400    Hyperactive
  10494. >1    belong&0xffffff00    0x00013500    MidiLite
  10495. >1    belong&0xffffff00    0x00013600    Radical
  10496. >1    belong&0xffffff00    0x00013700    Roger Linn
  10497. >1    belong&0xffffff00    0x00013800    Helicon
  10498. >1    belong&0xffffff00    0x00013900    Event
  10499. >1    belong&0xffffff00    0x00013a00    Sonic Network
  10500. >1    belong&0xffffff00    0x00013b00    Realtime Music
  10501. >1    belong&0xffffff00    0x00013c00    Apogee Digital
  10502.  
  10503. >1    belong&0xffffff00    0x00202b00    Medeli Electronics
  10504. >1    belong&0xffffff00    0x00202c00    Charlie Lab
  10505. >1    belong&0xffffff00    0x00202d00    Blue Chip Music
  10506. >1    belong&0xffffff00    0x00202e00    BEE OH Corp
  10507. >1    belong&0xffffff00    0x00202f00    LG Semicon America
  10508. >1    belong&0xffffff00    0x00203000    TESI
  10509. >1    belong&0xffffff00    0x00203100    EMAGIC
  10510. >1    belong&0xffffff00    0x00203200    Behringer
  10511. >1    belong&0xffffff00    0x00203300    Access Music
  10512. >1    belong&0xffffff00    0x00203400    Synoptic
  10513. >1    belong&0xffffff00    0x00203500    Hanmesoft Corp
  10514. >1    belong&0xffffff00    0x00203600    Terratec
  10515. >1    belong&0xffffff00    0x00203700    Proel SpA
  10516. >1    belong&0xffffff00    0x00203800    IBK MIDI
  10517. >1    belong&0xffffff00    0x00203900    IRCAM
  10518. >1    belong&0xffffff00    0x00203a00    Propellerhead Software
  10519. >1    belong&0xffffff00    0x00203b00    Red Sound Systems
  10520. >1    belong&0xffffff00    0x00203c00    Electron ESI AB
  10521. >1    belong&0xffffff00    0x00203d00    Sintefex Audio
  10522. >1    belong&0xffffff00    0x00203e00    Music and More
  10523. >1    belong&0xffffff00    0x00203f00    Amsaro
  10524. >1    belong&0xffffff00    0x00204000    CDS Advanced Technology
  10525. >1    belong&0xffffff00    0x00204100    Touched by Sound
  10526. >1    belong&0xffffff00    0x00204200    DSP Arts
  10527. >1    belong&0xffffff00    0x00204300    Phil Rees Music
  10528. >1    belong&0xffffff00    0x00204400    Stamer Musikanlagen GmbH
  10529. >1    belong&0xffffff00    0x00204500    Soundart
  10530. >1    belong&0xffffff00    0x00204600    C-Mexx Software
  10531. >1    belong&0xffffff00    0x00204700    Klavis Tech.
  10532. >1    belong&0xffffff00    0x00204800    Noteheads AB
  10533.  
  10534. 0    string            T707        Roland TR-707 Data
  10535. #------------------------------------------------------------------------------
  10536. # teapot:  file(1) magic for "teapot" spreadsheet
  10537. #
  10538. 0       string          #!teapot\012xdr      teapot work sheet (XDR format)
  10539.  
  10540. #------------------------------------------------------------------------------
  10541. # terminfo:  file(1) magic for terminfo
  10542. #
  10543. # XXX - byte order for screen images?
  10544. #
  10545. 0    string        \032\001    Compiled terminfo entry
  10546. 0    short        0433        Curses screen image
  10547. 0    short        0434        Curses screen image
  10548.  
  10549. #------------------------------------------------------------------------------
  10550. # tex:  file(1) magic for TeX files
  10551. #
  10552. # From <conklin@talisman.kaleida.com>
  10553.  
  10554. # Although we may know the offset of certain text fields in TeX DVI
  10555. # and font files, we can't use them reliably because they are not
  10556. # zero terminated. [but we do anyway, christos]
  10557. 0    string        \367\002    TeX DVI file
  10558. >16    string        >\0        (%s)
  10559. 0    string        \367\203    TeX generic font data
  10560. 0    string        \367\131    TeX packed font data
  10561. >3    string        >\0        (%s)
  10562. 0    string        \367\312    TeX virtual font data
  10563. 0    string        This\ is\ TeX,    TeX transcript text
  10564. 0    string        This\ is\ METAFONT,    METAFONT transcript text
  10565.  
  10566. # There is no way to detect TeX Font Metric (*.tfm) files without
  10567. # breaking them apart and reading the data.  The following patterns
  10568. # match most *.tfm files generated by METAFONT or afm2tfm.
  10569. 2    string        \000\021    TeX font metric data
  10570. >33    string        >\0        (%s)
  10571. 2    string        \000\022    TeX font metric data
  10572. >33    string        >\0        (%s)
  10573.  
  10574. # Texinfo and GNU Info, from Daniel Quinlan (quinlan@yggdrasil.com)
  10575. 0    string        \\input\ texinfo    Texinfo source text
  10576. 0    string        This\ is\ Info\ file    GNU Info text
  10577.  
  10578. # TeX documents, from Daniel Quinlan (quinlan@yggdrasil.com)
  10579. 0    string        \\input        TeX document text
  10580. 0    string        \\section    LaTeX document text
  10581. 0    string        \\setlength    LaTeX document text
  10582. 0    string        \\documentstyle    LaTeX document text
  10583. 0    string        \\chapter    LaTeX document text
  10584. 0    string        \\documentclass    LaTeX 2e document text
  10585. 0    string        \\relax        LaTeX auxiliary file
  10586. 0    string        \\contentsline    LaTeX  table of contents
  10587. 0    string        %\ -*-latex-*-    LaTeX document text
  10588.  
  10589. # Tex document, from Hendrik Scholz <hendrik@scholz.net>
  10590. 0   string      \\ifx       TeX document text
  10591.  
  10592. # Index and glossary files
  10593. 0    string        \\indexentry    LaTeX raw index file
  10594. 0    string        \\begin{theindex}    LaTeX sorted index
  10595. 0    string        \\glossaryentry    LaTeX raw glossary
  10596. 0    string        \\begin{theglossary}    LaTeX sorted glossary
  10597. 0    string        This\ is\ makeindex    Makeindex log file
  10598.  
  10599. # End of TeX
  10600.  
  10601. #------------------------------------------------------------------------------
  10602. # file(1) magic for BibTex text files
  10603. # From Hendrik Scholz <hendrik@scholz.net>
  10604.  
  10605. 0   string/c @article{        BibTeX text file
  10606. 0   string/c @book{           BibTeX text file
  10607. 0   string/c @inbook{         BibTeX text file
  10608. 0   string/c @incollection{   BibTeX text file
  10609. 0   string/c @inproceedings{  BibTeX text file
  10610. 0   string/c @manual{         BibTeX text file
  10611. 0   string/c @misc{           BibTeX text file
  10612. 0   string/c @preamble{       BibTeX text file
  10613. 0   string/c @phdthesis{      BibTeX text file
  10614. 0   string/c @techreport{     BibTeX text file
  10615. 0   string/c @unpublished{    BibTeX text file
  10616.  
  10617. 73  string %%%\ \ BibTeX-file{ BibTex text file (with full header)
  10618.  
  10619. 73  string %%%\ \ @BibTeX-style-file{   BibTeX style text file (with full header)
  10620.  
  10621. 0   string %\ BibTeX\ standard\ bibliography\      BibTeX standard bibliography style text file
  10622.  
  10623. 0   string %\ BibTeX\ `     BibTeX custom bibliography style text file
  10624.  
  10625. 0   string  @c\ @mapfile{   TeX font aliases text file
  10626.  
  10627. #------------------------------------------------------------------------------
  10628. # file(1) magic for tgif(1) files
  10629. # From Hendrik Scholz <hendrik@scholz.net>
  10630.  
  10631. 0   string  %TGIF\ 4   tgif version 4 object file
  10632.  
  10633. # ------------------------------------------------------------------------
  10634. # ti-8x: file(1) magic for the TI-8x and TI-9x Graphing Calculators.
  10635. #
  10636. # From: Ryan McGuire (rmcguire@freenet.columbus.oh.us).
  10637. #
  10638. # Update: Romain Lievin (roms@lpg.ticalc.org).
  10639. #
  10640. # NOTE: This list is not complete.
  10641. # Files for the TI-80 and TI-81 are pretty rare. I'm not going to put the
  10642. # program/group magic numbers in here because I cannot find any.
  10643. 0        string        **TI80**    TI-80 Graphing Calculator File.
  10644. 0        string        **TI81**    TI-81 Graphing Calculator File.
  10645. #
  10646. # Magic Numbers for the TI-73
  10647. #
  10648. 0        string        **TI73**    TI-73 Graphing Calculator
  10649. >0x00003B    byte        0x00        (real number)
  10650. >0x00003B    byte        0x01        (list)
  10651. >0x00003B    byte        0x02        (matrix)
  10652. >0x00003B    byte        0x03        (equation)
  10653. >0x00003B    byte        0x04        (string)
  10654. >0x00003B    byte        0x05        (program)
  10655. >0x00003B    byte        0x06        (assembly program)
  10656. >0x00003B    byte        0x07        (picture)
  10657. >0x00003B    byte        0x08        (gdb)
  10658. >0x00003B    byte        0x0C        (complex number)
  10659. >0x00003B    byte        0x0F        (window settings)
  10660. >0x00003B    byte        0x10        (zoom)
  10661. >0x00003B    byte        0x11        (table setup)
  10662. >0x00003B    byte        0x13        (backup)
  10663.  
  10664. # Magic Numbers for the TI-82
  10665. #
  10666. 0        string        **TI82**    TI-82 Graphing Calculator
  10667. >0x00003B    byte        0x00        (real)
  10668. >0x00003B    byte        0x01        (list)
  10669. >0x00003B    byte        0x02        (matrix)
  10670. >0x00003B    byte        0x03        (Y-variable)
  10671. >0x00003B    byte        0x05        (program)
  10672. >0x00003B    byte        0x06        (protected prgm)
  10673. >0x00003B    byte        0x07        (picture)
  10674. >0x00003B    byte        0x08        (gdb)
  10675. >0x00003B    byte        0x0B        (window settings)
  10676. >0x00003B    byte        0x0C        (window settings)
  10677. >0x00003B    byte        0x0D        (table setup)
  10678. >0x00003B    byte        0x0E        (screenshot)
  10679. >0x00003B    byte        0x0F        (backup)
  10680. #
  10681. # Magic Numbers for the TI-83
  10682. #
  10683. 0        string        **TI83**    TI-83 Graphing Calculator
  10684. >0x00003B    byte        0x00        (real)
  10685. >0x00003B    byte        0x01        (list)
  10686. >0x00003B    byte        0x02        (matrix)
  10687. >0x00003B    byte        0x03        (Y-variable)
  10688. >0x00003B    byte        0x04        (string)
  10689. >0x00003B    byte        0x05        (program)
  10690. >0x00003B    byte        0x06        (protected prgm)
  10691. >0x00003B    byte        0x07        (picture)
  10692. >0x00003B    byte        0x08        (gdb)
  10693. >0x00003B    byte        0x0B        (window settings)
  10694. >0x00003B    byte        0x0C        (window settings)
  10695. >0x00003B    byte        0x0D        (table setup)
  10696. >0x00003B    byte        0x0E        (screenshot)
  10697. >0x00003B    byte        0x13        (backup)
  10698. #
  10699. # Magic Numbers for the TI-83+
  10700. #
  10701. 0        string        **TI83F*    TI-83+ Graphing Calculator
  10702. >0x00003B    byte        0x00        (real number)
  10703. >0x00003B    byte        0x01        (list)
  10704. >0x00003B    byte        0x02        (matrix)
  10705. >0x00003B    byte        0x03        (equation)
  10706. >0x00003B    byte        0x04        (string)
  10707. >0x00003B    byte        0x05        (program)
  10708. >0x00003B    byte        0x06        (assembly program)
  10709. >0x00003B    byte        0x07        (picture)
  10710. >0x00003B    byte        0x08        (gdb)
  10711. >0x00003B    byte        0x0C        (complex number)
  10712. >0x00003B    byte        0x0F        (window settings)
  10713. >0x00003B    byte        0x10        (zoom)
  10714. >0x00003B    byte        0x11        (table setup)
  10715. >0x00003B    byte        0x13        (backup)
  10716. >0x00003B    byte        0x15        (application variable)
  10717. >0x00003B    byte        0x17        (group of variable)
  10718.  
  10719. #
  10720. # Magic Numbers for the TI-85
  10721. #
  10722. 0        string        **TI85**    TI-85 Graphing Calculator
  10723. >0x00003B    byte        0x00        (real number)
  10724. >0x00003B    byte        0x01        (complex number)
  10725. >0x00003B    byte        0x02        (real vector)
  10726. >0x00003B    byte        0x03        (complex vector)
  10727. >0x00003B    byte        0x04        (real list)
  10728. >0x00003B    byte        0x05        (complex list)
  10729. >0x00003B    byte        0x06        (real matrix)
  10730. >0x00003B    byte        0x07        (complex matrix)
  10731. >0x00003B    byte        0x08        (real constant)
  10732. >0x00003B    byte        0x09        (complex constant)
  10733. >0x00003B    byte        0x0A        (equation)
  10734. >0x00003B    byte        0x0C        (string)
  10735. >0x00003B    byte        0x0D        (function GDB)
  10736. >0x00003B    byte        0x0E        (polar GDB)
  10737. >0x00003B    byte        0x0F        (parametric GDB)
  10738. >0x00003B    byte        0x10        (diffeq GDB)
  10739. >0x00003B    byte        0x11        (picture)
  10740. >0x00003B    byte        0x12        (program)
  10741. >0x00003B    byte        0x13        (range)
  10742. >0x00003B    byte        0x17        (window settings)
  10743. >0x00003B    byte        0x18        (window settings)
  10744. >0x00003B    byte        0x19        (window settings)
  10745. >0x00003B    byte        0x1A        (window settings)
  10746. >0x00003B    byte        0x1B        (zoom)
  10747. >0x00003B    byte        0x1D        (backup)
  10748. >0x00003B    byte        0x1E        (unknown)
  10749. >0x00003B    byte        0x2A        (equation)
  10750. >0x000032    string        ZS4        - ZShell Version 4 File.
  10751. >0x000032    string        ZS3        - ZShell Version 3 File.
  10752. #
  10753. # Magic Numbers for the TI-86
  10754. #
  10755. 0        string        **TI86**    TI-86 Graphing Calculator
  10756. >0x00003B    byte        0x00        (real number)
  10757. >0x00003B    byte        0x01        (complex number)
  10758. >0x00003B    byte        0x02        (real vector)
  10759. >0x00003B    byte        0x03        (complex vector)
  10760. >0x00003B    byte        0x04        (real list)
  10761. >0x00003B    byte        0x05        (complex list)
  10762. >0x00003B    byte        0x06        (real matrix)
  10763. >0x00003B    byte        0x07        (complex matrix)
  10764. >0x00003B    byte        0x08        (real constant)
  10765. >0x00003B    byte        0x09        (complex constant)
  10766. >0x00003B    byte        0x0A        (equation)
  10767. >0x00003B    byte        0x0C        (string)
  10768. >0x00003B    byte        0x0D        (function GDB)
  10769. >0x00003B    byte        0x0E        (polar GDB)
  10770. >0x00003B    byte        0x0F        (parametric GDB)
  10771. >0x00003B    byte        0x10        (diffeq GDB)
  10772. >0x00003B    byte        0x11        (picture)
  10773. >0x00003B    byte        0x12        (program)
  10774. >0x00003B    byte        0x13        (range)
  10775. >0x00003B    byte        0x17        (window settings)
  10776. >0x00003B    byte        0x18        (window settings)
  10777. >0x00003B    byte        0x19        (window settings)
  10778. >0x00003B    byte        0x1A        (window settings)
  10779. >0x00003B    byte        0x1B        (zoom)
  10780. >0x00003B    byte        0x1D        (backup)
  10781. >0x00003B    byte        0x1E        (unknown)
  10782. >0x00003B    byte        0x2A        (equation)
  10783. #
  10784. # Magic Numbers for the TI-89
  10785. #
  10786. 0        string        **TI89**    TI-89 Graphing Calculator
  10787. >0x000048    byte        0x00        (expression)
  10788. >0x000048    byte        0x04        (list)
  10789. >0x000048    byte        0x06        (matrix)
  10790. >0x000048    byte        0x0A        (data)
  10791. >0x000048    byte        0x0B        (text)
  10792. >0x000048    byte        0x0C        (string)
  10793. >0x000048    byte        0x0D        (graphic data base)
  10794. >0x000048    byte        0x0E        (figure)
  10795. >0x000048    byte        0x10        (picture)
  10796. >0x000048    byte        0x12        (program)
  10797. >0x000048    byte        0x13        (function)
  10798. >0x000048    byte        0x14        (macro)
  10799. >0x000048    byte        0x1C        (zipped)
  10800. >0x000048    byte        0x21        (assembler)
  10801. #
  10802. # Magic Numbers for the TI-92
  10803. #
  10804. 0        string        **TI92**    TI-92 Graphing Calculator
  10805. >0x000048    byte        0x00        (expression)
  10806. >0x000048    byte        0x04        (list)
  10807. >0x000048    byte        0x06        (matrix)
  10808. >0x000048    byte        0x0A        (data)
  10809. >0x000048    byte        0x0B        (text)
  10810. >0x000048    byte        0x0C        (string)
  10811. >0x000048    byte        0x0D        (graphic data base)
  10812. >0x000048    byte        0x0E        (figure)
  10813. >0x000048    byte        0x10        (picture)
  10814. >0x000048    byte        0x12        (program)
  10815. >0x000048    byte        0x13        (function)
  10816. >0x000048    byte        0x14        (macro)
  10817. >0x000048    byte        0x1D        (backup)
  10818. #
  10819. # Magic Numbers for the TI-92+/V200
  10820. #
  10821. 0        string        **TI92P*    TI-92+/V200 Graphing Calculator
  10822. >0x000048    byte        0x00        (expression)
  10823. >0x000048    byte        0x04        (list)
  10824. >0x000048    byte        0x06        (matrix)
  10825. >0x000048    byte        0x0A        (data)
  10826. >0x000048    byte        0x0B        (text)
  10827. >0x000048    byte        0x0C        (string)
  10828. >0x000048    byte        0x0D        (graphic data base)
  10829. >0x000048    byte        0x0E        (figure)
  10830. >0x000048    byte        0x10        (picture)
  10831. >0x000048    byte        0x12        (program)
  10832. >0x000048    byte        0x13        (function)
  10833. >0x000048    byte        0x14        (macro)
  10834. >0x000048    byte        0x1C        (zipped)
  10835. >0x000048    byte        0x21        (assembler)
  10836. #
  10837. # Magic Numbers for the TI-73/83+/89/92+/V200 FLASH upgrades
  10838. #
  10839. 0x0000016    string        Advanced    TI-XX Graphing Calculator (FLASH)
  10840. 0        string        **TIFL**    TI-XX Graphing Calculator (FLASH)
  10841. >8        byte        >0        - Revision %d
  10842. >>9         byte        x        \b.%d,
  10843. >12        byte        >0        Revision date %02x
  10844. >>13        byte        x        \b/%02x
  10845. >>14        beshort        x        \b/%04x,
  10846. >17        string        >/0        name: '%s',
  10847. >48        byte        0x74        device: TI-73,
  10848. >48        byte        0x73        device: TI-83+,
  10849. >48        byte        0x98        device: TI-89,
  10850. >48        byte        0x88        device: TI-92+,
  10851. >49        byte        0x23        type: OS upgrade,
  10852. >49        byte        0x24        type: application,
  10853. >49        byte        0x25        type: certificate,
  10854. >49        byte        0x3e        type: license,
  10855. >74        lelong        >0        size: %ld bytes
  10856.  
  10857. # VTi & TiEmu skins (TI Graphing Calculators).
  10858. # From: Romain Lievin (roms@lpg.ticalc.org).
  10859. # Magic Numbers for the VTi skins
  10860. 0               string          VTI        Virtual TI skin
  10861. >3        string        v        - Version
  10862. >>4        byte        >0        \b %c
  10863. >>6        byte        x        \b.%c
  10864. # Magic Numbers for the TiEmu skins
  10865. 0        string        TiEmu        TiEmu skin
  10866. >6              string          v               - Version
  10867. >>7             byte            >0              \b %c
  10868. >>9             byte            x               \b.%c
  10869. >>10        byte        x        \b%c
  10870.  
  10871. #------------------------------------------------------------------------------
  10872. # timezone:  file(1) magic for timezone data
  10873. #
  10874. # from Daniel Quinlan (quinlan@yggdrasil.com)
  10875. # this should work on Linux, SunOS, and maybe others
  10876. # Added new official magic number for recent versions of the Olson code
  10877. 0    string    TZif    timezone data
  10878. 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
  10879. 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
  10880. 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
  10881. 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
  10882. 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
  10883. 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
  10884.  
  10885. #------------------------------------------------------------------------------
  10886. # troff:  file(1) magic for *roff
  10887. #
  10888. # updated by Daniel Quinlan (quinlan@yggdrasil.com)
  10889.  
  10890. # troff input
  10891. 0    string        .\\"        troff or preprocessor input text
  10892. 0    string        '\\"        troff or preprocessor input text
  10893. 0    string        '.\\"        troff or preprocessor input text
  10894. 0    string        \\"        troff or preprocessor input text
  10895. 0    string        '''        troff or preprocessor input text
  10896.  
  10897. # ditroff intermediate output text
  10898. 0    string        x\ T        ditroff output text
  10899. >4    string        cat        for the C/A/T phototypesetter
  10900. >4    string        ps        for PostScript
  10901. >4    string        dvi        for DVI
  10902. >4    string        ascii        for ASCII
  10903. >4    string        lj4        for LaserJet 4
  10904. >4    string        latin1        for ISO 8859-1 (Latin 1)
  10905. >4    string        X75        for xditview at 75dpi
  10906. >>7    string        -12        (12pt)
  10907. >4    string        X100        for xditview at 100dpi
  10908. >>8    string        -12        (12pt)
  10909.  
  10910. # output data formats
  10911. 0    string        \100\357    very old (C/A/T) troff output data
  10912. #
  10913. #------------------------------------------------------------------------------
  10914. # tuxedo:    file(1) magic for BEA TUXEDO data files
  10915. #
  10916. # from Ian Springer <ispringer@hotmail.com>
  10917. #
  10918. 0    string        \0\0\1\236\0\0\0\0\0\0\0\0\0\0\0\0    BEA TUXEDO DES mask data
  10919.  
  10920. #------------------------------------------------------------------------------
  10921. # typeset:  file(1) magic for other typesetting
  10922. #
  10923. 0    string        Interpress/Xerox    Xerox InterPress data
  10924. >16    string        /            (version
  10925. >>17    string        >\0            %s)
  10926.  
  10927. #------------------------------------------------------------------------------
  10928. # unknown:  file(1) magic for unknown machines
  10929. #
  10930. # XXX - this probably should be pruned, as it'll match PDP-11 and
  10931. # VAX image formats.
  10932. #
  10933. # 0x107 is 0407; 0x108 is 0410; both are PDP-11 (executable and pure,
  10934. # respectively).
  10935. #
  10936. # 0x109 is 0411; that's PDP-11 split I&D, but the PDP-11 version doesn't
  10937. # have the "version %ld", which may be a bogus COFFism (I don't think
  10938. # there ever was COFF for the PDP-11).
  10939. #
  10940. # 0x10B is 0413; that's VAX demand-paged, but this is a short, not a
  10941. # long, as it would be on a VAX.
  10942. #
  10943. # 0x10C is 0414 and 0x10E is 416; those *are* unknown.
  10944. #
  10945. 0    short        0x107        unknown machine executable
  10946. >8    short        >0        not stripped
  10947. >15    byte        >0        - version %ld
  10948. 0    short        0x108        unknown pure executable
  10949. >8    short        >0        not stripped
  10950. >15    byte        >0        - version %ld
  10951. 0    short        0x109        PDP-11 separate I&D
  10952. >8    short        >0        not stripped
  10953. >15    byte        >0        - version %ld
  10954. 0    short        0x10b        unknown pure executable
  10955. >8    short        >0        not stripped
  10956. >15    byte        >0        - version %ld
  10957. 0    long        0x10c        unknown demand paged pure executable
  10958. >16    long        >0        not stripped
  10959. 0    long        0x10e        unknown readable demand paged pure executable
  10960.  
  10961. #------------------------------------------------------------------------------
  10962. # uuencode:  file(1) magic for ASCII-encoded files
  10963. #
  10964.  
  10965. # GRR:  the first line of xxencoded files is identical to that in uuencoded
  10966. # files, but the first character in most subsequent lines is 'h' instead of
  10967. # 'M'.  (xxencoding uses lowercase letters in place of most of uuencode's
  10968. # punctuation and survives BITNET gateways better.)  If regular expressions
  10969. # were supported, this entry could possibly be split into two with
  10970. # "begin\040\.\*\012M" or "begin\040\.\*\012h" (where \. and \* are REs).
  10971. 0    string        begin\040    uuencoded or xxencoded text
  10972.  
  10973. # btoa(1) is an alternative to uuencode that requires less space.
  10974. 0    string        xbtoa\ Begin    btoa'd text
  10975.  
  10976. # ship(1) is another, much cooler alternative to uuencode.
  10977. # Greg Roelofs, newt@uchicago.edu
  10978. 0    string        $\012ship    ship'd binary text
  10979.  
  10980. # bencode(8) is used to encode compressed news batches (Bnews/Cnews only?)
  10981. # Greg Roelofs, newt@uchicago.edu
  10982. 0    string    Decode\ the\ following\ with\ bdeco    bencoded News text
  10983.  
  10984. # BinHex is the Macintosh ASCII-encoded file format (see also "apple")
  10985. # Daniel Quinlan, quinlan@yggdrasil.com
  10986. 11    string    must\ be\ converted\ with\ BinHex    BinHex binary text
  10987. >41    string    x                    \b, version %.3s
  10988.  
  10989. # GRR:  is MIME BASE64 encoding handled somewhere?
  10990.  
  10991. #------------------------------------------------------------------------------
  10992. # varied.out:  file(1) magic for various USG systems
  10993. #
  10994. #    Herewith many of the object file formats used by USG systems.
  10995. #    Most have been moved to files for a particular processor,
  10996. #    and deleted if they duplicate other entries.
  10997. #
  10998. 0    short        0610        Perkin-Elmer executable
  10999. # AMD 29K
  11000. 0    beshort        0572        amd 29k coff noprebar executable
  11001. 0    beshort        01572        amd 29k coff prebar executable
  11002. 0    beshort        0160007        amd 29k coff archive
  11003. # Cray
  11004. 6    beshort        0407        unicos (cray) executable
  11005. # Ultrix 4.3
  11006. 596    string        \130\337\377\377    Ultrix core file
  11007. >600    string        >\0        from '%s'
  11008. # BeOS and MAcOS PEF executables
  11009. # From: hplus@zilker.net (Jon Watte)
  11010. 0    string        Joy!peffpwpc    header for PowerPC PEF executable
  11011. #
  11012. # ava assembler/linker Uros Platise <uros.platise@ijs.si>
  11013. 0       string          avaobj  AVR assembler object code
  11014. >7      string          >\0     version '%s'
  11015. # gnu gmon magic From: Eugen Dedu <dedu@ese-metz.fr>
  11016. 0    string        gmon        GNU prof performance data
  11017. >4    long        x        - version %ld
  11018. # From: Dave Pearson <davep@davep.org>
  11019. # Harbour <URL:http://www.harbour-project.org/> HRB files.
  11020. 0    string        \xc0HRB        Harbour HRB file
  11021. >4    short        x        version %d
  11022. #------------------------------------------------------------------------------
  11023. # varied.script:  file(1) magic for various interpreter scripts
  11024.  
  11025. 0    string        #!\ /            a
  11026. >3    string        >\0            %s script text executable
  11027. 0    string        #!\    /        a
  11028. >3    string        >\0            %s script text executable
  11029. 0    string        #!/            a
  11030. >2    string        >\0            %s script text executable
  11031. 0    string        #!\             script text executable
  11032. >3    string        >\0            for %s
  11033.  
  11034.  
  11035. #------------------------------------------------------------------------------
  11036. # vax:  file(1) magic for VAX executable/object and APL workspace
  11037. #
  11038. 0    lelong        0101557        VAX single precision APL workspace
  11039. 0    lelong        0101556        VAX double precision APL workspace
  11040.  
  11041. #
  11042. # VAX a.out (32V, BSD)
  11043. #
  11044. 0    lelong        0407        VAX executable
  11045. >16    lelong        >0        not stripped
  11046.  
  11047. 0    lelong        0410        VAX pure executable
  11048. >16    lelong        >0        not stripped
  11049.  
  11050. 0    lelong        0413        VAX demand paged pure executable
  11051. >16    lelong        >0        not stripped
  11052.  
  11053. 0    lelong        0420        VAX demand paged (first page unmapped) pure executable
  11054. >16    lelong        >0        not stripped
  11055.  
  11056. #
  11057. # VAX COFF
  11058. #
  11059. # The `versions' should be un-commented if they work for you.
  11060. # (Was the problem just one of endianness?)
  11061. #
  11062. 0    leshort        0570        VAX COFF executable
  11063. >12    lelong        >0        not stripped
  11064. >22    leshort        >0        - version %ld
  11065. 0    leshort        0575        VAX COFF pure executable
  11066. >12    lelong        >0        not stripped
  11067. >22    leshort        >0        - version %ld
  11068.  
  11069. #------------------------------------------------------------------------------
  11070. # vicar:  file(1) magic for VICAR files.
  11071. #
  11072. # From: Ossama Othman <othman@astrosun.tn.cornell.edu
  11073. # VICAR is JPL's in-house spacecraft image processing program
  11074. # VICAR image
  11075. 0    string    LBLSIZE=    VICAR image data
  11076. >32    string    BYTE        \b, 8 bits  = VAX byte
  11077. >32    string    HALF        \b, 16 bits = VAX word     = Fortran INTEGER*2
  11078. >32    string    FULL        \b, 32 bits = VAX longword = Fortran INTEGER*4
  11079. >32    string    REAL        \b, 32 bits = VAX longword = Fortran REAL*4
  11080. >32    string    DOUB        \b, 64 bits = VAX quadword = Fortran REAL*8
  11081. >32    string    COMPLEX        \b, 64 bits = VAX quadword = Fortran COMPLEX*8
  11082. # VICAR label file
  11083. 43    string    SFDU_LABEL    VICAR label file
  11084. #------------------------------------------------------------------------------
  11085. # Virtutech Compressed Random Access File Format
  11086. #
  11087. # From <gustav@virtutech.com>
  11088. 0      string          \211\277\036\203        Virtutech CRAFF
  11089. >4     belong          x               v%d
  11090. >20    belong          0               uncompressed
  11091. >20    belong          1               bzipp2ed
  11092. >20    belong          2               gzipped
  11093. >24    belong          0               not clean
  11094.  
  11095. #------------------------------------------------------------------------------
  11096. # visx:  file(1) magic for Visx format files
  11097. #
  11098. 0    short        0x5555        VISX image file
  11099. >2    byte        0        (zero)
  11100. >2    byte        1        (unsigned char)
  11101. >2    byte        2        (short integer)
  11102. >2    byte        3        (float 32)
  11103. >2    byte        4        (float 64)
  11104. >2    byte        5        (signed char)
  11105. >2    byte        6        (bit-plane)
  11106. >2    byte        7        (classes)
  11107. >2    byte        8        (statistics)
  11108. >2    byte        10        (ascii text)
  11109. >2    byte        15        (image segments)
  11110. >2    byte        100        (image set)
  11111. >2    byte        101        (unsigned char vector)
  11112. >2    byte        102        (short integer vector)
  11113. >2    byte        103        (float 32 vector)
  11114. >2    byte        104        (float 64 vector)
  11115. >2    byte        105        (signed char vector)
  11116. >2    byte        106        (bit plane vector)
  11117. >2    byte        121        (feature vector)
  11118. >2    byte        122        (feature vector library)
  11119. >2    byte        124        (chain code)
  11120. >2    byte        126        (bit vector)
  11121. >2    byte        130        (graph)
  11122. >2    byte        131        (adjacency graph)
  11123. >2    byte        132        (adjacency graph library)
  11124. >2    string        .VISIX        (ascii text)
  11125.  
  11126. #------------------------------------------------------------------------------
  11127. # vms:  file(1) magic for VMS executables (experimental)
  11128. #
  11129. # VMS .exe formats, both VAX and AXP (Greg Roelofs, newt@uchicago.edu)
  11130.  
  11131. # GRR 950122:  I'm just guessing on these, based on inspection of the headers
  11132. # of three executables each for Alpha and VAX architectures.  The VAX files
  11133. # all had headers similar to this:
  11134. #
  11135. #   00000  b0 00 30 00 44 00 60 00  00 00 00 00 30 32 30 35  ..0.D.`.....0205
  11136. #   00010  01 01 00 00 ff ff ff ff  ff ff ff ff 00 00 00 00  ................
  11137. #
  11138. 0    string    \xb0\0\x30\0    VMS VAX executable
  11139. >44032    string    PK\003\004    \b, Info-ZIP SFX archive v5.12 w/decryption
  11140. #
  11141. # The AXP files all looked like this, except that the byte at offset 0x22
  11142. # was 06 in some of them and 07 in others:
  11143. #
  11144. #   00000  03 00 00 00 00 00 00 00  ec 02 00 00 10 01 00 00  ................
  11145. #   00010  68 00 00 00 98 00 00 00  b8 00 00 00 00 00 00 00  h...............
  11146. #   00020  00 00 07 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
  11147. #   00030  00 00 00 00 01 00 00 00  00 00 00 00 00 00 00 00  ................
  11148. #   00040  00 00 00 00 ff ff ff ff  ff ff ff ff 02 00 00 00  ................
  11149. #
  11150. 0    belong    0x03000000    VMS Alpha executable
  11151. >75264    string    PK\003\004    \b, Info-ZIP SFX archive v5.12 w/decryption
  11152.  
  11153. # -----------------------------------------------------------
  11154. # VMware specific files (deducted from version 1.1 and log file entries)
  11155. # Anthon van der Neut (anthon@mnt.org)
  11156. 0    belong    0x4d52564e    VMware nvram 
  11157. 0    belong    0x434f5744    VMware
  11158. >4    byte    3         virtual disk 
  11159. >>32    lelong    x        (%d/
  11160. >>36    lelong    x        \b%d/
  11161. >>40    lelong    x        \b%d)
  11162. >4    byte    2         undoable disk
  11163. >>32    string  >\0        (%s)
  11164.  
  11165. #------------------------------------------------------------------------------
  11166. # vorbis:  file(1) magic for Ogg/Vorbis files
  11167. #
  11168. # From Felix von Leitner <leitner@fefe.de>
  11169. # Extended by Beni Cherniavsky <cben@crosswinds.net>
  11170. # Further extended by Greg Wooledge <greg@wooledge.org>
  11171. #
  11172. # Most (everything but the number of channels and bitrate) is commented
  11173. # out with `##' as it's not interesting to the average user.  The most
  11174. # probable things advanced users would want to uncomment are probably
  11175. # the number of comments and the encoder version.
  11176. #
  11177. # --- Ogg Framing ---
  11178. 0        string        OggS        Ogg data
  11179. >4        byte        !0        UNKNOWN REVISION %u
  11180. ##>4        byte        0        revision 0
  11181. >4        byte        0
  11182. ##>>14        lelong        x        (Serial %lX)
  11183. # non-Vorbis content: FLAC (Free Lossless Audio Codec, http://flac.sourceforge.net)
  11184. >>28        string        fLaC        \b, FLAC audio
  11185. # non-Vorbis content: Theora
  11186. >>28        string        \x80theora    \b, Theora video
  11187. # non-Vorbis content: Speex
  11188. >>28        string        Speex\ \ \     \b, Speex audio
  11189. # non-Vorbis content: OGM
  11190. >>28        string        \x01video\0\0\0    \b, OGM video
  11191. >>>37        string/c    div3        (DivX 3)
  11192. >>>37        string/c    divx        (DivX 4)
  11193. >>>37        string/c    dx50        (DivX 5)
  11194. >>>37        string/c    xvid        (XviD)
  11195. # --- First vorbis packet - general header ---
  11196. >>28        string        \x01vorbis    \b, Vorbis audio,
  11197. >>>35        lelong        !0        UNKNOWN VERSION %lu,
  11198. ##>>>35        lelong        0        version 0,
  11199. >>>35        lelong        0
  11200. >>>>39        ubyte        1        mono,
  11201. >>>>39        ubyte        2        stereo,
  11202. >>>>39        ubyte        >2        %u channels,
  11203. >>>>40        lelong        x        %lu Hz
  11204. # Minimal, nominal and maximal bitrates specified when encoding
  11205. >>>>48        string        <\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff    \b,
  11206. # The above tests if at least one of these is specified:
  11207. >>>>>52        lelong        !-1
  11208. # Vorbis RC2 has a bug which puts -1000 in the min/max bitrate fields
  11209. # instead of -1.
  11210. # Vorbis 1.0 uses 0 instead of -1.
  11211. >>>>>>52    lelong        !0
  11212. >>>>>>>52    lelong        !-1000
  11213. >>>>>>>>52    lelong        x        <%lu
  11214. >>>>>48        lelong        !-1
  11215. >>>>>>48    lelong        x        ~%lu
  11216. >>>>>44        lelong        !-1
  11217. >>>>>>44    lelong        !-1000
  11218. >>>>>>>44    lelong        !0
  11219. >>>>>>>>44    lelong        x        >%lu
  11220. >>>>>48        string        <\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff    bps
  11221. # -- Second vorbis header packet - the comments
  11222. # A kludge to read the vendor string.  It's a counted string, not a
  11223. # zero-terminated one, so file(1) can't read it in a generic way.
  11224. # libVorbis is the only one existing currently, so I detect specifically
  11225. # it.  The interesting value is the cvs date (8 digits decimal).
  11226. # Post-RC1 Ogg files have the second header packet (and thus the version)
  11227. # in a different place, so we must use an indirect offset.
  11228. >>>(84.b+85)        string        \x03vorbis
  11229. >>>>(84.b+96)        string/c    Xiphophorus\ libVorbis\ I    \b, created by: Xiphophorus libVorbis I
  11230. >>>>>(84.b+120)        string        >00000000    
  11231. # Map to beta version numbers:
  11232. >>>>>>(84.b+120)    string        <20000508    (<beta1, prepublic)
  11233. >>>>>>(84.b+120)    string        20000508    (1.0 beta 1 or beta 2)
  11234. >>>>>>(84.b+120)    string        >20000508
  11235. >>>>>>>(84.b+120)    string        <20001031    (beta2-3)
  11236. >>>>>>(84.b+120)    string        20001031    (1.0 beta 3)
  11237. >>>>>>(84.b+120)    string        >20001031
  11238. >>>>>>>(84.b+120)    string        <20010225    (beta3-4)
  11239. >>>>>>(84.b+120)    string        20010225    (1.0 beta 4)
  11240. >>>>>>(84.b+120)    string        >20010225
  11241. >>>>>>>(84.b+120)    string        <20010615    (beta4-RC1)
  11242. >>>>>>(84.b+120)    string        20010615    (1.0 RC1)
  11243. >>>>>>(84.b+120)    string        20010813    (1.0 RC2)
  11244. >>>>>>(84.b+120)    string        20010816    (RC2 - Garf tuned v1)
  11245. >>>>>>(84.b+120)    string        20011014    (RC2 - Garf tuned v2)
  11246. >>>>>>(84.b+120)    string        20011217    (1.0 RC3)
  11247. >>>>>>(84.b+120)    string        20011231    (1.0 RC3)
  11248. # Some pre-1.0 CVS snapshots still had "Xiphphorus"...
  11249. >>>>>>(84.b+120)    string        >20011231    (pre-1.0 CVS)
  11250. # For the 1.0 release, Xiphophorus is replaced by Xiph.Org
  11251. >>>>(84.b+96)        string/c    Xiph.Org\ libVorbis\ I    \b, created by: Xiph.Org libVorbis I
  11252. >>>>>(84.b+117)        string        >00000000    
  11253. >>>>>>(84.b+117)    string        <20020717    (pre-1.0 CVS)
  11254. >>>>>>(84.b+117)    string        20020717    (1.0)
  11255. >>>>>>(84.b+117)    string        20030909    (1.0.1)
  11256. >>>>>>(84.b+117)    string        20040629    (1.1.0 RC1)
  11257.  
  11258. #------------------------------------------------------------------------------
  11259. # VXL: file(1) magic for VXL binary IO data files
  11260. #
  11261. # from Ian Scott <scottim@sf.net>
  11262. #
  11263. # VXL is a collection of C++ libraries for Computer Vision.
  11264. # See the vsl chapter in the VXL Book for more info
  11265. # http://www.isbe.man.ac.uk/public_vxl_doc/books/vxl/book.html
  11266. # http:/vxl.sf.net
  11267.  
  11268. 2    lelong    0x472b2c4e    VXL data file,
  11269. >0    leshort    >0        schema version no %d
  11270.  
  11271. #------------------------------------------------------------------------------
  11272. # wordprocessors:  file(1) magic fo word processors.
  11273. #
  11274. ####### PWP file format used on Smith Corona Personal Word Processors:
  11275. 2    string    \040\040\040\040\040\040\040\040\040\040\040ML4D\040\'92    Smith Corona PWP
  11276. >24    byte    2    \b, single spaced
  11277. >24    byte    3    \b, 1.5 spaced
  11278. >24    byte    4    \b, double spaced
  11279. >25    byte    0x42    \b, letter
  11280. >25    byte    0x54    \b, legal
  11281. >26    byte    0x46    \b, A4
  11282.  
  11283. #WordPerfect type files Version 1.6 - PLEASE DO NOT REMOVE THIS LINE
  11284. 0    string    \377WPC\020\000\000\000\022\012\001\001\000\000\000\000    (WP) loadable text
  11285. >15    byte    0    Optimized for Intel
  11286. >15    byte    1    Optimized for Non-Intel
  11287. 1    string    WPC    (Corel/WP)
  11288. >8    short    257    WordPerfect macro
  11289. >8    short    258    WordPerfect help file
  11290. >8    short    259    WordPerfect keyboard file
  11291. >8    short    266    WordPerfect document
  11292. >8    short    267    WordPerfect dictionary
  11293. >8    short    268    WordPerfect thesaurus
  11294. >8    short    269    WordPerfect block
  11295. >8    short    270    WordPerfect rectangular block
  11296. >8    short    271    WordPerfect column block
  11297. >8    short    272    WordPerfect printer data
  11298. >8    short    275    WordPerfect printer data
  11299. >8    short    276    WordPerfect driver resource data
  11300. >8    short    279    WordPerfect hyphenation code
  11301. >8    short    280    WordPerfect hyphenation data
  11302. >8    short    281    WordPerfect macro resource data
  11303. >8    short    283    WordPerfect hyphenation lex
  11304. >8    short    285    WordPerfect wordlist
  11305. >8    short    286    WordPerfect equation resource data
  11306. >8    short    289    WordPerfect spell rules
  11307. >8    short    290    WordPerfect dictionary rules
  11308. >8    short    295    WordPerfect spell rules (Microlytics)
  11309. >8    short    299    WordPerfect settings file
  11310. >8    short    301    WordPerfect 4.2 document
  11311. >8    short    325    WordPerfect dialog file
  11312. >8    short    332    WordPerfect button bar
  11313. >8    short    513    Shell macro
  11314. >8    short    522    Shell definition
  11315. >8    short    769    Notebook macro
  11316. >8    short    770    Notebook help file
  11317. >8    short    771    Notebook keyboard file
  11318. >8    short    778    Notebook definition
  11319. >8    short    1026    Calculator help file
  11320. >8    short     1538    Calendar help file
  11321. >8    short     1546    Calendar data file
  11322. >8    short    1793    Editor macro
  11323. >8    short    1794    Editor help file
  11324. >8    short    1795    Editor keyboard file
  11325. >8    short    1817    Editor macro resource file
  11326. >8    short     2049    Macro editor macro
  11327. >8    short     2050    Macro editor help file
  11328. >8    short    2051    Macro editor keyboard file
  11329. >8    short    2305    PlanPerfect macro
  11330. >8    short    2306    PlanPerfect help file
  11331. >8    short    2307    PlanPerfect keyboard file
  11332. >8    short    2314    PlanPerfect worksheet
  11333. >8    short    2319    PlanPerfect printer definition
  11334. >8    short    2322    PlanPerfect graphic definition
  11335. >8    short    2323    PlanPerfect data
  11336. >8    short    2324    PlanPerfect temporary printer
  11337. >8    short    2329    PlanPerfect macro resource data
  11338. >8    byte    11    Mail
  11339. >8    short    2818    help file
  11340. >8    short    2821    distribution list
  11341. >8    short    2826    out box
  11342. >8    short    2827    in box
  11343. >8    short    2836    users archived mailbox
  11344. >8    short    2837    archived message database
  11345. >8    short    2838    archived attachments
  11346. >8    short    3083    Printer temporary file
  11347. >8    short    3330    Scheduler help file
  11348. >8    short    3338    Scheduler in file
  11349. >8    short    3339    Scheduler out file
  11350. >8    short    3594    GroupWise settings file
  11351. >8    short    3601    GroupWise directory services
  11352. >8    short    3627    GroupWise settings file
  11353. >8    short    4362    Terminal resource data
  11354. >8    short    4363    Terminal resource data
  11355. >8    short    4395    Terminal resource data
  11356. >8    short    4619    GUI loadable text
  11357. >8    short    4620    graphics resource data
  11358. >8    short    4621    printer settings file
  11359. >8    short    4622    port definition file
  11360. >8    short    4623    print queue parameters
  11361. >8    short    4624    compressed file
  11362. >8    short    5130    Network service msg file
  11363. >8    short    5131    Network service msg file
  11364. >8    short    5132    Async gateway login msg
  11365. >8    short    5134    GroupWise message file
  11366. >8    short    7956    GroupWise admin domain database
  11367. >8    short    7957    GroupWise admin host database
  11368. >8    short    7959    GroupWise admin remote host database
  11369. >8    short    7960    GroupWise admin ADS deferment data file
  11370. >8    short    8458    IntelliTAG (SGML) compiled DTD
  11371. >8    long    18219264    WordPerfect graphic image (1.0)
  11372. >8    long    18219520    WordPerfect graphic image (2.0)
  11373. #end of WordPerfect type files Version 1.6 - PLEASE DO NOT REMOVE THIS LINE
  11374.  
  11375. # Hangul (Korean) Word Processor File
  11376. 0    string    HWP\ Document\ File    Hangul (Korean) Word Processor File
  11377.  
  11378. # CosmicBook, from Beno├«t Rouits
  11379. 0       string  CSBK    Ted Neslson's CosmicBook hypertext file
  11380.  
  11381.  
  11382. #------------------------------------------------------------------------------
  11383. # file(1) magic(5) data for xdelta  Josh MacDonald <jmacd@CS.Berkeley.EDU>
  11384. #
  11385. 0    string    %XDELTA%    XDelta binary patch file 0.14
  11386. 0    string    %XDZ000%    XDelta binary patch file 0.18
  11387. 0    string    %XDZ001%    XDelta binary patch file 0.20
  11388. 0    string    %XDZ002%    XDelta binary patch file 1.0
  11389. 0    string    %XDZ003%    XDelta binary patch file 1.0.4
  11390. 0    string    %XDZ004%    XDelta binary patch file 1.1
  11391.  
  11392. #------------------------------------------------------------------------------
  11393. # xenix:  file(1) magic for Microsoft Xenix
  11394. #
  11395. # "Middle model" stuff, and "Xenix 8086 relocatable or 80286 small
  11396. # model" lifted from "magic.xenix", with comment "derived empirically;
  11397. # treat as folklore until proven"
  11398. #
  11399. # "small model", "large model", "huge model" stuff lifted from XXX
  11400. #
  11401. # XXX - "x.out" collides with PDP-11 archives
  11402. #
  11403. 0    string        core        core file (Xenix)
  11404. 0    byte        0x80        8086 relocatable (Microsoft)
  11405. 0    leshort        0xff65        x.out
  11406. >2    string        __.SYMDEF     randomized
  11407. >0    byte        x        archive
  11408. 0    leshort        0x206        Microsoft a.out
  11409. >8    leshort        1        Middle model
  11410. >0x1e    leshort        &0x10        overlay
  11411. >0x1e    leshort        &0x2        separate
  11412. >0x1e    leshort        &0x4        pure
  11413. >0x1e    leshort        &0x800        segmented
  11414. >0x1e    leshort        &0x400        standalone
  11415. >0x1e    leshort        &0x8        fixed-stack
  11416. >0x1c    byte        &0x80        byte-swapped
  11417. >0x1c    byte        &0x40        word-swapped
  11418. >0x10    lelong        >0        not-stripped
  11419. >0x1e    leshort        ^0xc000        pre-SysV
  11420. >0x1e    leshort        &0x4000        V2.3
  11421. >0x1e    leshort        &0x8000        V3.0
  11422. >0x1c    byte        &0x4        86
  11423. >0x1c    byte        &0xb        186
  11424. >0x1c    byte        &0x9        286
  11425. >0x1c    byte        &0xa        386
  11426. >0x1f    byte        <0x040        small model
  11427. >0x1f    byte        =0x048        large model    
  11428. >0x1f    byte        =0x049        huge model 
  11429. >0x1e    leshort        &0x1        executable
  11430. >0x1e    leshort        ^0x1        object file
  11431. >0x1e    leshort        &0x40        Large Text
  11432. >0x1e    leshort        &0x20        Large Data
  11433. >0x1e    leshort        &0x120        Huge Objects Enabled
  11434. >0x10    lelong        >0        not stripped
  11435.  
  11436. 0    leshort        0x140        old Microsoft 8086 x.out
  11437. >0x3    byte        &0x4        separate
  11438. >0x3    byte        &0x2        pure
  11439. >0    byte        &0x1        executable
  11440. >0    byte        ^0x1        relocatable
  11441. >0x14    lelong        >0        not stripped
  11442.  
  11443. 0    lelong        0x206        b.out
  11444. >0x1e    leshort        &0x10        overlay
  11445. >0x1e    leshort        &0x2        separate
  11446. >0x1e    leshort        &0x4        pure
  11447. >0x1e    leshort        &0x800        segmented
  11448. >0x1e    leshort        &0x400        standalone
  11449. >0x1e    leshort        &0x1        executable
  11450. >0x1e    leshort        ^0x1        object file
  11451. >0x1e    leshort        &0x4000        V2.3
  11452. >0x1e    leshort        &0x8000        V3.0
  11453. >0x1c    byte        &0x4        86
  11454. >0x1c    byte        &0xb        186
  11455. >0x1c    byte        &0x9        286
  11456. >0x1c    byte        &0x29        286
  11457. >0x1c    byte        &0xa        386
  11458. >0x1e    leshort        &0x4        Large Text
  11459. >0x1e    leshort        &0x2        Large Data
  11460. >0x1e    leshort        &0x102        Huge Objects Enabled
  11461.  
  11462. 0    leshort        0x580        XENIX 8086 relocatable or 80286 small model
  11463.  
  11464. #------------------------------------------------------------------------------
  11465. # xo65 object files
  11466. # From: "Ullrich von Bassewitz" <uz@cc65.org>
  11467. #
  11468. 0    string        \x55\x7A\x6E\x61    xo65 object,
  11469. >4    leshort        x            version %d,
  11470. >6    leshort&0x0001 =0x0001            with debug info
  11471. >6    leshort&0x0001 =0x0000            no debug info
  11472.  
  11473. # xo65 library files
  11474. 0    string        \x6E\x61\x55\x7A    xo65 library,
  11475. >4    leshort        x            version %d
  11476.  
  11477. # o65 object files
  11478. 0    string        \x01\x00\x6F\x36\x35    o65
  11479. >6    leshort&0x1000    =0x0000            executable,
  11480. >6    leshort&0x1000    =0x1000            object,
  11481. >5    byte        x            version %d,
  11482. >6    leshort&0x8000    =0x8000            65816,
  11483. >6    leshort&0x8000    =0x0000            6502,
  11484. >6    leshort&0x2000    =0x2000            32 bit,
  11485. >6    leshort&0x2000    =0x0000            16 bit,
  11486. >6    leshort&0x4000    =0x4000            page reloc,
  11487. >6    leshort&0x4000    =0x0000            byte reloc,
  11488. >6    leshort&0x0003    =0x0000            alignment 1
  11489. >6    leshort&0x0003    =0x0001            alignment 2
  11490. >6    leshort&0x0003    =0x0002            alignment 4
  11491. >6    leshort&0x0003    =0x0003            alignment 256
  11492.  
  11493. #------------------------------------------------------------------------------
  11494. # xwindows:  file(1) magic for various X/Window system file formats.
  11495.  
  11496. # Compiled X Keymap 
  11497. # XKM (compiled X keymap) files (including version and byte ordering)
  11498. 1    string    mkx                Compiled XKB Keymap: lsb,
  11499. >0    byte    >0                version %d
  11500. >0    byte    =0                obsolete
  11501. 0    string    xkm                Compiled XKB Keymap: msb,
  11502. >3    byte    >0                version %d
  11503. >0    byte    =0                obsolete
  11504.  
  11505. # xfsdump archive
  11506. 0    string    xFSdump0            xfsdump archive
  11507. >8    long    x    (version %d)
  11508.  
  11509. # Jaleo XFS files
  11510. 0    long    395726                Jaleo XFS file
  11511. >4    long    x                - version %ld
  11512. >8    long    x                - [%ld -
  11513. >20    long    x                %ldx
  11514. >24    long    x                %ldx
  11515. >28    long    1008                YUV422]
  11516. >28    long    1000                RGB24]
  11517.  
  11518. #------------------------------------------------------------------------------
  11519. # zilog:  file(1) magic for Zilog Z8000.
  11520. #
  11521. # Was it big-endian or little-endian?  My Product Specification doesn't
  11522. # say.
  11523. #
  11524. 0    long        0xe807        object file (z8000 a.out)
  11525. 0    long        0xe808        pure object file (z8000 a.out)
  11526. 0    long        0xe809        separate object file (z8000 a.out)
  11527. 0    long        0xe805        overlay object file (z8000 a.out)
  11528.  
  11529. #------------------------------------------------------------------------------
  11530. # zyxel:  file(1) magic for ZyXEL modems
  11531. #
  11532. # From <rob@pe1chl.ampr.org>
  11533. # These are the /etc/magic entries to decode datafiles as used for the
  11534. # ZyXEL U-1496E DATA/FAX/VOICE modems.  (This header conforms to a
  11535. # ZyXEL-defined standard)
  11536.  
  11537. 0    string        ZyXEL\002    ZyXEL voice data
  11538. >10    byte        0        - CELP encoding
  11539. >10    byte&0x0B    1        - ADPCM2 encoding
  11540. >10    byte&0x0B    2        - ADPCM3 encoding
  11541. >10    byte&0x0B    3        - ADPCM4 encoding
  11542. >10    byte&0x0B    8        - New ADPCM3 encoding
  11543. >10    byte&0x04    4        with resync
  11544.