home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / boot / i386 / root / etc / magic < prev    next >
Text File  |  2006-11-29  |  446KB  |  12,457 lines

  1. # Magic
  2. # Magic data for file(1) command.
  3. # Format is described in magic(5).
  4. #
  5. # Note: If you have edited this file you may run `file -C'
  6. #       to make a pre-compiled magic.mgc for faster execution
  7. #
  8.  
  9. #------------------------------------------------------------------------------
  10. # Localstuff:  file(1) magic for locally observed files
  11. #
  12. # $Id: Localstuff,v 1.4 2003/03/23 04:17:27 christos Exp $
  13. # Add any locally observed files here.  Remember:
  14. # text if readable, executable if runnable binary, data if unreadable.
  15.  
  16. # XXX promoted from tex so that *.tfm is not mis-identified as mc68k file.
  17. # There is no way to detect TeX Font Metric (*.tfm) files without
  18. # breaking them apart and reading the data.  The following patterns
  19. # match most *.tfm files generated by METAFONT or afm2tfm.
  20. 2    string        \000\021    TeX font metric data
  21. >33    string        >\0        (%s)
  22. 2    string        \000\022    TeX font metric data
  23. >33    string        >\0        (%s)
  24.  
  25. # XXX some MS Structured Storage Documents such as Adobe PageMaker[tm]
  26. # files interfere with the Microsoft Office Document and the SSD starting
  27. # sequence \320\317\021\340\241\261\032\341. Anyone who knows
  28. # more details about the scheme of such SSDs and can help to extend this to all
  29. # type of SSD, please let us know. E.g. how is the offset to the `Root Entry'
  30. # determined?
  31. 1024    string    R\0o\0o\0t\0\ \0E\0n\0t\0r\0y    Structured Storage
  32. >1152    string    P\0a\0g\0e\0M\0a\0k\0e\0r    PageMaker
  33.  
  34. 512    string    R\0o\0o\0t\0\ \0E\0n\0t\0r\0y    Structured Storage
  35. >640    string    P\0a\0g\0e\0M\0a\0k\0e\0r    PageMaker
  36.  
  37. # File magic for Xen, the virtual machine monitor for x86
  38. 0    string        LinuxGuestRecord    Xen saved domain
  39. #>2    regex        \(name\ [^)]*\)        %s
  40. >20    search/256    (name            (name
  41. >>&1    string        x            %s...)
  42. #------------------------------------------------------------------------------
  43. # acorn:  file(1) magic for files found on Acorn systems
  44. #
  45.  
  46. # RISC OS Chunk File Format
  47. # From RISC OS Programmer's Reference Manual, Appendix D
  48. # We guess the file type from the type of the first chunk.
  49. 0    lelong        0xc3cbc6c5    RISC OS Chunk data
  50. >12    string        OBJ_        \b, AOF object
  51. >12    string        LIB_        \b, ALF library
  52.  
  53. # RISC OS AIF, contains "SWI OS_Exit" at offset 16.
  54. 16    lelong        0xef000011    RISC OS AIF executable
  55.  
  56. # RISC OS Draw files
  57. # From RISC OS Programmer's Reference Manual, Appendix E
  58. 0    string         Draw        RISC OS Draw file data
  59.  
  60. # RISC OS new format font files
  61. # From RISC OS Programmer's Reference Manual, Appendix E
  62. 0    string        FONT\0        RISC OS outline font data,
  63. >5    byte        x        version %d
  64. 0    string        FONT\1        RISC OS 1bpp font data,
  65. >5    byte        x        version %d
  66. 0    string        FONT\4        RISC OS 4bpp font data
  67. >5    byte        x        version %d
  68.  
  69. # RISC OS Music files
  70. # From RISC OS Programmer's Reference Manual, Appendix E
  71. 0    string        Maestro\r    RISC OS music file
  72. >8    byte        x        version %d
  73.  
  74.  
  75. #------------------------------------------------------------------------------
  76. # adi: file(1) magic for ADi's objects
  77. # From Gregory McGarry <g.mcgarry@ieee.org>
  78. #
  79. 0    leshort        0x521c        COFF DSP21k
  80. >18    lelong        &02        executable,
  81. >18    lelong        ^02
  82. >>18    lelong        &01        static object,
  83. >>18    lelong        ^01        relocatable object,
  84. >18    lelong        &010        stripped
  85. >18    lelong        ^010        not stripped
  86.  
  87. #------------------------------------------------------------------------------
  88. # adventure: file(1) magic for Adventure game files
  89. #
  90. # from Allen Garvin <earendil@faeryland.tamu-commerce.edu>
  91. # Edited by Dave Chapeskie <dchapes@ddm.on.ca> Jun 28, 1998
  92. # Edited by Chris Chittleborough <cchittleborough@yahoo.com.au>, March 2002
  93. #
  94. # ALAN
  95. # I assume there are other, lower versions, but these are the only ones I
  96. # saw in the archive.
  97. 0    beshort    0x0206    ALAN game data
  98. >2    byte    <10    version 2.6%d
  99.  
  100.  
  101. # Infocom (see z-machine)
  102. #------------------------------------------------------------------------------
  103. # Z-machine:  file(1) magic for Z-machine binaries.
  104. #
  105. # This will match ${TEX_BASE}/texmf/omega/ocp/char2uni/inbig5.ocp which
  106. # appears to be a version-0 Z-machine binary.
  107. #
  108. # The (false match) message is to correct that behavior.  Perhaps it is
  109. # not needed.
  110. #
  111. 16    belong&0xfe00f0f0    0x3030    Infocom game data
  112. >0    ubyte            0    (false match)
  113. >0    ubyte            >0    (Z-machine %d,
  114. >>2    ubeshort        x    Release %d /
  115. >>18    string            >\0    Serial %.6s)
  116.  
  117. #------------------------------------------------------------------------------
  118. # Glulx:  file(1) magic for Glulx binaries.
  119. #
  120. # I haven't checked for false matches yet.
  121. #
  122. 0    string            Glul    Glulx game data
  123. >4    beshort            x    (Version %d
  124. >>6    byte            x    \b.%d
  125. >>8    byte            x    \b.%d)
  126. >36    string            Info    Compiled by Inform
  127.  
  128.  
  129.  
  130. # For Quetzal and blorb magic see iff
  131.  
  132.  
  133. # TADS (Text Adventure Development System)
  134. #  All files are machine-independent (games compile to byte-code) and are tagged
  135. #  with a version string of the form "V2.<digit>.<digit>\0" (but TADS 3 is
  136. #  on the way).
  137. #  Game files start with "TADS2 bin\n\r\032\0" then the compiler version.
  138. 0    string    TADS2\ bin    TADS
  139. >9    belong  !0x0A0D1A00    game data, CORRUPTED
  140. >9    belong     0x0A0D1A00
  141. >>13    string    >\0        %s game data
  142. #  Resource files start with "TADS2 rsc\n\r\032\0" then the compiler version.
  143. 0    string    TADS2\ rsc    TADS
  144. >9    belong  !0x0A0D1A00    resource data, CORRUPTED
  145. >9    belong     0x0A0D1A00
  146. >>13    string    >\0        %s resource data
  147. #  Some saved game files start with "TADS2 save/g\n\r\032\0", a little-endian
  148. #  2-byte length N, the N-char name of the game file *without* a NUL (darn!),
  149. # "TADS2 save\n\r\032\0" and the interpreter version. 
  150. 0    string    TADS2\ save/g    TADS
  151. >12    belong    !0x0A0D1A00    saved game data, CORRUPTED
  152. >12    belong     0x0A0D1A00
  153. >>(16.s+32) string >\0        %s saved game data
  154. #  Other saved game files start with "TADS2 save\n\r\032\0" and the interpreter
  155. #  version.
  156. 0    string    TADS2\ save    TADS
  157. >10    belong    !0x0A0D1A00    saved game data, CORRUPTED
  158. >10    belong     0x0A0D1A00
  159. >>14    string    >\0        %s saved game data
  160.  
  161. #------------------------------------------------------------------------------
  162. # allegro:  file(1) magic for Allegro datafiles
  163. # Toby Deshane <hac@shoelace.digivill.net>
  164. #
  165. 0 belong 0x736C6821   Allegro datafile (packed)
  166. 0 belong 0x736C682E   Allegro datafile (not packed/autodetect)
  167. 0 belong 0x736C682B   Allegro datafile (appended exe data)
  168.  
  169. #------------------------------------------------------------------------------
  170. # alliant:  file(1) magic for Alliant FX series a.out files
  171. #
  172. # If the FX series is the one that had a processor with a 68K-derived
  173. # instruction set, the "short" should probably become "beshort" and the
  174. # "long" should probably become "belong".
  175. # If it's the i860-based one, they should probably become either the
  176. # big-endian or little-endian versions, depending on the mode they ran
  177. # the 860 in....
  178. #
  179. 0    short        0420        0420 Alliant virtual executable
  180. >2    short        &0x0020        common library
  181. >16    long        >0        not stripped
  182. 0    short        0421        0421 Alliant compact executable
  183. >2    short        &0x0020        common library
  184. >16    long        >0        not stripped
  185. #------------------------------------------------------------------------------
  186. # alpha architecture description
  187. #
  188.  
  189. 0    leshort        0603        COFF format alpha
  190. >22    leshort&030000    !020000        executable
  191. >24    leshort        0410        pure
  192. >24    leshort        0413        paged
  193. >22    leshort&020000    !0        dynamically linked
  194. >16    lelong        !0        not stripped
  195. >16    lelong        0        stripped
  196. >22    leshort&030000    020000        shared library
  197. >24    leshort        0407        object
  198. >27    byte        x        - version %d
  199. >26    byte        x        .%d
  200. >28    byte        x        -%d
  201.  
  202. # Basic recognition of Digital UNIX core dumps - Mike Bremford <mike@opac.bl.uk>
  203. #
  204. # The actual magic number is just "Core", followed by a 2-byte version
  205. # number; however, treating any file that begins with "Core" as a Digital
  206. # UNIX core dump file may produce too many false hits, so we include one
  207. # byte of the version number as well; DU 5.0 appears only to be up to
  208. # version 2.
  209. #
  210. 0    string        Core\001    Alpha COFF format core dump (Digital UNIX)
  211. >24    string        >\0        \b, from '%s'
  212. 0    string        Core\002    Alpha COFF format core dump (Digital UNIX)
  213. >24    string        >\0        \b, from '%s'
  214.  
  215. #------------------------------------------------------------------------------
  216. # amanda:  file(1) magic for amanda file format
  217. #
  218. 0    string    AMANDA:\         AMANDA 
  219. >8    string    TAPESTART\ DATE        tape header file,
  220. >>23    string    X
  221. >>>25    string    >\             Unused %s
  222. >>23    string    >\             DATE %s
  223. >8    string    FILE\             dump file,
  224. >>13    string    >\             DATE %s
  225. #------------------------------------------------------------------------------
  226. # amigaos:  file(1) magic for AmigaOS binary formats:
  227.  
  228. #
  229. # From ignatios@cs.uni-bonn.de (Ignatios Souvatzis)
  230. #
  231. 0    belong        0x000003fa    AmigaOS shared library
  232. 0    belong        0x000003f3    AmigaOS loadseg()ble executable/binary
  233. 0    belong        0x000003e7    AmigaOS object/library data
  234. #
  235. 0    beshort        0xe310        Amiga Workbench
  236. >2    beshort        1        
  237. >>48    byte        1        disk icon
  238. >>48    byte        2        drawer icon
  239. >>48    byte        3        tool icon
  240. >>48    byte        4        project icon
  241. >>48    byte        5        garbage icon
  242. >>48    byte        6        device icon
  243. >>48    byte        7        kickstart icon
  244. >>48    byte        8        workbench application icon
  245. >2    beshort        >1        icon, vers. %d
  246. #
  247. # various sound formats from the Amiga
  248. # G=F6tz Waschk <waschk@informatik.uni-rostock.de>
  249. #
  250. 0    string        FC14        Future Composer 1.4 Module sound file
  251. 0    string        SMOD        Future Composer 1.3 Module sound file
  252. 0    string        AON4artofnoise    Art Of Noise Module sound file
  253. 1    string        MUGICIAN/SOFTEYES Mugician Module sound file
  254. 58    string        SIDMON\ II\ -\ THE    Sidmon 2.0 Module sound file
  255. 0    string        Synth4.0    Synthesis Module sound file
  256. 0    string        ARP.        The Holy Noise Module sound file
  257. 0    string        BeEp\0        JamCracker Module sound file
  258. 0    string        COSO\0        Hippel-COSO Module sound file
  259. # Too simple (short, pure ASCII, deep), MPi
  260. #26    string        V.3        Brian Postma's Soundmon Module sound file v3
  261. #26    string        BPSM        Brian Postma's Soundmon Module sound file v3
  262. #26    string        V.2        Brian Postma's Soundmon Module sound file v2
  263.  
  264. # The following are from: "Stefan A. Haubenthal" <polluks@web.de>
  265. 0    beshort        0x0f00        AmigaOS bitmap font
  266. 0    beshort        0x0f03        AmigaOS outline font
  267. 0    belong        0x80001001    AmigaOS outline tag
  268. 0    string        ##\ version    catalog translation
  269. 0    string        EMOD\0        Amiga E module
  270. 8    string        ECXM\0        ECX module
  271. 0    string/c    @database    AmigaGuide file
  272.  
  273. # Amiga disk types
  274. 0    string        RDSK        Rigid Disk Block
  275. >160    string        x        on %.24s
  276. 0    string        DOS\0        Amiga DOS disk
  277. 0    string        DOS\1        Amiga FFS disk
  278. 0    string        DOS\2        Amiga Inter DOS disk
  279. 0    string        DOS\3        Amiga Inter FFS disk
  280. 0    string        DOS\4        Amiga Fastdir DOS disk
  281. 0    string        DOS\5        Amiga Fastdir FFS disk
  282. 0    string        KICK        Kickstart disk
  283.  
  284. # From: Alex Beregszaszi <alex@fsn.hu>
  285. 0    string        LZX        LZX compressed archive (Amiga)
  286.  
  287.  
  288. #------------------------------------------------------------------------------
  289. # animation:  file(1) magic for animation/movie formats
  290. #
  291. # animation formats
  292. # MPEG, FLI, DL originally from vax@ccwf.cc.utexas.edu (VaX#n8)
  293. # FLC, SGI, Apple originally from Daniel Quinlan (quinlan@yggdrasil.com)
  294.  
  295. # SGI and Apple formats
  296. 0    string        MOVI        Silicon Graphics movie file
  297. 4       string          moov            Apple QuickTime
  298. >12     string          mvhd            \b movie (fast start)
  299. >12     string          mdra            \b URL
  300. >12     string          cmov            \b movie (fast start, compressed header)
  301. >12     string          rmra            \b multiple URLs
  302. 4       string          mdat            Apple QuickTime movie (unoptimized)
  303. 4       string          wide            Apple QuickTime movie (unoptimized)
  304. 4       string          skip            Apple QuickTime movie (modified)
  305. 4       string          free            Apple QuickTime movie (modified)
  306. 4       string          idsc            Apple QuickTime image (fast start)
  307. 4       string          idat            Apple QuickTime image (unoptimized)
  308. 4       string          pckg            Apple QuickTime compressed archive
  309. 4    string/B    jP        JPEG 2000 image
  310. 4    string        ftyp        ISO Media
  311. >8    string        isom        \b, MPEG v4 system, version 1
  312. >8    string        iso2        \b, MPEG v4 system, part 12 revision
  313. >8    string        mp41        \b, MPEG v4 system, version 1
  314. >8    string        mp42        \b, MPEG v4 system, version 2
  315. >8    string        mp7t        \b, MPEG v4 system, MPEG v7 XML
  316. >8    string        mp7b        \b, MPEG v4 system, MPEG v7 binary XML
  317. >8    string/B    jp2        \b, JPEG 2000
  318. >8    string        3gp        \b, MPEG v4 system, 3GPP
  319. >>11    byte        4        \b v4 (H.263/AMR GSM 6.10)
  320. >>11    byte        5        \b v5 (H.263/AMR GSM 6.10)
  321. >>11    byte        6        \b v6 (ITU H.264/AMR GSM 6.10)
  322. >8    string        mmp4        \b, MPEG v4 system, 3GPP Mobile
  323. >8    string        avc1        \b, MPEG v4 system, 3GPP JVT AVC
  324. >8    string/B    M4A        \b, MPEG v4 system, iTunes AAC-LC
  325. >8    string/B    M4P        \b, MPEG v4 system, iTunes AES encrypted
  326. >8    string/B    M4B        \b, MPEG v4 system, iTunes bookmarked
  327. >8    string/B    qt        \b, Apple QuickTime movie
  328.  
  329. # MPEG sequences
  330. # Scans for all common MPEG header start codes
  331. 0        belong             0x00000001     JVT NAL sequence
  332. >4       byte&0x1F          0x07           \b, H.264 video
  333. >>5      byte               66             \b, baseline
  334. >>5      byte               77             \b, main
  335. >>5      byte               88             \b, extended
  336. >>7      byte               x              \b @ L %u
  337. 0        belong&0xFFFFFF00  0x00000100     MPEG sequence
  338. >3       byte               0xBA
  339. >>4      byte               &0x40          \b, v2, program multiplex
  340. >>4      byte               ^0x40          \b, v1, system multiplex
  341. >3       byte               0xBB           \b, v1/2, multiplex (missing pack header)
  342. >3       byte&0x1F          0x07           \b, H.264 video
  343. >>4      byte               66             \b, baseline
  344. >>4      byte               77             \b, main
  345. >>4      byte               88             \b, extended
  346. >>6      byte               x              \b @ L %u
  347. >3       byte               0xB0           \b, v4
  348. >>5      belong             0x000001B5
  349. >>>9     byte               &0x80
  350. >>>>10   byte&0xF0          16             \b, video
  351. >>>>10   byte&0xF0          32             \b, still texture
  352. >>>>10   byte&0xF0          48             \b, mesh
  353. >>>>10   byte&0xF0          64             \b, face
  354. >>>9     byte&0xF8          8              \b, video
  355. >>>9     byte&0xF8          16             \b, still texture
  356. >>>9     byte&0xF8          24             \b, mesh
  357. >>>9     byte&0xF8          32             \b, face
  358. >>4      byte               1              \b, simple @ L1
  359. >>4      byte               2              \b, simple @ L2
  360. >>4      byte               3              \b, simple @ L3
  361. >>4      byte               4              \b, simple @ L0
  362. >>4      byte               17             \b, simple scalable @ L1
  363. >>4      byte               18             \b, simple scalable @ L2
  364. >>4      byte               33             \b, core @ L1
  365. >>4      byte               34             \b, core @ L2
  366. >>4      byte               50             \b, main @ L2
  367. >>4      byte               51             \b, main @ L3
  368. >>4      byte               53             \b, main @ L4
  369. >>4      byte               66             \b, n-bit @ L2
  370. >>4      byte               81             \b, scalable texture @ L1
  371. >>4      byte               97             \b, simple face animation @ L1
  372. >>4      byte               98             \b, simple face animation @ L2
  373. >>4      byte               99             \b, simple face basic animation @ L1
  374. >>4      byte               100            \b, simple face basic animation @ L2
  375. >>4      byte               113            \b, basic animation text @ L1
  376. >>4      byte               114            \b, basic animation text @ L2
  377. >>4      byte               129            \b, hybrid @ L1
  378. >>4      byte               130            \b, hybrid @ L2
  379. >>4      byte               145            \b, advanced RT simple @ L!
  380. >>4      byte               146            \b, advanced RT simple @ L2
  381. >>4      byte               147            \b, advanced RT simple @ L3
  382. >>4      byte               148            \b, advanced RT simple @ L4
  383. >>4      byte               161            \b, core scalable @ L1
  384. >>4      byte               162            \b, core scalable @ L2
  385. >>4      byte               163            \b, core scalable @ L3
  386. >>4      byte               177            \b, advanced coding efficiency @ L1
  387. >>4      byte               178            \b, advanced coding efficiency @ L2
  388. >>4      byte               179            \b, advanced coding efficiency @ L3
  389. >>4      byte               180            \b, advanced coding efficiency @ L4
  390. >>4      byte               193            \b, advanced core @ L1
  391. >>4      byte               194            \b, advanced core @ L2
  392. >>4      byte               209            \b, advanced scalable texture @ L1
  393. >>4      byte               210            \b, advanced scalable texture @ L2
  394. >>4      byte               211            \b, advanced scalable texture @ L3
  395. >>4      byte               225            \b, simple studio @ L1
  396. >>4      byte               226            \b, simple studio @ L2
  397. >>4      byte               227            \b, simple studio @ L3
  398. >>4      byte               228            \b, simple studio @ L4
  399. >>4      byte               229            \b, core studio @ L1
  400. >>4      byte               230            \b, core studio @ L2
  401. >>4      byte               231            \b, core studio @ L3
  402. >>4      byte               232            \b, core studio @ L4
  403. >>4      byte               240            \b, advanced simple @ L0
  404. >>4      byte               241            \b, advanced simple @ L1
  405. >>4      byte               242            \b, advanced simple @ L2
  406. >>4      byte               243            \b, advanced simple @ L3
  407. >>4      byte               244            \b, advanced simple @ L4
  408. >>4      byte               245            \b, advanced simple @ L5
  409. >>4      byte               247            \b, advanced simple @ L3b
  410. >>4      byte               248            \b, FGS @ L0
  411. >>4      byte               249            \b, FGS @ L1
  412. >>4      byte               250            \b, FGS @ L2
  413. >>4      byte               251            \b, FGS @ L3
  414. >>4      byte               252            \b, FGS @ L4
  415. >>4      byte               253            \b, FGS @ L5
  416. >3       byte               0xB5           \b, v4
  417. >>4      byte               &0x80
  418. >>>5     byte&0xF0          16             \b, video (missing profile header)
  419. >>>5     byte&0xF0          32             \b, still texture (missing profile header)
  420. >>>5     byte&0xF0          48             \b, mesh (missing profile header)
  421. >>>5     byte&0xF0          64             \b, face (missing profile header)
  422. >>4      byte&0xF8          8              \b, video (missing profile header)
  423. >>4      byte&0xF8          16             \b, still texture (missing profile header)
  424. >>4      byte&0xF8          24             \b, mesh (missing profile header)
  425. >>4      byte&0xF8          32             \b, face (missing profile header)
  426. >3       byte               0xB3
  427. >>12     belong             0x000001B8     \b, v1, progressive Y'CbCr 4:2:0 video
  428. >>12     belong             0x000001B2     \b, v1, progressive Y'CbCr 4:2:0 video
  429. >>12     belong             0x000001B5     \b, v2,
  430. >>>16    byte&0x0F          1              \b HP
  431. >>>16    byte&0x0F          2              \b Spt
  432. >>>16    byte&0x0F          3              \b SNR
  433. >>>16    byte&0x0F          4              \b MP
  434. >>>16    byte&0x0F          5              \b SP
  435. >>>17    byte&0xF0          64             \b@HL
  436. >>>17    byte&0xF0          96             \b@H-14
  437. >>>17    byte&0xF0          128            \b@ML
  438. >>>17    byte&0xF0          160            \b@LL
  439. >>>17    byte               &0x08          \b progressive
  440. >>>17    byte               ^0x08          \b interlaced
  441. >>>17    byte&0x06          2              \b Y'CbCr 4:2:0 video
  442. >>>17    byte&0x06          4              \b Y'CbCr 4:2:2 video
  443. >>>17    byte&0x06          6              \b Y'CbCr 4:4:4 video
  444. >>11     byte               &0x02
  445. >>>75    byte               &0x01
  446. >>>>140  belong             0x000001B8     \b, v1, progressive Y'CbCr 4:2:0 video
  447. >>>>140  belong             0x000001B2     \b, v1, progressive Y'CbCr 4:2:0 video
  448. >>>>140  belong             0x000001B5     \b, v2,
  449. >>>>>144 byte&0x0F          1              \b HP
  450. >>>>>144 byte&0x0F          2              \b Spt
  451. >>>>>144 byte&0x0F          3              \b SNR
  452. >>>>>144 byte&0x0F          4              \b MP
  453. >>>>>144 byte&0x0F          5              \b SP
  454. >>>>>145 byte&0xF0          64             \b@HL
  455. >>>>>145 byte&0xF0          96             \b@H-14
  456. >>>>>145 byte&0xF0          128            \b@ML
  457. >>>>>145 byte&0xF0          160            \b@LL
  458. >>>>>145 byte               &0x08          \b progressive
  459. >>>>>145 byte               ^0x08          \b interlaced
  460. >>>>>145 byte&0x06          2              \b Y'CbCr 4:2:0 video
  461. >>>>>145 byte&0x06          4              \b Y'CbCr 4:2:2 video
  462. >>>>>145 byte&0x06          6              \b Y'CbCr 4:4:4 video
  463. >>76    belong             0x000001B8     \b, v1, progressive Y'CbCr 4:2:0 video
  464. >>76    belong             0x000001B2     \b, v1, progressive Y'CbCr 4:2:0 video
  465. >>76    belong             0x000001B5     \b, v2,
  466. >>>80   byte&0x0F          1              \b HP
  467. >>>80   byte&0x0F          2              \b Spt
  468. >>>80   byte&0x0F          3              \b SNR
  469. >>>80   byte&0x0F          4              \b MP
  470. >>>80   byte&0x0F          5              \b SP
  471. >>>81   byte&0xF0          64             \b@HL
  472. >>>81   byte&0xF0          96             \b@H-14
  473. >>>81   byte&0xF0          128            \b@ML
  474. >>>81   byte&0xF0          160            \b@LL
  475. >>>81   byte               &0x08          \b progressive
  476. >>>81   byte               ^0x08          \b interlaced
  477. >>>81   byte&0x06          2              \b Y'CbCr 4:2:0 video
  478. >>>81   byte&0x06          4              \b Y'CbCr 4:2:2 video
  479. >>>81   byte&0x06          6              \b Y'CbCr 4:4:4 video
  480. >>4      belong&0xFFFFFF00  0x78043800     \b, HD-TV 1920P
  481. >>>7     byte&0xF0          0x10           \b, 16:9
  482. >>4      belong&0xFFFFFF00  0x50002D00     \b, SD-TV 1280I
  483. >>>7     byte&0xF0          0x10           \b, 16:9
  484. >>4      belong&0xFFFFFF00  0x30024000     \b, PAL Capture
  485. >>>7     byte&0xF0          0x10           \b, 4:3
  486. >>4      beshort&0xFFF0     0x2C00         \b, 4CIF
  487. >>>5     beshort&0x0FFF     0x01E0         \b NTSC
  488. >>>5     beshort&0x0FFF     0x0240         \b PAL
  489. >>>7     byte&0xF0          0x20           \b, 4:3
  490. >>>7     byte&0xF0          0x30           \b, 16:9
  491. >>>7     byte&0xF0          0x40           \b, 11:5
  492. >>>7     byte&0xF0          0x80           \b, PAL 4:3
  493. >>>7     byte&0xF0          0xC0           \b, NTSC 4:3
  494. >>4      belong&0xFFFFFF00  0x2801E000     \b, LD-TV 640P
  495. >>>7     byte&0xF0          0x10           \b, 4:3
  496. >>4      belong&0xFFFFFF00  0x1400F000     \b, 320x240
  497. >>>7     byte&0xF0          0x10           \b, 4:3
  498. >>4      belong&0xFFFFFF00  0x0F00A000     \b, 240x160
  499. >>>7     byte&0xF0          0x10           \b, 4:3
  500. >>4      belong&0xFFFFFF00  0x0A007800     \b, 160x120
  501. >>>7     byte&0xF0          0x10           \b, 4:3
  502. >>4      beshort&0xFFF0     0x1600         \b, CIF
  503. >>>5     beshort&0x0FFF     0x00F0         \b NTSC
  504. >>>5     beshort&0x0FFF     0x0120         \b PAL
  505. >>>7     byte&0xF0          0x20           \b, 4:3
  506. >>>7     byte&0xF0          0x30           \b, 16:9
  507. >>>7     byte&0xF0          0x40           \b, 11:5
  508. >>>7     byte&0xF0          0x80           \b, PAL 4:3
  509. >>>7     byte&0xF0          0xC0           \b, NTSC 4:3
  510. >>>5     beshort&0x0FFF     0x0240         \b PAL 625
  511. >>>>7    byte&0xF0          0x20           \b, 4:3
  512. >>>>7    byte&0xF0          0x30           \b, 16:9
  513. >>>>7    byte&0xF0          0x40           \b, 11:5
  514. >>4      beshort&0xFFF0     0x2D00         \b, CCIR/ITU
  515. >>>5     beshort&0x0FFF     0x01E0         \b NTSC 525
  516. >>>5     beshort&0x0FFF     0x0240         \b PAL 625
  517. >>>7     byte&0xF0          0x20           \b, 4:3
  518. >>>7     byte&0xF0          0x30           \b, 16:9
  519. >>>7     byte&0xF0          0x40           \b, 11:5
  520. >>4      beshort&0xFFF0     0x1E00         \b, SVCD
  521. >>>5     beshort&0x0FFF     0x01E0         \b NTSC 525
  522. >>>5     beshort&0x0FFF     0x0240         \b PAL 625
  523. >>>7     byte&0xF0          0x20           \b, 4:3
  524. >>>7     byte&0xF0          0x30           \b, 16:9
  525. >>>7     byte&0xF0          0x40           \b, 11:5
  526. >>7      byte&0x0F          1              \b, 23.976 fps
  527. >>7      byte&0x0F          2              \b, 24 fps
  528. >>7      byte&0x0F          3              \b, 25 fps
  529. >>7      byte&0x0F          4              \b, 29.97 fps
  530. >>7      byte&0x0F          5              \b, 30 fps
  531. >>7      byte&0x0F          6              \b, 50 fps
  532. >>7      byte&0x0F          7              \b, 59.94 fps
  533. >>7      byte&0x0F          8              \b, 60 fps
  534. >>11     byte               &0x04          \b, Constrained
  535.  
  536. # MPEG ADTS Audio (*.mpx/mxa/aac)
  537. # from dreesen@math.fu-berlin.de
  538. # modified to fully support MPEG ADTS
  539.  
  540. # MP3, M1A
  541. 0       beshort&0xFFFE  0xFFFA         MPEG ADTS, layer III, v1
  542. # rates
  543. >2      byte&0xF0       0x10           \b,  32 kBits
  544. >2      byte&0xF0       0x20           \b,  40 kBits
  545. >2      byte&0xF0       0x30           \b,  48 kBits
  546. >2      byte&0xF0       0x40           \b,  56 kBits
  547. >2      byte&0xF0       0x50           \b,  64 kBits
  548. >2      byte&0xF0       0x60           \b,  80 kBits
  549. >2      byte&0xF0       0x70           \b,  96 kBits
  550. >2      byte&0xF0       0x80           \b, 112 kBits
  551. >2      byte&0xF0       0x90           \b, 128 kBits
  552. >2      byte&0xF0       0xA0           \b, 160 kBits
  553. >2      byte&0xF0       0xB0           \b, 192 kBits
  554. >2      byte&0xF0       0xC0           \b, 224 kBits
  555. >2      byte&0xF0       0xD0           \b, 256 kBits
  556. >2      byte&0xF0       0xE0           \b, 320 kBits
  557. # timing
  558. >2      byte&0x0C       0x00           \b, 44.1 kHz
  559. >2      byte&0x0C       0x04           \b, 48 kHz
  560. >2      byte&0x0C       0x08           \b, 32 kHz
  561. # channels/options
  562. >3      byte&0xC0       0x00           \b, Stereo
  563. >3      byte&0xC0       0x40           \b, JntStereo
  564. >3      byte&0xC0       0x80           \b, 2x Monaural
  565. >3      byte&0xC0       0xC0           \b, Monaural
  566. #>1     byte            ^0x01          \b, Data Verify
  567. #>2     byte            &0x02          \b, Packet Pad
  568. #>2     byte            &0x01          \b, Custom Flag
  569. #>3     byte            &0x08          \b, Copyrighted
  570. #>3     byte            &0x04          \b, Original Source
  571. #>3     byte&0x03       1              \b, NR: 50/15 ms
  572. #>3     byte&0x03       3              \b, NR: CCIT J.17
  573.  
  574. # MP2, M1A
  575. 0       beshort&0xFFFE  0xFFFC         MPEG ADTS, layer II, v1
  576. # rates
  577. >2      byte&0xF0       0x10           \b,  32 kBits
  578. >2      byte&0xF0       0x20           \b,  48 kBits
  579. >2      byte&0xF0       0x30           \b,  56 kBits
  580. >2      byte&0xF0       0x40           \b,  64 kBits
  581. >2      byte&0xF0       0x50           \b,  80 kBits
  582. >2      byte&0xF0       0x60           \b,  96 kBits
  583. >2      byte&0xF0       0x70           \b, 112 kBits
  584. >2      byte&0xF0       0x80           \b, 128 kBits
  585. >2      byte&0xF0       0x90           \b, 160 kBits
  586. >2      byte&0xF0       0xA0           \b, 192 kBits
  587. >2      byte&0xF0       0xB0           \b, 224 kBits
  588. >2      byte&0xF0       0xC0           \b, 256 kBits
  589. >2      byte&0xF0       0xD0           \b, 320 kBits
  590. >2      byte&0xF0       0xE0           \b, 384 kBits
  591. # timing
  592. >2      byte&0x0C       0x00           \b, 44.1 kHz
  593. >2      byte&0x0C       0x04           \b, 48 kHz
  594. >2      byte&0x0C       0x08           \b, 32 kHz
  595. # channels/options
  596. >3      byte&0xC0       0x00           \b, Stereo
  597. >3      byte&0xC0       0x40           \b, JntStereo
  598. >3      byte&0xC0       0x80           \b, 2x Monaural
  599. >3      byte&0xC0       0xC0           \b, Monaural
  600. #>1     byte            ^0x01          \b, Data Verify
  601. #>2     byte            &0x02          \b, Packet Pad
  602. #>2     byte            &0x01          \b, Custom Flag
  603. #>3     byte            &0x08          \b, Copyrighted
  604. #>3     byte            &0x04          \b, Original Source
  605. #>3     byte&0x03       1              \b, NR: 50/15 ms
  606. #>3     byte&0x03       3              \b, NR: CCIT J.17
  607.  
  608. # MPA, M1A
  609. # modified by Joerg Jenderek
  610. # GRR the original test are too common for many DOS files, so test 32 <= kbits <= 448
  611. 0    beshort&0xFFFE        0xFFFE    
  612. >2    byte&0xF0    >0x0F        
  613. >>2    byte&0xF0    <0xE1        MPEG ADTS, layer I, v1
  614. # rate
  615. >>>2      byte&0xF0       0x10           \b,  32 kBits
  616. >>>2      byte&0xF0       0x20           \b,  64 kBits
  617. >>>2      byte&0xF0       0x30           \b,  96 kBits
  618. >>>2      byte&0xF0       0x40           \b, 128 kBits
  619. >>>2      byte&0xF0       0x50           \b, 160 kBits
  620. >>>2      byte&0xF0       0x60           \b, 192 kBits
  621. >>>2      byte&0xF0       0x70           \b, 224 kBits
  622. >>>2      byte&0xF0       0x80           \b, 256 kBits
  623. >>>2      byte&0xF0       0x90           \b, 288 kBits
  624. >>>2      byte&0xF0       0xA0           \b, 320 kBits
  625. >>>2      byte&0xF0       0xB0           \b, 352 kBits
  626. >>>2      byte&0xF0       0xC0           \b, 384 kBits
  627. >>>2      byte&0xF0       0xD0           \b, 416 kBits
  628. >>>2      byte&0xF0       0xE0           \b, 448 kBits
  629. # timing
  630. >>>2      byte&0x0C       0x00           \b, 44.1 kHz
  631. >>>2      byte&0x0C       0x04           \b, 48 kHz
  632. >>>2      byte&0x0C       0x08           \b, 32 kHz
  633. # channels/options
  634. >>>3      byte&0xC0       0x00           \b, Stereo
  635. >>>3      byte&0xC0       0x40           \b, JntStereo
  636. >>>3      byte&0xC0       0x80           \b, 2x Monaural
  637. >>>3      byte&0xC0       0xC0           \b, Monaural
  638. #>1     byte            ^0x01          \b, Data Verify
  639. #>2     byte            &0x02          \b, Packet Pad
  640. #>2     byte            &0x01          \b, Custom Flag
  641. #>3     byte            &0x08          \b, Copyrighted
  642. #>3     byte            &0x04          \b, Original Source
  643. #>3     byte&0x03       1              \b, NR: 50/15 ms
  644. #>3     byte&0x03       3              \b, NR: CCIT J.17
  645.  
  646. # MP3, M2A
  647. 0       beshort&0xFFFE  0xFFF2         MPEG ADTS, layer III, v2
  648. # rate
  649. >2      byte&0xF0       0x10           \b,   8 kBits
  650. >2      byte&0xF0       0x20           \b,  16 kBits
  651. >2      byte&0xF0       0x30           \b,  24 kBits
  652. >2      byte&0xF0       0x40           \b,  32 kBits
  653. >2      byte&0xF0       0x50           \b,  40 kBits
  654. >2      byte&0xF0       0x60           \b,  48 kBits
  655. >2      byte&0xF0       0x70           \b,  56 kBits
  656. >2      byte&0xF0       0x80           \b,  64 kBits
  657. >2      byte&0xF0       0x90           \b,  80 kBits
  658. >2      byte&0xF0       0xA0           \b,  96 kBits
  659. >2      byte&0xF0       0xB0           \b, 112 kBits
  660. >2      byte&0xF0       0xC0           \b, 128 kBits
  661. >2      byte&0xF0       0xD0           \b, 144 kBits
  662. >2      byte&0xF0       0xE0           \b, 160 kBits
  663. # timing
  664. >2      byte&0x0C       0x00           \b, 22.05 kHz
  665. >2      byte&0x0C       0x04           \b, 24 kHz
  666. >2      byte&0x0C       0x08           \b, 16 kHz
  667. # channels/options
  668. >3      byte&0xC0       0x00           \b, Stereo
  669. >3      byte&0xC0       0x40           \b, JntStereo
  670. >3      byte&0xC0       0x80           \b, 2x Monaural
  671. >3      byte&0xC0       0xC0           \b, Monaural
  672. #>1     byte            ^0x01          \b, Data Verify
  673. #>2     byte            &0x02          \b, Packet Pad
  674. #>2     byte            &0x01          \b, Custom Flag
  675. #>3     byte            &0x08          \b, Copyrighted
  676. #>3     byte            &0x04          \b, Original Source
  677. #>3     byte&0x03       1              \b, NR: 50/15 ms
  678. #>3     byte&0x03       3              \b, NR: CCIT J.17
  679.  
  680. # MP2, M2A
  681. 0       beshort&0xFFFE  0xFFF4         MPEG ADTS, layer II, v2
  682. # rate 
  683. >2      byte&0xF0       0x10           \b,   8 kBits
  684. >2      byte&0xF0       0x20           \b,  16 kBits 
  685. >2      byte&0xF0       0x30           \b,  24 kBits
  686. >2      byte&0xF0       0x40           \b,  32 kBits
  687. >2      byte&0xF0       0x50           \b,  40 kBits
  688. >2      byte&0xF0       0x60           \b,  48 kBits
  689. >2      byte&0xF0       0x70           \b,  56 kBits
  690. >2      byte&0xF0       0x80           \b,  64 kBits
  691. >2      byte&0xF0       0x90           \b,  80 kBits
  692. >2      byte&0xF0       0xA0           \b,  96 kBits
  693. >2      byte&0xF0       0xB0           \b, 112 kBits
  694. >2      byte&0xF0       0xC0           \b, 128 kBits
  695. >2      byte&0xF0       0xD0           \b, 144 kBits
  696. >2      byte&0xF0       0xE0           \b, 160 kBits
  697. # timing
  698. >2      byte&0x0C       0x00           \b, 22.05 kHz
  699. >2      byte&0x0C       0x04           \b, 24 kHz
  700. >2      byte&0x0C       0x08           \b, 16 kHz
  701. # channels/options
  702. >3      byte&0xC0       0x00           \b, Stereo
  703. >3      byte&0xC0       0x40           \b, JntStereo
  704. >3      byte&0xC0       0x80           \b, 2x Monaural
  705. >3      byte&0xC0       0xC0           \b, Monaural
  706. #>1     byte            ^0x01          \b, Data Verify
  707. #>2     byte            &0x02          \b, Packet Pad
  708. #>2     byte            &0x01          \b, Custom Flag
  709. #>3     byte            &0x08          \b, Copyrighted
  710. #>3     byte            &0x04          \b, Original Source
  711. #>3     byte&0x03       1              \b, NR: 50/15 ms
  712. #>3     byte&0x03       3              \b, NR: CCIT J.17
  713.  
  714. # MPA, M2A
  715. 0       beshort&0xFFFE  0xFFF6         MPEG ADTS, layer I, v2
  716. # rate
  717. >2      byte&0xF0       0x10           \b,  32 kBits
  718. >2      byte&0xF0       0x20           \b,  48 kBits
  719. >2      byte&0xF0       0x30           \b,  56 kBits
  720. >2      byte&0xF0       0x40           \b,  64 kBits
  721. >2      byte&0xF0       0x50           \b,  80 kBits
  722. >2      byte&0xF0       0x60           \b,  96 kBits
  723. >2      byte&0xF0       0x70           \b, 112 kBits
  724. >2      byte&0xF0       0x80           \b, 128 kBits
  725. >2      byte&0xF0       0x90           \b, 144 kBits
  726. >2      byte&0xF0       0xA0           \b, 160 kBits
  727. >2      byte&0xF0       0xB0           \b, 176 kBits
  728. >2      byte&0xF0       0xC0           \b, 192 kBits
  729. >2      byte&0xF0       0xD0           \b, 224 kBits
  730. >2      byte&0xF0       0xE0           \b, 256 kBits
  731. # timing
  732. >2      byte&0x0C       0x00           \b, 22.05 kHz
  733. >2      byte&0x0C       0x04           \b, 24 kHz
  734. >2      byte&0x0C       0x08           \b, 16 kHz
  735. # channels/options
  736. >3      byte&0xC0       0x00           \b, Stereo
  737. >3      byte&0xC0       0x40           \b, JntStereo
  738. >3      byte&0xC0       0x80           \b, 2x Monaural
  739. >3      byte&0xC0       0xC0           \b, Monaural
  740. #>1     byte            ^0x01          \b, Data Verify
  741. #>2     byte            &0x02          \b, Packet Pad
  742. #>2     byte            &0x01          \b, Custom Flag
  743. #>3     byte            &0x08          \b, Copyrighted
  744. #>3     byte            &0x04          \b, Original Source
  745. #>3     byte&0x03       1              \b, NR: 50/15 ms
  746. #>3     byte&0x03       3              \b, NR: CCIT J.17
  747.  
  748. # MP3, M25A
  749. 0       beshort&0xFFFE  0xFFE2         MPEG ADTS, layer III,  v2.5
  750. # rate  
  751. >2      byte&0xF0       0x10           \b,   8 kBits
  752. >2      byte&0xF0       0x20           \b,  16 kBits
  753. >2      byte&0xF0       0x30           \b,  24 kBits
  754. >2      byte&0xF0       0x40           \b,  32 kBits
  755. >2      byte&0xF0       0x50           \b,  40 kBits
  756. >2      byte&0xF0       0x60           \b,  48 kBits
  757. >2      byte&0xF0       0x70           \b,  56 kBits
  758. >2      byte&0xF0       0x80           \b,  64 kBits
  759. >2      byte&0xF0       0x90           \b,  80 kBits
  760. >2      byte&0xF0       0xA0           \b,  96 kBits
  761. >2      byte&0xF0       0xB0           \b, 112 kBits
  762. >2      byte&0xF0       0xC0           \b, 128 kBits
  763. >2      byte&0xF0       0xD0           \b, 144 kBits
  764. >2      byte&0xF0       0xE0           \b, 160 kBits
  765. # timing
  766. >2      byte&0x0C       0x00           \b, 11.025 kHz
  767. >2      byte&0x0C       0x04           \b, 12 kHz
  768. >2      byte&0x0C       0x08           \b, 8 kHz
  769. # channels/options
  770. >3      byte&0xC0       0x00           \b, Stereo
  771. >3      byte&0xC0       0x40           \b, JntStereo
  772. >3      byte&0xC0       0x80           \b, 2x Monaural
  773. >3      byte&0xC0       0xC0           \b, Monaural
  774. #>1     byte            ^0x01          \b, Data Verify
  775. #>2     byte            &0x02          \b, Packet Pad
  776. #>2     byte            &0x01          \b, Custom Flag
  777. #>3     byte            &0x08          \b, Copyrighted
  778. #>3     byte            &0x04          \b, Original Source
  779. #>3     byte&0x03       1              \b, NR: 50/15 ms
  780. #>3     byte&0x03       3              \b, NR: CCIT J.17
  781.  
  782. # AAC (aka MPEG-2 NBC audio) and MPEG-4 audio
  783.  
  784. # Stored AAC streams (instead of the MP4 format)
  785. 0       string          ADIF           MPEG ADIF, AAC
  786. >4      byte            &0x80
  787. >>13    byte            &0x10          \b, VBR
  788. >>13    byte            ^0x10          \b, CBR
  789. >>16    byte&0x1E       0x02           \b, single stream
  790. >>16    byte&0x1E       0x04           \b, 2 streams
  791. >>16    byte&0x1E       0x06           \b, 3 streams
  792. >>16    byte            &0x08          \b, 4 or more streams
  793. >>16    byte            &0x10          \b, 8 or more streams
  794. >>4    byte            &0x80          \b, Copyrighted
  795. >>13   byte            &0x40          \b, Original Source
  796. >>13   byte            &0x20          \b, Home Flag
  797. >4      byte            ^0x80
  798. >>4     byte            &0x10          \b, VBR
  799. >>4     byte            ^0x10          \b, CBR
  800. >>7     byte&0x1E       0x02           \b, single stream
  801. >>7     byte&0x1E       0x04           \b, 2 streams
  802. >>7     byte&0x1E       0x06           \b, 3 streams
  803. >>7     byte            &0x08          \b, 4 or more streams
  804. >>7     byte            &0x10          \b, 8 or more streams
  805. >>4    byte            &0x40          \b, Original Stream(s)
  806. >>4    byte            &0x20          \b, Home Source
  807.  
  808. # Live or stored single AAC stream (used with MPEG-2 systems)
  809. 0       beshort&0xFFF6  0xFFF0         MPEG ADTS, AAC
  810. >1      byte            &0x08          \b, v2
  811. >1      byte            ^0x08          \b, v4
  812. # profile
  813. >>2     byte            &0xC0          \b LTP
  814. >2      byte&0xc0       0x00           \b Main
  815. >2      byte&0xc0       0x40           \b LC
  816. >2      byte&0xc0       0x80           \b SSR
  817. # timing
  818. >2      byte&0x3c       0x00           \b, 96 kHz
  819. >2      byte&0x3c       0x04           \b, 88.2 kHz
  820. >2      byte&0x3c       0x08           \b, 64 kHz
  821. >2      byte&0x3c       0x0c           \b, 48 kHz
  822. >2      byte&0x3c       0x10           \b, 44.1 kHz
  823. >2      byte&0x3c       0x14           \b, 32 kHz
  824. >2      byte&0x3c       0x18           \b, 24 kHz
  825. >2      byte&0x3c       0x1c           \b, 22.05 kHz
  826. >2      byte&0x3c       0x20           \b, 16 kHz
  827. >2      byte&0x3c       0x24           \b, 12 kHz
  828. >2      byte&0x3c       0x28           \b, 11.025 kHz
  829. >2      byte&0x3c       0x2c           \b, 8 kHz
  830. # channels
  831. >2      beshort&0x01c0  0x0040         \b, monaural
  832. >2      beshort&0x01c0  0x0080         \b, stereo
  833. >2      beshort&0x01c0  0x00c0         \b, stereo + center
  834. >2      beshort&0x01c0  0x0100         \b, stereo+center+LFE
  835. >2      beshort&0x01c0  0x0140         \b, surround
  836. >2      beshort&0x01c0  0x0180         \b, surround + LFE
  837. >2      beshort         &0x01C0        \b, surround + side
  838. #>1     byte            ^0x01           \b, Data Verify
  839. #>2     byte            &0x02           \b, Custom Flag
  840. #>3     byte            &0x20           \b, Original Stream
  841. #>3     byte            &0x10           \b, Home Source
  842. #>3     byte            &0x08           \b, Copyrighted
  843.  
  844. # Live MPEG-4 audio streams (instead of RTP FlexMux)
  845. 0       beshort&0xFFE0  0x56E0         MPEG-4 LOAS
  846. #>1     beshort&0x1FFF  x              \b, %u byte packet
  847. >3      byte&0xE0       0x40
  848. >>4     byte&0x3C       0x04           \b, single stream
  849. >>4     byte&0x3C       0x08           \b, 2 streams
  850. >>4     byte&0x3C       0x0C           \b, 3 streams
  851. >>4     byte            &0x08          \b, 4 or more streams
  852. >>4     byte            &0x20          \b, 8 or more streams
  853. >3      byte&0xC0       0
  854. >>4     byte&0x78       0x08           \b, single stream
  855. >>4     byte&0x78       0x10           \b, 2 streams
  856. >>4     byte&0x78       0x18           \b, 3 streams
  857. >>4     byte            &0x20          \b, 4 or more streams
  858. >>4     byte            &0x40          \b, 8 or more streams
  859. 0       beshort         0x4DE1         MPEG-4 LO-EP audio stream
  860.  
  861. # FLI animation format
  862. 4    leshort        0xAF11            FLI file
  863. >6    leshort        x            - %d frames,
  864. >8    leshort        x            width=%d pixels,
  865. >10    leshort        x            height=%d pixels,
  866. >12    leshort        x            depth=%d,
  867. >16    leshort        x            ticks/frame=%d
  868. # FLC animation format
  869. 4    leshort        0xAF12            FLC file
  870. >6    leshort        x            - %d frames
  871. >8    leshort        x            width=%d pixels,
  872. >10    leshort        x            height=%d pixels,
  873. >12    leshort        x            depth=%d,
  874. >16    leshort        x            ticks/frame=%d
  875.  
  876. # DL animation format
  877. # XXX - collision with most `mips' magic
  878. #
  879. # I couldn't find a real magic number for these, however, this
  880. # -appears- to work.  Note that it might catch other files, too, so be
  881. # careful!
  882. #
  883. # Note that title and author appear in the two 20-byte chunks
  884. # at decimal offsets 2 and 22, respectively, but they are XOR'ed with
  885. # 255 (hex FF)!  The DL format is really bad.
  886. #
  887. #0    byte    1    DL version 1, medium format (160x100, 4 images/screen)
  888. #>42    byte    x    - %d screens,
  889. #>43    byte    x    %d commands
  890. #0    byte    2    DL version 2
  891. #>1    byte    1    - large format (320x200,1 image/screen),
  892. #>1    byte    2    - medium format (160x100,4 images/screen),
  893. #>1    byte    >2    - unknown format,
  894. #>42    byte    x    %d screens,
  895. #>43    byte    x    %d commands
  896. # Based on empirical evidence, DL version 3 have several nulls following the
  897. # \003.  Most of them start with non-null values at hex offset 0x34 or so.
  898. #0    string    \3\0\0\0\0\0\0\0\0\0\0\0    DL version 3
  899.  
  900. # iso 13818 transport stream
  901. #
  902. # from Oskar Schirmer <schirmer@scara.com> Feb 3, 2001 (ISO 13818.1)
  903. # (the following is a little bit restrictive and works fine for a stream
  904. #  that starts with PAT properly. it won't work for stream data, that is
  905. #  cut from an input device data right in the middle, but this shouldn't
  906. #  disturb)
  907. # syncbyte      8 bit    0x47
  908. # error_ind     1 bit    -
  909. # payload_start 1 bit    1
  910. # priority      1 bit    -
  911. # PID          13 bit    0x0000
  912. # scrambling    2 bit    -
  913. # adaptfld_ctrl 2 bit    1 or 3
  914. # conti_count   4 bit    0
  915. 0    belong&0xFF5FFF1F    0x47400010    MPEG transport stream data
  916. >188    byte            !0x47        CORRUPTED
  917.  
  918. # DIF digital video file format <mpruett@sgi.com>
  919. 0    belong&0xffffff00    0x1f070000      DIF
  920. >4    byte            &0x01        (DVCPRO) movie file
  921. >4    byte            ^0x01        (DV) movie file
  922. >3    byte            &0x80        (PAL)
  923. >3    byte            ^0x80        (NTSC)
  924.  
  925. # Microsoft Advanced Streaming Format (ASF) <mpruett@sgi.com>
  926. 0    belong            0x3026b275    Microsoft ASF
  927.  
  928. # MNG Video Format, <URL:http://www.libpng.org/pub/mng/spec/>
  929. 0    string            \x8aMNG        MNG video data,
  930. >4    belong            !0x0d0a1a0a    CORRUPTED,
  931. >4    belong            0x0d0a1a0a
  932. >>16    belong    x                %ld x
  933. >>20    belong    x                %ld
  934.  
  935. # JNG Video Format, <URL:http://www.libpng.org/pub/mng/spec/>
  936. 0    string            \x8bJNG        JNG video data,
  937. >4    belong            !0x0d0a1a0a    CORRUPTED,
  938. >4    belong            0x0d0a1a0a
  939. >>16    belong    x                %ld x
  940. >>20    belong    x                %ld
  941.  
  942. # Vivo video (Wolfram Kleff)
  943. 3    string        \x0D\x0AVersion:Vivo    Vivo video data
  944.  
  945. # VRML (Virtual Reality Modelling Language)
  946. 0       string/b        #VRML\ V1.0\ ascii    VRML 1 file
  947. 0    string/b    #VRML\ V2.0\ utf8    ISO/IEC 14772 VRML 97 file
  948.  
  949. #---------------------------------------------------------------------------
  950. # HVQM4: compressed movie format designed by Hudson for Nintendo GameCube
  951. # From Mark Sheppard <msheppard@climax.co.uk>, 2002-10-03
  952. #
  953. 0    string        HVQM4        %s
  954. >6    string        >\0        v%s
  955. >0    byte        x        GameCube movie,
  956. >0x34    ubeshort    x        %d x
  957. >0x36    ubeshort    x        %d,
  958. >0x26    ubeshort    x        %d┬╡s,
  959. >0x42    ubeshort    0        no audio
  960. >0x42    ubeshort    >0        %dHz audio
  961.  
  962. # From: "Stefan A. Haubenthal" <polluks@web.de>
  963. 0    string        DVDVIDEO-VTS    Video title set,
  964. >0x21    byte        x        v%x
  965. 0    string        DVDVIDEO-VMG    Video manager,
  966. >0x21    byte        x        v%x
  967.  
  968. #------------------------------------------------------------------------------
  969. # apl:  file(1) magic for APL (see also "pdp" and "vax" for other APL
  970. #       workspaces)
  971. #
  972. 0    long        0100554        APL workspace (Ken's original?)
  973.  
  974. #------------------------------------------------------------------------------
  975. # applix:  file(1) magic for Applixware
  976. # From: Peter Soos <sp@osb.hu>
  977. #
  978. 0    string        *BEGIN        Applixware
  979. >7    string        WORDS            Words Document
  980. >7    string        GRAPHICS        Graphic
  981. >7    string        RASTER            Bitmap
  982. >7    string        SPREADSHEETS        Spreadsheet
  983. >7    string        MACRO            Macro
  984. >7    string        BUILDER            Builder Object
  985.  
  986. #------------------------------------------------------------------------------
  987. # archive:  file(1) magic for archive formats (see also "msdos" for self-
  988. #           extracting compressed archives)
  989. #
  990. # cpio, ar, arc, arj, hpack, lha/lharc, rar, squish, uc2, zip, zoo, etc.
  991. # pre-POSIX "tar" archives are handled in the C code.
  992.  
  993. # POSIX tar archives
  994. 257    string        ustar\0        POSIX tar archive
  995. 257    string        ustar\040\040\0    GNU tar archive
  996.  
  997. # cpio archives
  998. #
  999. # Yes, the top two "cpio archive" formats *are* supposed to just be "short".
  1000. # The idea is to indicate archives produced on machines with the same
  1001. # byte order as the machine running "file" with "cpio archive", and
  1002. # to indicate archives produced on machines with the opposite byte order
  1003. # from the machine running "file" with "byte-swapped cpio archive".
  1004. #
  1005. # The SVR4 "cpio(4)" hints that there are additional formats, but they
  1006. # are defined as "short"s; I think all the new formats are
  1007. # character-header formats and thus are strings, not numbers.
  1008. 0    short        070707        cpio archive
  1009. 0    short        0143561        byte-swapped cpio archive
  1010. 0    string        070707        ASCII cpio archive (pre-SVR4 or odc)
  1011. 0    string        070701        ASCII cpio archive (SVR4 with no CRC)
  1012. 0    string        070702        ASCII cpio archive (SVR4 with CRC)
  1013.  
  1014. # Debian package (needs to go before regular portable archives)
  1015. #
  1016. 0    string        =!<arch>\ndebian
  1017. >8    string        debian-split    part of multipart Debian package
  1018. >8    string        debian-binary    Debian binary package
  1019. >68    string        >\0        (format %s)
  1020. # These next two lines do not work, because a bzip2 Debian archive
  1021. # still uses gzip for the control.tar (first in the archive).  Only
  1022. # data.tar varies, and the location of its filename varies too.
  1023. # file/libmagic does not current have support for ascii-string based
  1024. # (offsets) as of 2005-09-15.
  1025. #>81    string        bz2        \b, uses bzip2 compression
  1026. #>84    string        gz        \b, uses gzip compression
  1027. #>136    ledate        x        created: %s
  1028.  
  1029. # other archives
  1030. 0    long        0177555        very old archive
  1031. 0    short        0177555        very old PDP-11 archive
  1032. 0    long        0177545        old archive
  1033. 0    short        0177545        old PDP-11 archive
  1034. 0    long        0100554        apl workspace
  1035. 0    string        =<ar>        archive
  1036.  
  1037. # MIPS archive (needs to go before regular portable archives)
  1038. #
  1039. 0    string    =!<arch>\n__________E    MIPS archive
  1040. >20    string    U            with MIPS Ucode members
  1041. >21    string    L            with MIPSEL members
  1042. >21    string    B            with MIPSEB members
  1043. >19    string    L            and an EL hash table
  1044. >19    string    B            and an EB hash table
  1045. >22    string    X            -- out of date
  1046.  
  1047. 0    string        -h-        Software Tools format archive text
  1048.  
  1049. #
  1050. # XXX - why are there multiple <ar> thingies?  Note that 0x213c6172 is
  1051. # "!<ar", so, for new-style (4.xBSD/SVR2andup) archives, we have:
  1052. #
  1053. # 0    string        =!<arch>        current ar archive
  1054. # 0    long        0x213c6172    archive file
  1055. #
  1056. # and for SVR1 archives, we have:
  1057. #
  1058. # 0    string        \<ar>        System V Release 1 ar archive
  1059. # 0    string        =<ar>        archive
  1060. #
  1061. # XXX - did Aegis really store shared libraries, breakpointed modules,
  1062. # and absolute code program modules in the same format as new-style
  1063. # "ar" archives?
  1064. #
  1065. 0    string        =!<arch>        current ar archive
  1066. >8    string        __.SYMDEF    random library
  1067. >0    belong        =65538        - pre SR9.5
  1068. >0    belong        =65539        - post SR9.5
  1069. >0    beshort        2        - object archive
  1070. >0    beshort        3        - shared library module
  1071. >0    beshort        4        - debug break-pointed module
  1072. >0    beshort        5        - absolute code program module
  1073. 0    string        \<ar>        System V Release 1 ar archive
  1074. 0    string        =<ar>        archive
  1075. #
  1076. # XXX - from "vax", which appears to collect a bunch of byte-swapped
  1077. # thingies, to help you recognize VAX files on big-endian machines;
  1078. # with "leshort", "lelong", and "string", that's no longer necessary....
  1079. #
  1080. 0    belong        0x65ff0000    VAX 3.0 archive
  1081. 0    belong        0x3c61723e    VAX 5.0 archive
  1082. #
  1083. 0    long        0x213c6172    archive file
  1084. 0    lelong        0177555        very old VAX archive
  1085. 0    leshort        0177555        very old PDP-11 archive
  1086. #
  1087. # XXX - "pdp" claims that 0177545 can have an __.SYMDEF member and thus
  1088. # be a random library (it said 0xff65 rather than 0177545).
  1089. #
  1090. 0    lelong        0177545        old VAX archive
  1091. >8    string        __.SYMDEF    random library
  1092. 0    leshort        0177545        old PDP-11 archive
  1093. >8    string        __.SYMDEF    random library
  1094. #
  1095. # From "pdp" (but why a 4-byte quantity?)
  1096. #
  1097. 0    lelong        0x39bed        PDP-11 old archive
  1098. 0    lelong        0x39bee        PDP-11 4.0 archive
  1099.  
  1100. # ARC archiver, from Daniel Quinlan (quinlan@yggdrasil.com)
  1101. #
  1102. # The first byte is the magic (0x1a), byte 2 is the compression type for
  1103. # the first file (0x01 through 0x09), and bytes 3 to 15 are the MS-DOS
  1104. # filename of the first file (null terminated).  Since some types collide
  1105. # we only test some types on basis of frequency: 0x08 (83%), 0x09 (5%),
  1106. # 0x02 (5%), 0x03 (3%), 0x04 (2%), 0x06 (2%).  0x01 collides with terminfo.
  1107. 0    lelong&0x8080ffff    0x0000081a    ARC archive data, dynamic LZW
  1108. 0    lelong&0x8080ffff    0x0000091a    ARC archive data, squashed
  1109. 0    lelong&0x8080ffff    0x0000021a    ARC archive data, uncompressed
  1110. 0    lelong&0x8080ffff    0x0000031a    ARC archive data, packed
  1111. 0    lelong&0x8080ffff    0x0000041a    ARC archive data, squeezed
  1112. 0    lelong&0x8080ffff    0x0000061a    ARC archive data, crunched
  1113. # [JW] stuff taken from idarc, obviously ARC successors:
  1114. 0    lelong&0x8080ffff    0x00000a1a    PAK archive data
  1115. 0    lelong&0x8080ffff    0x0000141a    ARC+ archive data
  1116. 0    lelong&0x8080ffff    0x0000481a    HYP archive data
  1117.  
  1118. # Acorn archive formats (Disaster prone simpleton, m91dps@ecs.ox.ac.uk)
  1119. # I can't create either SPARK or ArcFS archives so I have not tested this stuff
  1120. # [GRR:  the original entries collide with ARC, above; replaced with combined
  1121. #  version (not tested)]
  1122. #0    byte        0x1a        RISC OS archive (spark format)
  1123. 0    string        \032archive    RISC OS archive (ArcFS format)
  1124. 0       string          Archive\000     RISC OS archive (ArcFS format)
  1125.  
  1126. # All these were taken from idarc, many could not be verified. Unfortunately,
  1127. # there were many low-quality sigs, i.e. easy to trigger false positives.
  1128. # Please notify me of any real-world fishy/ambiguous signatures and I'll try
  1129. # to get my hands on the actual archiver and see if I find something better. [JW]
  1130. # probably many can be enhanced by finding some 0-byte or control char near the start
  1131.  
  1132. # idarc calls this Crush/Uncompressed... *shrug*
  1133. 0    string    CRUSH Crush archive data
  1134. # Squeeze It (.sqz)
  1135. 0    string    HLSQZ Squeeze It archive data
  1136. # SQWEZ
  1137. 0    string    SQWEZ SQWEZ archive data
  1138. # HPack (.hpk)
  1139. 0    string    HPAK HPack archive data
  1140. # HAP
  1141. 0    string    \x91\x33HF HAP archive data
  1142. # MD/MDCD
  1143. 0    string    MDmd MDCD archive data
  1144. # LIM
  1145. 0    string    LIM\x1a LIM archive data
  1146. # SAR
  1147. 3    string    LH5 SAR archive data
  1148. # BSArc/BS2
  1149. 0    string    \212\3SB \0 BSArc/BS2 archive data
  1150. # MAR
  1151. 2    string    =-ah MAR archive data
  1152. # ACB
  1153. 0    belong&0x00f800ff    0x00800000 ACB archive data
  1154. # CPZ
  1155. # TODO, this is what idarc says: 0    string    \0\0\0 CPZ archive data
  1156. # JRC
  1157. 0    string    JRchive JRC archive data
  1158. # Quantum
  1159. 0    string    DS\0 Quantum archive data
  1160. # ReSOF
  1161. 0    string    PK\3\6 ReSOF archive data
  1162. # QuArk
  1163. 0    string    7\4 QuArk archive data
  1164. # YAC
  1165. 14    string    YC YAC archive data
  1166. # X1
  1167. 0    string    X1 X1 archive data
  1168. 0    string    XhDr X1 archive data
  1169. # CDC Codec (.dqt)
  1170. 0    belong&0xffffe000    0x76ff2000 CDC Codec archive data
  1171. # AMGC
  1172. 0    string    \xad6" AMGC archive data
  1173. # NuLIB
  1174. 0    string    N├╡F├⌐l├Ñ NuLIB archive data
  1175. # PakLeo
  1176. 0    string    LEOLZW PAKLeo archive data
  1177. # ChArc
  1178. 0    string    SChF ChArc archive data
  1179. # PSA
  1180. 0    string    PSA PSA archive data
  1181. # CrossePAC
  1182. 0    string    DSIGDCC CrossePAC archive data
  1183. # Freeze
  1184. 0    string    \x1f\x9f\x4a\x10\x0a Freeze archive data
  1185. # KBoom
  1186. 0    string    ┬¿MP┬¿ KBoom archive data
  1187. # NSQ, must go after CDC Codec
  1188. 0    string    \x76\xff NSQ archive data
  1189. # DPA
  1190. 0    string    Dirk\ Paehl DPA archive data
  1191. # BA
  1192. # TODO: idarc says "bytes 0-2 == bytes 3-5"
  1193. # TTComp
  1194. 0    string    \0\6 TTComp archive data
  1195. # ESP, could this conflict with Easy Software Products' (e.g.ESP ghostscript) documentation?
  1196. 0    string    ESP ESP archive data
  1197. # ZPack
  1198. 0    string    \1ZPK\1 ZPack archive data
  1199. # Sky
  1200. 0    string    \xbc\x40 Sky archive data
  1201. # UFA
  1202. 0    string    UFA UFA archive data
  1203. # Dry
  1204. 0    string    =-H2O DRY archive data
  1205. # FoxSQZ
  1206. 0    string    FOXSQZ FoxSQZ archive data
  1207. # AR7
  1208. 0    string    ,AR7 AR7 archive data
  1209. # PPMZ
  1210. 0    string    PPMZ PPMZ archive data
  1211. # MS Compress
  1212. 4    string    \x88\xf0\x27 MS Compress archive data
  1213. # updated by Joerg Jenderek
  1214. >9    string    \0        
  1215. >>0    string    KWAJ        
  1216. >>>7    string    \321\003    MS Compress archive data
  1217. >>>>14    ulong    >0        \b, original size: %ld bytes
  1218. >>>>18        ubyte    >0x65      
  1219. >>>>>18        string    x        \b, was %.8s
  1220. >>>>>(10.b-4)    string    x        \b.%.3s
  1221. # MP3 (archiver, not lossy audio compression)
  1222. 0    string    MP3\x1a MP3-Archiver archive data
  1223. # ZET
  1224. 0    string    OZ├¥ ZET archive data
  1225. # TSComp
  1226. 0    string    \x65\x5d\x13\x8c\x08\x01\x03\x00 TSComp archive data
  1227. # ARQ
  1228. 0    string    gW\4\1 ARQ archive data
  1229. # Squash
  1230. 3    string    OctSqu Squash archive data
  1231. # Terse
  1232. 0    string    \5\1\1\0 Terse archive data
  1233. # PUCrunch
  1234. 0    string    \x01\x08\x0b\x08\xef\x00\x9e\x32\x30\x36\x31 PUCrunch archive data
  1235. # UHarc
  1236. 0    string    UHA UHarc archive data
  1237. # ABComp
  1238. 0    string    \2AB ABComp archive data
  1239. 0    string    \3AB2 ABComp archive data
  1240. # CMP
  1241. 0    string    CO\0 CMP archive data
  1242. # Splint
  1243. 0    string    \x93\xb9\x06 Splint archive data
  1244. # InstallShield
  1245. 0    string     \x13\x5d\x65\x8c InstallShield Z archive Data
  1246. # Gather
  1247. 1    string    GTH Gather archive data
  1248. # BOA
  1249. 0    string    BOA BOA archive data
  1250. # RAX
  1251. 0    string    ULEB\xa RAX archive data
  1252. # Xtreme
  1253. 0    string    ULEB\0 Xtreme archive data
  1254. # Pack Magic
  1255. 0    string    @├ó\1\0 Pack Magic archive data
  1256. # BTS
  1257. 0    belong&0xfeffffff    0x1a034465 BTS archive data
  1258. # ELI 5750
  1259. 0    string    Ora\  ELI 5750 archive data
  1260. # QFC
  1261. 0    string    \x1aFC\x1a QFC archive data
  1262. 0    string    \x1aQF\x1a QFC archive data
  1263. # PRO-PACK
  1264. 0    string    RNC PRO-PACK archive data
  1265. # 777
  1266. 0    string    777 777 archive data
  1267. # LZS221
  1268. 0    string    sTaC LZS221 archive data
  1269. # HPA
  1270. 0    string    HPA HPA archive data
  1271. # Arhangel
  1272. 0    string    LG Arhangel archive data
  1273. # EXP1, uses bzip2
  1274. 0    string    0123456789012345BZh EXP1 archive data
  1275. # IMP
  1276. 0    string    IMP\xa IMP archive data
  1277. # NRV
  1278. 0    string    \x00\x9E\x6E\x72\x76\xFF NRV archive data
  1279. # Squish
  1280. 0    string    \x73\xb2\x90\xf4 Squish archive data
  1281. # Par
  1282. 0    string    PHILIPP Par archive data
  1283. 0    string    PAR Par archive data
  1284. # HIT
  1285. 0    string    UB HIT archive data
  1286. # SBX
  1287. 0    belong&0xfffff000    0x53423000 SBX archive data
  1288. # NaShrink
  1289. 0    string    NSK NaShrink archive data
  1290. # SAPCAR
  1291. 0    string    #\ CAR\ archive\ header SAPCAR archive data
  1292. 0    string    CAR\ 2.00RG SAPCAR archive data
  1293. # Disintegrator
  1294. 0    string    DST Disintegrator archive data
  1295. # ASD
  1296. 0    string    ASD ASD archive data
  1297. # InstallShield CAB
  1298. 0    string    ISc( InstallShield CAB
  1299. # TOP4
  1300. 0    string    T4\x1a TOP4 archive data
  1301. # BatComp left out: sig looks like COM executable
  1302. # so TODO: get real 4dos batcomp file and find sig
  1303. # BlakHole
  1304. 0    string    BH\5\7 BlakHole archive data
  1305. # BIX
  1306. 0    string    BIX0 BIX archive data
  1307. # ChiefLZA
  1308. 0    string    ChfLZ ChiefLZA archive data
  1309. # Blink
  1310. 0    string    Blink Blink archive data
  1311. # Logitech Compress
  1312. 0    string    \xda\xfa Logitech Compress archive data
  1313. # ARS-Sfx (FIXME: really a SFX? then goto COM/EXE)
  1314. 1    string    (C)\ STEPANYUK ARS-Sfx archive data
  1315. # AKT/AKT32
  1316. 0    string    AKT32 AKT32 archive data
  1317. 0    string    AKT AKT archive data
  1318. # NPack
  1319. 0    string    MSTSM NPack archive data
  1320. # PFT
  1321. 0    string    \0\x50\0\x14 PFT archive data
  1322. # SemOne
  1323. 0    string    SEM SemOne archive data
  1324. # PPMD
  1325. 0    string    \x8f\xaf\xac\x84 PPMD archive data
  1326. # FIZ
  1327. 0    string    FIZ FIZ archive data
  1328. # MSXiE
  1329. 0    belong&0xfffff0f0    0x4d530000 MSXiE archive data
  1330. # DeepFreezer
  1331. 0    belong&0xfffffff0    0x797a3030 DeepFreezer archive data
  1332. # DC
  1333. 0    string    =<DC- DC archive data
  1334. # TPac
  1335. 0    string    \4TPAC\3 TPac archive data
  1336. # Ai
  1337. 0    string    Ai\1\1\0 Ai archive data
  1338. 0    string    Ai\1\0\0 Ai archive data
  1339. # Ai32
  1340. 0    string    Ai\2\0 Ai32 archive data
  1341. 0    string    Ai\2\1 Ai32 archive data
  1342. # SBC
  1343. 0    string    SBC SBC archive data
  1344. # Ybs
  1345. 0    string    YBS Ybs archive data
  1346. # DitPack
  1347. 0    string    \x9e\0\0 DitPack archive data
  1348. # DMS
  1349. 0    string    DMS! DMS archive data
  1350. # EPC
  1351. 0    string    \x8f\xaf\xac\x8c EPC archive data
  1352. # VSARC
  1353. 0    string    VS\x1a VSARC archive data
  1354. # PDZ
  1355. 0    string    PDZ PDZ archive data
  1356. # ReDuq
  1357. 0    string    rdqx ReDuq archive data
  1358. # GCA
  1359. 0    string    GCAX GCA archive data
  1360. # PPMN
  1361. 0    string    pN PPMN archive data
  1362. # WinImage
  1363. 3    string    WINIMAGE WinImage archive data
  1364. # Compressia
  1365. 0    string    CMP0CMP Compressia archive data
  1366. # UHBC
  1367. 0    string    UHB UHBC archive data
  1368. # WinHKI
  1369. 0    string    \x61\x5C\x04\x05 WinHKI archive data
  1370. # WWPack data file
  1371. 0    string    WWP WWPack archive data
  1372. # BSN (BSA, PTS-DOS)
  1373. 0    string    \xffBSG BSN archive data
  1374. 1    string    \xffBSG BSN archive data
  1375. 3    string    \xffBSG BSN archive data
  1376. 1    string    \0\xae\2 BSN archive data
  1377. 1    string    \0\xae\3 BSN archive data
  1378. 1    string    \0\xae\7 BSN archive data
  1379. # AIN
  1380. 0    string    \x33\x18 AIN archive data
  1381. 0    string    \x33\x17 AIN archive data
  1382. # XPA32
  1383. 0    string    xpa\0\1 XPA32 archive data
  1384. # SZip (TODO: doesn't catch all versions)
  1385. 0    string    SZ\x0a\4 SZip archive data
  1386. # XPack DiskImage
  1387. 0    string    jm XPack DiskImage archive data
  1388. # XPack Data
  1389. 0    string    xpa XPack archive data
  1390. # XPack Single Data
  1391. 0    string    ├ì\ jm XPack single archive data
  1392.  
  1393. # TODO: missing due to unknown magic/magic at end of file:
  1394. #DWC
  1395. #ARG
  1396. #ZAR
  1397. #PC/3270
  1398. #InstallIt
  1399. #RKive
  1400. #RK
  1401. #XPack Diskimage
  1402.  
  1403. # These were inspired by idarc, but actually verified
  1404. # Dzip archiver (.dz)
  1405. 0    string    DZ Dzip archive data
  1406. >2    byte    x \b, version %i
  1407. >3    byte    x \b.%i
  1408. # ZZip archiver (.zz)
  1409. 0    string    ZZ\ \0\0 ZZip archive data
  1410. 0    string    ZZ0 ZZip archive data
  1411. # PAQ archiver (.paq)
  1412. 0    string    \xaa\x40\x5f\x77\x1f\xe5\x82\x0d PAQ archive data
  1413. 0    string    PAQ PAQ archive data
  1414. >3    byte&0xf0    0x30
  1415. >>3    byte    x (v%c)
  1416. # JAR archiver (.j), this is the successor to ARJ, not Java's JAR (which is essentially ZIP)
  1417. 0xe    string    \x1aJar\x1b JAR (ARJ Software, Inc.) archive data
  1418. 0    string    JARCS JAR (ARJ Software, Inc.) archive data
  1419.  
  1420. # ARJ archiver (jason@jarthur.Claremont.EDU)
  1421. 0    leshort        0xea60        ARJ archive data
  1422. >5    byte        x        \b, v%d,
  1423. >8    byte        &0x04        multi-volume,
  1424. >8    byte        &0x10        slash-switched,
  1425. >8    byte        &0x20        backup,
  1426. >34    string        x        original name: %s,
  1427. >7    byte        0        os: MS-DOS
  1428. >7    byte        1        os: PRIMOS
  1429. >7    byte        2        os: Unix
  1430. >7    byte        3        os: Amiga
  1431. >7    byte        4        os: Macintosh
  1432. >7    byte        5        os: OS/2
  1433. >7    byte        6        os: Apple ][ GS
  1434. >7    byte        7        os: Atari ST
  1435. >7    byte        8        os: NeXT
  1436. >7    byte        9        os: VAX/VMS
  1437. >3    byte        >0        %d]
  1438. # [JW] idarc says this is also possible
  1439. 2    leshort        0xea60        ARJ archive data
  1440.  
  1441. # HA archiver (Greg Roelofs, newt@uchicago.edu)
  1442. # This is a really bad format. A file containing HAWAII will match this...
  1443. #0    string        HA        HA archive data,
  1444. #>2    leshort        =1        1 file,
  1445. #>2    leshort        >1        %u files,
  1446. #>4    byte&0x0f    =0        first is type CPY
  1447. #>4    byte&0x0f    =1        first is type ASC
  1448. #>4    byte&0x0f    =2        first is type HSC
  1449. #>4    byte&0x0f    =0x0e        first is type DIR
  1450. #>4    byte&0x0f    =0x0f        first is type SPECIAL
  1451. # suggestion: at least identify small archives (<1024 files)
  1452. 0  belong&0xffff00fc 0x48410000 HA archive data
  1453. >2    leshort        =1        1 file,
  1454. >2    leshort        >1        %u files,
  1455. >4    byte&0x0f    =0        first is type CPY
  1456. >4    byte&0x0f    =1        first is type ASC
  1457. >4    byte&0x0f    =2        first is type HSC
  1458. >4    byte&0x0f    =0x0e        first is type DIR
  1459. >4    byte&0x0f    =0x0f        first is type SPECIAL
  1460.  
  1461. # HPACK archiver (Peter Gutmann, pgut1@cs.aukuni.ac.nz)
  1462. 0    string        HPAK        HPACK archive data
  1463.  
  1464. # JAM Archive volume format, by Dmitry.Kohmanyuk@UA.net
  1465. 0    string        \351,\001JAM\        JAM archive,
  1466. >7    string        >\0            version %.4s
  1467. >0x26    byte        =0x27            -
  1468. >>0x2b    string          >\0            label %.11s,
  1469. >>0x27    lelong        x            serial %08x,
  1470. >>0x36    string        >\0            fstype %.8s
  1471.  
  1472. # LHARC/LHA archiver (Greg Roelofs, newt@uchicago.edu)
  1473. 2    string        -lh0-        LHarc 1.x/ARX archive data [lh0]
  1474. 2    string        -lh1-        LHarc 1.x/ARX archive data [lh1]
  1475. 2    string        -lz4-        LHarc 1.x archive data [lz4]
  1476. 2    string        -lz5-        LHarc 1.x archive data [lz5]
  1477. #    [never seen any but the last; -lh4- reported in comp.compression:]
  1478. 2    string        -lzs-        LHa/LZS archive data [lzs]
  1479. 2    string        -lh\40-        LHa 2.x? archive data [lh ]
  1480. 2    string        -lhd-        LHa 2.x? archive data [lhd]
  1481. 2    string        -lh2-        LHa 2.x? archive data [lh2]
  1482. 2    string        -lh3-        LHa 2.x? archive data [lh3]
  1483. 2    string        -lh4-        LHa (2.x) archive data [lh4]
  1484. 2    string        -lh5-        LHa (2.x) archive data [lh5]
  1485. 2    string        -lh6-        LHa (2.x) archive data [lh6]
  1486. 2    string        -lh7-        LHa (2.x)/LHark archive data [lh7]
  1487. >20    byte        x        - header level %d
  1488. # taken from idarc [JW]
  1489. 2   string      -lZ         PUT archive data
  1490. 2   string      -lz         LZS archive data 
  1491. 2   string      -sw1-       Swag archive data
  1492.  
  1493. # RAR archiver (Greg Roelofs, newt@uchicago.edu)
  1494. 0    string        Rar!        RAR archive data,
  1495. >44    byte        x        v%0x,
  1496. >35    byte        0        os: MS-DOS
  1497. >35    byte        1        os: OS/2
  1498. >35    byte        2        os: Win32
  1499. >35    byte        3        os: Unix
  1500. # some old version? idarc says:
  1501. 0   string      RE\x7e\x5e  RAR archive data
  1502.  
  1503. # SQUISH archiver (Greg Roelofs, newt@uchicago.edu)
  1504. 0    string        SQSH        squished archive data (Acorn RISCOS)
  1505.  
  1506. # UC2 archiver (Greg Roelofs, newt@uchicago.edu)
  1507. # [JW] see exe section for self-extracting version
  1508. 0    string        UC2\x1a        UC2 archive data
  1509.  
  1510. # ZIP archives (Greg Roelofs, c/o zip-bugs@wkuvx1.wku.edu)
  1511. 0    string        PK\003\004
  1512. >4    byte        0x09        Zip archive data, at least v0.9 to extract
  1513. >4    byte        0x0a        Zip archive data, at least v1.0 to extract
  1514. >4    byte        0x0b        Zip archive data, at least v1.1 to extract
  1515. >4    byte        0x14
  1516. >>30    ubelong        !0x6d696d65    Zip archive data, at least v2.0 to extract
  1517.  
  1518. # OpenOffice.org / KOffice / StarOffice documents
  1519. # From: Abel Cheung <abel@oaka.org>
  1520. # Listed here because they are basically zip files
  1521. >>30    string        mimetype
  1522.  
  1523. # KOffice (1.2 or above) formats
  1524. >>>50    string    vnd.kde.        KOffice (>=1.2)
  1525. >>>>58    string    karbon            Karbon document
  1526. >>>>58    string    kchart            KChart document
  1527. >>>>58    string    kformula        KFormula document
  1528. >>>>58    string    kivio            Kivio document
  1529. >>>>58    string    kontour            Kontour document
  1530. >>>>58    string    kpresenter        KPresenter document
  1531. >>>>58    string    kspread            KSpread document
  1532. >>>>58    string    kword            KWord document
  1533.  
  1534. # OpenOffice formats (for OpenOffice 1.x / StarOffice 6/7)
  1535. >>>50    string    vnd.sun.xml.        OpenOffice.org 1.x
  1536. >>>>62    string    writer            Writer
  1537. >>>>>68    byte    !0x2e            document
  1538. >>>>>68    string    .template        template
  1539. >>>>>68    string    .global            global document
  1540. >>>>62    string    calc            Calc
  1541. >>>>>66    byte    !0x2e            spreadsheet
  1542. >>>>>66    string    .template        template
  1543. >>>>62    string    draw            Draw
  1544. >>>>>66    byte    !0x2e            document
  1545. >>>>>66    string    .template        template
  1546. >>>>62    string    impress            Impress
  1547. >>>>>69    byte    !0x2e            presentation
  1548. >>>>>69    string    .template        template
  1549. >>>>62    string    math            Math document
  1550.  
  1551. # OpenDocument formats (for OpenOffice 2.x / StarOffice >= 8)
  1552. # http://lists.oasis-open.org/archives/office/200505/msg00006.html
  1553. >>>50    string    vnd.oasis.opendocument.    OpenDocument
  1554. >>>>73    string    text
  1555. >>>>>77    byte    !0x2d            Text
  1556. >>>>>77    string    -template        Text Template
  1557. >>>>>77    string    -web            HTML Document Template
  1558. >>>>>77    string    -master            Master Document
  1559. >>>>73    string    graphics        Drawing
  1560. >>>>>81    string    -template        Template
  1561. >>>>73    string    presentation        Presentation
  1562. >>>>>85    string    -template        Template
  1563. >>>>73    string    spreadsheet        Spreadsheet
  1564. >>>>>84    string    -template        Template
  1565. >>>>73    string    chart            Chart
  1566. >>>>>78    string    -template        Template
  1567. >>>>73    string    formula            Formula
  1568. >>>>>80    string    -template        Template
  1569. >>>>73    string    database        Database
  1570. >>>>73    string    image            Image
  1571.  
  1572. # Zoo archiver
  1573. 20    lelong        0xfdc4a7dc    Zoo archive data
  1574. >4    byte        >48        \b, v%c.
  1575. >>6    byte        >47        \b%c
  1576. >>>7    byte        >47        \b%c
  1577. >32    byte        >0        \b, modify: v%d
  1578. >>33    byte        x        \b.%d+
  1579. >42    lelong        0xfdc4a7dc    \b,
  1580. >>70    byte        >0        extract: v%d
  1581. >>>71    byte        x        \b.%d+
  1582.  
  1583. # Shell archives
  1584. 10    string        #\ This\ is\ a\ shell\ archive    shell archive text
  1585.  
  1586. #
  1587. # LBR. NB: May conflict with the questionable 
  1588. #          "binary Computer Graphics Metafile" format.
  1589. #
  1590. 0       string  \0\ \ \ \ \ \ \ \ \ \ \ \0\0    LBR archive data
  1591. #
  1592. # PMA (CP/M derivative of LHA)
  1593. #
  1594. 2       string          -pm0-           PMarc archive data [pm0]
  1595. 2       string          -pm1-           PMarc archive data [pm1]
  1596. 2       string          -pm2-           PMarc archive data [pm2]
  1597. 2       string          -pms-           PMarc SFX archive (CP/M, DOS)
  1598. 5       string          -pc1-           PopCom compressed executable (CP/M)
  1599.  
  1600. # From Rafael Laboissiere <rafael@laboissiere.net>
  1601. # The Project Revision Control System (see
  1602. # http://prcs.sourceforge.net) generates a packaged project
  1603. # file which is recognized by the following entry: 
  1604. 0    leshort        0xeb81    PRCS packaged project
  1605.  
  1606. # Microsoft cabinets 
  1607. # by David Necas (Yeti) <yeti@physics.muni.cz>
  1608. #0    string    MSCF\0\0\0\0    Microsoft cabinet file data,
  1609. #>25    byte    x        v%d
  1610. #>24    byte    x        \b.%d
  1611. # MPi: All CABs have version 1.3, so this is pointless.
  1612. # Better magic in debian-additions.
  1613.  
  1614. # GTKtalog catalogs 
  1615. # by David Necas (Yeti) <yeti@physics.muni.cz>
  1616. 4    string    gtktalog\     GTKtalog catalog data,
  1617. >13    string    3        version 3
  1618. >>14    beshort    0x677a        (gzipped)
  1619. >>14    beshort    !0x677a        (not gzipped)
  1620. >13    string    >3        version %s
  1621.  
  1622. ############################################################################
  1623. # Parity archive reconstruction file, the 'par' file format now used on Usenet.
  1624. 0       string          PAR\0    PARity archive data
  1625. >48    leshort        =0    - Index file
  1626. >48    leshort        >0    - file number %d
  1627.  
  1628. # Felix von Leitner <felix-file@fefe.de>
  1629. 0    string    d8:announce    BitTorrent file
  1630.  
  1631. # Atari MSA archive - Teemu Hukkanen <tjhukkan@iki.fi>
  1632. 0       beshort 0x0e0f          Atari MSA archive data
  1633. >2      beshort x           \b, %d sectors per track
  1634. >4      beshort 0           \b, 1 sided
  1635. >4      beshort 1           \b, 2 sided
  1636. >6      beshort x           \b, starting track: %d
  1637. >8      beshort x           \b, ending track: %d
  1638.  
  1639. # Alternate ZIP string (amc@arwen.cs.berkeley.edu)
  1640. 0    string    PK00PK\003\004    Zip archive data
  1641.  
  1642. # ACE archive (from http://www.wotsit.org/download.asp?f=ace)
  1643. # by Stefan `Sec` Zehl <sec@42.org>
  1644. 7    string        **ACE**        ACE archive data
  1645. >15    byte    >0        version %d
  1646. >16    byte    =0x00        \b, from MS-DOS
  1647. >16    byte    =0x01        \b, from OS/2
  1648. >16    byte    =0x02        \b, from Win/32
  1649. >16    byte    =0x03        \b, from Unix
  1650. >16    byte    =0x04        \b, from MacOS
  1651. >16    byte    =0x05        \b, from WinNT
  1652. >16    byte    =0x06        \b, from Primos
  1653. >16    byte    =0x07        \b, from AppleGS
  1654. >16    byte    =0x08        \b, from Atari
  1655. >16    byte    =0x09        \b, from Vax/VMS
  1656. >16    byte    =0x0A        \b, from Amiga
  1657. >16    byte    =0x0B        \b, from Next
  1658. >14    byte    x        \b, version %d to extract
  1659. >5    leshort &0x0080        \b, multiple volumes,
  1660. >>17    byte    x        \b (part %d),
  1661. >5    leshort &0x0002        \b, contains comment
  1662. >5    leshort    &0x0200        \b, sfx
  1663. >5    leshort    &0x0400        \b, small dictionary
  1664. >5    leshort    &0x0800        \b, multi-volume
  1665. >5    leshort    &0x1000        \b, contains AV-String
  1666. >>30    string    \x16*UNREGISTERED\x20VERSION*    (unregistered)
  1667. >5    leshort &0x2000        \b, with recovery record
  1668. >5    leshort &0x4000        \b, locked
  1669. >5    leshort &0x8000        \b, solid
  1670. # Date in MS-DOS format (whatever that is)
  1671. #>18    lelong    x        Created on
  1672.  
  1673. # sfArk : compression program for Soundfonts (sf2) by Dirk Jagdmann
  1674. # <doj@cubic.org>
  1675. 0x1A    string    sfArk        sfArk compressed Soundfont
  1676. >0x15    string    2
  1677. >>0x1    string    >\0        Version %s
  1678. >>0x2A    string    >\0        : %s
  1679.  
  1680. # DR-DOS 7.03 Packed File *.??_
  1681. 0    string    Packed\ File\     Personal NetWare Packed File
  1682. >12    string    x            \b, was "%.12s"
  1683.  
  1684. # EET archive
  1685. # From: Tilman Sauerbeck <tilman@code-monkey.de>
  1686. 0    belong    0x1ee7ff00    EET archive
  1687.  
  1688. #------------------------------------------------------------------------------
  1689. # asterix:  file(1) magic for Aster*x; SunOS 5.5.1 gave the 4-character
  1690. # strings as "long" - we assume they're just strings:
  1691. # From: guy@netapp.com (Guy Harris)
  1692. #
  1693. 0    string        *STA        Aster*x
  1694. >7    string        WORD            Words Document
  1695. >7    string        GRAP            Graphic
  1696. >7    string        SPRE            Spreadsheet
  1697. >7    string        MACR            Macro
  1698. 0    string        2278        Aster*x Version 2
  1699. >29    byte        0x36            Words Document
  1700. >29    byte        0x35            Graphic
  1701. >29    byte        0x32            Spreadsheet
  1702. >29    byte        0x38            Macro
  1703.  
  1704.  
  1705. #------------------------------------------------------------------------------
  1706. # att3b:  file(1) magic for AT&T 3B machines
  1707. #
  1708. # The `versions' should be un-commented if they work for you.
  1709. # (Was the problem just one of endianness?)
  1710. #
  1711. # 3B20
  1712. #
  1713. # The 3B20 conflicts with SCCS.
  1714. #0    beshort        0550        3b20 COFF executable
  1715. #>12    belong        >0        not stripped
  1716. #>22    beshort        >0        - version %ld
  1717. #0    beshort        0551        3b20 COFF executable (TV)
  1718. #>12    belong        >0        not stripped
  1719. #>22    beshort        >0        - version %ld
  1720. #
  1721. # WE32K
  1722. #
  1723. 0    beshort        0560        WE32000 COFF
  1724. >18    beshort        ^00000020    object
  1725. >18    beshort        &00000020    executable
  1726. >12    belong        >0        not stripped
  1727. >18    beshort        ^00010000    N/A on 3b2/300 w/paging
  1728. >18    beshort        &00020000    32100 required
  1729. >18    beshort        &00040000    and MAU hardware required
  1730. >20    beshort        0407        (impure)
  1731. >20    beshort        0410        (pure)
  1732. >20    beshort        0413        (demand paged)
  1733. >20    beshort        0443        (target shared library)
  1734. >22    beshort        >0        - version %ld
  1735. 0    beshort        0561        WE32000 COFF executable (TV)
  1736. >12    belong        >0        not stripped
  1737. #>18    beshort        &00020000    - 32100 required
  1738. #>18    beshort        &00040000    and MAU hardware required
  1739. #>22    beshort        >0        - version %ld
  1740. #
  1741. # core file for 3b2 
  1742. 0    string        \000\004\036\212\200    3b2 core file
  1743. >364    string        >\0        of '%s'
  1744.  
  1745. #------------------------------------------------------------------------------
  1746. # audio:  file(1) magic for sound formats (see also "iff")
  1747. #
  1748. # Jan Nicolai Langfeldt (janl@ifi.uio.no), Dan Quinlan (quinlan@yggdrasil.com),
  1749. # and others
  1750. #
  1751.  
  1752. # Sun/NeXT audio data
  1753. 0    string        .snd        Sun/NeXT audio data:
  1754. >12    belong        1        8-bit ISDN mu-law,
  1755. >12    belong        2        8-bit linear PCM [REF-PCM],
  1756. >12    belong        3        16-bit linear PCM,
  1757. >12    belong        4        24-bit linear PCM,
  1758. >12    belong        5        32-bit linear PCM,
  1759. >12    belong        6        32-bit IEEE floating point,
  1760. >12    belong        7        64-bit IEEE floating point,
  1761. >12    belong        8        Fragmented sample data,
  1762. >12    belong        10        DSP program,
  1763. >12    belong        11        8-bit fixed point,
  1764. >12    belong        12        16-bit fixed point,
  1765. >12    belong        13        24-bit fixed point,
  1766. >12    belong        14        32-bit fixed point,
  1767. >12    belong        18        16-bit linear with emphasis,
  1768. >12    belong        19        16-bit linear compressed,
  1769. >12    belong        20        16-bit linear with emphasis and compression,
  1770. >12    belong        21        Music kit DSP commands,
  1771. >12    belong        23        8-bit ISDN mu-law compressed (CCITT G.721 ADPCM voice data encoding),
  1772. >12    belong        24        compressed (8-bit CCITT G.722 ADPCM)
  1773. >12    belong        25        compressed (3-bit CCITT G.723.3 ADPCM),
  1774. >12    belong        26        compressed (5-bit CCITT G.723.5 ADPCM),
  1775. >12    belong        27        8-bit A-law (CCITT G.711),
  1776. >20    belong        1        mono,
  1777. >20    belong        2        stereo,
  1778. >20    belong        4        quad,
  1779. >16    belong        >0        %d Hz
  1780.  
  1781. # DEC systems (e.g. DECstation 5000) use a variant of the Sun/NeXT format
  1782. # that uses little-endian encoding and has a different magic number
  1783. 0    lelong        0x0064732E    DEC audio data:
  1784. >12    lelong        1        8-bit ISDN mu-law,
  1785. >12    lelong        2        8-bit linear PCM [REF-PCM],
  1786. >12    lelong        3        16-bit linear PCM,
  1787. >12    lelong        4        24-bit linear PCM,
  1788. >12    lelong        5        32-bit linear PCM,
  1789. >12    lelong        6        32-bit IEEE floating point,
  1790. >12    lelong        7        64-bit IEEE floating point,
  1791. >12    belong        8        Fragmented sample data,
  1792. >12    belong        10        DSP program,
  1793. >12    belong        11        8-bit fixed point,
  1794. >12    belong        12        16-bit fixed point,
  1795. >12    belong        13        24-bit fixed point,
  1796. >12    belong        14        32-bit fixed point,
  1797. >12    belong        18        16-bit linear with emphasis,
  1798. >12    belong        19        16-bit linear compressed,
  1799. >12    belong        20        16-bit linear with emphasis and compression,
  1800. >12    belong        21        Music kit DSP commands,
  1801. >12    lelong        23        8-bit ISDN mu-law compressed (CCITT G.721 ADPCM voice data encoding),
  1802. >12    belong        24        compressed (8-bit CCITT G.722 ADPCM)
  1803. >12    belong        25        compressed (3-bit CCITT G.723.3 ADPCM),
  1804. >12    belong        26        compressed (5-bit CCITT G.723.5 ADPCM),
  1805. >12    belong        27        8-bit A-law (CCITT G.711),
  1806. >20    lelong        1        mono,
  1807. >20    lelong        2        stereo,
  1808. >20    lelong        4        quad,
  1809. >16    lelong        >0        %d Hz
  1810.  
  1811. # Creative Labs AUDIO stuff
  1812. 0    string    MThd            Standard MIDI data
  1813. >8     beshort    x            (format %d)
  1814. >10    beshort    x            using %d track
  1815. >10    beshort        >1        \bs
  1816. >12    beshort&0x7fff    x        at 1/%d
  1817. >12    beshort&0x8000    >0        SMPTE
  1818.  
  1819. 0    string    CTMF            Creative Music (CMF) data
  1820. 0    string    SBI            SoundBlaster instrument data
  1821. 0    string    Creative\ Voice\ File    Creative Labs voice data
  1822. # is this next line right?  it came this way...
  1823. >19    byte    0x1A
  1824. >23    byte    >0            - version %d
  1825. >22    byte    >0            \b.%d
  1826.  
  1827. # first entry is also the string "NTRK"
  1828. 0    belong        0x4e54524b    MultiTrack sound data
  1829. >4    belong        x        - version %ld
  1830.  
  1831. # Extended MOD format (*.emd) (Greg Roelofs, newt@uchicago.edu); NOT TESTED
  1832. # [based on posting 940824 by "Dirk/Elastik", husberg@lehtori.cc.tut.fi]
  1833. 0    string        EMOD        Extended MOD sound data,
  1834. >4    byte&0xf0    x        version %d
  1835. >4    byte&0x0f    x        \b.%d,
  1836. >45    byte        x        %d instruments
  1837. >83    byte        0        (module)
  1838. >83    byte        1        (song)
  1839.  
  1840. # Real Audio (Magic .ra\0375)
  1841. 0    belong        0x2e7261fd    RealAudio sound file
  1842. 0    string        .RMF\0\0\0    RealMedia file
  1843.  
  1844. # MTM/669/FAR/S3M/ULT/XM format checking [Aaron Eppert, aeppert@dialin.ind.net]
  1845. # Oct 31, 1995
  1846. # fixed by <doj@cubic.org> 2003-06-24
  1847. # Too short...
  1848. #0    string        MTM        MultiTracker Module sound data
  1849. #0    string        if        Composer 669 Module sound data
  1850. #0    string        JN        Composer 669 Module sound data (extended format)
  1851. 0    string        MAS_U        ULT(imate) Module sound data
  1852.  
  1853. #0    string        FAR        Module sound data
  1854. #>4    string        >\15        Title: "%s"
  1855.  
  1856. 0x2c    string        SCRM        ScreamTracker III Module sound data
  1857. >0    string        >\0        Title: "%s"
  1858.  
  1859. # Gravis UltraSound patches
  1860. # From <ache@nagual.ru>
  1861.  
  1862. 0    string        GF1PATCH110\0ID#000002\0    GUS patch
  1863. 0    string        GF1PATCH100\0ID#000002\0    Old GUS    patch
  1864.  
  1865. #
  1866. # Taken from loader code from mikmod version 2.14
  1867. # by Steve McIntyre (stevem@chiark.greenend.org.uk)
  1868. # <doj@cubic.org> added title printing on 2003-06-24
  1869. 0    string    MAS_UTrack_V00
  1870. >14    string    >/0        ultratracker V1.%.1s module sound data
  1871.  
  1872. 0    string    UN05        MikMod UNI format module sound data
  1873.  
  1874. 0    string    Extended\ Module: Fasttracker II module sound data
  1875. >17    string    >\0        Title: "%s"
  1876.  
  1877. 21    string/c    =!SCREAM!    Screamtracker 2 module sound data
  1878. 21    string    BMOD2STM    Screamtracker 2 module sound data
  1879. 1080    string    M.K.        4-channel Protracker module sound data
  1880. >0    string    >\0        Title: "%s"
  1881. 1080    string    M!K!        4-channel Protracker module sound data
  1882. >0    string    >\0        Title: "%s"
  1883. 1080    string    FLT4        4-channel Startracker module sound data
  1884. >0    string    >\0        Title: "%s"
  1885. 1080    string    FLT8        8-channel Startracker module sound data
  1886. >0    string    >\0        Title: "%s"
  1887. 1080    string    4CHN        4-channel Fasttracker module sound data
  1888. >0    string    >\0        Title: "%s"
  1889. 1080    string    6CHN        6-channel Fasttracker module sound data
  1890. >0    string    >\0        Title: "%s"
  1891. 1080    string    8CHN        8-channel Fasttracker module sound data
  1892. >0    string    >\0        Title: "%s"
  1893. 1080    string    CD81        8-channel Octalyser module sound data
  1894. >0    string    >\0        Title: "%s"
  1895. 1080    string    OKTA        8-channel Oktalyzer module sound data
  1896. >0    string    >\0        Title: "%s"
  1897. # Not good enough.
  1898. #1082    string    CH
  1899. #>1080    string    >/0        %.2s-channel Fasttracker "oktalyzer" module sound data
  1900. 1080    string    16CN        16-channel Taketracker module sound data
  1901. >0    string    >\0        Title: "%s"
  1902. 1080    string    32CN        32-channel Taketracker module sound data
  1903. >0    string    >\0        Title: "%s"
  1904.  
  1905. # TOC sound files -Trevor Johnson <trevor@jpj.net>
  1906. #
  1907. 0       string          TOC             TOC sound file
  1908.  
  1909. # sidfiles <pooka@iki.fi>
  1910. # added name,author,(c) and new RSID type by <doj@cubic.org> 2003-06-24
  1911. 0    string        SIDPLAY\ INFOFILE    Sidplay info file
  1912.  
  1913. 0    string        PSID            PlaySID v2.2+ (AMIGA) sidtune
  1914. >4    beshort        >0            w/ header v%d,
  1915. >14    beshort        =1            single song,
  1916. >14    beshort        >1            %d songs,
  1917. >16    beshort        >0            default song: %d
  1918. >0x16    string        >\0            name: "%s"
  1919. >0x36    string        >\0            author: "%s"
  1920. >0x56    string        >\0            copyright: "%s"
  1921.  
  1922. 0    string        RSID            RSID sidtune PlaySID compatible
  1923. >4    beshort        >0            w/ header v%d,
  1924. >14    beshort        =1            single song,
  1925. >14    beshort        >1            %d songs,
  1926. >16    beshort        >0            default song: %d
  1927. >0x16    string        >\0            name: "%s"
  1928. >0x36    string        >\0            author: "%s"
  1929. >0x56    string        >\0            copyright: "%s"
  1930.  
  1931. # IRCAM <mpruett@sgi.com>
  1932. # VAX and MIPS files are little-endian; Sun and NeXT are big-endian
  1933. 0    belong        0x64a30100        IRCAM file (VAX)
  1934. 0    belong        0x64a30200        IRCAM file (Sun)
  1935. 0    belong        0x64a30300        IRCAM file (MIPS little-endian)
  1936. 0    belong        0x64a30400        IRCAM file (NeXT)
  1937.  
  1938. # NIST SPHERE <mpruett@sgi.com>
  1939. 0    string        NIST_1A\n\ \ \ 1024\n    NIST SPHERE file
  1940.  
  1941. # Sample Vision <mpruett@sgi.com>
  1942. 0    string        SOUND\ SAMPLE\ DATA\     Sample Vision file
  1943.  
  1944. # Audio Visual Research <tonigonenstein@users.sourceforge.net>
  1945. 0    string        2BIT            Audio Visual Research file,
  1946. >12    beshort        =0            mono,
  1947. >12    beshort        =-1            stereo,
  1948. >14    beshort        x            %d bits
  1949. >16    beshort        =0            unsigned,
  1950. >16    beshort        =-1            signed,
  1951. >22    belong&0x00ffffff    x        %d Hz,
  1952. >18    beshort        =0            no loop,
  1953. >18    beshort        =-1            loop,
  1954. >21    ubyte        <=127            note %d,
  1955. >22    byte        =0            replay 5.485 KHz
  1956. >22    byte        =1            replay 8.084 KHz
  1957. >22    byte        =2            replay 10.971 Khz
  1958. >22    byte        =3            replay 16.168 Khz
  1959. >22    byte        =4            replay 21.942 KHz
  1960. >22    byte        =5            replay 32.336 KHz
  1961. >22    byte        =6            replay 43.885 KHz
  1962. >22    byte        =7            replay 47.261 KHz
  1963.  
  1964. # SGI SoundTrack <mpruett@sgi.com>
  1965. 0    string        _SGI_SoundTrack        SGI SoundTrack project file
  1966. # ID3 version 2 tags <waschk@informatik.uni-rostock.de>
  1967. 0    string        ID3    MP3 file with ID3 version 2.
  1968. >3    ubyte    <0xff    \b%d.
  1969. >4    ubyte    <0xff    \b%d tag
  1970.  
  1971. # NSF (NES sound file) magic
  1972. 0    string        NESM\x1a    NES Sound File
  1973. >14    string        >\0        ("%s" by
  1974. >46    string        >\0        %s, copyright
  1975. >78    string        >\0        %s),
  1976. >5    byte        x        version %d,
  1977. >6    byte        x        %d tracks,
  1978. >122    byte&0x2    =1        dual PAL/NTSC
  1979. >122    byte&0x1    =1        PAL
  1980. >122    byte&0x1    =0        NTSC
  1981.  
  1982. # Impulse tracker module (audio/x-it)
  1983. 0    string        IMPM        Impulse Tracker module sound data -
  1984. >4    string        >\0        "%s"
  1985. >40    leshort        !0        compatible w/ITv%x
  1986. >42    leshort        !0        created w/ITv%x
  1987.  
  1988. # Imago Orpheus module (audio/x-imf)
  1989. 60    string        IM10        Imago Orpheus module sound data -
  1990. >0    string        >\0        "%s"
  1991.  
  1992. # From <collver1@attbi.com>
  1993. # These are the /etc/magic entries to decode modules, instruments, and
  1994. # samples in Impulse Tracker's native format.
  1995.  
  1996. 0    string        IMPS        Impulse Tracker Sample
  1997. >18    byte        &2        16 bit
  1998. >18    byte        ^2        8 bit
  1999. >18    byte        &4        stereo
  2000. >18    byte        ^4        mono
  2001. 0    string        IMPI        Impulse Tracker Instrument
  2002. >28    leshort        !0        ITv%x
  2003. >30    byte        !0        %d samples
  2004.  
  2005. # Yamaha TX Wave:  file(1) magic for Yamaha TX Wave audio files
  2006. # From <collver1@attbi.com>
  2007. 0    string        LM8953        Yamaha TX Wave
  2008. >22    byte        0x49        looped
  2009. >22    byte        0xC9        non-looped
  2010. >23    byte        1        33kHz
  2011. >23    byte        2        50kHz
  2012. >23    byte        3        16kHz
  2013.  
  2014. # scream tracker:  file(1) magic for Scream Tracker sample files
  2015. #
  2016. # From <collver1@attbi.com>
  2017. 76    string        SCRS        Scream Tracker Sample
  2018. >0    byte        1        sample
  2019. >0    byte        2        adlib melody
  2020. >0    byte        >2        adlib drum
  2021. >31    byte        &2        stereo
  2022. >31    byte        ^2        mono
  2023. >31    byte        &4        16bit little endian
  2024. >31    byte        ^4        8bit
  2025. >30    byte        0        unpacked
  2026. >30    byte        1        packed
  2027.  
  2028. # audio
  2029. # From: Cory Dikkers <cdikkers@swbell.net>
  2030. 0    string        MMD0        MED music file, version 0
  2031. 0    string        MMD1        OctaMED Pro music file, version 1
  2032. 0    string        MMD3        OctaMED Soundstudio music file, version 3
  2033. 0    string        OctaMEDCmpr    OctaMED Soundstudio compressed file
  2034. 0    string        MED        MED_Song
  2035. 0    string        SymM        Symphonie SymMOD music file
  2036. #
  2037. 0    string        THX        AHX version
  2038. >3    byte        =0        1 module data
  2039. >3    byte        =1        2 module data
  2040. #
  2041. 0    string        OKTASONG    Oktalyzer module data
  2042. #
  2043. 0    string        DIGI\ Booster\ module\0    %s
  2044. >20    byte        >0        %c
  2045. >>21    byte        >0        \b%c
  2046. >>>22    byte        >0        \b%c
  2047. >>>>23    byte        >0        \b%c
  2048. >610    string        >\0        \b, "%s"
  2049. #
  2050. 0    string        DBM0           DIGI Booster Pro Module
  2051. >4    byte        >0        V%X.
  2052. >>5    byte        x        \b%02X
  2053. >16    string        >\0        \b, "%s"
  2054. #
  2055. 0    string        FTMN        FaceTheMusic module
  2056. >16    string        >\0d        \b, "%s"
  2057.  
  2058. # From: <doj@cubic.org> 2003-06-24
  2059. 0    string        AMShdr\32    Velvet Studio AMS Module v2.2
  2060. 0    string        Extreme        Extreme Tracker AMS Module v1.3
  2061. 0    string        DDMF        Xtracker DMF Module
  2062. >4    byte        x        v%i
  2063. >0xD    string        >\0        Title: "%s"
  2064. >0x2B    string        >\0        Composer: "%s"
  2065. 0    string        DSM\32        Dynamic Studio Module DSM
  2066. 0    string        SONG        DigiTrekker DTM Module
  2067. 0    string        DMDL        DigiTrakker MDL Module
  2068. 0    string        PSM\32        Protracker Studio PSM Module
  2069. 44    string        PTMF        Poly Tracker PTM Module
  2070. >0    string        >\32        Title: "%s"
  2071. 0    string        MT20        MadTracker 2.0 Module MT2
  2072. 0    string        RAD\40by\40REALiTY!! RAD Adlib Tracker Module RAD
  2073. 0    string        RTMM        RTM Module
  2074. 0x426    string        MaDoKaN96    XMS Adlib Module
  2075. >0    string        >\0        Composer: "%s"
  2076. 0    string        AMF        AMF Module
  2077. >4    string        >\0        Title: "%s"
  2078. 0    string        MODINFO1    Open Cubic Player Module Inforation MDZ
  2079. 0    string        Extended\40Instrument: Fast Tracker II Instrument
  2080.  
  2081. # From: Takeshi Hamasaki <hma@syd.odn.ne.jp>
  2082. # NOA Nancy Codec file
  2083. 0    string        \210NOA\015\012\032    NOA Nancy Codec Movie file
  2084. # Yamaha SMAF format
  2085. 0    string        MMMD        Yamaha SMAF file
  2086. # Sharp Jisaku Melody format for PDC
  2087. 0    string        \001Sharp\040JisakuMelody    SHARP Cell-Phone ringing Melody
  2088. >20    string        Ver01.00    Ver. 1.00
  2089. >>32    byte        x        , %d tracks
  2090.  
  2091. # Free lossless audio codec <http://flac.sourceforge.net>
  2092. # From: Przemyslaw Augustyniak <silvathraec@rpg.pl>
  2093. 0    string            fLaC        FLAC audio bitstream data
  2094. >4    byte&0x7f        >0        \b, unknown version
  2095. >4    byte&0x7f        0        \b
  2096. # some common bits/sample values
  2097. >>20    beshort&0x1f0        0x030        \b, 4 bit
  2098. >>20    beshort&0x1f0        0x050        \b, 6 bit
  2099. >>20    beshort&0x1f0        0x070        \b, 8 bit
  2100. >>20    beshort&0x1f0        0x0b0        \b, 12 bit
  2101. >>20    beshort&0x1f0        0x0f0        \b, 16 bit
  2102. >>20    beshort&0x1f0        0x170        \b, 24 bit
  2103. >>20    byte&0xe        0x0        \b, mono
  2104. >>20    byte&0xe        0x2        \b, stereo
  2105. >>20    byte&0xe        0x4        \b, 3 channels
  2106. >>20    byte&0xe        0x6        \b, 4 channels
  2107. >>20    byte&0xe        0x8        \b, 5 channels
  2108. >>20    byte&0xe        0xa        \b, 6 channels
  2109. >>20    byte&0xe        0xc        \b, 7 channels
  2110. >>20    byte&0xe        0xe        \b, 8 channels
  2111. # some common sample rates
  2112. >>17    belong&0xfffff0        0x0ac440    \b, 44.1 kHz
  2113. >>17    belong&0xfffff0        0x0bb800    \b, 48 kHz
  2114. >>17    belong&0xfffff0        0x07d000    \b, 32 kHz
  2115. >>17    belong&0xfffff0        0x056220    \b, 22.05 kHz
  2116. >>17    belong&0xfffff0        0x05dc00    \b, 24 kHz
  2117. >>17    belong&0xfffff0        0x03e800    \b, 16 kHz
  2118. >>17    belong&0xfffff0        0x02b110    \b, 11.025 kHz
  2119. >>17    belong&0xfffff0        0x02ee00    \b, 12 kHz
  2120. >>17    belong&0xfffff0        0x01f400    \b, 8 kHz
  2121. >>17    belong&0xfffff0        0x177000    \b, 96 kHz
  2122. >>17    belong&0xfffff0        0x0fa000    \b, 64 kHz
  2123. >>21    byte&0xf        >0        \b, >4G samples
  2124. >>21    byte&0xf        0        \b
  2125. >>>22    belong            >0        \b, %u samples
  2126. >>>22    belong            0        \b, length unknown
  2127.  
  2128. # (ISDN) VBOX voice message file (Wolfram Kleff)
  2129. 0       string          VBOX            VBOX voice message data
  2130.  
  2131. # ReBorn Song Files (.rbs)
  2132. # David J. Singer <doc@deadvirgins.org.uk>
  2133. 8       string          RB40             RBS Song file
  2134. >29     string          ReBorn           created by ReBorn
  2135. >37     string          Propellerhead    created by ReBirth
  2136.  
  2137. # Synthesizer Generator and Kimwitu share their file format
  2138. 0    string        A#S#C#S#S#L#V#3        Synthesizer Generator or Kimwitu data
  2139. # Kimwitu++ uses a slightly different magic
  2140. 0    string        A#S#C#S#S#L#HUB        Kimwitu++ data
  2141.  
  2142. # From "Simon Hosie
  2143. 0       string  TFMX-SONG       TFMX module sound data
  2144.  
  2145. # Monkey's Audio compressed audio format (.ape)
  2146. # From danny.milo@gmx.net (Danny Milosavljevic)
  2147. # New version from Abel Cheung <abel (@) oaka.org>
  2148. 0        string        MAC\040        Monkey's Audio compressed format
  2149. >4        uleshort    >0x0F8B        version %d
  2150. >>(0x08.l)    uleshort    =1000        with fast compression
  2151. >>(0x08.l)    uleshort    =2000        with normal compression
  2152. >>(0x08.l)    uleshort    =3000        with high compression
  2153. >>(0x08.l)    uleshort    =4000        with extra high compression
  2154. >>(0x08.l)    uleshort    =5000        with insane compression
  2155. >>(0x08.l+18)    uleshort    =1        \b, mono
  2156. >>(0x08.l+18)    uleshort    =2        \b, stereo
  2157. >>(0x08.l+20)    ulelong        x        \b, sample rate %d
  2158. >4        uleshort    <0x0F8C        version %d
  2159. >>6        uleshort    =1000        with fast compression
  2160. >>6        uleshort    =2000        with normal compression
  2161. >>6        uleshort    =3000        with high compression
  2162. >>6        uleshort    =4000        with extra high compression
  2163. >>6        uleshort    =5000        with insane compression
  2164. >>10        uleshort    =1        \b, mono
  2165. >>10        uleshort    =2        \b, stereo
  2166. >>12        ulelong        x        \b, sample rate %d
  2167.  
  2168. # adlib sound files
  2169. # From G├╝rkan Seng├╝n <gurkan@linuks.mine.nu>, http://www.linuks.mine.nu
  2170. 0        string        RAWADATA    RdosPlay RAW
  2171.  
  2172. 1068    string        RoR        AMUSIC Adlib Tracker
  2173.  
  2174. 0    string        JCH        EdLib
  2175.  
  2176. 0    string        mpu401tr    MPU-401 Trakker
  2177.  
  2178. 0    string        SAdT        Surprise! Adlib Tracker
  2179. >4    byte        x        Version %d
  2180.  
  2181. 0    string        XAD!        eXotic ADlib
  2182.  
  2183. 0    string        ofTAZ!        eXtra Simple Music
  2184.  
  2185. # Spectrum 128 tunes (.ay files).
  2186. # From: Emanuel Haupt <ehaupt@critical.ch>
  2187. 0    string        ZXAYEMUL    Spectrum 128 tune
  2188.  
  2189. # From: Alex Beregszaszi <alex@fsn.hu>
  2190. 0    string        MP+        Musepack
  2191. >3    byte&0x0f    x        SV%d
  2192.  
  2193. 0    string        \0BONK        BONK,
  2194. #>5    byte        x        version %d
  2195. >14    byte        x        %d channel(s),
  2196. >15    byte        =1        lossless,
  2197. >15    byte        =0        lossy,
  2198. >16    byte        x        mid-side
  2199.  
  2200. 384    string        LockStream    LockStream Embedded file (mostly MP3 on old Nokia phones)
  2201.  
  2202. # format VQF (proprietary codec for sound)
  2203. # some infos on the header file available at :
  2204. # http://www.twinvq.org/english/technology_format.html
  2205. 0    string        TWIN97012000    VQF data
  2206. >27    short        0        \b, Mono
  2207. >27    short        1        \b, Stereo
  2208. >31    short         >0        \b, %d kbit/s
  2209. >35    short         >0        \b, %d kHz
  2210.  
  2211. # Nelson A. de Oliveira (naoliv@gmail.com)
  2212. # .eqf
  2213. 0    string    Winamp\ EQ\ library\ file    %s
  2214. # it will match only versions like v<digit>.<digit>
  2215. # Since I saw only eqf files with version v1.1 I think that it's OK
  2216. >23    string    x    \b%.4s
  2217. # .preset
  2218. 0    string    \[Equalizer\ preset\]    XMMS equalizer preset
  2219. # .m3u
  2220. 0    string    \#EXTM3U    M3U playlist
  2221. # .pls
  2222. 0    string    \[playlist\]    PLS playlist
  2223. # licq.conf
  2224. 1    string    \[licq\]    LICQ configuration file
  2225. #----------------------------------------------------------------
  2226. # basis: file(1) magic for BBx/Pro5-files
  2227. #      Oliver Dammer <dammer@olida.de>     2005/11/07
  2228. # http://www.basis.com business-basic-files.
  2229. #
  2230. 0    string        \074\074bbx\076\076    BBx
  2231. >7    string        \000            indexed file
  2232. >7    string        \001            serial file
  2233. >7    string        \002            keyed file
  2234. >>13    short        0            (sort)
  2235. >7    string        \004            program
  2236. >>18    byte        x            (LEVEL %d)
  2237. >>>23    string        >\000            psaved
  2238. >7    string        \006            mkeyed file
  2239. >>13    short        0            (sort)
  2240. >>8    string        \000            (mkey)
  2241. #------------------------------------------------------------------------------
  2242. # bFLT: file(1) magic for BFLT uclinux binary files
  2243. #
  2244. # From Philippe De Muyter <phdm@macqel.be>
  2245. #
  2246. 0    string        bFLT        BFLT executable
  2247. >4    belong        x        - version %ld
  2248. >4    belong        4
  2249. >>36    belong&0x1    0x1        ram
  2250. >>36    belong&0x2    0x2        gotpic
  2251. >>36    belong&0x4    0x4        gzip
  2252. >>36    belong&0x8    0x8        gzdata
  2253. #------------------------------------------------------------------------------
  2254. # blender: file(1) magic for Blender 3D data files
  2255. #
  2256. # Coded by Guillermo S. Romero <gsromero@alumnos.euitt.upm.es> using the
  2257. # data from Ton Roosendaal <ton@blender.nl>. Ton or his company do not
  2258. # support the rule, so mail GSR if problems with it. Rule version: 1.1.
  2259. # You can get latest version with comments and details about the format
  2260. # at http://acd.asoc.euitt.upm.es/~gsromero/3d/blender/magic.blender
  2261.  
  2262. 0    string    =BLENDER    Blender3D,
  2263. >7    string    =_        saved as 32-bits
  2264. >7      string    =-        saved as 64-bits
  2265. >8    string    =v        little endian
  2266. >8    string    =V        big endian
  2267. >9    byte    x        with version %c.
  2268. >10    byte    x        \b%c
  2269. >11    byte    x        \b%c
  2270.  
  2271. #------------------------------------------------------------------------------
  2272. # blit:  file(1) magic for 68K Blit stuff as seen from 680x0 machine
  2273. #
  2274. # Note that this 0407 conflicts with several other a.out formats...
  2275. #
  2276. # XXX - should this be redone with "be" and "le", so that it works on
  2277. # little-endian machines as well?  If so, what's the deal with
  2278. # "VAX-order" and "VAX-order2"?
  2279. #
  2280. #0    long        0407        68K Blit (standalone) executable
  2281. #0    short        0407        VAX-order2 68K Blit (standalone) executable
  2282. 0    short        03401        VAX-order 68K Blit (standalone) executable
  2283. 0    long        0406        68k Blit mpx/mux executable
  2284. 0    short        0406        VAX-order2 68k Blit mpx/mux executable
  2285. 0    short        03001        VAX-order 68k Blit mpx/mux executable
  2286. # Need more values for WE32 DMD executables.
  2287. # Note that 0520 is the same as COFF
  2288. #0    short        0520        tty630 layers executable
  2289. #
  2290. # i80960 b.out objects and archives
  2291. #
  2292. 0    long        0x10d        i960 b.out relocatable object
  2293. >16    long        >0        not stripped
  2294. #
  2295. # b.out archive (hp-rt on i960)
  2296. 0    string        =!<bout>    b.out archive
  2297. >8    string        __.SYMDEF    random library
  2298. #------------------------------------------------------------------------------
  2299. # bsdi:  file(1) magic for BSD/OS (from BSDI) objects
  2300. #
  2301.  
  2302. 0    lelong        0314        386 compact demand paged pure executable
  2303. >16    lelong        >0        not stripped
  2304. >32    byte        0x6a        (uses shared libs)
  2305.  
  2306. 0    lelong        0407        386 executable
  2307. >16    lelong        >0        not stripped
  2308. >32    byte        0x6a        (uses shared libs)
  2309.  
  2310. 0    lelong        0410        386 pure executable
  2311. >16    lelong        >0        not stripped
  2312. >32    byte        0x6a        (uses shared libs)
  2313.  
  2314. 0    lelong        0413        386 demand paged pure executable
  2315. >16    lelong        >0        not stripped
  2316. >32    byte        0x6a        (uses shared libs)
  2317.  
  2318. # same as in SunOS 4.x, except for static shared libraries
  2319. 0    belong&077777777    0600413        SPARC demand paged
  2320. >0    byte        &0x80
  2321. >>20    belong        <4096        shared library
  2322. >>20    belong        =4096        dynamically linked executable
  2323. >>20    belong        >4096        dynamically linked executable
  2324. >0    byte        ^0x80        executable
  2325. >16    belong        >0        not stripped
  2326. >36    belong        0xb4100001    (uses shared libs)
  2327.  
  2328. 0    belong&077777777    0600410        SPARC pure
  2329. >0    byte        &0x80        dynamically linked executable
  2330. >0    byte        ^0x80        executable
  2331. >16    belong        >0        not stripped
  2332. >36    belong        0xb4100001    (uses shared libs)
  2333.  
  2334. 0    belong&077777777    0600407        SPARC
  2335. >0    byte        &0x80        dynamically linked executable
  2336. >0    byte        ^0x80        executable
  2337. >16    belong        >0        not stripped
  2338. >36    belong        0xb4100001    (uses shared libs)
  2339. #------------------------------------------------------------------------------
  2340. # BTSnoop:  file(1) magic for BTSnoop files
  2341. #
  2342. # From <marcel@holtmann.org>
  2343. 0    string        btsnoop\0        BTSnoop
  2344. >8    belong        x            version %d,
  2345. >12    belong        1001            Unencapsulated HCI
  2346. >12    belong        1002            HCI UART (H4)
  2347. >12    belong        1003            HCI BCSP
  2348. >12    belong        1004            HCI Serial (H5)
  2349. >>12    belong        x            type %d
  2350.  
  2351. #------------------------------------------------------------------------------
  2352. # autocad:  file(1) magic for cad files
  2353. #
  2354.  
  2355. # AutoCAD DWG versions R13/R14 (www.autodesk.com)
  2356. # Written December 01, 2003 by Lester Hightower
  2357. # Based on the DWG File Format Specifications at http://www.opendwg.org/
  2358. 0    string           \101\103\061\060\061           AutoCAD
  2359. >5    string           \062\000\000\000\000           DWG ver. R13
  2360. >5    string           \064\000\000\000\000           DWG ver. R14
  2361.  
  2362. # Microstation DGN/CIT Files (www.bentley.com)
  2363. # Last updated July 29, 2005 by Lester Hightower
  2364. # DGN is the default file extension of Microstation/Intergraph CAD files.
  2365. # CIT is the proprietary raster format (similar to TIFF) used to attach
  2366. # raster underlays to Microstation DGN (vector) drawings.
  2367. # http://www.wotsit.org/search.asp
  2368. # http://filext.com/detaillist.php?extdetail=DGN
  2369. # http://filext.com/detaillist.php?extdetail=CIT
  2370. #
  2371. # http://www.bentley.com/products/default.cfm?objectid=97F351F5-9C35-4E5E-89C2
  2372. # 3F86C928&method=display&p_objectid=97F351F5-9C35-4E5E-89C280A93F86C928
  2373. # http://www.bentley.com/products/default.cfm?objectid=A5C2FD43-3AC9-4C71-B682
  2374. # 721C479F&method=display&p_objectid=A5C2FD43-3AC9-4C71-B682C7BE721C479F
  2375. 0    string    \010\011\376            Microstation
  2376. >3    string    \002
  2377. >>30    string    \026\105            DGNFile
  2378. >>30    string    \034\105            DGNFile
  2379. >>30    string    \073\107            DGNFile
  2380. >>30    string    \073\110            DGNFile
  2381. >>30    string    \106\107            DGNFile
  2382. >>30    string    \110\103            DGNFile
  2383. >>30    string    \120\104            DGNFile
  2384. >>30    string    \172\104            DGNFile
  2385. >>30    string    \172\105            DGNFile
  2386. >>30    string    \234\106            DGNFile
  2387. >>30    string    \273\105            DGNFile
  2388. >>30    string    \306\106            DGNFile
  2389. >>30    string    \310\104            DGNFile
  2390. >>30    string    \341\104            DGNFile
  2391. >>30    string    \372\103            DGNFile
  2392. >>30    string    \372\104            DGNFile
  2393. >>30    string    \372\106            DGNFile
  2394. >>30    string    \376\103            DGNFile
  2395. >4    string    \030\000\000            CITFile
  2396. >4    string    \030\000\003            CITFile
  2397.  
  2398. # AutoCad, from Nahuel Greco
  2399. # AutoCAD DWG versions R12/R13/R14 (www.autodesk.com)
  2400. 0    string AC1012    AutoCad (release 12)
  2401. 0    string AC1013    AutoCad (release 13)
  2402. 0    string AC1014    AutoCad (release 14)
  2403.  
  2404. #------------------------------------------------------------------------------
  2405. # c-lang:  file(1) magic for C programs (or REXX)
  2406. #
  2407.  
  2408. # XPM icons (Greg Roelofs, newt@uchicago.edu)
  2409. # if you uncomment "/*" for C/REXX below, also uncomment this entry
  2410. #0    string        /*\ XPM\ */    X pixmap image data
  2411.  
  2412. # this first will upset you if you're a PL/1 shop...
  2413. # in which case rm it; ascmagic will catch real C programs
  2414. #0    string        /*        C or REXX program text
  2415. #0    string        //        C++ program text
  2416.  
  2417. # From: Mikhail Teterin <mi@aldan.algebra.com> 
  2418. 0    string        cscope        cscope reference data
  2419. >7    string        x        version %.2s
  2420. # We skip the path here, because it is often long (so file will
  2421. # truncate it) and mostly redundant.
  2422. # The inverted index functionality was added some time betwen
  2423. # versions 11 and 15, so look for -q if version is above 14:
  2424. >7    string        >14
  2425. >>10    regex        .+\ -q\        with inverted index
  2426. >10    regex        .+\ -c\        text (non-compressed)
  2427.  
  2428. #------------------------------------------------------------------------------
  2429. # c64:  file(1) magic for various commodore 64 related files
  2430. #
  2431. # From: Dirk Jagdmann <doj@cubic.org>
  2432.  
  2433. 0x16500    belong        0x12014100    D64 Image
  2434. 0x16500    belong        0x12014180    D71 Image
  2435. 0x61800 belong        0x28034400    D81 Image
  2436. 0    string        C64\40CARTRIDGE    CCS C64 Emultar Cartridge Image
  2437. 0    belong        0x43154164    X64 Image
  2438.  
  2439. 0    string        GCR-1541    GCR Image
  2440. >8    byte        x        version: %i
  2441. >9    byte        x        tracks: %i
  2442.  
  2443. 9    string        PSUR        ARC archive (c64)
  2444. 2    string        -LH1-        LHA archive (c64)
  2445.  
  2446. 0    string        C64File        PC64 Emulator file
  2447. >8    string        >\0        "%s"
  2448. 0    string        C64Image    PC64 Freezer Image
  2449.  
  2450. 0    beshort        0x38CD        C64 PCLink Image
  2451. 0    string        CBM\144\0\0    Power 64 C64 Emulator Snapshot
  2452.  
  2453. 0    belong        0xFF424CFF    WRAptor packer (c64)
  2454.  
  2455. 0    string        C64S\x20tape\x20file    T64 tape Image
  2456. >32    leshort        x        Version:0x%x
  2457. >36    leshort        !0        Entries:%i
  2458. >40    string        x        Name:%.24s
  2459.  
  2460. 0    string        C64\x20tape\x20image\x20file\x0\x0\x0\x0\x0\x0\x0\x0\x0\x0\x0\x0    T64 tape Image
  2461. >32    leshort        x        Version:0x%x
  2462. >36    leshort        !0        Entries:%i
  2463. >40    string        x        Name:%.24s
  2464.  
  2465. 0    string        C64S\x20tape\x20image\x20file\x0\x0\x0\x0\x0\x0\x0\x0\x0\x0\x0    T64 tape Image
  2466. >32    leshort        x        Version:0x%x
  2467. >36    leshort        !0        Entries:%i
  2468. >40    string        x        Name:%.24s
  2469.  
  2470. #------------------------------------------------------------------------------
  2471. # CDDB: file(1) magic for CDDB(tm) format CD text data files
  2472. #
  2473. # From <steve@gracenote.com>
  2474. #
  2475. # This is the /etc/magic entry to decode datafiles as used by
  2476. # CDDB-enabled CD player applications.
  2477. #
  2478.  
  2479. 0       string/b        #\040xmcd               CDDB(tm) format CD text data
  2480.  
  2481. #------------------------------------------------------------------------------
  2482. # chord: file(1) magic for Chord music sheet typesetting utility input files
  2483. #
  2484. # From Philippe De Muyter <phdm@macqel.be>
  2485. # File format is actually free, but many distributed files begin with `{title'
  2486. #
  2487. 0    string        {title        Chord text file
  2488.  
  2489. #------------------------------------------------------------------------------
  2490. # cisco:  file(1) magic for cisco Systems routers
  2491. #
  2492. # Most cisco file-formats are covered by the generic elf code
  2493. #
  2494. # Microcode files are non-ELF, 0x8501 conflicts with NetBSD/alpha.
  2495. 0    belong&0xffffff00    0x85011400  cisco IOS microcode
  2496. >7    string        >\0            for '%s'
  2497. 0    belong&0xffffff00    0x8501cb00  cisco IOS experimental microcode
  2498. >7    string        >\0            for '%s'
  2499. #------------------------------------------------------------------------------
  2500. # citrus locale declaration
  2501. #
  2502.  
  2503. 0    string        RuneCT        Citrus locale declaration for LC_CTYPE
  2504.  
  2505.  
  2506. #------------------------------------------------------------------------------
  2507. # claris:  file(1) magic for claris
  2508. # "H. Nanosecond" <aldomel@ix.netcom.com>
  2509. # Claris Works a word processor, etc.
  2510. # Version 3.0
  2511.  
  2512. # .pct claris works clip art files
  2513. #0000000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000 000
  2514. #*
  2515. #0001000 #010 250 377 377 377 377 000 213 000 230 000 021 002 377 014 000
  2516. #null to byte 1000 octal
  2517. 514    string    \377\377\377\377\000    Claris clip art?
  2518. >0    string    \0\0\0\0\0\0\0\0\0\0\0\0\0    yes.
  2519. 514    string    \377\377\377\377\001    Claris clip art?
  2520. >0    string    \0\0\0\0\0\0\0\0\0\0\0\0\0    yes.
  2521.  
  2522. # Claris works files
  2523. # .cwk
  2524. 0    string    \002\000\210\003\102\117\102\117\000\001\206 Claris works document
  2525. # .plt
  2526. 0    string    \020\341\000\000\010\010    Claris Works pallete files .plt
  2527.  
  2528. # .msp a dictionary file I am not sure about this I have only one .msp file
  2529. 0    string    \002\271\262\000\040\002\000\164    Claris works dictionary
  2530.  
  2531. # .usp are user dictionary bits
  2532. # I am not sure about a magic header:
  2533. #0000000 001 123 160 146 070 125 104 040 136 123 015 012 160 157 144 151
  2534. #        soh   S   p   f   8   U   D  sp   ^   S  cr  nl   p   o   d   i
  2535. #0000020 141 164 162 151 163 164 040 136 123 015 012 144 151 166 040 043
  2536. #          a   t   r   i   s   t  sp   ^   S  cr  nl   d   i   v  sp   #
  2537.  
  2538. # .mth Thesaurus
  2539. # starts with \0 but no magic header
  2540.  
  2541. # .chy Hyphenation file
  2542. # I am not sure: 000 210 034 000 000
  2543.  
  2544. # other claris files
  2545. #./windows/claris/useng.ndx: data
  2546. #./windows/claris/xtndtran.l32: data
  2547. #./windows/claris/xtndtran.lst: data
  2548. #./windows/claris/clworks.lbl: data
  2549. #./windows/claris/clworks.prf: data
  2550. #./windows/claris/userd.spl: data
  2551.  
  2552. #------------------------------------------------------------------------------
  2553. # clipper:  file(1) magic for Intergraph (formerly Fairchild) Clipper.
  2554. #
  2555. # XXX - what byte order does the Clipper use?
  2556. #
  2557. # XXX - what's the "!" stuff:
  2558. #
  2559. # >18    short        !074000,000000    C1 R1 
  2560. # >18    short        !074000,004000    C2 R1
  2561. # >18    short        !074000,010000    C3 R1
  2562. # >18    short        !074000,074000    TEST
  2563. #
  2564. # I shall assume it's ANDing the field with the first value and
  2565. # comparing it with the second, and rewrite it as:
  2566. #
  2567. # >18    short&074000    000000        C1 R1 
  2568. # >18    short&074000    004000        C2 R1
  2569. # >18    short&074000    010000        C3 R1
  2570. # >18    short&074000    074000        TEST
  2571. #
  2572. # as SVR3.1's "file" doesn't support anything of the "!074000,000000"
  2573. # sort, nor does SunOS 4.x, so either it's something Intergraph added
  2574. # in CLIX, or something AT&T added in SVR3.2 or later, or something
  2575. # somebody else thought was a good idea; it's not documented in the
  2576. # man page for this version of "magic", nor does it appear to be
  2577. # implemented (at least not after I blew off the bogus code to turn
  2578. # old-style "&"s into new-style "&"s, which just didn't work at all).
  2579. #
  2580. 0    short        0575        CLIPPER COFF executable (VAX #)
  2581. >20    short        0407        (impure)
  2582. >20    short        0410        (5.2 compatible)
  2583. >20    short        0411        (pure)
  2584. >20    short        0413        (demand paged)
  2585. >20    short        0443        (target shared library)
  2586. >12    long        >0        not stripped
  2587. >22    short        >0        - version %ld
  2588. 0    short        0577        CLIPPER COFF executable
  2589. >18    short&074000    000000        C1 R1 
  2590. >18    short&074000    004000        C2 R1
  2591. >18    short&074000    010000        C3 R1
  2592. >18    short&074000    074000        TEST
  2593. >20    short        0407        (impure)
  2594. >20    short        0410        (pure)
  2595. >20    short        0411        (separate I&D)
  2596. >20    short        0413        (paged)
  2597. >20    short        0443        (target shared library)
  2598. >12    long        >0        not stripped
  2599. >22    short        >0        - version %ld
  2600. >48    long&01        01        alignment trap enabled
  2601. >52    byte        1        -Ctnc
  2602. >52    byte        2        -Ctsw
  2603. >52    byte        3        -Ctpw
  2604. >52    byte        4        -Ctcb
  2605. >53    byte        1        -Cdnc
  2606. >53    byte        2        -Cdsw
  2607. >53    byte        3        -Cdpw
  2608. >53    byte        4        -Cdcb
  2609. >54    byte        1        -Csnc
  2610. >54    byte        2        -Cssw
  2611. >54    byte        3        -Cspw
  2612. >54    byte        4        -Cscb
  2613. 4    string        pipe        CLIPPER instruction trace
  2614. 4    string        prof        CLIPPER instruction profile
  2615. #------------------------------------------------------------------------------
  2616. # cracklib:  file (1) magic for cracklib v2.7
  2617.  
  2618. 0    lelong    0x70775631    Cracklib password index, little endian
  2619. >4    lelong    >0        (%i words)
  2620. 0    belong    0x70775631    Cracklib password index, big endian
  2621. >4    belong    >0        (%i words)
  2622.  
  2623. #------------------------------------------------------------------------------
  2624. # cracklib:  file (1) magic for cracklib v2.7
  2625.  
  2626. 0    lelong    0x70775631    Cracklib password index, little endian
  2627. >4    long    >0        (%i words)
  2628. >4    long    0        ("64-bit")
  2629. >>8    long    >-1        (%i words)
  2630. 0    belong    0x70775631    Cracklib password index, big endian
  2631. >4    belong    >-1        (%i words)
  2632. # really bellong 0x0000000070775631
  2633. 4    belong    0x70775631    Cracklib password index, big endian ("64-bit")
  2634. >12    belong    >0        (%i words)
  2635.  
  2636. #------------------------------------------------------------------------------
  2637. # spec:  file(1) magic for SPEC raw results (*.raw, *.rsf)
  2638. #
  2639. # Cloyce D. Spradling <cloyce@headgear.org>
  2640.  
  2641. 0    string    spec            SPEC
  2642. >4    string    .cpu            CPU
  2643. >>8    string    <:            \b%.4s
  2644. >>12    string    .            raw result text
  2645.  
  2646. 17    string    version=SPECjbb        SPECjbb
  2647. >32    string    <:            \b%.4s
  2648. >>37    string    <:            v%.4s raw result text
  2649.  
  2650. 0    string    BEGIN\040SPECWEB    SPECweb
  2651. >13    string    <:            \b%.2s
  2652. >>15    string    _SSL            \b_SSL
  2653. >>>20    string    <:            v%.4s raw result text
  2654. >>16    string    <:            v%.4s raw result text
  2655.  
  2656. #------------------------------------------------------------------------------
  2657. # commands:  file(1) magic for various shells and interpreters
  2658. #
  2659. 0    string        :            shell archive or script for antique kernel text
  2660. 0    string/b    #!\ /bin/sh        Bourne shell script text
  2661. 0    string/b    #!\ /bin/csh        C shell script text
  2662. # korn shell magic, sent by George Wu, gwu@clyde.att.com
  2663. 0    string/b    #!\ /bin/ksh        Korn shell script text
  2664. 0    string/b     #!\ /bin/tcsh        Tenex C shell script text
  2665. 0    string/b     #!\ /usr/bin/tcsh    Tenex C shell script text
  2666. 0    string/b     #!\ /usr/local/tcsh    Tenex C shell script text
  2667. 0    string/b    #!\ /usr/local/bin/tcsh    Tenex C shell script text
  2668.  
  2669. #
  2670. # zsh/ash/ae/nawk/gawk magic from cameron@cs.unsw.oz.au (Cameron Simpson)
  2671. 0    string/b    #!\ /bin/zsh        Paul Falstad's zsh script text
  2672. 0    string/b    #!\ /usr/bin/zsh    Paul Falstad's zsh script text
  2673. 0    string/b    #!\ /usr/local/bin/zsh    Paul Falstad's zsh script text
  2674. 0    string/b    #!\ /usr/local/bin/ash    Neil Brown's ash script text
  2675. 0    string/b    #!\ /usr/local/bin/ae    Neil Brown's ae script text
  2676. 0    string/b    #!\ /bin/nawk        new awk script text
  2677. 0    string/b    #!\ /usr/bin/nawk    new awk script text
  2678. 0    string/b    #!\ /usr/local/bin/nawk    new awk script text
  2679. 0    string/b    #!\ /bin/gawk        GNU awk script text
  2680. 0    string/b    #!\ /usr/bin/gawk    GNU awk script text
  2681. 0    string/b    #!\ /usr/local/bin/gawk    GNU awk script text
  2682. #
  2683. 0    string/b    #!\ /bin/awk        awk script text
  2684. 0    string/b    #!\ /usr/bin/awk    awk script text
  2685. # update to distinguish from *.vcf files
  2686. 0    regex        BEGIN[[:space:]]*[{]    awk script text
  2687.  
  2688. # AT&T Bell Labs' Plan 9 shell
  2689. 0    string/b    #!\ /bin/rc    Plan 9 rc shell script text
  2690.  
  2691. # bash shell magic, from Peter Tobias (tobias@server.et-inf.fho-emden.de)
  2692. 0    string/b    #!\ /bin/bash        Bourne-Again shell script text
  2693. 0    string/b    #!\ /usr/bin/bash    Bourne-Again shell script text
  2694. 0    string/b    #!\ /usr/local/bash    Bourne-Again shell script text
  2695. 0    string/b    #!\ /usr/local/bin/bash    Bourne-Again shell script text
  2696.  
  2697. # using env
  2698. 0    string        #!/usr/bin/env        a
  2699. >15    string        >\0            %s script text
  2700. 0    string        #!\ /usr/bin/env    a
  2701. >16    string        >\0            %s script text
  2702.  
  2703. # PHP scripts
  2704. # Ulf Harnhammar <ulfh@update.uu.se>
  2705. 0    string/c    =<?php            PHP script text
  2706. 0    string        =<?\n            PHP script text
  2707. 0    string        =<?\r            PHP script text
  2708. 0    string/b    #!\ /usr/local/bin/php    PHP script text
  2709. 0    string/b    #!\ /usr/bin/php    PHP script text
  2710.  
  2711. 0    string        Zend\x00        PHP script Zend Optimizer data
  2712.  
  2713. #----------------------------------------------------------------------------
  2714. # communication
  2715.  
  2716. # TTCN is the Tree and Tabular Combined Notation described in ISO 9646-3.
  2717. # It is used for conformance testing of communication protocols.
  2718. # Added by W. Borgert <debacle@debian.org>.
  2719. 0    string        $Suite            TTCN Abstract Test Suite
  2720. >&1    string        $SuiteId
  2721. >>&1    string        >\n            %s
  2722. >&2    string        $SuiteId
  2723. >>&1    string        >\n            %s
  2724. >&3    string        $SuiteId
  2725. >>&1    string        >\n            %s
  2726.  
  2727. # MSC (message sequence charts) are a formal description technique,
  2728. # described in ITU-T Z.120, mainly used for communication protocols.
  2729. # Added by W. Borgert <debacle@debian.org>.
  2730. 0    string        mscdocument    Message Sequence Chart (document)
  2731. 0    string        msc        Message Sequence Chart (chart)
  2732. 0    string        submsc        Message Sequence Chart (subchart)
  2733.  
  2734. #------------------------------------------------------------------------------
  2735. # compress:  file(1) magic for pure-compression formats (no archives)
  2736. #
  2737. # compress, gzip, pack, compact, huf, squeeze, crunch, freeze, yabba, etc.
  2738. #
  2739. # Formats for various forms of compressed data
  2740. # Formats for "compress" proper have been moved into "compress.c",
  2741. # because it tries to uncompress it to figure out what's inside.
  2742.  
  2743. # standard unix compress
  2744. 0    string        \037\235    compress'd data
  2745. >2    byte&0x80    >0        block compressed
  2746. >2    byte&0x1f    x        %d bits
  2747.  
  2748. # gzip (GNU zip, not to be confused with Info-ZIP or PKWARE zip archiver)
  2749. #   Edited by Chris Chittleborough <cchittleborough@yahoo.com.au>, March 2002
  2750. #    * Original filename is only at offset 10 if "extra field" absent
  2751. #    * Produce shorter output - notably, only report compression methods
  2752. #      other than 8 ("deflate", the only method defined in RFC 1952).
  2753. 0       string          \037\213        gzip compressed data
  2754. >2    byte        <8        \b, reserved method
  2755. >2    byte        >8        \b, unknown method
  2756. >3    byte        &0x01        \b, ASCII
  2757. >3    byte        &0x02        \b, has CRC
  2758. >3    byte        &0x04        \b, extra field
  2759. >3    byte&0xC    =0x08
  2760. >>10    string        x        \b, was "%s"
  2761. >3    byte        &0x10        \b, has comment
  2762. >9    byte        =0x00        \b, from FAT filesystem (MS-DOS, OS/2, NT)
  2763. >9    byte        =0x01        \b, from Amiga
  2764. >9    byte        =0x02        \b, from VMS
  2765. >9    byte        =0x03        \b, from Unix
  2766. >9    byte        =0x04        \b, from VM/CMS
  2767. >9    byte        =0x05        \b, from Atari
  2768. >9    byte        =0x06        \b, from HPFS filesystem (OS/2, NT)
  2769. >9    byte        =0x07        \b, from MacOS
  2770. >9    byte        =0x08        \b, from Z-System
  2771. >9    byte        =0x09        \b, from CP/M
  2772. >9    byte        =0x0A        \b, from TOPS/20
  2773. >9    byte        =0x0B        \b, from NTFS filesystem (NT)
  2774. >9    byte        =0x0C        \b, from QDOS
  2775. >9    byte        =0x0D        \b, from Acorn RISCOS
  2776. >3    byte        &0x10        \b, comment
  2777. >3    byte        &0x20        \b, encrypted
  2778. >4    ledate        >0        \b, last modified: %s
  2779. >8    byte        2        \b, max compression
  2780. >8    byte        4        \b, max speed
  2781.  
  2782. # packed data, Huffman (minimum redundancy) codes on a byte-by-byte basis
  2783. 0    string        \037\036    packed data
  2784. >2    belong        >1        \b, %d characters originally
  2785. >2    belong        =1        \b, %d character originally
  2786. #
  2787. # This magic number is byte-order-independent.
  2788. 0    short        0x1f1f        old packed data
  2789.  
  2790. # XXX - why *two* entries for "compacted data", one of which is
  2791. # byte-order independent, and one of which is byte-order dependent?
  2792. #
  2793. 0    short        0x1fff        compacted data
  2794. # This string is valid for SunOS (BE) and a matching "short" is listed
  2795. # in the Ultrix (LE) magic file.
  2796. 0    string        \377\037    compacted data
  2797. 0    short        0145405        huf output
  2798.  
  2799. # bzip2
  2800. 0    string        BZh        bzip2 compressed data
  2801. >3    byte        >47        \b, block size = %c00k
  2802.  
  2803. # squeeze and crunch
  2804. # Michael Haardt <michael@cantor.informatik.rwth-aachen.de>
  2805. 0    beshort        0x76FF        squeezed data,
  2806. >4    string        x        original name %s
  2807. 0    beshort        0x76FE        crunched data,
  2808. >2    string        x        original name %s
  2809. 0    beshort        0x76FD        LZH compressed data,
  2810. >2    string        x        original name %s
  2811.  
  2812. # Freeze
  2813. 0    string        \037\237    frozen file 2.1
  2814. 0    string        \037\236    frozen file 1.0 (or gzip 0.5)
  2815.  
  2816. # SCO compress -H (LZH)
  2817. 0    string        \037\240    SCO compress -H (LZH) data
  2818.  
  2819. # European GSM 06.10 is a provisional standard for full-rate speech
  2820. # transcoding, prI-ETS 300 036, which uses RPE/LTP (residual pulse
  2821. # excitation/long term prediction) coding at 13 kbit/s.
  2822. #
  2823. # There's only a magic nibble (4 bits); that nibble repeats every 33
  2824. # bytes.  This isn't suited for use, but maybe we can use it someday.
  2825. #
  2826. # This will cause very short GSM files to be declared as data and
  2827. # mismatches to be declared as data too!
  2828. #0    byte&0xF0    0xd0        data
  2829. #>33    byte&0xF0    0xd0
  2830. #>66    byte&0xF0    0xd0
  2831. #>99    byte&0xF0    0xd0
  2832. #>132    byte&0xF0    0xd0        GSM 06.10 compressed audio
  2833.  
  2834. # bzip    a block-sorting file compressor
  2835. #    by Julian Seward <sewardj@cs.man.ac.uk> and others
  2836. #
  2837. 0    string        BZ        bzip compressed data
  2838. >2    byte        x        \b, version: %c
  2839. >3    string        =1        \b, compression block size 100k
  2840. >3    string        =2        \b, compression block size 200k
  2841. >3    string        =3        \b, compression block size 300k
  2842. >3    string        =4        \b, compression block size 400k
  2843. >3    string        =5        \b, compression block size 500k
  2844. >3    string        =6        \b, compression block size 600k
  2845. >3    string        =7        \b, compression block size 700k
  2846. >3    string        =8        \b, compression block size 800k
  2847. >3    string        =9        \b, compression block size 900k
  2848.  
  2849. # lzop from <markus.oberhumer@jk.uni-linz.ac.at>
  2850. 0    string        \x89\x4c\x5a\x4f\x00\x0d\x0a\x1a\x0a    lzop compressed data
  2851. >9    beshort        <0x0940
  2852. >>9    byte&0xf0    =0x00        - version 0.
  2853. >>9    beshort&0x0fff    x        \b%03x,
  2854. >>13    byte        1        LZO1X-1,
  2855. >>13    byte        2        LZO1X-1(15),
  2856. >>13    byte        3        LZO1X-999,
  2857. ## >>22    bedate        >0        last modified: %s,
  2858. >>14    byte        =0x00        os: MS-DOS
  2859. >>14    byte        =0x01        os: Amiga
  2860. >>14    byte        =0x02        os: VMS
  2861. >>14    byte        =0x03        os: Unix
  2862. >>14    byte        =0x05        os: Atari
  2863. >>14    byte        =0x06        os: OS/2
  2864. >>14    byte        =0x07        os: MacOS
  2865. >>14    byte        =0x0A        os: Tops/20
  2866. >>14    byte        =0x0B        os: WinNT
  2867. >>14    byte        =0x0E        os: Win32
  2868. >9    beshort        >0x0939
  2869. >>9    byte&0xf0    =0x00        - version 0.
  2870. >>9    byte&0xf0    =0x10        - version 1.
  2871. >>9    byte&0xf0    =0x20        - version 2.
  2872. >>9    beshort&0x0fff    x        \b%03x,
  2873. >>15    byte        1        LZO1X-1,
  2874. >>15    byte        2        LZO1X-1(15),
  2875. >>15    byte        3        LZO1X-999,
  2876. ## >>25    bedate        >0        last modified: %s,
  2877. >>17    byte        =0x00        os: MS-DOS
  2878. >>17    byte        =0x01        os: Amiga
  2879. >>17    byte        =0x02        os: VMS
  2880. >>17    byte        =0x03        os: Unix
  2881. >>17    byte        =0x05        os: Atari
  2882. >>17    byte        =0x06        os: OS/2
  2883. >>17    byte        =0x07        os: MacOS
  2884. >>17    byte        =0x0A        os: Tops/20
  2885. >>17    byte        =0x0B        os: WinNT
  2886. >>17    byte        =0x0E        os: Win32
  2887.  
  2888. # 4.3BSD-Quasijarus Strong Compression
  2889. # http://minnie.tuhs.org/Quasijarus/compress.html
  2890. 0    string        \037\241    Quasijarus strong compressed data
  2891.  
  2892. # From: Cory Dikkers <cdikkers@swbell.net>
  2893. 0    string        XPKF        Amiga xpkf.library compressed data
  2894. 0    string        PP11        Power Packer 1.1 compressed data
  2895. 0    string        PP20        Power Packer 2.0 compressed data,
  2896. >4    belong        0x09090909    fast compression
  2897. >4    belong        0x090A0A0A    mediocre compression
  2898. >4    belong        0x090A0B0B    good compression
  2899. >4    belong        0x090A0C0C    very good compression
  2900. >4    belong        0x090A0C0D    best compression
  2901.  
  2902. # 7-zip archiver, from Thomas Klausner (wiz@danbala.tuwien.ac.at)
  2903. # http://www.7-zip.org or DOC/7zFormat.txt 
  2904. #
  2905. 0    string        7z\274\257\047\034    7-zip archive data,
  2906. >6    byte        x            version %d
  2907. >7    byte        x            \b.%d
  2908.  
  2909. # AFX compressed files (Wolfram Kleff)
  2910. 2    string        -afx-        AFX compressed file data
  2911.  
  2912. # Supplementary magic data for the file(1) command to support
  2913. # rzip(1).  The format is described in magic(5).
  2914. #
  2915. # Copyright (C) 2003 by Andrew Tridgell.  You may do whatever you want with
  2916. # this file.
  2917. #
  2918. 0    string        RZIP        rzip compressed data
  2919. >4    byte        x        - version %d
  2920. >5    byte        x        \b.%d
  2921. >6    belong        x        (%d bytes)
  2922. #------------------------------------------------------------------------------
  2923. # Console game magic
  2924. # Toby Deshane <hac@shoelace.digivill.net>
  2925. #    ines:  file(1) magic for Marat's iNES Nintendo Entertainment System
  2926. #           ROM dump format
  2927.  
  2928. 0 string NES\032 iNES ROM dump,
  2929. >4 byte  x     %dx16k PRG
  2930. >5 byte  x     \b, %dx8k CHR
  2931. >6 byte&0x01  =0x1  \b, [Vert.]
  2932. >6 byte&0x01  =0x0  \b, [Horiz.]
  2933. >6 byte&0x02  =0x2  \b, [SRAM]
  2934. >6 byte&0x04  =0x4  \b, [Trainer]
  2935. >6 byte&0x04  =0x8  \b, [4-Scr]
  2936.  
  2937. #------------------------------------------------------------------------------
  2938. # gameboy:  file(1) magic for the Nintendo (Color) Gameboy raw ROM format
  2939. #
  2940. 0x104 belong 0xCEED6666 Gameboy ROM:
  2941. >0x134 string >\0 "%.16s"
  2942. >0x146 byte 0x03  \b,[SGB]
  2943. >0x147 byte 0x00  \b, [ROM ONLY]
  2944. >0x147 byte 0x01  \b, [ROM+MBC1]
  2945. >0x147 byte 0x02  \b, [ROM+MBC1+RAM]
  2946. >0x147 byte 0x03  \b, [ROM+MBC1+RAM+BATT]
  2947. >0x147 byte 0x05  \b, [ROM+MBC2]
  2948. >0x147 byte 0x06  \b, [ROM+MBC2+BATTERY]
  2949. >0x147 byte 0x08  \b, [ROM+RAM]
  2950. >0x147 byte 0x09  \b, [ROM+RAM+BATTERY]
  2951. >0x147 byte 0x0B  \b, [ROM+MMM01]
  2952. >0x147 byte 0x0C  \b, [ROM+MMM01+SRAM]
  2953. >0x147 byte 0x0D  \b, [ROM+MMM01+SRAM+BATT]
  2954. >0x147 byte 0x0F  \b, [ROM+MBC3+TIMER+BATT]
  2955. >0x147 byte 0x10  \b, [ROM+MBC3+TIMER+RAM+BATT]
  2956. >0x147 byte 0x11  \b, [ROM+MBC3]
  2957. >0x147 byte 0x12  \b, [ROM+MBC3+RAM]
  2958. >0x147 byte 0x13  \b, [ROM+MBC3+RAM+BATT]
  2959. >0x147 byte 0x19  \b, [ROM+MBC5]
  2960. >0x147 byte 0x1A  \b, [ROM+MBC5+RAM]
  2961. >0x147 byte 0x1B  \b, [ROM+MBC5+RAM+BATT]
  2962. >0x147 byte 0x1C  \b, [ROM+MBC5+RUMBLE]
  2963. >0x147 byte 0x1D  \b, [ROM+MBC5+RUMBLE+SRAM]
  2964. >0x147 byte 0x1E  \b, [ROM+MBC5+RUMBLE+SRAM+BATT]
  2965. >0x147 byte 0x1F  \b, [Pocket Camera]
  2966. >0x147 byte 0xFD  \b, [Bandai TAMA5]
  2967. >0x147 byte 0xFE  \b, [Hudson HuC-3]
  2968. >0x147 byte 0xFF  \b, [Hudson HuC-1]
  2969.  
  2970. >0x148 byte 0     \b, ROM: 256Kbit
  2971. >0x148 byte 1     \b, ROM: 512Kbit
  2972. >0x148 byte 2     \b, ROM: 1Mbit
  2973. >0x148 byte 3     \b, ROM: 2Mbit
  2974. >0x148 byte 4     \b, ROM: 4Mbit
  2975. >0x148 byte 5     \b, ROM: 8Mbit
  2976. >0x148 byte 6     \b, ROM: 16Mbit
  2977. >0x148 byte 0x52  \b, ROM: 9Mbit
  2978. >0x148 byte 0x53  \b, ROM: 10Mbit
  2979. >0x148 byte 0x54  \b, ROM: 12Mbit
  2980.  
  2981. >0x149 byte 1     \b, RAM: 16Kbit
  2982. >0x149 byte 2     \b, RAM: 64Kbit
  2983. >0x149 byte 3     \b, RAM: 128Kbit
  2984. >0x149 byte 4     \b, RAM: 1Mbit
  2985.  
  2986. #>0x14e long  x     \b, CRC: %x
  2987.  
  2988. #------------------------------------------------------------------------------
  2989. # genesis:  file(1) magic for the Sega MegaDrive/Genesis raw ROM format
  2990. #
  2991. 0x100 string SEGA  Sega MegaDrive/Genesis raw ROM dump
  2992. >0x120 string >\0 Name: "%.16s"
  2993. >0x110 string >\0 %.16s
  2994. >0x1B0 string RA with SRAM
  2995.  
  2996. #------------------------------------------------------------------------------
  2997. # genesis:  file(1) magic for the Super MegaDrive ROM dump format
  2998. #
  2999. 0x280 string EAGN  Super MagicDrive ROM dump
  3000. >0 byte x %dx16k blocks
  3001. >2 byte 0 \b, last in series or standalone
  3002. >2 byte >0 \b, split ROM
  3003. >8 byte 0xAA
  3004. >9 byte 0xBB
  3005.  
  3006. #------------------------------------------------------------------------------
  3007. # genesis:  file(1) alternate magic for the Super MegaDrive ROM dump format
  3008. #
  3009. 0x280 string EAMG  Super MagicDrive ROM dump
  3010. >0 byte x %dx16k blocks
  3011. >2 byte x \b, last in series or standalone
  3012. >8 byte 0xAA
  3013. >9 byte 0xBB
  3014.  
  3015. #------------------------------------------------------------------------------
  3016. # smsgg:  file(1) magic for Sega Master System and Game Gear ROM dumps
  3017. #
  3018. # Does not detect all images.  Very preliminary guesswork.  Need more data
  3019. # on format.
  3020. #
  3021. # FIXME: need a little more info...;P
  3022. #
  3023. #0 byte 0xF3
  3024. #>1 byte 0xED  Sega Master System/Game Gear ROM dump
  3025. #>1 byte 0x31  Sega Master System/Game Gear ROM dump
  3026. #>1 byte 0xDB  Sega Master System/Game Gear ROM dump
  3027. #>1 byte 0xAF  Sega Master System/Game Gear ROM dump
  3028. #>1 byte 0xC3  Sega Master System/Game Gear ROM dump
  3029.  
  3030. #------------------------------------------------------------------------------
  3031. # dreamcast:  file(1) uncertain magic for the Sega Dreamcast VMU image format
  3032. #
  3033. 0 belong 0x21068028   Sega Dreamcast VMU game image
  3034. 0 string LCDi         Dream Animator file
  3035.  
  3036. #------------------------------------------------------------------------------
  3037. # v64: file(1) uncertain magic for the V64 format N64 ROM dumps
  3038. #
  3039. 0 belong 0x37804012    V64 Nintendo 64 ROM dump
  3040.  
  3041. #------------------------------------------------------------------------------
  3042. # msx: file(1) magic for MSX game cartridge dumps
  3043. # Too simple - MPi
  3044. #0 beshort 0x4142 MSX game cartridge dump 
  3045.  
  3046. #------------------------------------------------------------------------------
  3047. # Sony Playstation executables (Adam Sjoegren <asjo@diku.dk>) :
  3048. 0    string    PS-X\ EXE    Sony Playstation executable
  3049. #  Area:
  3050. >113    string    x        (%s)
  3051.  
  3052. #------------------------------------------------------------------------------
  3053. # Microsoft Xbox executables .xbe (Esa Hyyti├ñ <ehyytia@cc.hut.fi>)
  3054. 0       string          XBEH            XBE, Microsoft Xbox executable
  3055. # probabilistic checks whether signed or not
  3056. >0x0004 ulelong =0x0
  3057. >>&2    ulelong =0x0
  3058. >>>&2   ulelong =0x0  \b, not signed
  3059. >0x0004 ulelong >0
  3060. >>&2    ulelong >0
  3061. >>>&2   ulelong >0    \b, signed
  3062. # expect base address of 0x10000
  3063. >0x0104               ulelong =0x10000
  3064. >>(0x0118-0x0FF60)    ulelong&0x80000007  0x80000007 \b, all regions
  3065. >>(0x0118-0x0FF60)    ulelong&0x80000007  !0x80000007
  3066. >>>(0x0118-0x0FF60)   ulelong >0           (regions:
  3067. >>>>(0x0118-0x0FF60)  ulelong &0x00000001  NA
  3068. >>>>(0x0118-0x0FF60)  ulelong &0x00000002  Japan
  3069. >>>>(0x0118-0x0FF60)  ulelong &0x00000004  Rest_of_World
  3070. >>>>(0x0118-0x0FF60)  ulelong &0x80000000  Manufacturer
  3071. >>>(0x0118-0x0FF60)   ulelong >0           \b)
  3072.  
  3073. # --------------------------------
  3074. # Microsoft Xbox data file formats
  3075. 0       string          XIP0            XIP, Microsoft Xbox data
  3076. 0       string          XTF0            XTF, Microsoft Xbox data
  3077.  
  3078. # Atari Lynx cartridge dump (EXE/BLL header)
  3079. # From: "Stefan A. Haubenthal" <polluks@web.de>
  3080.  
  3081. 0    beshort        0x8008        Lynx cartridge,
  3082. >2    beshort        x        RAM start $%04x
  3083. >6    string        BS93
  3084.  
  3085. # Opera file system that is used on the 3DO console
  3086. # From: Serge van den Boom <svdb@stack.nl>
  3087. 0    string        \x01ZZZZZ\x01    3DO "Opera" file system
  3088.  
  3089. #------------------------------------------------------------------------------
  3090. # convex:  file(1) magic for Convex boxes
  3091. #
  3092. # Convexes are big-endian.
  3093. #
  3094. # /*\
  3095. #  * Below are the magic numbers and tests added for Convex.
  3096. #  * Added at beginning, because they are expected to be used most.
  3097. # \*/
  3098. 0    belong    0507    Convex old-style object
  3099. >16    belong    >0    not stripped
  3100. 0    belong    0513    Convex old-style demand paged executable
  3101. >16    belong    >0    not stripped
  3102. 0    belong    0515    Convex old-style pre-paged executable
  3103. >16    belong    >0    not stripped
  3104. 0    belong    0517    Convex old-style pre-paged, non-swapped executable
  3105. >16    belong    >0    not stripped
  3106. 0    belong    0x011257    Core file
  3107. #
  3108. # The following are a series of dump format magic numbers.  Each one
  3109. # corresponds to a drastically different dump format.  The first on is
  3110. # the original dump format on a 4.1 BSD or earlier file system.  The
  3111. # second marks the change between the 4.1 file system and the 4.2 file
  3112. # system.  The Third marks the changing of the block size from 1K
  3113. # to 2K to be compatible with an IDC file system.  The fourth indicates
  3114. # a dump that is dependent on Convex Storage Manager, because data in
  3115. # secondary storage is not physically contained within the dump.
  3116. # The restore program uses these number to determine how the data is
  3117. # to be extracted.
  3118. #
  3119. 24    belong    =60011    dump format, 4.1 BSD or earlier
  3120. 24    belong    =60012    dump format, 4.2 or 4.3 BSD without IDC
  3121. 24    belong    =60013    dump format, 4.2 or 4.3 BSD (IDC compatible)
  3122. 24    belong    =60014    dump format, Convex Storage Manager by-reference dump
  3123. #
  3124. # what follows is a bunch of bit-mask checks on the flags field of the opthdr.
  3125. # If there is no `=' sign, assume just checking for whether the bit is set?
  3126. #
  3127. 0    belong    0601        Convex SOFF
  3128. >88    belong&0x000f0000    =0x00000000    c1
  3129. >88    belong            &0x00010000    c2
  3130. >88    belong            &0x00020000    c2mp
  3131. >88    belong            &0x00040000    parallel
  3132. >88    belong            &0x00080000    intrinsic
  3133. >88    belong            &0x00000001    demand paged
  3134. >88    belong            &0x00000002    pre-paged
  3135. >88    belong            &0x00000004    non-swapped
  3136. >88    belong            &0x00000008    POSIX
  3137. #
  3138. >84    belong            &0x80000000    executable
  3139. >84    belong            &0x40000000    object
  3140. >84    belong&0x20000000    =0        not stripped
  3141. >84    belong&0x18000000    =0x00000000    native fpmode
  3142. >84    belong&0x18000000    =0x10000000    ieee fpmode
  3143. >84    belong&0x18000000    =0x18000000    undefined fpmode
  3144. #
  3145. 0    belong            0605        Convex SOFF core
  3146. #
  3147. 0    belong            0607        Convex SOFF checkpoint
  3148. >88    belong&0x000f0000    =0x00000000    c1
  3149. >88    belong            &0x00010000    c2
  3150. >88    belong            &0x00020000    c2mp
  3151. >88    belong            &0x00040000    parallel
  3152. >88    belong            &0x00080000    intrinsic
  3153. >88    belong            &0x00000008    POSIX
  3154. #
  3155. >84    belong&0x18000000    =0x00000000    native fpmode
  3156. >84    belong&0x18000000    =0x10000000    ieee fpmode
  3157. >84    belong&0x18000000    =0x18000000    undefined fpmode
  3158.  
  3159. # ----------------------------------------------------------------------------
  3160. # ctags:  file (1) magic for Exuberant Ctags files
  3161. # From: Alexander Mai <mai@migdal.ikp.physik.tu-darmstadt.de>
  3162. 0       string  =!_TAG   Exuberant Ctags tag file text
  3163. #------------------------------------------------------------------------------
  3164. # cracklib:  file (1) magic for cracklib v2.7
  3165.  
  3166. 0    lelong    0x70775631    Cracklib password index, little endian
  3167. >4    lelong    >0        (%i words)
  3168. 0    belong    0x70775631    Cracklib password index, big endian
  3169. >4    belong    >0        (%i words)
  3170.  
  3171. #------------------------------------------------------------------------------
  3172. # cracklib:  file (1) magic for cracklib v2.7
  3173.  
  3174. 0    lelong    0x70775631    Cracklib password index, little endian
  3175. >4    long    >0        (%i words)
  3176. >4    long    0        ("64-bit")
  3177. >>8    long    >-1        (%i words)
  3178. 0    belong    0x70775631    Cracklib password index, big endian
  3179. >4    belong    >-1        (%i words)
  3180. # really bellong 0x0000000070775631
  3181. 4    belong    0x70775631    Cracklib password index, big endian ("64-bit")
  3182. >12    belong    >0        (%i words)
  3183.  
  3184. #------------------------------------------------------------------------------
  3185. # dact:  file(1) magic for DACT compressed files
  3186. #
  3187. 0    long        0x444354C3    DACT compressed data
  3188. >4    byte        >-1        (version %i.
  3189. >5    byte        >-1        $BS%i.
  3190. >6    byte        >-1        $BS%i)
  3191. >7    long        >0        $BS, original size: %i bytes
  3192. >15    long        >30        $BS, block size: %i bytes
  3193.  
  3194. #------------------------------------------------------------------------------
  3195. # database:  file(1) magic for various databases
  3196. #
  3197. # extracted from header/code files by Graeme Wilford (eep2gw@ee.surrey.ac.uk)
  3198. #
  3199. #
  3200. # GDBM magic numbers
  3201. #  Will be maintained as part of the GDBM distribution in the future.
  3202. #  <downsj@teeny.org>
  3203. 0    belong    0x13579ace    GNU dbm 1.x or ndbm database, big endian
  3204. 0    lelong    0x13579ace    GNU dbm 1.x or ndbm database, little endian
  3205. 0    string    GDBM        GNU dbm 2.x database
  3206. #
  3207. # Berkeley DB
  3208. #
  3209. # Ian Darwin's file /etc/magic files: big/little-endian version.
  3210. #
  3211. # Hash 1.85/1.86 databases store metadata in network byte order.
  3212. # Btree 1.85/1.86 databases store the metadata in host byte order.
  3213. # Hash and Btree 2.X and later databases store the metadata in host byte order.
  3214.  
  3215. 0    long    0x00061561    Berkeley DB
  3216. >8    belong    4321
  3217. >>4    belong    >2        1.86
  3218. >>4    belong    <3        1.85
  3219. >>4    belong    >0        (Hash, version %d, native byte-order)
  3220. >8    belong    1234
  3221. >>4    belong    >2        1.86
  3222. >>4    belong    <3        1.85
  3223. >>4    belong    >0        (Hash, version %d, little-endian)
  3224.  
  3225. 0    belong    0x00061561    Berkeley DB
  3226. >8    belong    4321
  3227. >>4    belong    >2        1.86
  3228. >>4    belong    <3        1.85
  3229. >>4    belong    >0        (Hash, version %d, big-endian)
  3230. >8    belong    1234
  3231. >>4    belong    >2        1.86
  3232. >>4    belong    <3        1.85
  3233. >>4    belong    >0        (Hash, version %d, native byte-order)
  3234.  
  3235. 0    long    0x00053162    Berkeley DB 1.85/1.86
  3236. >4    long    >0        (Btree, version %d, native byte-order)
  3237. 0    belong    0x00053162    Berkeley DB 1.85/1.86
  3238. >4    belong    >0        (Btree, version %d, big-endian)
  3239. 0    lelong    0x00053162    Berkeley DB 1.85/1.86
  3240. >4    lelong    >0        (Btree, version %d, little-endian)
  3241.  
  3242. 12    long    0x00061561    Berkeley DB
  3243. >16    long    >0        (Hash, version %d, native byte-order)
  3244. 12    belong    0x00061561    Berkeley DB
  3245. >16    belong    >0        (Hash, version %d, big-endian)
  3246. 12    lelong    0x00061561    Berkeley DB
  3247. >16    lelong    >0        (Hash, version %d, little-endian)
  3248.  
  3249. 12    long    0x00053162    Berkeley DB
  3250. >16    long    >0        (Btree, version %d, native byte-order)
  3251. 12    belong    0x00053162    Berkeley DB
  3252. >16    belong    >0        (Btree, version %d, big-endian)
  3253. 12    lelong    0x00053162    Berkeley DB
  3254. >16    lelong    >0        (Btree, version %d, little-endian)
  3255.  
  3256. 12    long    0x00042253    Berkeley DB
  3257. >16    long    >0        (Queue, version %d, native byte-order)
  3258. 12    belong    0x00042253    Berkeley DB
  3259. >16    belong    >0        (Queue, version %d, big-endian)
  3260. 12    lelong    0x00042253    Berkeley DB
  3261. >16    lelong    >0        (Queue, version %d, little-endian)
  3262.  
  3263. # From Max Bowsher.
  3264. 12    long    0x00040988    Berkeley DB
  3265. >16    long    >0        (Log, version %d, native byte-order)
  3266. 12    belong    0x00040988    Berkeley DB 
  3267. >16    belong    >0        (Log, version %d, big-endian)
  3268. 12    lelong    0x00040988    Berkeley DB
  3269. >16    lelong    >0        (Log, version %d, little-endian)
  3270.  
  3271. #
  3272. #
  3273. # Round Robin Database Tool by Tobias Oetiker <oetiker@ee.ethz.ch>
  3274. 0    string    RRD        RRDTool DB
  3275. >4    string    x        version %s
  3276. #----------------------------------------------------------------------
  3277. # ROOT: file(1) magic for ROOT databases
  3278. #
  3279. 0       string  root\0  ROOT file
  3280. >4      belong  x       Version %d
  3281. >33     belong  x       (Compression: %d)
  3282.  
  3283. # XXX: Weak magic.
  3284. # Alex Ott <ott@jet.msk.su>
  3285. ## Paradox file formats
  3286. #2      leshort    0x0800    Paradox 
  3287. #>0x39      byte        3    v. 3.0 
  3288. #>0x39      byte        4    v. 3.5 
  3289. #>0x39      byte        9    v. 4.x 
  3290. #>0x39      byte        10    v. 5.x 
  3291. #>0x39      byte        11    v. 5.x 
  3292. #>0x39      byte        12    v. 7.x 
  3293. #>>0x04      byte        0    indexed .DB data file 
  3294. #>>0x04      byte        1    primary index .PX file 
  3295. #>>0x04      byte        2    non-indexed .DB data file 
  3296. #>>0x04      byte        3    non-incrementing secondary index .Xnn file 
  3297. #>>0x04      byte        4    secondary index .Ynn file 
  3298. #>>0x04      byte        5    incrementing secondary index .Xnn file 
  3299. #>>0x04      byte        6    non-incrementing secondary index .XGn file 
  3300. #>>0x04      byte        7    secondary index .YGn file 
  3301. #>>>0x04      byte        8    incrementing secondary index .XGn file 
  3302. ## XBase database files
  3303. #0      byte       0x02    
  3304. #>8     leshort      >0
  3305. #>>12   leshort    0    FoxBase 
  3306. #>>>0x04    lelong        0        (no records)
  3307. #>>>0x04    lelong        >0        (%ld records)
  3308. #
  3309. #0      byte       0x03    
  3310. #>8     leshort      >0
  3311. #>>12   leshort    0    FoxBase+, FoxPro, dBaseIII+, dBaseIV, no memo 
  3312. #>>>0x04    lelong        0        (no records)
  3313. #>>>0x04    lelong        >0        (%ld records)
  3314. #
  3315. #0      byte       0x04    
  3316. #>8     leshort      >0
  3317. #>>12   leshort    0    dBASE IV no memo file 
  3318. #>>>0x04    lelong        0        (no records)
  3319. #>>>0x04    lelong        >0        (%ld records)
  3320. #
  3321. #0      byte       0x05    
  3322. #>8     leshort      >0
  3323. #>>12   leshort    0    dBASE V no memo file 
  3324. #>>>0x04    lelong        0        (no records)
  3325. #>>>0x04    lelong        >0        (%ld records)
  3326. #
  3327. #0      byte       0x30
  3328. #>8     leshort      >0
  3329. #>>12   leshort    0    Visual FoxPro 
  3330. #>>>0x04    lelong        0        (no records)
  3331. #>>>0x04    lelong        >0        (%ld records)
  3332. #
  3333. #0      byte       0x43
  3334. #>8     leshort      >0
  3335. #>>12   leshort    0    FlagShip with memo var size 
  3336. #>>>0x04    lelong        0        (no records)
  3337. #>>>0x04    lelong        >0        (%ld records)
  3338. #
  3339. #0      byte       0x7b
  3340. #>8     leshort      >0
  3341. #>>12   leshort    0    dBASEIV with memo 
  3342. #>>>0x04    lelong        0        (no records)
  3343. #>>>0x04    lelong        >0        (%ld records)
  3344. #
  3345. #0      byte       0x83    
  3346. #>8     leshort      >0
  3347. #>>12   leshort    0    FoxBase+, dBaseIII+ with memo 
  3348. #>>>0x04    lelong        0        (no records)
  3349. #>>>0x04    lelong        >0        (%ld records)
  3350. #
  3351. #0      byte       0x8b
  3352. #>8     leshort      >0
  3353. #>>12   leshort    0    dBaseIV with memo 
  3354. #>>>0x04    lelong        0        (no records)
  3355. #>>>0x04    lelong        >0        (%ld records)
  3356. #
  3357. #0      byte       0x8e    
  3358. #>8     leshort      >0
  3359. #>>12   leshort    0    dBaseIV with SQL Table 
  3360. #>>>0x04    lelong        0        (no records)
  3361. #>>>0x04    lelong        >0        (%ld records)
  3362. #
  3363. #0      byte       0xb3
  3364. #>8     leshort      >0
  3365. #>>12   leshort    0    FlagShip with .dbt memo 
  3366. #>>>0x04    lelong        0        (no records)
  3367. #>>>0x04    lelong        >0        (%ld records)
  3368. #
  3369. #0      byte       0xf5
  3370. #>8     leshort      >0
  3371. #>>12   leshort    0    FoxPro with memo 
  3372. #>>>0x04    lelong        0        (no records)
  3373. #>>>0x04    lelong        >0        (%ld records)
  3374. #
  3375. #0    leshort        0x0006        DBase 3 index file
  3376.  
  3377. # MS Access database
  3378. 4      string    Standard\ Jet\ DB    Microsoft Access Database
  3379.  
  3380. # TDB database from Samba et al - Martin Pool <mbp@samba.org>
  3381. 0    string    TDB\ file        TDB database
  3382. >32    lelong    0x2601196D        version 6, little-endian
  3383. >>36    lelong    x            hash size %d bytes
  3384.  
  3385. # SE Linux policy database
  3386. 0       lelong  0xf97cff8c      SE Linux policy
  3387. >16     lelong  x               v%d
  3388. >20     lelong  1      MLS
  3389. >24     lelong  x       %d symbols
  3390. >28     lelong  x       %d ocons
  3391.  
  3392. # ICE authority file data (Wolfram Kleff)
  3393. 2    string        ICE        ICE authority data
  3394.  
  3395. # X11 Xauthority file (Wolfram Kleff)
  3396. 10    string        MIT-MAGIC-COOKIE-1    X11 Xauthority data
  3397. 11    string        MIT-MAGIC-COOKIE-1    X11 Xauthority data
  3398. 12    string        MIT-MAGIC-COOKIE-1    X11 Xauthority data
  3399. 13    string        MIT-MAGIC-COOKIE-1    X11 Xauthority data
  3400. 14    string        MIT-MAGIC-COOKIE-1    X11 Xauthority data
  3401. 15    string        MIT-MAGIC-COOKIE-1    X11 Xauthority data
  3402. 16    string        MIT-MAGIC-COOKIE-1    X11 Xauthority data
  3403. 17    string        MIT-MAGIC-COOKIE-1    X11 Xauthority data
  3404. 18    string        MIT-MAGIC-COOKIE-1    X11 Xauthority data
  3405.  
  3406. # SQLite (Ty Sarna)
  3407. 0    string    **\ This\ file\ contains\ an\ SQLite    SQLite Database
  3408. >&1    regex    [^\ ]+                    Version %s
  3409.  
  3410. #------------------------------------------------------------------------------
  3411. # diamond:  file(1) magic for Diamond system
  3412. #
  3413. # ... diamond is a multi-media mail and electronic conferencing system....
  3414. #
  3415. # XXX - I think it was either renamed Slate, or replaced by Slate....
  3416. #
  3417. #    The full deal is too long...
  3418. #0    string    <list>\n<protocol\ bbn-multimedia-format>    Diamond Multimedia Document
  3419. 0    string    =<list>\n<protocol\ bbn-m    Diamond Multimedia Document
  3420.  
  3421. #------------------------------------------------------------------------------
  3422. # diff:  file(1) magic for diff(1) output
  3423. #
  3424. 0    string        diff\     'diff' output text
  3425. 0    string        ***\         'diff' output text
  3426. 0    string        Only\ in\     'diff' output text
  3427. 0    string        Common\ subdirectories:\     'diff' output text
  3428.  
  3429. 0    string        Index:        RCS/CVS diff output text
  3430. #  Digital UNIX - Info
  3431. #
  3432. 0    string    =!<arch>\n________64E    Alpha archive
  3433. >22    string    X            -- out of date
  3434. #
  3435. # Alpha COFF Based Executables
  3436. # The stripped stuff really needs to be an 8 byte (64 bit) compare,
  3437. # but this works
  3438. 0    leshort        0x183        COFF format alpha
  3439. >22    leshort&020000    &010000        sharable library,
  3440. >22    leshort&020000    ^010000        dynamically linked,
  3441. >24    leshort        0410        pure
  3442. >24    leshort        0413        demand paged
  3443. >8    lelong        >0        executable or object module, not stripped
  3444. >8    lelong        0
  3445. >>12    lelong        0        executable or object module, stripped
  3446. >>12    lelong        >0        executable or object module, not stripped
  3447. >27     byte            >0              - version %d.
  3448. >26     byte            >0              %d-
  3449. >28     leshort         >0              %d
  3450. #
  3451. # The next is incomplete, we could tell more about this format,
  3452. # but its not worth it.
  3453. 0    leshort        0x188    Alpha compressed COFF
  3454. 0    leshort        0x18f    Alpha u-code object
  3455. #
  3456. #
  3457. # Some other interesting Digital formats,
  3458. 0    string    \377\377\177        ddis/ddif
  3459. 0    string    \377\377\174        ddis/dots archive
  3460. 0    string    \377\377\176        ddis/dtif table data
  3461. 0    string    \033c\033        LN03 output
  3462. 0    long    04553207        X image
  3463. #
  3464. 0    string    =!<PDF>!\n        profiling data file
  3465. #
  3466. # Locale data tables (MIPS and Alpha).
  3467. #
  3468. 0    short        0x0501        locale data table
  3469. >6    short        0x24        for MIPS
  3470. >6    short        0x40        for Alpha
  3471. # ATSC A/53 aka AC-3 aka Dolby Digital <ashitaka@gmx.at>
  3472. # from http://www.atsc.org/standards/a_52a.pdf
  3473. # corrections, additions, etc. are always welcome!
  3474. #
  3475. # syncword
  3476. 0       beshort         0x0b77  ATSC A/52 aka AC-3 aka Dolby Digital stream,
  3477. # fscod
  3478. >4      byte&0xc0       0x00    48 kHz,
  3479. >4      byte&0xc0       0x40    44.1 kHz,
  3480. >4      byte&0xc0       0x80    32 kHz,
  3481. # is this one used for 96 kHz?
  3482. >4      byte&0xc0       0xc0    reserved frequency,
  3483. #
  3484. >5    byte&7 = 0        \b, complete main (CM)
  3485. >5    byte&7 = 1        \b, music and effects (ME)
  3486. >5    byte&7 = 2        \b, visually impaired (VI)
  3487. >5    byte&7 = 3        \b, hearing impaired (HI)
  3488. >5    byte&7 = 4        \b, dialogue (D)
  3489. >5    byte&7 = 5        \b, commentary (C)
  3490. >5    byte&7 = 6        \b, emergency (E)
  3491. # acmod
  3492. >6      byte&0xe0       0x00    1+1 front,
  3493. >6      byte&0xe0       0x20    1 front/0 rear,
  3494. >6      byte&0xe0       0x40    2 front/0 rear,
  3495. >6      byte&0xe0       0x60    3 front/0 rear,
  3496. >6      byte&0xe0       0x80    2 front/1 rear,
  3497. >6      byte&0xe0       0xa0    3 front/1 rear,
  3498. >6      byte&0xe0       0xc0    2 front/2 rear,
  3499. >6      byte&0xe0       0xe0    3 front/2 rear,
  3500. # lfeon (these may be incorrect)
  3501. >7      byte&0x40       0x00    LFE off,
  3502. >7      byte&0x40       0x40    LFE on,
  3503. #
  3504. >4    byte&0x3e = 0x00    \b, 32 kbit/s
  3505. >4    byte&0x3e = 0x02        \b, 40 kbit/s
  3506. >4    byte&0x3e = 0x04        \b, 48 kbit/s
  3507. >4    byte&0x3e = 0x06        \b, 56 kbit/s
  3508. >4    byte&0x3e = 0x08        \b, 64 kbit/s
  3509. >4    byte&0x3e = 0x0a        \b, 80 kbit/s
  3510. >4    byte&0x3e = 0x0c        \b, 96 kbit/s
  3511. >4    byte&0x3e = 0x0e        \b, 112 kbit/s
  3512. >4    byte&0x3e = 0x10        \b, 128 kbit/s
  3513. >4    byte&0x3e = 0x12        \b, 160 kbit/s
  3514. >4    byte&0x3e = 0x14        \b, 192 kbit/s
  3515. >4    byte&0x3e = 0x16        \b, 224 kbit/s
  3516. >4    byte&0x3e = 0x18        \b, 256 kbit/s
  3517. >4    byte&0x3e = 0x1a        \b, 320 kbit/s
  3518. >4    byte&0x3e = 0x1c        \b, 384 kbit/s
  3519. >4    byte&0x3e = 0x1e        \b, 448 kbit/s
  3520. >4    byte&0x3e = 0x20        \b, 512 kbit/s
  3521. >4    byte&0x3e = 0x22        \b, 576 kbit/s
  3522. >4    byte&0x3e = 0x24        \b, 640 kbit/s
  3523. # dsurmod (these may be incorrect)
  3524. >6      beshort&0x0180  0x0000  Dolby Surround not indicated
  3525. >6      beshort&0x0180  0x0080  not Dolby Surround encoded
  3526. >6      beshort&0x0180  0x0100  Dolby Surround encoded
  3527. >6      beshort&0x0180  0x0180  reserved Dolby Surround mode
  3528.  
  3529. #------------------------------------------------------------------------------
  3530. # dump:  file(1) magic for dump file format--for new and old dump filesystems
  3531. #
  3532. # We specify both byte orders in order to recognize byte-swapped dumps.
  3533. #
  3534. 24    belong    60012        new-fs dump file (big endian),
  3535. >4    bedate    x        Previous dump %s,
  3536. >8    bedate    x        This dump %s,
  3537. >12    belong    >0        Volume %ld,
  3538. >692    belong    0        Level zero, type:
  3539. >692    belong    >0        Level %d, type:
  3540. >0    belong    1        tape header,
  3541. >0    belong    2        beginning of file record,
  3542. >0    belong    3        map of inodes on tape,
  3543. >0    belong    4        continuation of file record,
  3544. >0    belong    5        end of volume,
  3545. >0    belong    6        map of inodes deleted,
  3546. >0    belong    7        end of medium (for floppy),
  3547. >676    string    >\0        Label %s,
  3548. >696    string    >\0        Filesystem %s,
  3549. >760    string    >\0        Device %s,
  3550. >824    string    >\0        Host %s,
  3551. >888    belong    >0        Flags %x
  3552.  
  3553. 24    belong    60011        old-fs dump file (big endian),
  3554. #>4    bedate    x        Previous dump %s,
  3555. #>8    bedate    x        This dump %s,
  3556. >12    belong    >0        Volume %ld,
  3557. >692    belong    0        Level zero, type:
  3558. >692    belong    >0        Level %d, type:
  3559. >0    belong    1        tape header,
  3560. >0    belong    2        beginning of file record,
  3561. >0    belong    3        map of inodes on tape,
  3562. >0    belong    4        continuation of file record,
  3563. >0    belong    5        end of volume,
  3564. >0    belong    6        map of inodes deleted,
  3565. >0    belong    7        end of medium (for floppy),
  3566. >676    string    >\0        Label %s,
  3567. >696    string    >\0        Filesystem %s,
  3568. >760    string    >\0        Device %s,
  3569. >824    string    >\0        Host %s,
  3570. >888    belong    >0        Flags %x
  3571.  
  3572. 24    lelong    60012        new-fs dump file (little endian),
  3573. >4    ledate    x        This dump %s,
  3574. >8    ledate    x        Previous dump %s,
  3575. >12    lelong    >0        Volume %ld,
  3576. >692    lelong    0        Level zero, type:
  3577. >692    lelong    >0        Level %d, type:
  3578. >0    lelong    1        tape header,
  3579. >0    lelong    2        beginning of file record,
  3580. >0    lelong    3        map of inodes on tape,
  3581. >0    lelong    4        continuation of file record,
  3582. >0    lelong    5        end of volume,
  3583. >0    lelong    6        map of inodes deleted,
  3584. >0    lelong    7        end of medium (for floppy),
  3585. >676    string    >\0        Label %s,
  3586. >696    string    >\0        Filesystem %s,
  3587. >760    string    >\0        Device %s,
  3588. >824    string    >\0        Host %s,
  3589. >888    lelong    >0        Flags %x
  3590.  
  3591. 24    lelong    60011        old-fs dump file (little endian),
  3592. #>4    ledate    x        Previous dump %s,
  3593. #>8    ledate    x        This dump %s,
  3594. >12    lelong    >0        Volume %ld,
  3595. >692    lelong    0        Level zero, type:
  3596. >692    lelong    >0        Level %d, type:
  3597. >0    lelong    1        tape header,
  3598. >0    lelong    2        beginning of file record,
  3599. >0    lelong    3        map of inodes on tape,
  3600. >0    lelong    4        continuation of file record,
  3601. >0    lelong    5        end of volume,
  3602. >0    lelong    6        map of inodes deleted,
  3603. >0    lelong    7        end of medium (for floppy),
  3604. >676    string    >\0        Label %s,
  3605. >696    string    >\0        Filesystem %s,
  3606. >760    string    >\0        Device %s,
  3607. >824    string    >\0        Host %s,
  3608. >888    lelong    >0        Flags %x
  3609.  
  3610. 18    leshort    60011        old-fs dump file (16-bit, assuming PDP-11 endianness),
  3611. >2    medate    x        Previous dump %s,
  3612. >6    medate    x        This dump %s,
  3613. >10    leshort    >0        Volume %ld,
  3614. >0    leshort    1        tape header.
  3615. >0    leshort    2        beginning of file record.
  3616. >0    leshort    3        map of inodes on tape.
  3617. >0    leshort    4        continuation of file record.
  3618. >0    leshort    5        end of volume.
  3619. >0    leshort    6        map of inodes deleted.
  3620. >0    leshort    7        end of medium (for floppy).
  3621.  
  3622. #------------------------------------------------------------------------------
  3623. # T602 editor documents 
  3624. # by David Necas <yeti@physics.muni.cz>
  3625. 0    string    @CT\     T602 document data,
  3626. >4    string    0    Kamenicky
  3627. >4    string    1    CP 852
  3628. >4    string    2    KOI8-CS
  3629. >4    string    >2    unknown encoding
  3630.  
  3631. # Vi IMproved Encrypted file 
  3632. # by David Necas <yeti@physics.muni.cz>
  3633. 0    string    VimCrypt~    Vim encrypted file data
  3634.  
  3635. #------------------------------------------------------------------------------
  3636. # elf:  file(1) magic for ELF executables
  3637. #
  3638. # We have to check the byte order flag to see what byte order all the
  3639. # other stuff in the header is in.
  3640. #
  3641. # What're the correct byte orders for the nCUBE and the Fujitsu VPP500?
  3642. #
  3643. # updated by Daniel Quinlan (quinlan@yggdrasil.com)
  3644. 0    string        \177ELF        ELF
  3645. >4    byte        0        invalid class
  3646. >4    byte        1        32-bit
  3647. >4    byte        2        64-bit
  3648. >5    byte        0        invalid byte order
  3649. >5    byte        1        LSB
  3650. >>16    leshort        0        no file type,
  3651. >>16    leshort        1        relocatable,
  3652. >>16    leshort        2        executable,
  3653. >>16    leshort        3        shared object,
  3654. # Core handling from Peter Tobias <tobias@server.et-inf.fho-emden.de>
  3655. # corrections by Christian 'Dr. Disk' Hechelmann <drdisk@ds9.au.s.shuttle.de>
  3656. >>16    leshort        4        core file
  3657. # Core file detection is not reliable.
  3658. #>>>(0x38+0xcc) string    >\0        of '%s'
  3659. #>>>(0x38+0x10) lelong    >0        (signal %d),
  3660. >>16    leshort        &0xff00        processor-specific,
  3661. >>18    leshort        0        no machine,
  3662. >>18    leshort        1        AT&T WE32100 - invalid byte order,
  3663. >>18    leshort        2        SPARC - invalid byte order,
  3664. >>18    leshort        3        Intel 80386,
  3665. >>18    leshort        4        Motorola
  3666. >>>36    lelong        &0x01000000    68000 - invalid byte order,
  3667. >>>36    lelong        &0x00810000    CPU32 - invalid byte order,
  3668. >>>36    lelong        0        68020 - invalid byte order,
  3669. >>18    leshort        5        Motorola 88000 - invalid byte order,
  3670. >>18    leshort        6        Intel 80486,
  3671. >>18    leshort        7        Intel 80860,
  3672. # The official e_machine number for MIPS is now #8, regardless of endianness.
  3673. # The second number (#10) will be deprecated later. For now, we still
  3674. # say something if #10 is encountered, but only gory details for #8.
  3675. >>18    leshort        8        MIPS,
  3676. >>>36    lelong        &0x20        N32
  3677. >>18    leshort        10        MIPS,
  3678. >>>36    lelong        &0x20        N32
  3679. >>18    leshort        8
  3680. # only for 32-bit
  3681. >>>4    byte        1
  3682. >>>>36  lelong&0xf0000000    0x00000000    MIPS-I
  3683. >>>>36  lelong&0xf0000000    0x10000000    MIPS-II
  3684. >>>>36  lelong&0xf0000000    0x20000000    MIPS-III
  3685. >>>>36  lelong&0xf0000000    0x30000000    MIPS-IV
  3686. >>>>36  lelong&0xf0000000    0x40000000    MIPS-V
  3687. >>>>36  lelong&0xf0000000    0x60000000    MIPS32
  3688. >>>>36  lelong&0xf0000000    0x70000000    MIPS64
  3689. >>>>36  lelong&0xf0000000    0x80000000    MIPS32 rel2
  3690. >>>>36  lelong&0xf0000000    0x90000000    MIPS64 rel2
  3691. # only for 64-bit
  3692. >>>4    byte        2
  3693. >>>>48  lelong&0xf0000000    0x00000000    MIPS-I
  3694. >>>>48  lelong&0xf0000000    0x10000000    MIPS-II
  3695. >>>>48  lelong&0xf0000000    0x20000000    MIPS-III
  3696. >>>>48  lelong&0xf0000000    0x30000000    MIPS-IV
  3697. >>>>48  lelong&0xf0000000    0x40000000    MIPS-V
  3698. >>>>48  lelong&0xf0000000    0x60000000    MIPS32
  3699. >>>>48  lelong&0xf0000000    0x70000000    MIPS64 
  3700. >>>>48  lelong&0xf0000000    0x80000000    MIPS32 rel2
  3701. >>>>48  lelong&0xf0000000    0x90000000    MIPS64 rel2
  3702. >>18    leshort        9        Amdahl - invalid byte order,
  3703. >>18    leshort        10        MIPS (deprecated),
  3704. >>18    leshort        11        RS6000 - invalid byte order,
  3705. >>18    leshort        15        PA-RISC - invalid byte order,
  3706. >>>50    leshort        0x0214        2.0
  3707. >>>48    leshort        &0x0008        (LP64),
  3708. >>18    leshort        16        nCUBE,
  3709. >>18    leshort        17        Fujitsu VPP500,
  3710. >>18    leshort        18        SPARC32PLUS,
  3711. >>18    leshort        20        PowerPC,
  3712. >>18    leshort        22        IBM S/390,
  3713. >>18    leshort        36        NEC V800,
  3714. >>18    leshort        37        Fujitsu FR20,
  3715. >>18    leshort        38        TRW RH-32,
  3716. >>18    leshort        39        Motorola RCE,
  3717. >>18    leshort        40        ARM,
  3718. >>18    leshort        41        Alpha,
  3719. >>18    leshort        0xa390        IBM S/390 (obsolete),
  3720. >>18    leshort        42        Hitachi SH,
  3721. >>18    leshort        43        SPARC V9 - invalid byte order,
  3722. >>18    leshort        44        Siemens Tricore Embedded Processor,
  3723. >>18    leshort        45        Argonaut RISC Core, Argonaut Technologies Inc.,
  3724. >>18    leshort        46        Hitachi H8/300,
  3725. >>18    leshort        47        Hitachi H8/300H,
  3726. >>18    leshort        48        Hitachi H8S,
  3727. >>18    leshort        49        Hitachi H8/500,
  3728. >>18    leshort        50        IA-64 (Intel 64 bit architecture),
  3729. >>18    leshort        51        Stanford MIPS-X,
  3730. >>18    leshort        52        Motorola Coldfire,
  3731. >>18    leshort        53        Motorola M68HC12,
  3732. >>18    leshort        62        AMD x86-64,
  3733. >>18    leshort        75        Digital VAX,
  3734. >>18    leshort        88        Renesas M32R,
  3735. >>18    leshort        97        NatSemi 32k,
  3736. >>18    leshort        0x9026        Alpha (unofficial),
  3737. >>20    lelong        0        invalid version
  3738. >>20    lelong        1        version 1
  3739. >>36    lelong        1        MathCoPro/FPU/MAU Required
  3740. >5    byte        2        MSB
  3741. >>16    beshort        0        no file type,
  3742. >>16    beshort        1        relocatable,
  3743. >>16    beshort        2        executable,
  3744. >>16    beshort        3        shared object,
  3745. >>16    beshort        4        core file,
  3746. #>>>(0x38+0xcc) string    >\0        of '%s'
  3747. #>>>(0x38+0x10) belong    >0        (signal %d),
  3748. >>16    beshort        &0xff00        processor-specific,
  3749. >>18    beshort        0        no machine,
  3750. >>18    beshort        1        AT&T WE32100,
  3751. >>18    beshort        2        SPARC,
  3752. >>18    beshort        3        Intel 80386 - invalid byte order,
  3753. >>18    beshort        4        Motorola
  3754. >>>36    belong        &0x01000000    68000,
  3755. >>>36    belong        &0x00810000    CPU32,
  3756. >>>36    belong        0        68020,
  3757. >>18    beshort        5        Motorola 88000,
  3758. >>18    beshort        6        Intel 80486 - invalid byte order,
  3759. >>18    beshort        7        Intel 80860,
  3760. # only for MIPS - see comment in little-endian section above.
  3761. >>18    beshort        8        MIPS,
  3762. >>>36    belong        &0x20        N32
  3763. >>18    beshort        10        MIPS,
  3764. >>>36    belong        &0x20        N32
  3765. >>18    beshort        8
  3766. # only for 32-bit
  3767. >>>4    byte        1
  3768. >>>>36  belong&0xf0000000    0x00000000    MIPS-I
  3769. >>>>36  belong&0xf0000000    0x10000000    MIPS-II
  3770. >>>>36  belong&0xf0000000    0x20000000    MIPS-III
  3771. >>>>36  belong&0xf0000000    0x30000000    MIPS-IV
  3772. >>>>36  belong&0xf0000000    0x40000000    MIPS-V
  3773. >>>>36  belong&0xf0000000    0x60000000    MIPS32
  3774. >>>>36  belong&0xf0000000    0x70000000    MIPS64
  3775. >>>>36  belong&0xf0000000    0x80000000    MIPS32 rel2
  3776. >>>>36  belong&0xf0000000    0x90000000    MIPS64 rel2
  3777. # only for 64-bit
  3778. >>>4    byte        2
  3779. >>>>48    belong&0xf0000000    0x00000000    MIPS-I
  3780. >>>>48    belong&0xf0000000    0x10000000    MIPS-II
  3781. >>>>48    belong&0xf0000000    0x20000000    MIPS-III
  3782. >>>>48    belong&0xf0000000    0x30000000    MIPS-IV
  3783. >>>>48    belong&0xf0000000    0x40000000    MIPS-V
  3784. >>>>48    belong&0xf0000000    0x60000000    MIPS32
  3785. >>>>48    belong&0xf0000000    0x70000000    MIPS64 
  3786. >>>>48    belong&0xf0000000    0x80000000    MIPS32 rel2
  3787. >>>>48    belong&0xf0000000    0x90000000    MIPS64 rel2
  3788. >>18    beshort        9        Amdahl,
  3789. >>18    beshort        10        MIPS (deprecated),
  3790. >>18    beshort        11        RS6000,
  3791. >>18    beshort        15        PA-RISC
  3792. >>>50    beshort        0x0214        2.0
  3793. >>>48    beshort        &0x0008        (LP64)
  3794. >>18    beshort        16        nCUBE,
  3795. >>18    beshort        17        Fujitsu VPP500,
  3796. >>18    beshort        18        SPARC32PLUS,
  3797. >>>36    belong&0xffff00    &0x000100    V8+ Required,
  3798. >>>36    belong&0xffff00    &0x000200    Sun UltraSPARC1 Extensions Required,
  3799. >>>36    belong&0xffff00    &0x000400    HaL R1 Extensions Required,
  3800. >>>36    belong&0xffff00    &0x000800    Sun UltraSPARC3 Extensions Required,
  3801. >>18    beshort        20        PowerPC or cisco 4500,
  3802. >>18    beshort        21        cisco 7500,
  3803. >>18    beshort        22        IBM S/390,
  3804. >>18    beshort        24        cisco SVIP,
  3805. >>18    beshort        25        cisco 7200,
  3806. >>18    beshort        36        NEC V800 or cisco 12000,
  3807. >>18    beshort        37        Fujitsu FR20,
  3808. >>18    beshort        38        TRW RH-32,
  3809. >>18    beshort        39        Motorola RCE,
  3810. >>18    beshort        40        ARM,
  3811. >>18    beshort        41        Alpha,
  3812. >>18    beshort        42        Hitachi SH,
  3813. >>18    beshort        43        SPARC V9,
  3814. >>18    beshort        44        Siemens Tricore Embedded Processor,
  3815. >>18    beshort        45        Argonaut RISC Core, Argonaut Technologies Inc.,
  3816. >>18    beshort        46        Hitachi H8/300,
  3817. >>18    beshort        47        Hitachi H8/300H,
  3818. >>18    beshort        48        Hitachi H8S,
  3819. >>18    beshort        49        Hitachi H8/500,
  3820. >>18    beshort        50        IA-64 (Intel 64 bit architecture),
  3821. >>18    beshort        51        Stanford MIPS-X,
  3822. >>18    beshort        52        Motorola Coldfire,
  3823. >>18    beshort        53        Motorola M68HC12,
  3824. >>18    beshort        73        Cray NV1,
  3825. >>18    beshort        75        Digital VAX,
  3826. >>18    beshort        88        Renesas M32R,
  3827. >>18    beshort        97        NatSemi 32k,
  3828. >>18    beshort        0x9026        Alpha (unofficial),
  3829. >>18    beshort        0xa390        IBM S/390 (obsolete),
  3830. >>20    belong        0        invalid version
  3831. >>20    belong        1        version 1
  3832. >>36    belong        1        MathCoPro/FPU/MAU Required
  3833. # Up to now only 0, 1 and 2 are defined; I've seen a file with 0x83, it seemed
  3834. # like proper ELF, but extracting the string had bad results.
  3835. >4      byte            <0x80
  3836. >>8    string        >\0        (%s)
  3837. >8    string        \0
  3838. >>7    byte        0        (SYSV)
  3839. >>7    byte        1        (HP-UX)
  3840. >>7    byte        2        (NetBSD)
  3841. >>7    byte        3        (GNU/Linux)
  3842. >>7    byte        4        (GNU/Hurd)
  3843. >>7    byte        5        (86Open)
  3844. >>7    byte        6        (Solaris)
  3845. >>7    byte        7        (Monterey)
  3846. >>7    byte        8        (IRIX)
  3847. >>7    byte        9        (FreeBSD)
  3848. >>7    byte        10        (Tru64)
  3849. >>7    byte        11        (Novell Modesto)
  3850. >>7    byte        12        (OpenBSD)
  3851. >>7    byte        97        (ARM)
  3852. >>7    byte        255        (embedded)
  3853.  
  3854. #------------------------------------------------------------------------------
  3855. # encore:  file(1) magic for Encore machines
  3856. #
  3857. # XXX - needs to have the byte order specified (NS32K was little-endian,
  3858. # dunno whether they run the 88K in little-endian mode or not).
  3859. #
  3860. 0    short        0x154        Encore
  3861. >20    short        0x107        executable
  3862. >20    short        0x108        pure executable
  3863. >20    short        0x10b        demand-paged executable
  3864. >20    short        0x10f        unsupported executable
  3865. >12    long        >0        not stripped
  3866. >22    short        >0        - version %ld
  3867. >22    short        0        -
  3868. #>4    date        x        stamp %s
  3869. 0    short        0x155        Encore unsupported executable
  3870. >12    long        >0        not stripped
  3871. >22    short        >0        - version %ld
  3872. >22    short        0        -
  3873. #>4    date        x        stamp %s
  3874.  
  3875. #------------------------------------------------------------------------------
  3876. # Epoc 32 : file(1) magic for Epoc Documents [psion/osaris
  3877. # Stefan Praszalowicz (hpicollo@worldnet.fr)
  3878. #0    lelong        0x10000037    Epoc32
  3879. >4    lelong        0x1000006D
  3880. >>8    lelong        0x1000007F    Word
  3881. >>8    lelong        0x10000088    Sheet
  3882. >>8    lelong        0x1000007D    Sketch
  3883. >>8    lelong        0x10000085    TextEd
  3884.  
  3885. #------------------------------------------------------------------------------
  3886. # ESRI Shapefile format (.shp .shx .dbf=DBaseIII)
  3887. # Based on info from
  3888. # <URL:http://www.esri.com/library/whitepapers/pdfs/shapefile.pdf>
  3889. 0    belong    9994    ESRI Shapefile
  3890. >4    belong    =0
  3891. >8    belong    =0
  3892. >12    belong    =0
  3893. >16    belong    =0
  3894. >20    belong    =0
  3895. >28    lelong    x    version %d
  3896. >24    belong    x    length %d
  3897. >32    lelong    =0    type Null Shape
  3898. >32    lelong    =1    type Point
  3899. >32    lelong    =3    type PolyLine
  3900. >32    lelong    =5    type Polygon
  3901. >32    lelong    =8    type MultiPoint
  3902. >32    lelong    =11    type PointZ
  3903. >32    lelong    =13    type PolyLineZ
  3904. >32    lelong    =15    type PolygonZ
  3905. >32    lelong    =18    type MultiPointZ
  3906. >32    lelong    =21    type PointM
  3907. >32    lelong    =23    type PolyLineM
  3908. >32    lelong    =25    type PolygonM
  3909. >32    lelong    =28    type MultiPointM
  3910. >32    lelong    =31    type MultiPatch
  3911.  
  3912. #------------------------------------------------------------------------------
  3913. # fcs: file(1) magic for FCS (Flow Cytometry Standard) data files
  3914. # From Roger Leigh <roger@whinlatter.uklinux.net>
  3915. 0       string          FCS1.0          Flow Cytometry Standard (FCS) data, version 1.0
  3916. 0       string          FCS2.0          Flow Cytometry Standard (FCS) data, version 2.0
  3917. 0       string          FCS3.0          Flow Cytometry Standard (FCS) data, version 3.0
  3918.  
  3919.  
  3920. #------------------------------------------------------------------------------
  3921. # flash:    file(1) magic for Macromedia Flash file format
  3922. #
  3923. # See
  3924. #
  3925. #    http://www.macromedia.com/software/flash/open/
  3926. #
  3927. 0    string        FWS        Macromedia Flash data,
  3928. >3    byte        x        version %d
  3929. 0    string        CWS        Macromedia Flash data (compressed),
  3930. >3    byte        x        version %d
  3931. # From: Cal Peake <cp@absolutedigital.net>
  3932. 0    string        FLV        Macromedia Flash Video
  3933.  
  3934. #
  3935. # From Dave Wilson
  3936. 0    string AGD4\xbe\xb8\xbb\xcb\x00    Macromedia Freehand 9 Document
  3937.  
  3938. #------------------------------------------------------------------------------
  3939. # fonts:  file(1) magic for font data
  3940. #
  3941. 0    string        FONT        ASCII vfont text
  3942. 0    short        0436        Berkeley vfont data
  3943. 0    short        017001        byte-swapped Berkeley vfont data
  3944.  
  3945. # PostScript fonts (must precede "printer" entries), quinlan@yggdrasil.com
  3946. 0    string        %!PS-AdobeFont-1.    PostScript Type 1 font text
  3947. >20    string        >\0            (%s)
  3948. 6    string        %!PS-AdobeFont-1.    PostScript Type 1 font program data
  3949.  
  3950. # X11 font files in SNF (Server Natural Format) format
  3951. 0    belong        00000004        X11 SNF font data, MSB first
  3952. 0    lelong        00000004        X11 SNF font data, LSB first
  3953.  
  3954. # X11 Bitmap Distribution Format, from Daniel Quinlan (quinlan@yggdrasil.com)
  3955. 0    string        STARTFONT\040        X11 BDF font text
  3956.  
  3957. # X11 fonts, from Daniel Quinlan (quinlan@yggdrasil.com)
  3958. # PCF must come before SGI additions ("MIPSEL MIPS-II COFF" collides)
  3959. 0    string        \001fcp            X11 Portable Compiled Font data
  3960. >12    byte        0x02            \b, LSB first
  3961. >12    byte        0x0a            \b, MSB first
  3962. 0    string        D1.0\015        X11 Speedo font data
  3963.  
  3964. #------------------------------------------------------------------------------
  3965. # FIGlet fonts and controlfiles
  3966. # From figmagic supplied with Figlet version 2.2
  3967. # "David E. O'Brien" <obrien@FreeBSD.ORG>
  3968. 0    string        flf        FIGlet font
  3969. >3    string        >2a        version %-2.2s
  3970. 0    string        flc        FIGlet controlfile
  3971. >3    string        >2a        version %-2.2s
  3972.  
  3973. # libGrx graphics lib fonts, from Albert Cahalan (acahalan@cs.uml.edu)
  3974. # Used with djgpp (DOS Gnu C++), sometimes Linux or Turbo C++
  3975. 0    belong        0x14025919    libGrx font data,
  3976. >8    leshort        x        %dx
  3977. >10    leshort        x        \b%d
  3978. >40    string        x        %s
  3979. # Misc. DOS VGA fonts, from Albert Cahalan (acahalan@cs.uml.edu)
  3980. 0    belong        0xff464f4e    DOS code page font data collection
  3981. 7    belong        0x00454741    DOS code page font data
  3982. 7    belong        0x00564944    DOS code page font data (from Linux?)
  3983. 4098    string        DOSFONT        DOSFONT2 encrypted font data
  3984.  
  3985. # downloadable fonts for browser (prints type) anthon@mnt.org
  3986. 0    string        PFR1        PFR1 font
  3987. >102    string        >0        \b: %s
  3988.  
  3989. # True Type fonts
  3990. 0    string    \000\001\000\000\000    TrueType font data
  3991.  
  3992. 0    string        \007\001\001\000Copyright\ (c)\ 199    Adobe Multiple Master font
  3993. 0    string        \012\001\001\000Copyright\ (c)\ 199    Adobe Multiple Master font
  3994.  
  3995. # Opentype font data from Avi Bercovich
  3996. 0    string        OTTO        OpenType font data 
  3997.  
  3998.  
  3999. #------------------------------------------------------------------------------
  4000. # frame:  file(1) magic for FrameMaker files
  4001. #
  4002. # This stuff came on a FrameMaker demo tape, most of which is
  4003. # copyright, but this file is "published" as witness the following:
  4004. #
  4005. 0    string        \<MakerFile    FrameMaker document
  4006. >11    string        5.5         (5.5
  4007. >11    string        5.0         (5.0
  4008. >11    string        4.0         (4.0
  4009. >11    string        3.0         (3.0
  4010. >11    string        2.0         (2.0
  4011. >11    string        1.0         (1.0
  4012. >14    byte        x          %c)
  4013. 0    string        \<MIFFile    FrameMaker MIF (ASCII) file
  4014. >9    string        4.0         (4.0)
  4015. >9    string        3.0         (3.0)
  4016. >9    string        2.0         (2.0)
  4017. >9    string        1.0         (1.x)
  4018. 0    string        \<MakerDictionary    FrameMaker Dictionary text
  4019. >17    string        3.0         (3.0)
  4020. >17    string        2.0         (2.0)
  4021. >17    string        1.0         (1.x)
  4022. 0    string        \<MakerScreenFont    FrameMaker Font file
  4023. >17    string        1.01         (%s)
  4024. 0    string        \<MML        FrameMaker MML file
  4025. 0    string        \<BookFile    FrameMaker Book file
  4026. >10    string        3.0         (3.0
  4027. >10    string        2.0         (2.0
  4028. >10    string        1.0         (1.0
  4029. >13    byte        x          %c)
  4030. # XXX - this book entry should be verified, if you find one, uncomment this
  4031. #0    string        \<Book\     FrameMaker Book (ASCII) file
  4032. #>6    string        3.0         (3.0)
  4033. #>6    string        2.0         (2.0)
  4034. #>6    string        1.0         (1.0)
  4035. 0    string        \<Maker    Intermediate Print File    FrameMaker IPL file
  4036.  
  4037. #------------------------------------------------------------------------------
  4038. # freebsd:  file(1) magic for FreeBSD objects
  4039. #
  4040. # All new-style FreeBSD magic numbers are in host byte order (i.e.,
  4041. # little-endian on x86).
  4042. #
  4043. # XXX - this comes from the file "freebsd" in a recent FreeBSD version of
  4044. # "file"; it, and the NetBSD stuff in "netbsd", appear to use different
  4045. # schemes for distinguishing between executable images, shared libraries,
  4046. # and object files.
  4047. #
  4048. # FreeBSD says:
  4049. #
  4050. #    Regardless of whether it's pure, demand-paged, or none of the
  4051. #    above:
  4052. #
  4053. #    if the entry point is < 4096, then it's a shared library if
  4054. #    the "has run-time loader information" bit is set, and is
  4055. #    position-independent if the "is position-independent" bit
  4056. #    is set;
  4057. #
  4058. #    if the entry point is >= 4096 (or >4095, same thing), then it's
  4059. #    an executable, and is dynamically-linked if the "has run-time
  4060. #    loader information" bit is set.
  4061. #
  4062. # On x86, NetBSD says:
  4063. #
  4064. #    If it's neither pure nor demand-paged:
  4065. #
  4066. #    if it has the "has run-time loader information" bit set, it's
  4067. #    a dynamically-linked executable;
  4068. #
  4069. #    if it doesn't have that bit set, then:
  4070. #
  4071. #        if it has the "is position-independent" bit set, it's
  4072. #        position-independent;
  4073. #
  4074. #        if the entry point is non-zero, it's an executable, otherwise
  4075. #        it's an object file.
  4076. #
  4077. #    If it's pure:
  4078. #
  4079. #    if it has the "has run-time loader information" bit set, it's
  4080. #    a dynamically-linked executable, otherwise it's just an
  4081. #    executable.
  4082. #
  4083. #    If it's demand-paged:
  4084. #
  4085. #    if it has the "has run-time loader information" bit set,
  4086. #    then:
  4087. #
  4088. #        if the entry point is < 4096, it's a shared library;
  4089. #
  4090. #        if the entry point is = 4096 or > 4096 (i.e., >= 4096),
  4091. #        it's a dynamically-linked executable);
  4092. #
  4093. #    if it doesn't have the "has run-time loader information" bit
  4094. #    set, then it's just an executable.
  4095. #
  4096. # (On non-x86, NetBSD does much the same thing, except that it uses
  4097. # 8192 on 68K - except for "68k4k", which is presumably "68K with 4K
  4098. # pages - SPARC, and MIPS, presumably because Sun-3's and Sun-4's
  4099. # had 8K pages; dunno about MIPS.)
  4100. #
  4101. # I suspect the two will differ only in perverse and uninteresting cases
  4102. # ("shared" libraries that aren't demand-paged and whose pages probably
  4103. # won't actually be shared, executables with entry points <4096).
  4104. #
  4105. # I leave it to those more familiar with FreeBSD and NetBSD to figure out
  4106. # what the right answer is (although using ">4095", FreeBSD-style, is
  4107. # probably better than separately checking for "=4096" and ">4096",
  4108. # NetBSD-style).  (The old "netbsd" file analyzed FreeBSD demand paged
  4109. # executables using the NetBSD technique.)
  4110. #
  4111. 0    lelong&0377777777    041400407    FreeBSD/i386
  4112. >20    lelong            <4096
  4113. >>3    byte&0xC0        &0x80        shared library
  4114. >>3    byte&0xC0        0x40        PIC object
  4115. >>3    byte&0xC0        0x00        object
  4116. >20    lelong            >4095
  4117. >>3    byte&0x80        0x80        dynamically linked executable
  4118. >>3    byte&0x80        0x00        executable
  4119. >16    lelong            >0        not stripped
  4120.  
  4121. 0    lelong&0377777777    041400410    FreeBSD/i386 pure
  4122. >20    lelong            <4096
  4123. >>3    byte&0xC0        &0x80        shared library
  4124. >>3    byte&0xC0        0x40        PIC object
  4125. >>3    byte&0xC0        0x00        object
  4126. >20    lelong            >4095
  4127. >>3    byte&0x80        0x80        dynamically linked executable
  4128. >>3    byte&0x80        0x00        executable
  4129. >16    lelong            >0        not stripped
  4130.  
  4131. 0    lelong&0377777777    041400413    FreeBSD/i386 demand paged
  4132. >20    lelong            <4096
  4133. >>3    byte&0xC0        &0x80        shared library
  4134. >>3    byte&0xC0        0x40        PIC object
  4135. >>3    byte&0xC0        0x00        object
  4136. >20    lelong            >4095
  4137. >>3    byte&0x80        0x80        dynamically linked executable
  4138. >>3    byte&0x80        0x00        executable
  4139. >16    lelong            >0        not stripped
  4140.  
  4141. 0    lelong&0377777777    041400314    FreeBSD/i386 compact demand paged
  4142. >20    lelong            <4096
  4143. >>3    byte&0xC0        &0x80        shared library
  4144. >>3    byte&0xC0        0x40        PIC object
  4145. >>3    byte&0xC0        0x00        object
  4146. >20    lelong            >4095
  4147. >>3    byte&0x80        0x80        dynamically linked executable
  4148. >>3    byte&0x80        0x00        executable
  4149. >16    lelong            >0        not stripped
  4150.  
  4151. # XXX gross hack to identify core files
  4152. # cores start with a struct tss; we take advantage of the following:
  4153. # byte 7:     highest byte of the kernel stack pointer, always 0xfe
  4154. #      8/9:   kernel (ring 0) ss value, always 0x0010
  4155. #      10 - 27: ring 1 and 2 ss/esp, unused, thus always 0
  4156. #      28:    low order byte of the current PTD entry, always 0 since the
  4157. #             PTD is page-aligned
  4158. #
  4159. 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
  4160. >1039    string    >\0    from '%s'
  4161.  
  4162. # /var/run/ld.so.hints
  4163. # What are you laughing about?
  4164. 0    lelong            011421044151    ld.so hints file (Little Endian
  4165. >4    lelong            >0        \b, version %d)
  4166. >4    belong            <=0        \b)
  4167. 0    belong            011421044151    ld.so hints file (Big Endian
  4168. >4    belong            >0        \b, version %d)
  4169. >4    belong            <=0        \b)
  4170.  
  4171. #
  4172. # Files generated by FreeBSD scrshot(1)/vidcontrol(1) utilities
  4173. #
  4174. 0    string    SCRSHOT_    scrshot(1) screenshot,
  4175. >8    byte    x        version %d,
  4176. >9    byte    2        %d bytes in header,
  4177. >>10    byte    x        %d chars wide by
  4178. >>11    byte    x        %d chars high
  4179.  
  4180. #------------------------------------------------------------------------------
  4181. # fsav:  file(1) magic for datafellows fsav virus definition files
  4182. # Anthon van der Neut (anthon@mnt.org)
  4183.  
  4184. # ftp://ftp.f-prot.com/pub/{macrdef2.zip,nomacro.def}
  4185. 0    beshort        0x1575        fsav macro virus signatures
  4186. >8    leshort        >0        (%d-
  4187. >11    byte        >0        \b%02d-
  4188. >10    byte        >0        \b%02d)
  4189. # ftp://ftp.f-prot.com/pub/sign.zip
  4190. #10    ubyte        <12
  4191. #>9    ubyte        <32
  4192. #>>8    ubyte        0x0a
  4193. #>>>12    ubyte        0x07
  4194. #>>>>11    uleshort    >0        fsav DOS/Windows virus signatures (%d-
  4195. #>>>>10    byte        0        \b01-
  4196. #>>>>10    byte        1        \b02-
  4197. #>>>>10    byte        2        \b03-
  4198. #>>>>10    byte        3        \b04-
  4199. #>>>>10    byte        4        \b05-
  4200. #>>>>10    byte        5        \b06-
  4201. #>>>>10    byte        6        \b07-
  4202. #>>>>10    byte        7        \b08-
  4203. #>>>>10    byte        8        \b09-
  4204. #>>>>10    byte        9        \b10-
  4205. #>>>>10    byte        10        \b11-
  4206. #>>>>10    byte        11        \b12-
  4207. #>>>>9    ubyte        >0        \b%02d)
  4208. # ftp://ftp.f-prot.com/pub/sign2.zip
  4209. #0    ubyte        0x62        
  4210. #>1    ubyte        0xF5        
  4211. #>>2    ubyte        0x1        
  4212. #>>>3    ubyte        0x1        
  4213. #>>>>4    ubyte        0x0e        
  4214. #>>>>>13        ubyte    >0        fsav virus signatures
  4215. #>>>>>>11    ubyte    x        size 0x%02x
  4216. #>>>>>>12    ubyte    x        \b%02x
  4217. #>>>>>>13    ubyte    x        \b%02x bytes
  4218.  
  4219. # Joerg Jenderek: joerg dot jenderek at web dot de
  4220. # http://www.clamav.net/doc/latest/html/node45.html
  4221. # .cvd files start with a 512 bytes colon separated header
  4222. # ClamAV-VDB:buildDate:version:signaturesNumbers:functionalityLevelRequired:MD5:Signature:builder:buildTime
  4223. # + gzipped tarball files
  4224. 0    string        ClamAV-VDB:    
  4225. >11    string        >\0        Clam AntiVirus database %-.23s
  4226. >>34    string        :        
  4227. >>>35    regex        [^:]+        \b, version 
  4228. >>>>35        string        x     \b%-.1s
  4229. >>>>>36        string         !:    
  4230. >>>>>>36    string        x     \b%-.1s
  4231. >>>>>>>37    string        !:    
  4232. >>>>>>>>37    string        x     \b%-.1s
  4233. >>>>>>>>>38    string        !:    
  4234. >>>>>>>>>>38    string        x     \b%-.1s
  4235. >>>>512    string        \037\213    \b, gzipped
  4236. >>>>769    string        ustar\0        \b, tared
  4237. >512    string        \037\213    \b, gzipped
  4238. >769    string        ustar\0        \b, tared
  4239. #------------------------------------------------------------------------------
  4240. # games:  file(1) for games
  4241.  
  4242. # Thomas M. Ott (ThMO)
  4243. 1    string    =WAD        DOOM data,
  4244. >0    string    =I        main wad
  4245. >0    string    =P        patch wad
  4246. >0    byte    x        unknown junk
  4247.  
  4248. # Fabio Bonelli <fabiobonelli@libero.it>
  4249. # Quake II - III data files
  4250. 0       string  IDP2            Quake II 3D Model file,
  4251. >20     long    x               %lu skin(s),
  4252. >8      long    x               (%lu x
  4253. >12     long    x         %lu),
  4254. >40     long    x               %lu frame(s),
  4255. >16     long    x               Frame size %lu bytes,
  4256. >24     long      x               %lu vertices/frame,
  4257. >28     long    x                %lu texture coordinates,
  4258. >32     long    x               %lu triangles/frame
  4259.  
  4260. 0       string  IBSP            Quake
  4261. >4      long    0x26            II Map file (BSP)
  4262. >4      long    0x2E          III Map file (BSP)
  4263.  
  4264. 0       string  IDS2            Quake II SP2 sprite file
  4265.  
  4266. #---------------------------------------------------------------------------
  4267. # Doom and Quake
  4268. # submitted by Nicolas Patrois
  4269.  
  4270. # DOOM
  4271.  
  4272. 0       string  IWAD    DOOM or DOOM ][ world
  4273. 0       string  PWAD    DOOM or DOOM ][ extension world
  4274.  
  4275. 0       string  \xcb\x1dBoom\xe6\xff\x03\x01    Boom or linuxdoom demo
  4276. # some doom lmp files don't match, I've got one beginning with \x6d\x02\x01\x01
  4277.  
  4278. 24      string  LxD\ 203        Linuxdoom save
  4279. >0      string  x       , name=%s
  4280. >44     string  x       , world=%s
  4281.  
  4282. # Quake
  4283.  
  4284. 0       string  PACK    Quake I or II world or extension
  4285.  
  4286. #0       string  -1\x0a  Quake I demo
  4287. #>30     string  x        version %.4s
  4288. #>61     string  x        level %s       
  4289.  
  4290. #0       string  5\x0a   Quake I save
  4291.  
  4292. # The levels
  4293.  
  4294. # Quake 1
  4295.  
  4296. 0    string    5\x0aIntroduction             Quake I save: start Introduction
  4297. 0    string    5\x0athe_Slipgate_Complex     Quake I save: e1m1 The slipgate complex
  4298. 0    string    5\x0aCastle_of_the_Damned     Quake I save: e1m2 Castle of the damned
  4299. 0    string    5\x0athe_Necropolis           Quake I save: e1m3 The necropolis
  4300. 0    string    5\x0athe_Grisly_Grotto        Quake I save: e1m4 The grisly grotto
  4301. 0    string    5\x0aZiggurat_Vertigo         Quake I save: e1m8 Ziggurat vertigo (secret)
  4302. 0    string    5\x0aGloom_Keep               Quake I save: e1m5 Gloom keep
  4303. 0    string    5\x0aThe_Door_To_Chthon       Quake I save: e1m6 The door to Chthon
  4304. 0    string    5\x0aThe_House_of_Chthon      Quake I save: e1m7 The house of Chthon
  4305. 0    string    5\x0athe_Installation         Quake I save: e2m1 The installation
  4306. 0    string    5\x0athe_Ogre_Citadel         Quake I save: e2m2 The ogre citadel
  4307. 0    string    5\x0athe_Crypt_of_Decay       Quake I save: e2m3 The crypt of decay (dopefish lives!)
  4308. 0    string    5\x0aUnderearth               Quake I save: e2m7 Underearth (secret)
  4309. 0    string    5\x0athe_Ebon_Fortress        Quake I save: e2m4 The ebon fortress
  4310. 0    string    5\x0athe_Wizard's_Manse       Quake I save: e2m5 The wizard's manse
  4311. 0    string    5\x0athe_Dismal_Oubliette     Quake I save: e2m6 The dismal oubliette
  4312. 0    string    5\x0aTermination_Central      Quake I save: e3m1 Termination central
  4313. 0    string    5\x0aVaults_of_Zin            Quake I save: e3m2 Vaults of Zin
  4314. 0    string    5\x0athe_Tomb_of_Terror       Quake I save: e3m3 The tomb of terror
  4315. 0    string    5\x0aSatan's_Dark_Delight     Quake I save: e3m4 Satan's dark delight
  4316. 0    string    5\x0athe_Haunted_Halls        Quake I save: e3m7 The haunted halls (secret)
  4317. 0    string    5\x0aWind_Tunnels             Quake I save: e3m5 Wind tunnels
  4318. 0    string    5\x0aChambers_of_Torment      Quake I save: e3m6 Chambers of torment
  4319. 0    string    5\x0athe_Sewage_System        Quake I save: e4m1 The sewage system
  4320. 0    string    5\x0aThe_Tower_of_Despair     Quake I save: e4m2 The tower of despair
  4321. 0    string    5\x0aThe_Elder_God_Shrine     Quake I save: e4m3 The elder god shrine
  4322. 0    string    5\x0athe_Palace_of_Hate       Quake I save: e4m4 The palace of hate
  4323. 0    string    5\x0aHell's_Atrium            Quake I save: e4m5 Hell's atrium
  4324. 0    string    5\x0athe_Nameless_City        Quake I save: e4m8 The nameless city (secret)
  4325. 0    string    5\x0aThe_Pain_Maze            Quake I save: e4m6 The pain maze
  4326. 0    string    5\x0aAzure_Agony              Quake I save: e4m7 Azure agony
  4327. 0    string    5\x0aShub-Niggurath's_Pit     Quake I save: end Shub-Niggurath's pit
  4328.  
  4329. # Quake DeathMatch levels
  4330.  
  4331. 0    string    5\x0aPlace_of_Two_Deaths     Quake I save: dm1 Place of two deaths
  4332. 0    string    5\x0aClaustrophobopolis         Quake I save: dm2 Claustrophobopolis
  4333. 0    string    5\x0aThe_Abandoned_Base         Quake I save: dm3 The abandoned base
  4334. 0    string    5\x0aThe_Bad_Place         Quake I save: dm4 The bad place
  4335. 0    string    5\x0aThe_Cistern         Quake I save: dm5 The cistern
  4336. 0    string    5\x0aThe_Dark_Zone         Quake I save: dm6 The dark zone
  4337.  
  4338. # Scourge of Armagon
  4339.  
  4340. 0    string    5\x0aCommand_HQ               Quake I save: start Command HQ
  4341. 0    string    5\x0aThe_Pumping_Station      Quake I save: hip1m1 The pumping station
  4342. 0    string    5\x0aStorage_Facility         Quake I save: hip1m2 Storage facility
  4343. 0    string    5\x0aMilitary_Complex         Quake I save: hip1m5 Military complex (secret)
  4344. 0    string    5\x0athe_Lost_Mine            Quake I save: hip1m3 The lost mine
  4345. 0    string    5\x0aResearch_Facility        Quake I save: hip1m4 Research facility
  4346. 0    string    5\x0aAncient_Realms           Quake I save: hip2m1 Ancient realms
  4347. 0    string    5\x0aThe_Gremlin's_Domain     Quake I save: hip2m6 The gremlin's domain (secret)
  4348. 0    string    5\x0aThe_Black_Cathedral      Quake I save: hip2m2 The black cathedral
  4349. 0    string    5\x0aThe_Catacombs            Quake I save: hip2m3 The catacombs
  4350. 0    string    5\x0athe_Crypt__              Quake I save: hip2m4 The crypt
  4351. 0    string    5\x0aMortum's_Keep            Quake I save: hip2m5 Mortum's keep
  4352. 0    string    5\x0aTur_Torment              Quake I save: hip3m1 Tur torment
  4353. 0    string    5\x0aPandemonium              Quake I save: hip3m2 Pandemonium
  4354. 0    string    5\x0aLimbo                    Quake I save: hip3m3 Limbo
  4355. 0    string    5\x0athe_Edge_of_Oblivion     Quake I save: hipdm1 The edge of oblivion (secret)
  4356. 0    string    5\x0aThe_Gauntlet             Quake I save: hip3m4 The gauntlet
  4357. 0    string    5\x0aArmagon's_Lair           Quake I save: hipend Armagon's lair
  4358.  
  4359. # Malice
  4360.  
  4361. 0    string    5\x0aThe_Academy      Quake I save: start The academy
  4362. 0    string    5\x0aThe_Lab          Quake I save: d1 The lab
  4363. 0    string    5\x0aArea_33          Quake I save: d1b Area 33
  4364. 0    string    5\x0aSECRET_MISSIONS  Quake I save: d3b Secret missions
  4365. 0    string    5\x0aThe_Hospital     Quake I save: d10 The hospital (secret)
  4366. 0    string    5\x0aThe_Genetics_Lab Quake I save: d11 The genetics lab (secret)
  4367. 0    string    5\x0aBACK_2_MALICE    Quake I save: d4b Back to Malice
  4368. 0    string    5\x0aArea44           Quake I save: d1c Area 44
  4369. 0    string    5\x0aTakahiro_Towers  Quake I save: d2 Takahiro towers
  4370. 0    string    5\x0aA_Rat's_Life     Quake I save: d3 A rat's life
  4371. 0    string    5\x0aInto_The_Flood   Quake I save: d4 Into the flood
  4372. 0    string    5\x0aThe_Flood        Quake I save: d5 The flood
  4373. 0    string    5\x0aNuclear_Plant    Quake I save: d6 Nuclear plant
  4374. 0    string    5\x0aThe_Incinerator_Plant    Quake I save: d7 The incinerator plant
  4375. 0    string    5\x0aThe_Foundry              Quake I save: d7b The foundry
  4376. 0    string    5\x0aThe_Underwater_Base      Quake I save: d8 The underwater base
  4377. 0    string    5\x0aTakahiro_Base            Quake I save: d9 Takahiro base
  4378. 0    string    5\x0aTakahiro_Laboratories    Quake I save: d12 Takahiro laboratories
  4379. 0    string    5\x0aStayin'_Alive    Quake I save: d13 Stayin' alive
  4380. 0    string    5\x0aB.O.S.S._HQ      Quake I save: d14 B.O.S.S. HQ
  4381. 0    string    5\x0aSHOWDOWN!        Quake I save: d15 Showdown!
  4382.  
  4383. # Malice DeathMatch levels
  4384.  
  4385. 0    string    5\x0aThe_Seventh_Precinct     Quake I save: ddm1 The seventh precinct
  4386. 0    string    5\x0aSub_Station         Quake I save: ddm2 Sub station
  4387. 0    string    5\x0aCrazy_Eights!         Quake I save: ddm3 Crazy eights!
  4388. 0    string    5\x0aEast_Side_Invertationa     Quake I save: ddm4 East side invertationa
  4389. 0    string    5\x0aSlaughterhouse         Quake I save: ddm5 Slaughterhouse
  4390. 0    string    5\x0aDOMINO             Quake I save: ddm6 Domino
  4391. 0    string    5\x0aSANDRA'S_LADDER         Quake I save: ddm7 Sandra's ladder
  4392.  
  4393.  
  4394. 0    string    MComprHD    MAME CHD compressed hard disk image,
  4395. >12    belong    x        version %lu
  4396.  
  4397. #------------------------------------------------------------------------------
  4398. # GEOS files (Vidar Madsen, vidar@gimp.org)
  4399. # semi-commonly used in embedded and handheld systems.
  4400. 0    belong    0xc745c153    GEOS
  4401. >40    byte    1    executable
  4402. >40    byte    2    VMFile
  4403. >40    byte    3    binary
  4404. >40    byte    4    directory label
  4405. >40    byte    <1    unknown
  4406. >40    byte    >4    unknown
  4407. >4    string    >\0    \b, name "%s"
  4408. #>44    short    x    \b, version %d
  4409. #>46    short    x    \b.%d
  4410. #>48    short    x    \b, rev %d
  4411. #>50    short    x    \b.%d
  4412. #>52    short    x    \b, proto %d
  4413. #>54    short    x    \br%d
  4414. #>168    string    >\0    \b, copyright "%s"
  4415.  
  4416. #------------------------------------------------------------------------------
  4417. # gcc:  file(1) magic for GCC special files
  4418. #
  4419. 0    string        gpch        GCC precompiled header
  4420.  
  4421. # The version field is annoying.  It's 3 characters, not zero-terminated.
  4422. >5    byte        x            (version %c
  4423. >6    byte        x            \b%c
  4424. >7    byte        x            \b%c)
  4425.  
  4426. # 67 = 'C', 111 = 'o', 43 = '+', 79 = 'O'
  4427. >4    byte        67            for C
  4428. >4    byte        111            for Objective C
  4429. >4    byte        43            for C++
  4430. >4    byte        79            for Objective C++
  4431. #------------------------------------------------------------------------------
  4432. # GIMP Gradient: file(1) magic for the GIMP's gradient data files
  4433. # by Federico Mena <federico@nuclecu.unam.mx>
  4434.  
  4435. 0       string          GIMP\ Gradient  GIMP gradient data
  4436.  
  4437. #------------------------------------------------------------------------------
  4438. # XCF:  file(1) magic for the XCF image format used in the GIMP developed
  4439. #       by Spencer Kimball and Peter Mattis
  4440. #       ('Bucky' LaDieu, nega@vt.edu)
  4441.  
  4442. 0    string        gimp\ xcf    GIMP XCF image data,
  4443. >9    string        file        version 0,
  4444. >9    string        v        version
  4445. >>10    string        >\0        %s,
  4446. >14    belong        x        %lu x
  4447. >18    belong        x        %lu,
  4448. >22     belong          0               RGB Color
  4449. >22     belong          1               Greyscale
  4450. >22     belong          2               Indexed Color
  4451. >22    belong        >2        Unknown Image Type.
  4452.  
  4453. #------------------------------------------------------------------------------
  4454. # XCF:  file(1) magic for the patterns used in the GIMP, developed
  4455. #       by Spencer Kimball and Peter Mattis
  4456. #       ('Bucky' LaDieu, nega@vt.edu)
  4457.  
  4458. 20      string          GPAT            GIMP pattern data,
  4459. >24     string          x               %s
  4460.  
  4461. #------------------------------------------------------------------------------
  4462. # XCF:  file(1) magic for the brushes used in the GIMP, developed
  4463. #       by Spencer Kimball and Peter Mattis
  4464. #       ('Bucky' LaDieu, nega@vt.edu)
  4465.  
  4466. 20      string          GIMP            GIMP brush data
  4467. #------------------------------------------------------------------------------
  4468. # gnu:  file(1) magic for various GNU tools
  4469. #
  4470. # GNU nlsutils message catalog file format
  4471. #
  4472. 0    string        \336\22\4\225    GNU message catalog (little endian),
  4473. >4    lelong        x        revision %d,
  4474. >8    lelong        x        %d messages
  4475. 0    string        \225\4\22\336    GNU message catalog (big endian),
  4476. >4    belong        x        revision %d,
  4477. >8    belong        x        %d messages
  4478. # message catalogs, from Mitchum DSouza <m.dsouza@mrc-apu.cam.ac.uk>
  4479. 0    string        *nazgul*    Nazgul style compiled message catalog
  4480. >8    lelong        >0        \b, version %ld
  4481.  
  4482. # GnuPG
  4483. # The format is very similar to pgp
  4484. 0    string          \001gpg                 GPG key trust database
  4485. >4    byte            x                       version %d
  4486. 0    beshort        0x8502            GPG encrypted data
  4487. # This magic is not particularly good, as the keyrings don't have true
  4488. # magic. Nevertheless, it covers many keyrings.
  4489. 0       beshort         0x9901                  GPG key public ring
  4490.  
  4491. # Gnumeric spreadsheet
  4492. # This entry is only semi-helpful, as Gnumeric compresses its files, so
  4493. # they will ordinarily reported as "compressed", but at least -z helps
  4494. 39      string          =<gmr:Workbook           Gnumeric spreadsheet
  4495.  
  4496. # From: James Youngman <jay@gnu.org> 
  4497. # gnu find magic
  4498. 0    string    \0LOCATE    GNU findutils locate database data
  4499. >7    string    >\0        \b, format %s
  4500. >7    string    02        \b (frcode)
  4501.  
  4502. #------------------------------------------------------------------------------
  4503. # ACE/gr and Grace type files - PLEASE DO NOT REMOVE THIS LINE
  4504. #
  4505. # ACE/gr binary
  4506. 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
  4507. >39    byte    >0            - version %c
  4508. # ACE/gr ascii
  4509. 0    string    #\ xvgr\ parameter\ file    ACE/gr ascii file
  4510. 0    string    #\ xmgr\ parameter\ file    ACE/gr ascii file
  4511. 0    string    #\ ACE/gr\ parameter\ file    ACE/gr ascii file
  4512. # Grace projects
  4513. 0    string    #\ Grace\ project\ file        Grace project file
  4514. >23    string    @version\              (version
  4515. >>32    byte    >0                 %c
  4516. >>33    string    >\0                 \b.%.2s
  4517. >>35    string    >\0                 \b.%.2s)
  4518. # ACE/gr fit description files
  4519. 0    string    #\ ACE/gr\ fit\ description\     ACE/gr fit description file
  4520. # end of ACE/gr and Grace type files - PLEASE DO NOT REMOVE THIS LINE
  4521.  
  4522. #------------------------------------------------------------------------------
  4523. # gringotts:  file(1) magic for Gringotts
  4524. # http://devel.pluto.linux.it/projects/Gringotts/
  4525. # author: Germano Rizzo <mano@pluto.linux.it>
  4526. #GRG3????Y
  4527. 0    string    GRG        Gringotts data file
  4528. #file format 1
  4529. >3    string        1        v.1, MCRYPT S2K, SERPENT crypt, SHA-256 hash, ZLib lvl.9
  4530. #file format 2
  4531. >3    string        2        v.2, MCRYPT S2K, 
  4532. >>8    byte&0x70    0x00        RIJNDAEL-128 crypt,
  4533. >>8    byte&0x70    0x10        SERPENT crypt,
  4534. >>8    byte&0x70    0x20        TWOFISH crypt, 
  4535. >>8    byte&0x70    0x30        CAST-256 crypt,
  4536. >>8    byte&0x70    0x40        SAFER+ crypt,
  4537. >>8    byte&0x70    0x50        LOKI97 crypt,
  4538. >>8    byte&0x70    0x60        3DES crypt,
  4539. >>8    byte&0x70    0x70        RIJNDAEL-256 crypt,
  4540. >>8    byte&0x08    0x00        SHA1 hash,
  4541. >>8    byte&0x08    0x08        RIPEMD-160 hash,
  4542. >>8    byte&0x04    0x00        ZLib
  4543. >>8    byte&0x04    0x04        BZip2
  4544. >>8    byte&0x03    0x00        lvl.0
  4545. >>8    byte&0x03    0x01        lvl.3
  4546. >>8    byte&0x03    0x02        lvl.6
  4547. >>8    byte&0x03    0x03        lvl.9
  4548. #file format 3
  4549. >3    string        3        v.3, OpenPGP S2K, 
  4550. >>8    byte&0x70    0x00        RIJNDAEL-128 crypt,
  4551. >>8    byte&0x70    0x10        SERPENT crypt,
  4552. >>8    byte&0x70    0x20        TWOFISH crypt, 
  4553. >>8    byte&0x70    0x30        CAST-256 crypt,
  4554. >>8    byte&0x70    0x40        SAFER+ crypt,
  4555. >>8    byte&0x70    0x50        LOKI97 crypt,
  4556. >>8    byte&0x70    0x60        3DES crypt,
  4557. >>8    byte&0x70    0x70        RIJNDAEL-256 crypt,
  4558. >>8    byte&0x08    0x00        SHA1 hash,
  4559. >>8    byte&0x08    0x08        RIPEMD-160 hash,
  4560. >>8    byte&0x04    0x00        ZLib
  4561. >>8    byte&0x04    0x04        BZip2
  4562. >>8    byte&0x03    0x00        lvl.0
  4563. >>8    byte&0x03    0x01        lvl.3
  4564. >>8    byte&0x03    0x02        lvl.6
  4565. >>8    byte&0x03    0x03        lvl.9
  4566. #file format >3
  4567. >3    string        >3        v.%.1s (unknown details)
  4568.  
  4569. #------------------------------------------------------------------------------
  4570. # hitach-sh: file(1) magic for Hitachi Super-H
  4571. #
  4572. # Super-H COFF
  4573. #
  4574. 0    beshort        0x0500        Hitachi SH big-endian COFF
  4575. >18    beshort&0x0002    =0x0000        object
  4576. >18    beshort&0x0002    =0x0002        executable
  4577. >18    beshort&0x0008    =0x0008        \b, stripped
  4578. >18    beshort&0x0008    =0x0000        \b, not stripped
  4579. #
  4580. 0    leshort        0x0550        Hitachi SH little-endian COFF
  4581. >18    leshort&0x0002    =0x0000        object
  4582. >18    leshort&0x0002    =0x0002        executable
  4583. >18    leshort&0x0008    =0x0008        \b, stripped
  4584. >18    leshort&0x0008    =0x0000        \b, not stripped
  4585.  
  4586.  
  4587. #------------------------------------------------------------------------------
  4588. # hp:  file(1) magic for Hewlett Packard machines (see also "printer")
  4589. #
  4590. # XXX - somebody should figure out whether any byte order needs to be
  4591. # applied to the "TML" stuff; I'm assuming the Apollo stuff is
  4592. # big-endian as it was mostly 68K-based.
  4593. #
  4594. # I think the 500 series was the old stack-based machines, running a
  4595. # UNIX environment atop the "SUN kernel"; dunno whether it was
  4596. # big-endian or little-endian.
  4597. #
  4598. # Daniel Quinlan (quinlan@yggdrasil.com): hp200 machines are 68010 based;
  4599. # hp300 are 68020+68881 based; hp400 are also 68k.  The following basic
  4600. # HP magic is useful for reference, but using "long" magic is a better
  4601. # practice in order to avoid collisions.
  4602. #
  4603. # Guy Harris (guy@netapp.com): some additions to this list came from
  4604. # HP-UX 10.0's "/usr/include/sys/unistd.h" (68030, 68040, PA-RISC 1.1,
  4605. # 1.2, and 2.0).  The 1.2 and 2.0 stuff isn't in the HP-UX 10.0
  4606. # "/etc/magic", though, except for the "archive file relocatable library"
  4607. # stuff, and the 68030 and 68040 stuff isn't there at all - are they not
  4608. # used in executables, or have they just not yet updated "/etc/magic"
  4609. # completely?
  4610. #
  4611. # 0    beshort        200        hp200 (68010) BSD binary
  4612. # 0    beshort        300        hp300 (68020+68881) BSD binary
  4613. # 0    beshort        0x20c        hp200/300 HP-UX binary
  4614. # 0    beshort        0x20d        hp400 (68030) HP-UX binary
  4615. # 0    beshort        0x20e        hp400 (68040?) HP-UX binary
  4616. # 0    beshort        0x20b        PA-RISC1.0 HP-UX binary
  4617. # 0    beshort        0x210        PA-RISC1.1 HP-UX binary
  4618. # 0    beshort        0x211        PA-RISC1.2 HP-UX binary
  4619. # 0    beshort        0x214        PA-RISC2.0 HP-UX binary
  4620.  
  4621. #
  4622. # The "misc" stuff needs a byte order; the archives look suspiciously
  4623. # like the old 177545 archives (0xff65 = 0177545).
  4624. #
  4625. #### Old Apollo stuff
  4626. 0    beshort        0627        Apollo m68k COFF executable
  4627. >18    beshort        ^040000        not stripped
  4628. >22    beshort        >0        - version %ld
  4629. 0    beshort        0624        apollo a88k COFF executable
  4630. >18    beshort        ^040000        not stripped
  4631. >22    beshort        >0        - version %ld
  4632. 0       long            01203604016     TML 0123 byte-order format
  4633. 0       long            01702407010     TML 1032 byte-order format
  4634. 0       long            01003405017     TML 2301 byte-order format
  4635. 0       long            01602007412     TML 3210 byte-order format
  4636. #### PA-RISC 1.1
  4637. 0    belong         0x02100106    PA-RISC1.1 relocatable object
  4638. 0    belong         0x02100107    PA-RISC1.1 executable
  4639. >168    belong        &0x00000004    dynamically linked
  4640. >(144)    belong        0x054ef630    dynamically linked
  4641. >96    belong        >0        - not stripped
  4642.  
  4643. 0    belong         0x02100108    PA-RISC1.1 shared executable
  4644. >168    belong&0x4    0x4        dynamically linked
  4645. >(144)    belong        0x054ef630    dynamically linked
  4646. >96    belong        >0        - not stripped
  4647.  
  4648. 0    belong         0x0210010b    PA-RISC1.1 demand-load executable
  4649. >168    belong&0x4    0x4        dynamically linked
  4650. >(144)    belong        0x054ef630    dynamically linked
  4651. >96    belong        >0        - not stripped
  4652.  
  4653. 0    belong         0x0210010e    PA-RISC1.1 shared library
  4654. >96    belong        >0        - not stripped
  4655.  
  4656. 0    belong         0x0210010d    PA-RISC1.1 dynamic load library
  4657. >96    belong        >0        - not stripped
  4658.  
  4659. #### PA-RISC 2.0
  4660. 0    belong        0x02140106    PA-RISC2.0 relocatable object
  4661.  
  4662. 0       belong        0x02140107    PA-RISC2.0 executable
  4663. >168    belong        &0x00000004    dynamically linked
  4664. >(144)    belong        0x054ef630    dynamically linked
  4665. >96    belong        >0        - not stripped
  4666.  
  4667. 0       belong        0x02140108    PA-RISC2.0 shared executable
  4668. >168    belong        &0x00000004    dynamically linked
  4669. >(144)    belong        0x054ef630    dynamically linked
  4670. >96    belong        >0        - not stripped
  4671.  
  4672. 0       belong        0x0214010b    PA-RISC2.0 demand-load executable
  4673. >168    belong        &0x00000004    dynamically linked
  4674. >(144)    belong        0x054ef630    dynamically linked
  4675. >96    belong        >0        - not stripped
  4676.  
  4677. 0       belong        0x0214010e    PA-RISC2.0 shared library
  4678. >96    belong        >0        - not stripped
  4679.  
  4680. 0       belong        0x0214010d    PA-RISC2.0 dynamic load library
  4681. >96    belong        >0        - not stripped
  4682.  
  4683. #### 800
  4684. 0    belong         0x020b0106    PA-RISC1.0 relocatable object
  4685.  
  4686. 0    belong         0x020b0107    PA-RISC1.0 executable
  4687. >168    belong&0x4    0x4        dynamically linked
  4688. >(144)    belong        0x054ef630    dynamically linked
  4689. >96    belong        >0        - not stripped
  4690.  
  4691. 0    belong         0x020b0108    PA-RISC1.0 shared executable
  4692. >168    belong&0x4    0x4        dynamically linked
  4693. >(144)    belong        0x054ef630    dynamically linked
  4694. >96    belong        >0        - not stripped
  4695.  
  4696. 0    belong         0x020b010b    PA-RISC1.0 demand-load executable
  4697. >168    belong&0x4    0x4        dynamically linked
  4698. >(144)    belong        0x054ef630    dynamically linked
  4699. >96    belong        >0        - not stripped
  4700.  
  4701. 0    belong         0x020b010e    PA-RISC1.0 shared library
  4702. >96    belong        >0        - not stripped
  4703.  
  4704. 0    belong         0x020b010d    PA-RISC1.0 dynamic load library
  4705. >96    belong        >0        - not stripped
  4706.  
  4707. 0    belong        0x213c6172    archive file
  4708. >68    belong         0x020b0619    - PA-RISC1.0 relocatable library
  4709. >68    belong         0x02100619    - PA-RISC1.1 relocatable library
  4710. >68    belong         0x02110619    - PA-RISC1.2 relocatable library
  4711. >68    belong         0x02140619    - PA-RISC2.0 relocatable library
  4712.  
  4713. #### 500
  4714. 0    long        0x02080106    HP s500 relocatable executable
  4715. >16    long        >0        - version %ld
  4716.  
  4717. 0    long        0x02080107    HP s500 executable
  4718. >16    long        >0        - version %ld
  4719.  
  4720. 0    long        0x02080108    HP s500 pure executable
  4721. >16    long        >0        - version %ld
  4722.  
  4723. #### 200
  4724. 0    belong         0x020c0108    HP s200 pure executable
  4725. >4    beshort        >0        - version %ld
  4726. >8    belong        &0x80000000    save fp regs
  4727. >8    belong        &0x40000000    dynamically linked
  4728. >8    belong        &0x20000000    debuggable
  4729. >36    belong        >0        not stripped
  4730.  
  4731. 0    belong        0x020c0107    HP s200 executable
  4732. >4    beshort        >0        - version %ld
  4733. >8    belong        &0x80000000    save fp regs
  4734. >8    belong        &0x40000000    dynamically linked
  4735. >8    belong        &0x20000000    debuggable
  4736. >36    belong        >0        not stripped
  4737.  
  4738. 0    belong        0x020c010b    HP s200 demand-load executable
  4739. >4    beshort        >0        - version %ld
  4740. >8    belong        &0x80000000    save fp regs
  4741. >8    belong        &0x40000000    dynamically linked
  4742. >8    belong        &0x20000000    debuggable
  4743. >36    belong        >0        not stripped
  4744.  
  4745. 0    belong        0x020c0106    HP s200 relocatable executable
  4746. >4    beshort        >0        - version %ld
  4747. >6    beshort        >0        - highwater %d
  4748. >8    belong        &0x80000000    save fp regs
  4749. >8    belong        &0x20000000    debuggable
  4750. >8    belong        &0x10000000    PIC
  4751.  
  4752. 0    belong         0x020a0108    HP s200 (2.x release) pure executable
  4753. >4    beshort        >0        - version %ld
  4754. >36    belong        >0        not stripped
  4755.  
  4756. 0    belong        0x020a0107    HP s200 (2.x release) executable
  4757. >4    beshort        >0        - version %ld
  4758. >36    belong        >0        not stripped
  4759.  
  4760. 0    belong        0x020c010e    HP s200 shared library
  4761. >4    beshort        >0        - version %ld
  4762. >6    beshort        >0        - highwater %d
  4763. >36    belong        >0        not stripped
  4764.  
  4765. 0    belong        0x020c010d    HP s200 dynamic load library
  4766. >4    beshort        >0        - version %ld
  4767. >6    beshort        >0        - highwater %d
  4768. >36    belong        >0        not stripped
  4769.  
  4770. #### MISC
  4771. 0    long        0x0000ff65    HP old archive
  4772. 0    long        0x020aff65    HP s200 old archive
  4773. 0    long        0x020cff65    HP s200 old archive
  4774. 0    long        0x0208ff65    HP s500 old archive
  4775.  
  4776. 0    long        0x015821a6    HP core file
  4777.  
  4778. 0    long        0x4da7eee8    HP-WINDOWS font
  4779. >8    byte        >0        - version %ld
  4780. 0    string        Bitmapfile    HP Bitmapfile
  4781.  
  4782. 0    string        IMGfile    CIS     compimg HP Bitmapfile
  4783. # XXX - see "lif"
  4784. #0    short        0x8000        lif file
  4785. 0    long        0x020c010c    compiled Lisp
  4786.  
  4787. 0    string        msgcat01    HP NLS message catalog,
  4788. >8    long        >0        %d messages
  4789.  
  4790. # addendum to /etc/magic with HP-48sx file-types by phk@data.fls.dk 1jan92
  4791. 0    string        HPHP48-        HP48 binary
  4792. >7    byte        >0        - Rev %c
  4793. >8    beshort        0x1129        (ADR)
  4794. >8    beshort        0x3329        (REAL)
  4795. >8    beshort        0x5529        (LREAL)
  4796. >8    beshort        0x7729        (COMPLX)
  4797. >8    beshort        0x9d29        (LCOMPLX)
  4798. >8    beshort        0xbf29        (CHAR)
  4799. >8    beshort        0xe829        (ARRAY)
  4800. >8    beshort        0x0a2a        (LNKARRAY)
  4801. >8    beshort        0x2c2a        (STRING)
  4802. >8    beshort        0x4e2a        (HXS)
  4803. >8    beshort        0x742a        (LIST)
  4804. >8    beshort        0x962a        (DIR)
  4805. >8    beshort        0xb82a        (ALG)
  4806. >8    beshort        0xda2a        (UNIT)
  4807. >8    beshort        0xfc2a        (TAGGED)
  4808. >8    beshort        0x1e2b        (GROB)
  4809. >8    beshort        0x402b        (LIB)
  4810. >8    beshort        0x622b        (BACKUP)
  4811. >8    beshort        0x882b        (LIBDATA)
  4812. >8    beshort        0x9d2d        (PROG)
  4813. >8    beshort        0xcc2d        (CODE)
  4814. >8    beshort        0x482e        (GNAME)
  4815. >8    beshort        0x6d2e        (LNAME)
  4816. >8    beshort        0x922e        (XLIB)
  4817. 0    string        %%HP:        HP48 text
  4818. >6    string        T(0)        - T(0)
  4819. >6    string        T(1)        - T(1)
  4820. >6    string        T(2)        - T(2)
  4821. >6    string        T(3)        - T(3)
  4822. >10    string        A(D)        A(D)
  4823. >10    string        A(R)        A(R)
  4824. >10    string        A(G)        A(G)
  4825. >14    string        F(.)        F(.);
  4826. >14    string        F(,)        F(,);
  4827.  
  4828. # hpBSD magic numbers
  4829. 0    beshort        200        hp200 (68010) BSD
  4830. >2    beshort        0407        impure binary
  4831. >2    beshort        0410        read-only binary
  4832. >2    beshort        0413        demand paged binary
  4833. 0    beshort        300        hp300 (68020+68881) BSD
  4834. >2    beshort        0407        impure binary
  4835. >2    beshort        0410        read-only binary
  4836. >2    beshort        0413        demand paged binary
  4837. #
  4838. # From David Gero <dgero@nortelnetworks.com>
  4839. # HP-UX 10.20 core file format from /usr/include/sys/core.h
  4840. # Unfortunately, HP-UX uses corehead blocks without specifying the order
  4841. # There are four we care about:
  4842. #     CORE_KERNEL, which starts with the string "HP-UX"
  4843. #     CORE_EXEC, which contains the name of the command
  4844. #     CORE_PROC, which contains the signal number that caused the core dump
  4845. #     CORE_FORMAT, which contains the version of the core file format (== 1)
  4846. # The only observed order in real core files is KERNEL, EXEC, FORMAT, PROC
  4847. # but we include all 6 variations of the order of the first 3, and
  4848. # assume that PROC will always be last
  4849. # Order 1: KERNEL, EXEC, FORMAT, PROC
  4850. 0x10        string    HP-UX
  4851. >0        belong    2
  4852. >>0xC        belong    0x3C
  4853. >>>0x4C        belong    0x100
  4854. >>>>0x58    belong    0x44
  4855. >>>>>0xA0    belong    1
  4856. >>>>>>0xAC    belong    4
  4857. >>>>>>>0xB0    belong    1
  4858. >>>>>>>>0xB4    belong    4        core file
  4859. >>>>>>>>>0x90    string    >\0        from '%s'
  4860. >>>>>>>>>0xC4    belong    3        - received SIGQUIT
  4861. >>>>>>>>>0xC4    belong    4        - received SIGILL
  4862. >>>>>>>>>0xC4    belong    5        - received SIGTRAP
  4863. >>>>>>>>>0xC4    belong    6        - received SIGABRT
  4864. >>>>>>>>>0xC4    belong    7        - received SIGEMT
  4865. >>>>>>>>>0xC4    belong    8        - received SIGFPE
  4866. >>>>>>>>>0xC4    belong    10        - received SIGBUS
  4867. >>>>>>>>>0xC4    belong    11        - received SIGSEGV
  4868. >>>>>>>>>0xC4    belong    12        - received SIGSYS
  4869. >>>>>>>>>0xC4    belong    33        - received SIGXCPU
  4870. >>>>>>>>>0xC4    belong    34        - received SIGXFSZ
  4871. # Order 2: KERNEL, FORMAT, EXEC, PROC
  4872. >>>0x4C        belong    1
  4873. >>>>0x58    belong    4
  4874. >>>>>0x5C    belong    1
  4875. >>>>>>0x60    belong    0x100
  4876. >>>>>>>0x6C    belong    0x44
  4877. >>>>>>>>0xB4    belong    4        core file
  4878. >>>>>>>>>0xA4    string    >\0        from '%s'
  4879. >>>>>>>>>0xC4    belong    3        - received SIGQUIT
  4880. >>>>>>>>>0xC4    belong    4        - received SIGILL
  4881. >>>>>>>>>0xC4    belong    5        - received SIGTRAP
  4882. >>>>>>>>>0xC4    belong    6        - received SIGABRT
  4883. >>>>>>>>>0xC4    belong    7        - received SIGEMT
  4884. >>>>>>>>>0xC4    belong    8        - received SIGFPE
  4885. >>>>>>>>>0xC4    belong    10        - received SIGBUS
  4886. >>>>>>>>>0xC4    belong    11        - received SIGSEGV
  4887. >>>>>>>>>0xC4    belong    12        - received SIGSYS
  4888. >>>>>>>>>0xC4    belong    33        - received SIGXCPU
  4889. >>>>>>>>>0xC4    belong    34        - received SIGXFSZ
  4890. # Order 3: FORMAT, KERNEL, EXEC, PROC
  4891. 0x24        string    HP-UX
  4892. >0        belong    1
  4893. >>0xC        belong    4
  4894. >>>0x10        belong    1
  4895. >>>>0x14    belong    2
  4896. >>>>>0x20    belong    0x3C
  4897. >>>>>>0x60    belong    0x100
  4898. >>>>>>>0x6C    belong    0x44
  4899. >>>>>>>>0xB4    belong    4        core file
  4900. >>>>>>>>>0xA4    string    >\0        from '%s'
  4901. >>>>>>>>>0xC4    belong    3        - received SIGQUIT
  4902. >>>>>>>>>0xC4    belong    4        - received SIGILL
  4903. >>>>>>>>>0xC4    belong    5        - received SIGTRAP
  4904. >>>>>>>>>0xC4    belong    6        - received SIGABRT
  4905. >>>>>>>>>0xC4    belong    7        - received SIGEMT
  4906. >>>>>>>>>0xC4    belong    8        - received SIGFPE
  4907. >>>>>>>>>0xC4    belong    10        - received SIGBUS
  4908. >>>>>>>>>0xC4    belong    11        - received SIGSEGV
  4909. >>>>>>>>>0xC4    belong    12        - received SIGSYS
  4910. >>>>>>>>>0xC4    belong    33        - received SIGXCPU
  4911. >>>>>>>>>0xC4    belong    34        - received SIGXFSZ
  4912. # Order 4: EXEC, KERNEL, FORMAT, PROC
  4913. 0x64        string    HP-UX
  4914. >0        belong    0x100
  4915. >>0xC        belong    0x44
  4916. >>>0x54        belong    2
  4917. >>>>0x60    belong    0x3C
  4918. >>>>>0xA0    belong    1
  4919. >>>>>>0xAC    belong    4
  4920. >>>>>>>0xB0    belong    1
  4921. >>>>>>>>0xB4    belong    4        core file
  4922. >>>>>>>>>0x44    string    >\0        from '%s'
  4923. >>>>>>>>>0xC4    belong    3        - received SIGQUIT
  4924. >>>>>>>>>0xC4    belong    4        - received SIGILL
  4925. >>>>>>>>>0xC4    belong    5        - received SIGTRAP
  4926. >>>>>>>>>0xC4    belong    6        - received SIGABRT
  4927. >>>>>>>>>0xC4    belong    7        - received SIGEMT
  4928. >>>>>>>>>0xC4    belong    8        - received SIGFPE
  4929. >>>>>>>>>0xC4    belong    10        - received SIGBUS
  4930. >>>>>>>>>0xC4    belong    11        - received SIGSEGV
  4931. >>>>>>>>>0xC4    belong    12        - received SIGSYS
  4932. >>>>>>>>>0xC4    belong    33        - received SIGXCPU
  4933. >>>>>>>>>0xC4    belong    34        - received SIGXFSZ
  4934. # Order 5: FORMAT, EXEC, KERNEL, PROC
  4935. 0x78        string    HP-UX
  4936. >0        belong    1
  4937. >>0xC        belong    4
  4938. >>>0x10        belong    1
  4939. >>>>0x14    belong    0x100
  4940. >>>>>0x20    belong    0x44
  4941. >>>>>>0x68    belong    2
  4942. >>>>>>>0x74    belong    0x3C
  4943. >>>>>>>>0xB4    belong    4        core file
  4944. >>>>>>>>>0x58    string    >\0        from '%s'
  4945. >>>>>>>>>0xC4    belong    3        - received SIGQUIT
  4946. >>>>>>>>>0xC4    belong    4        - received SIGILL
  4947. >>>>>>>>>0xC4    belong    5        - received SIGTRAP
  4948. >>>>>>>>>0xC4    belong    6        - received SIGABRT
  4949. >>>>>>>>>0xC4    belong    7        - received SIGEMT
  4950. >>>>>>>>>0xC4    belong    8        - received SIGFPE
  4951. >>>>>>>>>0xC4    belong    10        - received SIGBUS
  4952. >>>>>>>>>0xC4    belong    11        - received SIGSEGV
  4953. >>>>>>>>>0xC4    belong    12        - received SIGSYS
  4954. >>>>>>>>>0xC4    belong    33        - received SIGXCPU
  4955. >>>>>>>>>0xC4    belong    34        - received SIGXFSZ
  4956. # Order 6: EXEC, FORMAT, KERNEL, PROC
  4957. >0        belong    0x100
  4958. >>0xC        belong    0x44
  4959. >>>0x54        belong    1
  4960. >>>>0x60    belong    4
  4961. >>>>>0x64    belong    1
  4962. >>>>>>0x68    belong    2
  4963. >>>>>>>0x74    belong    0x2C
  4964. >>>>>>>>0xB4    belong    4        core file
  4965. >>>>>>>>>0x44    string    >\0        from '%s'
  4966. >>>>>>>>>0xC4    belong    3        - received SIGQUIT
  4967. >>>>>>>>>0xC4    belong    4        - received SIGILL
  4968. >>>>>>>>>0xC4    belong    5        - received SIGTRAP
  4969. >>>>>>>>>0xC4    belong    6        - received SIGABRT
  4970. >>>>>>>>>0xC4    belong    7        - received SIGEMT
  4971. >>>>>>>>>0xC4    belong    8        - received SIGFPE
  4972. >>>>>>>>>0xC4    belong    10        - received SIGBUS
  4973. >>>>>>>>>0xC4    belong    11        - received SIGSEGV
  4974. >>>>>>>>>0xC4    belong    12        - received SIGSYS
  4975. >>>>>>>>>0xC4    belong    33        - received SIGXCPU
  4976. >>>>>>>>>0xC4    belong    34        - received SIGXFSZ
  4977.  
  4978. # From: AMAKAWA Shuhei <sa264@cam.ac.uk>
  4979. 0    string    HPHP49-            HP49 binary
  4980.  
  4981.  
  4982. #------------------------------------------------------------------------------
  4983. # human68k:  file(1) magic for Human68k (X680x0 DOS) binary formats
  4984. # Magic too short!
  4985. #0        string    HU        Human68k
  4986. #>68        string    LZX        LZX compressed
  4987. #>>72        string    >\0        (version %s)
  4988. #>(8.L+74)    string    LZX        LZX compressed
  4989. #>>(8.L+78)    string    >\0        (version %s)
  4990. #>60        belong    >0        binded
  4991. #>(8.L+66)    string    #HUPAIR        hupair
  4992. #>0        string    HU        X executable
  4993. #>(8.L+74)    string    #LIBCV1        - linked PD LIBC ver 1
  4994. #>4        belong    >0        - base address 0x%x
  4995. #>28        belong    >0        not stripped
  4996. #>32        belong    >0        with debug information
  4997. #0        beshort    0x601a        Human68k Z executable
  4998. #0        beshort    0x6000        Human68k object file
  4999. #0        belong    0xd1000000    Human68k ar binary archive
  5000. #0        belong    0xd1010000    Human68k ar ascii archive
  5001. #0        beshort    0x0068        Human68k lib archive
  5002. #4        string    LZX        Human68k LZX compressed
  5003. #>8        string    >\0        (version %s)
  5004. #>4        string    LZX        R executable
  5005. #2        string    #HUPAIR        Human68k hupair R executable
  5006.  
  5007. #------------------------------------------------------------------------------
  5008. # ibm370:  file(1) magic for IBM 370 and compatibles.
  5009. #
  5010. # "ibm370" said that 0x15d == 0535 was "ibm 370 pure executable".
  5011. # What the heck *is* "USS/370"?
  5012. # AIX 4.1's "/etc/magic" has
  5013. #
  5014. #    0    short        0535        370 sysV executable 
  5015. #    >12    long        >0        not stripped
  5016. #    >22    short        >0        - version %d
  5017. #    >30    long        >0        - 5.2 format
  5018. #    0    short        0530        370 sysV pure executable 
  5019. #    >12    long        >0        not stripped
  5020. #    >22    short        >0        - version %d
  5021. #    >30    long        >0        - 5.2 format
  5022. #
  5023. # instead of the "USS/370" versions of the same magic numbers.
  5024. #
  5025. 0    beshort        0537        370 XA sysV executable 
  5026. >12    belong        >0        not stripped
  5027. >22    beshort        >0        - version %d
  5028. >30    belong        >0        - 5.2 format
  5029. 0    beshort        0532        370 XA sysV pure executable 
  5030. >12    belong        >0        not stripped
  5031. >22    beshort        >0        - version %d
  5032. >30    belong        >0        - 5.2 format
  5033. 0    beshort        054001        370 sysV pure executable
  5034. >12    belong        >0        not stripped
  5035. 0    beshort        055001        370 XA sysV pure executable
  5036. >12    belong        >0        not stripped
  5037. 0    beshort        056401        370 sysV executable
  5038. >12    belong        >0        not stripped
  5039. 0    beshort        057401        370 XA sysV executable
  5040. >12    belong        >0        not stripped
  5041. 0       beshort        0531        SVR2 executable (Amdahl-UTS)
  5042. >12    belong        >0        not stripped
  5043. >24     belong        >0        - version %ld
  5044. 0    beshort        0534        SVR2 pure executable (Amdahl-UTS)
  5045. >12    belong        >0        not stripped
  5046. >24    belong        >0        - version %ld
  5047. 0    beshort        0530        SVR2 pure executable (USS/370)
  5048. >12    belong        >0        not stripped
  5049. >24    belong        >0        - version %ld
  5050. 0    beshort        0535        SVR2 executable (USS/370)
  5051. >12    belong        >0        not stripped
  5052. >24    belong        >0        - version %ld
  5053.  
  5054. #------------------------------------------------------------------------------
  5055. # ibm6000:  file(1) magic for RS/6000 and the RT PC.
  5056. #
  5057. 0    beshort        0x01df        executable (RISC System/6000 V3.1) or obj module
  5058. >12    belong        >0        not stripped
  5059. # Breaks sun4 statically linked execs.
  5060. #0      beshort        0x0103        executable (RT Version 2) or obj module
  5061. #>2    byte        0x50        pure
  5062. #>28    belong        >0        not stripped
  5063. #>6    beshort        >0        - version %ld
  5064. 0    beshort        0x0104        shared library
  5065. 0    beshort        0x0105        ctab data
  5066. 0    beshort        0xfe04        structured file
  5067. 0    string        0xabcdef    AIX message catalog
  5068. 0    belong        0x000001f9    AIX compiled message catalog
  5069. 0    string        \<aiaff>    archive
  5070. 0    string        \<bigaf>    archive (big format)
  5071.  
  5072.  
  5073. #------------------------------------------------------------------------------
  5074. # iff:    file(1) magic for Interchange File Format (see also "audio" & "images")
  5075. #
  5076. # Daniel Quinlan (quinlan@yggdrasil.com) -- IFF was designed by Electronic
  5077. # Arts for file interchange.  It has also been used by Apple, SGI, and
  5078. # especially Commodore-Amiga.
  5079. #
  5080. # IFF files begin with an 8 byte FORM header, followed by a 4 character
  5081. # FORM type, which is followed by the first chunk in the FORM.
  5082.  
  5083. 0    string        FORM        IFF data
  5084. #>4    belong        x        \b, FORM is %d bytes long
  5085. # audio formats
  5086. >8    string        AIFF        \b, AIFF audio
  5087. >8    string        AIFC        \b, AIFF-C compressed audio
  5088. >8    string        8SVX        \b, 8SVX 8-bit sampled sound voice
  5089. >8    string        16SV        \b, 16SV 16-bit sampled sound voice
  5090. >8    string        SAMP        \b, SAMP sampled audio
  5091. >8    string        MAUD        \b, MAUD MacroSystem audio
  5092. >8    string        SMUS        \b, SMUS simple music
  5093. >8    string        CMUS        \b, CMUS complex music
  5094. # image formats
  5095. >8    string        ILBMBMHD    \b, ILBM interleaved image
  5096. >>20    beshort        x        \b, %d x
  5097. >>22    beshort        x        %d
  5098. >8    string        RGBN        \b, RGBN 12-bit RGB image
  5099. >8    string        RGB8        \b, RGB8 24-bit RGB image
  5100. >8    string        DEEP        \b, DEEP TVPaint/XiPaint image
  5101. >8    string        DR2D        \b, DR2D 2-D object
  5102. >8    string        TDDD        \b, TDDD 3-D rendering
  5103. >8    string        LWOB        \b, LWOB 3-D object
  5104. >8    string        LWO2        \b, LWO2 3-D object, v2
  5105. >8    string        LWLO        \b, LWLO 3-D layered object
  5106. >8    string        REAL        \b, REAL Real3D rendering
  5107. >8    string        MC4D        \b, MC4D MaxonCinema4D rendering
  5108. >8    string        ANIM        \b, ANIM animation
  5109. >8    string        YAFA        \b, YAFA animation
  5110. >8    string        SSA\         \b, SSA super smooth animation
  5111. >8    string        ACBM        \b, ACBM continuous image
  5112. >8    string        FAXX        \b, FAXX fax image
  5113. # other formats
  5114. >8    string        FTXT        \b, FTXT formatted text
  5115. >8    string        CTLG        \b, CTLG message catalog
  5116. >8    string        PREF        \b, PREF preferences
  5117. >8    string        DTYP        \b, DTYP datatype description
  5118. >8    string        PTCH        \b, PTCH binary patch
  5119. >8    string        AMFF        \b, AMFF AmigaMetaFile format
  5120. >8    string        WZRD        \b, WZRD StormWIZARD resource
  5121. >8    string        DOC\         \b, DOC desktop publishing document
  5122.  
  5123. # These go at the end of the iff rules
  5124. #
  5125. # I don't see why these might collide with anything else.
  5126. #
  5127. # Interactive Fiction related formats
  5128. #
  5129. >8    string        IFRS        \b, Blorb Interactive Fiction
  5130. >>24    string        Exec        with executable chunk
  5131. >8    string          IFZS        \b, Z-machine or Glulx saved game file (Quetzal)
  5132.  
  5133. #------------------------------------------------------------------------------
  5134. # images:  file(1) magic for image formats (see also "iff")
  5135. #
  5136. # originally from jef@helios.ee.lbl.gov (Jef Poskanzer),
  5137. # additions by janl@ifi.uio.no as well as others. Jan also suggested
  5138. # merging several one- and two-line files into here.
  5139. #
  5140. # little magic: PCX (first byte is 0x0a)
  5141.  
  5142. # Targa - matches `povray', `ppmtotga' and `xv' outputs
  5143. # by Philippe De Muyter <phdm@macqel.be>
  5144. # at 2, byte ImgType must be 1, 2, 3, 9, 10 or 11
  5145. # at 1, byte CoMapType must be 1 if ImgType is 1 or 9, 0 otherwise
  5146. # at 3, leshort Index is 0 for povray, ppmtotga and xv outputs
  5147. # `xv' recognizes only a subset of the following (RGB with pixelsize = 24)
  5148. # `tgatoppm' recognizes a superset (Index may be anything)
  5149. 1    belong&0xfff7ffff    0x01010000    Targa image data - Map
  5150. >2    byte&8            8        - RLE
  5151. >12    leshort            >0        %hd x
  5152. >14    leshort            >0        %hd
  5153. 1    belong&0xfff7ffff    0x00020000    Targa image data - RGB
  5154. >2    byte&8            8        - RLE
  5155. >12    leshort            >0        %hd x
  5156. >14    leshort            >0        %hd
  5157. 1    belong&0xfff7ffff    0x00030000    Targa image data - Mono
  5158. >2    byte&8            8        - RLE
  5159. >12    leshort            >0        %hd x
  5160. >14    leshort            >0        %hd
  5161.  
  5162. # PBMPLUS images
  5163. # The next byte following the magic is always whitespace.
  5164. 0    string        P1        Netpbm PBM image text
  5165. 0    string        P2        Netpbm PGM image text
  5166. 0    string        P3        Netpbm PPM image text
  5167. 0    string        P4        Netpbm PBM "rawbits" image data
  5168. 0    string        P5        Netpbm PGM "rawbits" image data
  5169. 0    string        P6        Netpbm PPM "rawbits" image data
  5170. 0    string        P7        Netpbm PAM image file
  5171.  
  5172. # From: bryanh@giraffe-data.com (Bryan Henderson)
  5173. 0    string        \117\072    Solitaire Image Recorder format
  5174. >4    string        \013        MGI Type 11
  5175. >4    string        \021        MGI Type 17
  5176. 0    string        .MDA        MicroDesign data
  5177. >21    byte        48        version 2
  5178. >21    byte        51        version 3
  5179. 0    string        .MDP        MicroDesign page data
  5180. >21    byte        48        version 2
  5181. >21    byte        51        version 3
  5182.  
  5183. # NIFF (Navy Interchange File Format, a modification of TIFF) images
  5184. 0    string        IIN1        NIFF image data
  5185.  
  5186. # Tag Image File Format, from Daniel Quinlan (quinlan@yggdrasil.com)
  5187. # The second word of TIFF files is the TIFF version number, 42, which has
  5188. # never changed.  The TIFF specification recommends testing for it.
  5189. 0    string        MM\x00\x2a    TIFF image data, big-endian
  5190. 0    string        II\x2a\x00    TIFF image data, little-endian
  5191.  
  5192. # PNG [Portable Network Graphics, or "PNG's Not GIF"] images
  5193. # (Greg Roelofs, newt@uchicago.edu)
  5194. # (Albert Cahalan, acahalan@cs.uml.edu)
  5195. #
  5196. # 137 P N G \r \n ^Z \n [4-byte length] H E A D [HEAD data] [HEAD crc] ...
  5197. #
  5198. 0    string        \x89PNG        PNG image data,
  5199. >4    belong        !0x0d0a1a0a    CORRUPTED,
  5200. >4    belong        0x0d0a1a0a
  5201. >>16    belong        x        %ld x
  5202. >>20    belong        x        %ld,
  5203. >>24    byte        x        %d-bit
  5204. >>25    byte        0        grayscale,
  5205. >>25    byte        2        \b/color RGB,
  5206. >>25    byte        3        colormap,
  5207. >>25    byte        4        gray+alpha,
  5208. >>25    byte        6        \b/color RGBA,
  5209. #>>26    byte        0        deflate/32K,
  5210. >>28    byte        0        non-interlaced
  5211. >>28    byte        1        interlaced
  5212. 1    string        PNG        PNG image data, CORRUPTED
  5213.  
  5214. # GIF
  5215. 0    string        GIF8        GIF image data
  5216. >4    string        7a        \b, version 8%s,
  5217. >4    string        9a        \b, version 8%s,
  5218. >6    leshort        >0        %hd x
  5219. >8    leshort        >0        %hd
  5220. #>10    byte        &0x80        color mapped,
  5221. #>10    byte&0x07    =0x00        2 colors
  5222. #>10    byte&0x07    =0x01        4 colors
  5223. #>10    byte&0x07    =0x02        8 colors
  5224. #>10    byte&0x07    =0x03        16 colors
  5225. #>10    byte&0x07    =0x04        32 colors
  5226. #>10    byte&0x07    =0x05        64 colors
  5227. #>10    byte&0x07    =0x06        128 colors
  5228. #>10    byte&0x07    =0x07        256 colors
  5229.  
  5230. # ITC (CMU WM) raster files.  It is essentially a byte-reversed Sun raster,
  5231. # 1 plane, no encoding.
  5232. 0    string        \361\0\100\273    CMU window manager raster image data
  5233. >4    lelong        >0        %d x
  5234. >8    lelong        >0        %d,
  5235. >12    lelong        >0        %d-bit
  5236.  
  5237. # Magick Image File Format
  5238. 0    string        id=ImageMagick    MIFF image data
  5239.  
  5240. # Artisan
  5241. 0    long        1123028772    Artisan image data
  5242. >4    long        1        \b, rectangular 24-bit
  5243. >4    long        2        \b, rectangular 8-bit with colormap
  5244. >4    long        3        \b, rectangular 32-bit (24-bit with matte)
  5245.  
  5246. # FIG (Facility for Interactive Generation of figures), an object-based format
  5247. 0    string        #FIG        FIG image text
  5248. >5    string        x        \b, version %.3s
  5249.  
  5250. # PHIGS
  5251. 0    string        ARF_BEGARF        PHIGS clear text archive
  5252. 0    string        @(#)SunPHIGS        SunPHIGS
  5253. # version number follows, in the form m.n
  5254. >40    string        SunBin            binary
  5255. >32    string        archive            archive
  5256.  
  5257. # GKS (Graphics Kernel System)
  5258. 0    string        GKSM        GKS Metafile
  5259. >24    string        SunGKS        \b, SunGKS
  5260.  
  5261. # CGM image files
  5262. 0    string        BEGMF        clear text Computer Graphics Metafile
  5263. # XXX - questionable magic
  5264. 0    beshort&0xffe0    0x0020        binary Computer Graphics Metafile
  5265. 0    beshort        0x3020        character Computer Graphics Metafile
  5266.  
  5267. # MGR bitmaps  (Michael Haardt, u31b3hs@pool.informatik.rwth-aachen.de)
  5268. 0    string    yz    MGR bitmap, modern format, 8-bit aligned
  5269. 0    string    zz    MGR bitmap, old format, 1-bit deep, 16-bit aligned
  5270. 0    string    xz    MGR bitmap, old format, 1-bit deep, 32-bit aligned
  5271. 0    string    yx    MGR bitmap, modern format, squeezed
  5272.  
  5273. # Fuzzy Bitmap (FBM) images
  5274. 0    string        %bitmap\0    FBM image data
  5275. >30    long        0x31        \b, mono
  5276. >30    long        0x33        \b, color
  5277.  
  5278. # facsimile data
  5279. 1    string        PC\ Research,\ Inc    group 3 fax data
  5280. >29    byte        0        \b, normal resolution (204x98 DPI)
  5281. >29    byte        1        \b, fine resolution (204x196 DPI)
  5282. # From: Herbert Rosmanith <herp@wildsau.idv.uni.linz.at>
  5283. 0    string        Sfff        structured fax file
  5284.  
  5285.  
  5286. # PC bitmaps (OS/2, Windoze BMP files)  (Greg Roelofs, newt@uchicago.edu)
  5287. 0    string        BM        PC bitmap data
  5288. >14    leshort        12        \b, OS/2 1.x format
  5289. >>18    leshort        x        \b, %d x
  5290. >>20    leshort        x        %d
  5291. >14    leshort        64        \b, OS/2 2.x format
  5292. >>18    leshort        x        \b, %d x
  5293. >>20    leshort        x        %d
  5294. >14    leshort        40        \b, Windows 3.x format
  5295. >>18    lelong        x        \b, %d x
  5296. >>22    lelong        x        %d x
  5297. >>28    leshort        x        %d
  5298. # Too simple - MPi
  5299. #0    string        IC        PC icon data
  5300. #0    string        PI        PC pointer image data
  5301. #0    string        CI        PC color icon data
  5302. #0    string        CP        PC color pointer image data
  5303. # Conflicts with other entries [BABYL]
  5304. #0    string        BA        PC bitmap array data
  5305.  
  5306. # XPM icons (Greg Roelofs, newt@uchicago.edu)
  5307. # note possible collision with C/REXX entry in c-lang; currently commented out
  5308. 0    string        /*\ XPM\ */    X pixmap image text
  5309.  
  5310. # Utah Raster Toolkit RLE images (janl@ifi.uio.no)
  5311. 0    leshort        0xcc52        RLE image data,
  5312. >6    leshort        x        %d x
  5313. >8    leshort        x        %d
  5314. >2    leshort        >0        \b, lower left corner: %d
  5315. >4    leshort        >0        \b, lower right corner: %d
  5316. >10    byte&0x1    =0x1        \b, clear first
  5317. >10    byte&0x2    =0x2        \b, no background
  5318. >10    byte&0x4    =0x4        \b, alpha channel
  5319. >10    byte&0x8    =0x8        \b, comment
  5320. >11    byte        >0        \b, %d color channels
  5321. >12    byte        >0        \b, %d bits per pixel
  5322. >13    byte        >0        \b, %d color map channels
  5323.  
  5324. # image file format (Robert Potter, potter@cs.rochester.edu)
  5325. 0    string        Imagefile\ version-    iff image data
  5326. # this adds the whole header (inc. version number), informative but longish
  5327. >10    string        >\0        %s
  5328.  
  5329. # Sun raster images, from Daniel Quinlan (quinlan@yggdrasil.com)
  5330. 0    belong        0x59a66a95    Sun raster image data
  5331. >4    belong        >0        \b, %d x
  5332. >8    belong        >0        %d,
  5333. >12    belong        >0        %d-bit,
  5334. #>16    belong        >0        %d bytes long,
  5335. >20    belong        0        old format,
  5336. #>20    belong        1        standard,
  5337. >20    belong        2        compressed,
  5338. >20    belong        3        RGB,
  5339. >20    belong        4        TIFF,
  5340. >20    belong        5        IFF,
  5341. >20    belong        0xffff        reserved for testing,
  5342. >24    belong        0        no colormap
  5343. >24    belong        1        RGB colormap
  5344. >24    belong        2        raw colormap
  5345. #>28    belong        >0        colormap is %d bytes long
  5346.  
  5347. # SGI image file format, from Daniel Quinlan (quinlan@yggdrasil.com)
  5348. #
  5349. # See
  5350. #    http://reality.sgi.com/grafica/sgiimage.html
  5351. #
  5352. 0    beshort        474        SGI image data
  5353. #>2    byte        0        \b, verbatim
  5354. >2    byte        1        \b, RLE
  5355. #>3    byte        1        \b, normal precision
  5356. >3    byte        2        \b, high precision
  5357. >4    beshort        x        \b, %d-D
  5358. >6    beshort        x        \b, %d x
  5359. >8    beshort        x        %d
  5360. >10    beshort        x        \b, %d channel
  5361. >10    beshort        !1        \bs
  5362. >80    string        >0        \b, "%s"
  5363.  
  5364. 0    string        IT01        FIT image data
  5365. >4    belong        x        \b, %d x
  5366. >8    belong        x        %d x
  5367. >12    belong        x        %d
  5368. #
  5369. 0    string        IT02        FIT image data
  5370. >4    belong        x        \b, %d x
  5371. >8    belong        x        %d x
  5372. >12    belong        x        %d
  5373. #
  5374. 2048    string        PCD_IPI        Kodak Photo CD image pack file
  5375. >0xe02    byte&0x03    0x00        , landscape mode
  5376. >0xe02    byte&0x03    0x01        , portrait mode
  5377. >0xe02    byte&0x03    0x02        , landscape mode
  5378. >0xe02    byte&0x03    0x03        , portrait mode
  5379. 0    string        PCD_OPA        Kodak Photo CD overview pack file
  5380.  
  5381. # FITS format.  Jeff Uphoff <juphoff@tarsier.cv.nrao.edu>
  5382. # FITS is the Flexible Image Transport System, the de facto standard for
  5383. # data and image transfer, storage, etc., for the astronomical community.
  5384. # (FITS floating point formats are big-endian.)
  5385. 0    string    SIMPLE\ \ =    FITS image data
  5386. >109    string    8        \b, 8-bit, character or unsigned binary integer
  5387. >108    string    16        \b, 16-bit, two's complement binary integer
  5388. >107    string    \ 32        \b, 32-bit, two's complement binary integer
  5389. >107    string    -32        \b, 32-bit, floating point, single precision
  5390. >107    string    -64        \b, 64-bit, floating point, double precision
  5391.  
  5392. # other images
  5393. 0    string    This\ is\ a\ BitMap\ file    Lisp Machine bit-array-file
  5394. 0    string        =!!        Bennet Yee's "face" format
  5395.  
  5396. # From SunOS 5.5.1 "/etc/magic" - appeared right before Sun raster image
  5397. # stuff.
  5398. #
  5399. 0    beshort        0x1010        PEX Binary Archive
  5400.  
  5401. # Visio drawings
  5402. 03000    string    Visio\ (TM)\ Drawing    %s
  5403.  
  5404. # Tgif files
  5405. 0    string    \%TGIF\ x         Tgif file version %s
  5406.  
  5407. # DICOM medical imaging data
  5408. 128    string    DICM            DICOM medical imaging data
  5409.  
  5410. # XWD - X Window Dump file.
  5411. #   As described in /usr/X11R6/include/X11/XWDFile.h
  5412. #   used by the xwd program.
  5413. #   Bradford Castalia, idaeim, 1/01
  5414. 4    belong    7            XWD X Window Dump image data
  5415. >100    string    >\0            \b, "%s"
  5416. >16    belong    x            \b, %dx
  5417. >20    belong    x            \b%dx
  5418. >12    belong    x            \b%d
  5419.  
  5420. # PDS - Planetary Data System
  5421. #   These files use Parameter Value Language in the header section.
  5422. #   Unfortunately, there is no certain magic, but the following
  5423. #   strings have been found to be most likely.
  5424. 0    string    NJPL1I00        PDS (JPL) image data
  5425. 2    string    NJPL1I            PDS (JPL) image data
  5426. 0    string    CCSD3ZF            PDS (CCSD) image data
  5427. 2    string    CCSD3Z            PDS (CCSD) image data
  5428. 0    string    PDS_            PDS image data
  5429. 0    string    LBLSIZE=        PDS (VICAR) image data
  5430.  
  5431. # pM8x: ATARI STAD compressed bitmap format
  5432. #
  5433. # from Oskar Schirmer <schirmer@scara.com> Feb 2, 2001
  5434. # p M 8 5/6 xx yy zz data...
  5435. # Atari ST STAD bitmap is always 640x400, bytewise runlength compressed.
  5436. # bytes either run horizontally (pM85) or vertically (pM86). yy is the
  5437. # most frequent byte, xx and zz are runlength escape codes, where xx is
  5438. # used for runs of yy.
  5439. #
  5440. 0    string    pM85        Atari ST STAD bitmap image data (hor)
  5441. >5    byte    0x00        (white background)
  5442. >5    byte    0xFF        (black background)
  5443. 0    string    pM86        Atari ST STAD bitmap image data (vert)
  5444. >5    byte    0x00        (white background)
  5445. >5    byte    0xFF        (black background)
  5446.  
  5447. # XXX:
  5448. # This is bad magic 0x5249 == 'RI' conflicts with RIFF and other
  5449. # magic.
  5450. # SGI RICE image file <mpruett@sgi.com>
  5451. #0    beshort    0x5249        RICE image
  5452. #>2    beshort    x        v%d
  5453. #>4    beshort    x        (%d x
  5454. #>6    beshort    x        %d)
  5455. #>8    beshort    0        8 bit
  5456. #>8    beshort    1        10 bit
  5457. #>8    beshort    2        12 bit
  5458. #>8    beshort    3        13 bit
  5459. #>10    beshort    0        4:2:2
  5460. #>10    beshort    1        4:2:2:4
  5461. #>10    beshort    2        4:4:4
  5462. #>10    beshort    3        4:4:4:4
  5463. #>12    beshort    1        RGB
  5464. #>12    beshort    2        CCIR601
  5465. #>12    beshort    3        RP175
  5466. #>12    beshort    4        YUV
  5467.  
  5468. #------------------------------------------------------------------------------
  5469. #
  5470. # Marco Schmidt (marcoschmidt@users.sourceforge.net) -- an image  file format
  5471. # for the EPOC operating system, which is used with PDAs like those from Psion
  5472. #
  5473. # see http://huizen.dds.nl/~frodol/psiconv/html/Index.html for a description
  5474. # of various EPOC file formats
  5475.  
  5476. 0    string \x37\x00\x00\x10\x42\x00\x00\x10\x00\x00\x00\x00\x39\x64\x39\x47 EPOC MBM image file
  5477.  
  5478. # PCX image files
  5479. # From: Dan Fandrich <dan@coneharvesters.com>
  5480. 0    beshort        0x0a00    PCX ver. 2.5 image data
  5481. 0    beshort        0x0a02    PCX ver. 2.8 image data, with palette
  5482. 0    beshort        0x0a03    PCX ver. 2.8 image data, without palette
  5483. 0    beshort        0x0a04    PCX for Windows image data
  5484. 0    beshort        0x0a05    PCX ver. 3.0 image data
  5485. >4    leshort        x      bounding box [%hd,
  5486. >6    leshort        x      %hd] -
  5487. >8    leshort        x      [%hd,
  5488. >10    leshort        x      %hd],
  5489. >65    byte        >1    %d planes each of
  5490. >3    byte        x    %hhd-bit
  5491. >68    byte        0    image,
  5492. >68    byte        1    colour,
  5493. >68    byte        2    grayscale,
  5494. >68    byte        >2    image,
  5495. >68    byte        <0    image,
  5496. >12    leshort        >0    %hd x
  5497. >>14    leshort        x      %hd dpi,
  5498. >2    byte        0    uncompressed
  5499. >2    byte        1    RLE compressed
  5500.  
  5501. # Adobe Photoshop
  5502. 0    string        8BPS Adobe Photoshop Image
  5503.  
  5504. # XV thumbnail indicator (ThMO)
  5505. 0    string        P7\ 332        XV thumbnail image data
  5506.  
  5507. # NITF is defined by United States MIL-STD-2500A
  5508. 0    string    NITF    National Imagery Transmission Format
  5509. >25    string    >\0    dated %.14s
  5510.  
  5511. # GEM Image: Version 1, Headerlen 8 (Wolfram Kleff)
  5512. 0    belong        0x00010008    GEM Image data
  5513. >12    beshort        x        %d x
  5514. >14    beshort        x        %d,
  5515. >4    beshort        x        %d planes,
  5516. >8    beshort        x        %d x
  5517. >10    beshort        x        %d pixelsize
  5518.  
  5519. # GEM Metafile (Wolfram Kleff)
  5520. 0    lelong        0x0018FFFF    GEM Metafile data
  5521. >4    leshort        x        version %d
  5522.  
  5523. #
  5524. # SMJPEG. A custom Motion JPEG format used by Loki Entertainment
  5525. # Software Torbjorn Andersson <d91tan@Update.UU.SE>.
  5526. #
  5527. 0    string    \0\nSMJPEG    SMJPEG
  5528. >8    belong    x        %d.x data
  5529. # According to the specification you could find any number of _TXT
  5530. # headers here, but I can't think of any way of handling that. None of
  5531. # the SMJPEG files I tried it on used this feature. Even if such a
  5532. # file is encountered the output should still be reasonable.
  5533. >16    string    _SND        \b,
  5534. >>24    beshort    >0        %d Hz
  5535. >>26    byte    8        8-bit
  5536. >>26    byte    16        16-bit
  5537. >>28    string    NONE        uncompressed
  5538. # >>28    string    APCM        ADPCM compressed
  5539. >>27    byte    1        mono
  5540. >>28    byte    2        stereo
  5541. # Help! Isn't there any way to avoid writing this part twice?
  5542. >>32    string    _VID        \b,
  5543. # >>>48    string    JFIF        JPEG
  5544. >>>40    belong    >0        %d frames
  5545. >>>44    beshort    >0        (%d x
  5546. >>>46    beshort    >0        %d)
  5547. >16    string    _VID        \b,
  5548. # >>32    string    JFIF        JPEG
  5549. >>24    belong    >0        %d frames
  5550. >>28    beshort    >0        (%d x
  5551. >>30    beshort    >0        %d)
  5552.  
  5553. 0    string    Paint\ Shop\ Pro\ Image\ File    Paint Shop Pro Image File
  5554.  
  5555. # "thumbnail file" (icon)
  5556. # descended from "xv", but in use by other applications as well (Wolfram Kleff)
  5557. 0       string          P7\ 332         XV "thumbnail file" (icon) data
  5558.  
  5559. # taken from fkiss: (<yav@mte.biglobe.ne.jp> ?)
  5560. 0       string          KiSS            KISS/GS
  5561. >4      byte            16              color
  5562. >>5     byte            x               %d bit
  5563. >>8     leshort         x               %d colors
  5564. >>10    leshort         x               %d groups
  5565. >4      byte            32              cell
  5566. >>5     byte            x               %d bit
  5567. >>8     leshort         x               %d x
  5568. >>10    leshort         x               %d
  5569. >>12    leshort         x               +%d
  5570. >>14    leshort         x               +%d
  5571.  
  5572. # Webshots (www.webshots.com), by John Harrison
  5573. 0       string          C\253\221g\230\0\0\0 Webshots Desktop .wbz file
  5574.  
  5575. # Hercules DASD image files
  5576. # From Jan Jaeger <jj@septa.nl>
  5577. 0       string  CKD_P370        Hercules CKD DASD image file
  5578. >8      long    x               \b, %d heads per cylinder
  5579. >12     long    x               \b, track size %d bytes
  5580. >16     byte    x               \b, device type 33%2.2X
  5581.  
  5582. 0       string  CKD_C370        Hercules compressed CKD DASD image file
  5583. >8      long    x               \b, %d heads per cylinder
  5584. >12     long    x               \b, track size %d bytes
  5585. >16     byte    x               \b, device type 33%2.2X
  5586.  
  5587. 0       string  CKD_S370        Hercules CKD DASD shadow file
  5588. >8      long    x               \b, %d heads per cylinder
  5589. >12     long    x               \b, track size %d bytes
  5590. >16     byte    x               \b, device type 33%2.2X
  5591.  
  5592. # Squeak images and - etoffi@softhome.net
  5593. 0 string \146\031\0\0  Squeak image data
  5594. 0 string 'From\040Squeak  Squeak program text
  5595.  
  5596. # partimage: file(1) magic for PartImage files (experimental, incomplete)
  5597. # Author: Hans-Joachim Baader <hjb@pro-linux.de>
  5598. 0        string    PaRtImAgE-VoLuMe    PartImage
  5599. >0x0020        string    0.6.1        file version %s
  5600. >>0x0060    lelong    >-1        volume %ld
  5601. #>>0x0064 8 byte identifier
  5602. #>>0x007c reserved
  5603. >>0x0200    string    >\0        type %s
  5604. >>0x1400    string    >\0        device %s,
  5605. >>0x1600    string    >\0        original filename %s,
  5606. # Some fields omitted
  5607. >>0x2744    lelong    0        not compressed
  5608. >>0x2744    lelong    1        gzip compressed
  5609. >>0x2744    lelong    2        bzip2 compressed
  5610. >>0x2744    lelong    >2        compressed with unknown algorithm
  5611. >0x0020        string    >0.6.1        file version %s
  5612. >0x0020        string    <0.6.1        file version %s
  5613.  
  5614. # DCX is multi-page PCX, using a simple header of up to 1024
  5615. # offsets for the respective PCX components.
  5616. # From: Joerg Wunsch <joerg_wunsch@uriah.heep.sax.de>
  5617. 0    lelong    987654321    DCX multi-page PCX image data
  5618.  
  5619. # Simon Walton <simonw@matteworld.com>
  5620. # Kodak Cineon format for scanned negatives
  5621. # http://www.kodak.com/US/en/motion/support/dlad/
  5622. 0    lelong  0xd75f2a80    Cineon image data
  5623. >200    belong  >0        \b, %ld x
  5624. >204    belong  >0        %ld
  5625.  
  5626.  
  5627. # Bio-Rad .PIC is an image format used by microscope control systems
  5628. # and related image processing software used by biologists.
  5629. # From: Vebjorn Ljosa <vebjorn@ljosa.com>
  5630. 54    leshort 12345        Bio-Rad .PIC Image File
  5631. >0    leshort >0        %hd x
  5632. >2    leshort >0        %hd,
  5633. >4    leshort =1        1 image in file
  5634. >4    leshort >1        %hd images in file
  5635.  
  5636. # From Jan "Yenya" Kasprzak <kas@fi.muni.cz>
  5637. # The description of *.mrw format can be found at
  5638. # http://www.dalibor.cz/minolta/raw_file_format.htm
  5639. 0    string    \000MRM            Minolta Dimage camera raw image data
  5640.  
  5641. # From: stephane.loeuillet@tiscali.f
  5642. # http://www.djvuzone.org/
  5643. 0    string    AT&TFORM        DjVu Image file
  5644.  
  5645. # From: Jason Bacon <bacon@smithers.neuro.mcw.edu>
  5646. 0    beshort    0x3020            character Computer Graphics Metafile
  5647.  
  5648. # From Marc Espie
  5649. 0    lelong    20000630        OpenEXR image data
  5650.  
  5651. # From: Tom Hilinski <tom.hilinski@comcast.net>
  5652. # http://www.unidata.ucar.edu/packages/netcdf/
  5653. 0    string    CDF\001            NetCDF Data Format data
  5654.  
  5655. #-----------------------------------------------------------------------
  5656. # Hierarchical Data Format, used to facilitate scientific data exchange
  5657. # specifications at http://hdf.ncsa.uiuc.edu/
  5658. 0    belong    0x0e031301    Hierarchical Data Format (version 4) data
  5659. 0    string    \211HDF\r\n\032    Hierarchical Data Format (version 5) data
  5660.  
  5661. #------------------------------------------------------------------------------
  5662. # intel:  file(1) magic for x86 Unix
  5663. #
  5664. # Various flavors of x86 UNIX executable/object (other than Xenix, which
  5665. # is in "microsoft").  DOS is in "msdos"; the ambitious soul can do
  5666. # Windows as well.
  5667. #
  5668. # Windows NT belongs elsewhere, as you need x86 and MIPS and Alpha and
  5669. # whatever comes next (HP-PA Hummingbird?).  OS/2 may also go elsewhere
  5670. # as well, if, as, and when IBM makes it portable.
  5671. #
  5672. # The `versions' should be un-commented if they work for you.
  5673. # (Was the problem just one of endianness?)
  5674. #
  5675. 0    leshort        0502        basic-16 executable
  5676. >12    lelong        >0        not stripped
  5677. #>22    leshort        >0        - version %ld
  5678. 0    leshort        0503        basic-16 executable (TV)
  5679. >12    lelong        >0        not stripped
  5680. #>22    leshort        >0        - version %ld
  5681. 0    leshort        0510        x86 executable
  5682. >12    lelong        >0        not stripped
  5683. 0    leshort        0511        x86 executable (TV)
  5684. >12    lelong        >0        not stripped
  5685. 0    leshort        =0512        iAPX 286 executable small model (COFF)
  5686. >12    lelong        >0        not stripped
  5687. #>22    leshort        >0        - version %ld
  5688. 0    leshort        =0522        iAPX 286 executable large model (COFF)
  5689. >12    lelong        >0        not stripped
  5690. #>22    leshort        >0        - version %ld
  5691. # SGI labeled the next entry as "iAPX 386 executable" --Dan Quinlan
  5692. 0    leshort        =0514        80386 COFF executable
  5693. >12    lelong        >0        not stripped
  5694. >22    leshort        >0        - version %ld
  5695.  
  5696. # rom: file(1) magic for BIOS ROM Extensions found in intel machines
  5697. #      mapped into memory between 0xC0000 and 0xFFFFF
  5698. # From G├╝rkan Seng├╝n <gurkan@linuks.mine.nu>, www.linuks.mine.nu
  5699. 0        beshort         0x55AA       BIOS (ia32) ROM Ext.
  5700. >5       string          USB          USB
  5701. >7       string          LDR          UNDI image
  5702. >30      string          IBM          IBM comp. Video
  5703. >26      string          Adaptec      Adaptec
  5704. >28      string          Adaptec      Adaptec
  5705. >42      string          PROMISE      Promise
  5706. >2       byte            x            (%d*512)
  5707.  
  5708. #------------------------------------------------------------------------------
  5709. # interleaf:  file(1) magic for InterLeaf TPS:
  5710. #
  5711. 0    string        =\210OPS    Interleaf saved data
  5712. 0    string        =<!OPS        Interleaf document text
  5713. >5    string        ,\ Version\ =    \b, version
  5714. >>17    string        >\0        %.3s
  5715.  
  5716. #------------------------------------------------------------------------------
  5717. # island:  file(1) magic for IslandWite/IslandDraw, from SunOS 5.5.1
  5718. # "/etc/magic":
  5719. # From: guy@netapp.com (Guy Harris)
  5720. #
  5721. 4    string        pgscriptver    IslandWrite document
  5722. 13    string        DrawFile    IslandDraw document
  5723.  
  5724.  
  5725. #------------------------------------------------------------------------------
  5726. # ispell:  file(1) magic for ispell
  5727. #
  5728. # Ispell 3.0 has a magic of 0x9601 and ispell 3.1 has 0x9602.  This magic
  5729. # will match 0x9600 through 0x9603 in *both* little endian and big endian.
  5730. # (No other current magic entries collide.)
  5731. #
  5732. # Updated by Daniel Quinlan (quinlan@yggdrasil.com)
  5733. #
  5734. 0    leshort&0xFFFC    0x9600        little endian ispell
  5735. >0    byte        0        hash file (?),
  5736. >0    byte        1        3.0 hash file,
  5737. >0    byte        2        3.1 hash file,
  5738. >0    byte        3        hash file (?),
  5739. >2    leshort        0x00        8-bit, no capitalization, 26 flags
  5740. >2    leshort        0x01        7-bit, no capitalization, 26 flags
  5741. >2    leshort        0x02        8-bit, capitalization, 26 flags
  5742. >2    leshort        0x03        7-bit, capitalization, 26 flags
  5743. >2    leshort        0x04        8-bit, no capitalization, 52 flags
  5744. >2    leshort        0x05        7-bit, no capitalization, 52 flags
  5745. >2    leshort        0x06        8-bit, capitalization, 52 flags
  5746. >2    leshort        0x07        7-bit, capitalization, 52 flags
  5747. >2    leshort        0x08        8-bit, no capitalization, 128 flags
  5748. >2    leshort        0x09        7-bit, no capitalization, 128 flags
  5749. >2    leshort        0x0A        8-bit, capitalization, 128 flags
  5750. >2    leshort        0x0B        7-bit, capitalization, 128 flags
  5751. >2    leshort        0x0C        8-bit, no capitalization, 256 flags
  5752. >2    leshort        0x0D        7-bit, no capitalization, 256 flags
  5753. >2    leshort        0x0E        8-bit, capitalization, 256 flags
  5754. >2    leshort        0x0F        7-bit, capitalization, 256 flags
  5755. >4    leshort        >0        and %d string characters
  5756. 0    beshort&0xFFFC    0x9600        big endian ispell
  5757. >1    byte        0        hash file (?),
  5758. >1    byte        1        3.0 hash file,
  5759. >1    byte        2        3.1 hash file,
  5760. >1    byte        3        hash file (?),
  5761. >2    beshort        0x00        8-bit, no capitalization, 26 flags
  5762. >2    beshort        0x01        7-bit, no capitalization, 26 flags
  5763. >2    beshort        0x02        8-bit, capitalization, 26 flags
  5764. >2    beshort        0x03        7-bit, capitalization, 26 flags
  5765. >2    beshort        0x04        8-bit, no capitalization, 52 flags
  5766. >2    beshort        0x05        7-bit, no capitalization, 52 flags
  5767. >2    beshort        0x06        8-bit, capitalization, 52 flags
  5768. >2    beshort        0x07        7-bit, capitalization, 52 flags
  5769. >2    beshort        0x08        8-bit, no capitalization, 128 flags
  5770. >2    beshort        0x09        7-bit, no capitalization, 128 flags
  5771. >2    beshort        0x0A        8-bit, capitalization, 128 flags
  5772. >2    beshort        0x0B        7-bit, capitalization, 128 flags
  5773. >2    beshort        0x0C        8-bit, no capitalization, 256 flags
  5774. >2    beshort        0x0D        7-bit, no capitalization, 256 flags
  5775. >2    beshort        0x0E        8-bit, capitalization, 256 flags
  5776. >2    beshort        0x0F        7-bit, capitalization, 256 flags
  5777. >4    beshort        >0        and %d string characters
  5778. # ispell 4.0 hash files  kromJx <kromJx@crosswinds.net>
  5779. # Ispell 4.0
  5780. 0       string          ISPL            ispell
  5781. >4      long            x               hash file version %d,
  5782. >8      long            x               lexletters %d,
  5783. >12     long            x               lexsize %d,
  5784. >16     long            x               hashsize %d,
  5785. >20     long            x               stblsize %d
  5786. #------------------------------------------------------------
  5787. # Java ByteCode
  5788. # From Larry Schwimmer (schwim@cs.stanford.edu)
  5789. # Handled in Mach now
  5790. #0    belong        0xcafebabe    compiled Java class data,
  5791. #>6    beshort x    version %d.
  5792. #>4    beshort x    \b%d
  5793. #------------------------------------------------------------
  5794. # Java serialization
  5795. # From Martin Pool (m.pool@pharos.com.au)
  5796. 0    beshort        0xaced        Java serialization data
  5797. >2    beshort        >0x0004        \b, version %d
  5798.  
  5799. #------------------------------------------------------------------------------
  5800. # JPEG images
  5801. # SunOS 5.5.1 had
  5802. #
  5803. #    0    string        \377\330\377\340    JPEG file
  5804. #    0    string        \377\330\377\356    JPG file
  5805. #
  5806. # both of which turn into "JPEG image data" here.
  5807. #
  5808. 0    beshort        0xffd8        JPEG image data
  5809. >6    string        JFIF        \b, JFIF standard
  5810. # The following added by Erik Rossen <rossen@freesurf.ch> 1999-09-06
  5811. # in a vain attempt to add image size reporting for JFIF.  Note that these
  5812. # tests are not fool-proof since some perfectly valid JPEGs are currently
  5813. # impossible to specify in magic(4) format.
  5814. # First, a little JFIF version info:
  5815. >>11    byte        x        \b %d.
  5816. >>12    byte        x        \b%02d
  5817. # Next, the resolution or aspect ratio of the image:
  5818. #>>13    byte        0        \b, aspect ratio
  5819. #>>13    byte        1        \b, resolution (DPI)
  5820. #>>13    byte        2        \b, resolution (DPCM)
  5821. #>>4    beshort        x        \b, segment length %d
  5822. # Next, show thumbnail info, if it exists:
  5823. >>18    byte        !0        \b, thumbnail %dx
  5824. >>>19    byte        x        \b%d
  5825.  
  5826. # EXIF moved down here to avoid reporting a bogus version number,
  5827. # and EXIF version number printing added.
  5828. #   - Patrik R=E5dman <patrik+file-magic@iki.fi>
  5829. >6    string        Exif        \b, EXIF standard
  5830. # Look for EXIF IFD offset in IFD 0, and then look for EXIF version tag in EXIF IFD.
  5831. # All possible combinations of entries have to be enumerated, since no looping
  5832. # is possible. And both endians are possible...
  5833. # The combinations included below are from real-world JPEGs.
  5834. # Little-endian
  5835. >>12    string        II        
  5836. # IFD 0 Entry #5:
  5837. >>>70    leshort        0x8769          
  5838. # EXIF IFD Entry #1:
  5839. >>>>(78.l+14)    leshort    0x9000        
  5840. >>>>>(78.l+23)    byte    x        %c
  5841. >>>>>(78.l+24)    byte    x        \b.%c
  5842. >>>>>(78.l+25)    byte    !0x30        \b%c
  5843. # IFD 0 Entry #9:
  5844. >>>118    leshort        0x8769          
  5845. # EXIF IFD Entry #3:
  5846. >>>>(126.l+38)    leshort    0x9000        
  5847. >>>>>(126.l+47)    byte    x        %c
  5848. >>>>>(126.l+48)    byte    x        \b.%c
  5849. >>>>>(126.l+49)    byte    !0x30        \b%c
  5850. # IFD 0 Entry #10
  5851. >>>130    leshort        0x8769          
  5852. # EXIF IFD Entry #3:
  5853. >>>>(138.l+38)    leshort    0x9000        
  5854. >>>>>(138.l+47)    byte    x        %c
  5855. >>>>>(138.l+48)    byte    x        \b.%c
  5856. >>>>>(138.l+49)    byte    !0x30        \b%c
  5857. # EXIF IFD Entry #4:
  5858. >>>>(138.l+50)    leshort    0x9000        
  5859. >>>>>(138.l+59)    byte    x        %c
  5860. >>>>>(138.l+60)    byte    x        \b.%c
  5861. >>>>>(138.l+61)    byte    !0x30        \b%c
  5862. # EXIF IFD Entry #5:
  5863. >>>>(138.l+62)    leshort    0x9000        
  5864. >>>>>(138.l+71)    byte    x        %c
  5865. >>>>>(138.l+72)    byte    x        \b.%c
  5866. >>>>>(138.l+73)    byte    !0x30        \b%c
  5867. # IFD 0 Entry #11
  5868. >>>142    leshort        0x8769          
  5869. # EXIF IFD Entry #3:
  5870. >>>>(150.l+38)    leshort    0x9000        
  5871. >>>>>(150.l+47)    byte    x        %c
  5872. >>>>>(150.l+48)    byte    x        \b.%c
  5873. >>>>>(150.l+49)    byte    !0x30        \b%c
  5874. # EXIF IFD Entry #4:
  5875. >>>>(150.l+50)    leshort    0x9000        
  5876. >>>>>(150.l+59)    byte    x        %c
  5877. >>>>>(150.l+60)    byte    x        \b.%c
  5878. >>>>>(150.l+61)    byte    !0x30        \b%c
  5879. # EXIF IFD Entry #5:
  5880. >>>>(150.l+62)    leshort    0x9000        
  5881. >>>>>(150.l+71)    byte    x        %c
  5882. >>>>>(150.l+72)    byte    x        \b.%c
  5883. >>>>>(150.l+73)    byte    !0x30        \b%c
  5884. # Big-endian
  5885. >>12    string        MM        
  5886. # IFD 0 Entry #9:
  5887. >>>118    beshort        0x8769          
  5888. # EXIF IFD Entry #1:
  5889. >>>>(126.L+14)    beshort    0x9000        
  5890. >>>>>(126.L+23)    byte    x        %c
  5891. >>>>>(126.L+24)    byte    x        \b.%c
  5892. >>>>>(126.L+25)    byte    !0x30        \b%c
  5893. # EXIF IFD Entry #3:
  5894. >>>>(126.L+38)    beshort    0x9000        
  5895. >>>>>(126.L+47)    byte    x        %c
  5896. >>>>>(126.L+48)    byte    x        \b.%c
  5897. >>>>>(126.L+49)    byte    !0x30        \b%c
  5898. # IFD 0 Entry #10
  5899. >>>130    beshort        0x8769          
  5900. # EXIF IFD Entry #3:
  5901. >>>>(138.L+38)    beshort    0x9000        
  5902. >>>>>(138.L+47)    byte    x        %c
  5903. >>>>>(138.L+48)    byte    x        \b.%c
  5904. >>>>>(138.L+49)    byte    !0x30        \b%c
  5905. # EXIF IFD Entry #5:
  5906. >>>>(138.L+62)    beshort    0x9000        
  5907. >>>>>(138.L+71)    byte    x        %c
  5908. >>>>>(138.L+72)    byte    x        \b.%c
  5909. >>>>>(138.L+73)    byte    !0x30        \b%c
  5910. # IFD 0 Entry #11
  5911. >>>142    beshort        0x8769          
  5912. # EXIF IFD Entry #4:
  5913. >>>>(150.L+50)    beshort    0x9000        
  5914. >>>>>(150.L+59)    byte    x        %c
  5915. >>>>>(150.L+60)    byte    x        \b.%c
  5916. >>>>>(150.L+61)    byte    !0x30        \b%c
  5917. # Here things get sticky.  We can do ONE MORE marker segment with
  5918. # indirect addressing, and that's all.  It would be great if we could
  5919. # do pointer arithemetic like in an assembler language.  Christos?
  5920. # And if there was some sort of looping construct to do searches, plus a few
  5921. # named accumulators, it would be even more effective...
  5922. # At least we can show a comment if no other segments got inserted before:
  5923. >(4.S+5)    byte        0xFE
  5924. >>(4.S+8)    string        >\0        \b, comment: "%s"
  5925. #>(4.S+5)    byte        0xFE        \b, comment
  5926. #>>(4.S+6)    beshort        x        \b length=%d
  5927. #>>(4.S+8)    string        >\0        \b, "%s"
  5928. # Or, we can show the encoding type (I've included only the three most common)
  5929. # and image dimensions if we are lucky and the SOFn (image segment) is here:
  5930. >(4.S+5)    byte        0xC0        \b, baseline
  5931. >>(4.S+6)    byte        x        \b, precision %d
  5932. >>(4.S+7)    beshort        x        \b, %dx
  5933. >>(4.S+9)    beshort        x        \b%d
  5934. >(4.S+5)    byte        0xC1        \b, extended sequential
  5935. >>(4.S+6)    byte        x        \b, precision %d
  5936. >>(4.S+7)    beshort        x        \b, %dx
  5937. >>(4.S+9)    beshort        x        \b%d
  5938. >(4.S+5)    byte        0xC2        \b, progressive
  5939. >>(4.S+6)    byte        x        \b, precision %d
  5940. >>(4.S+7)    beshort        x        \b, %dx
  5941. >>(4.S+9)    beshort        x        \b%d
  5942. # I've commented-out quantisation table reporting.  I doubt anyone cares yet.
  5943. #>(4.S+5)    byte        0xDB        \b, quantisation table
  5944. #>>(4.S+6)    beshort        x        \b length=%d
  5945. #>14    beshort        x        \b, %d x
  5946. #>16    beshort        x        \b %d
  5947.  
  5948. # HSI is Handmade Software's proprietary JPEG encoding scheme
  5949. 0    string        hsi1        JPEG image data, HSI proprietary
  5950.  
  5951. # From: David Santinoli <david@santinoli.com>
  5952. 0    string        \x00\x00\x00\x0C\x6A\x50\x20\x20\x0D\x0A\x87\x0A    JPEG 2000 image data
  5953.  
  5954. #------------------------------------------------------------------------------
  5955. # linux:  file(1) magic for Linux files
  5956. #
  5957. # Values for Linux/i386 binaries, from Daniel Quinlan <quinlan@yggdrasil.com>
  5958. # The following basic Linux magic is useful for reference, but using
  5959. # "long" magic is a better practice in order to avoid collisions.
  5960. #
  5961. # 2    leshort        100        Linux/i386
  5962. # >0    leshort        0407        impure executable (OMAGIC)
  5963. # >0    leshort        0410        pure executable (NMAGIC)
  5964. # >0    leshort        0413        demand-paged executable (ZMAGIC)
  5965. # >0    leshort        0314        demand-paged executable (QMAGIC)
  5966. #
  5967. 0    lelong        0x00640107    Linux/i386 impure executable (OMAGIC)
  5968. >16    lelong        0        \b, stripped
  5969. 0    lelong        0x00640108    Linux/i386 pure executable (NMAGIC)
  5970. >16    lelong        0        \b, stripped
  5971. 0    lelong        0x0064010b    Linux/i386 demand-paged executable (ZMAGIC)
  5972. >16    lelong        0        \b, stripped
  5973. 0    lelong        0x006400cc    Linux/i386 demand-paged executable (QMAGIC)
  5974. >16    lelong        0        \b, stripped
  5975. #
  5976. 0    string        \007\001\000    Linux/i386 object file
  5977. >20    lelong        >0x1020        \b, DLL library
  5978. # Linux-8086 stuff:
  5979. 0    string        \01\03\020\04    Linux-8086 impure executable
  5980. >28    long        !0        not stripped
  5981. 0    string        \01\03\040\04    Linux-8086 executable
  5982. >28    long        !0        not stripped
  5983. #
  5984. 0    string        \243\206\001\0    Linux-8086 object file
  5985. #
  5986. 0    string        \01\03\020\20    Minix-386 impure executable
  5987. >28    long        !0        not stripped
  5988. 0    string        \01\03\040\20    Minix-386 executable
  5989. >28    long        !0        not stripped
  5990. # core dump file, from Bill Reynolds <bill@goshawk.lanl.gov>
  5991. 216    lelong        0421        Linux/i386 core file
  5992. >220    string        >\0        of '%s'
  5993. >200    lelong        >0        (signal %d)
  5994. #
  5995. # LILO boot/chain loaders, from Daniel Quinlan <quinlan@yggdrasil.com>
  5996. # this can be overridden by the DOS executable (COM) entry
  5997. 2    string        LILO        Linux/i386 LILO boot/chain loader
  5998. #
  5999. # PSF fonts, from H. Peter Anvin <hpa@yggdrasil.com>
  6000. 0    leshort        0x0436        Linux/i386 PC Screen Font data,
  6001. >2    byte        0        256 characters, no directory,
  6002. >2    byte        1        512 characters, no directory,
  6003. >2    byte        2        256 characters, Unicode directory,
  6004. >2    byte        3        512 characters, Unicode directory,
  6005. >3    byte        >0        8x%d
  6006. # Linux swap file, from Daniel Quinlan <quinlan@yggdrasil.com>
  6007. 4086    string        SWAP-SPACE    Linux/i386 swap file
  6008. # From: Jeff Bailey <jbailey@ubuntu.com>
  6009. # Linux swap file with swsusp1 image, from Jeff Bailey <jbailey@ubuntu.com>
  6010. 4076    string        SWAPSPACE2S1SUSPEND    Linux/i386 swap file (new style) with SWSUSP1 image
  6011. # according to man page of mkswap (8) March 1999
  6012. 4086    string        SWAPSPACE2    Linux/i386 swap file (new style)
  6013. >0x400    long        x        %d (4K pages)
  6014. >0x404    long        x        size %d pages
  6015. >>4086    string        SWAPSPACE2    
  6016. >>>1052    string        >\0        Label %s
  6017. # ECOFF magic for OSF/1 and Linux (only tested under Linux though)
  6018. #
  6019. #    from Erik Troan (ewt@redhat.com) examining od dumps, so this
  6020. #        could be wrong
  6021. #      updated by David Mosberger (davidm@azstarnet.com) based on
  6022. #      GNU BFD and MIPS info found below.
  6023. #
  6024. 0    leshort        0x0183        ECOFF alpha
  6025. >24    leshort        0407        executable
  6026. >24    leshort        0410        pure
  6027. >24    leshort        0413        demand paged
  6028. >8    long        >0        not stripped
  6029. >8    long        0        stripped
  6030. >23    leshort        >0        - version %ld.
  6031. #
  6032. # Linux kernel boot images, from Albert Cahalan <acahalan@cs.uml.edu>
  6033. # and others such as Axel Kohlmeyer <akohlmey@rincewind.chemie.uni-ulm.de>
  6034. # and Nicolßs Lichtmaier <nick@debian.org>
  6035. # All known start with: b8 c0 07 8e d8 b8 00 90 8e c0 b9 00 01 29 f6 29
  6036. # Linux kernel boot images (i386 arch) (Wolfram Kleff)
  6037. 514    string        HdrS        Linux
  6038. >510    leshort        0xAA55        \b/x86 Kernel
  6039. >510    leshort        <0xAA55        Kernel
  6040. >510    leshort        >0xAA55        Kernel
  6041. >518    leshort        0x0105        \b, Setup Version 0x105, zImage
  6042. >518    leshort        >0x0105        \b, Setup Version %#hx
  6043. >>529    byte        0        \b, zImage
  6044. >>529    byte        1        \b, bzImage
  6045. >>>(526.s+0x205)    byte    32
  6046. >>>>(526.s+0x200)    string    >\0    \b, Version %5.5s
  6047. >>>(526.s+0x206)    byte    32
  6048. >>>>(526.s+0x200)    string    >\0    \b, Version %6.6s
  6049. >>>(526.s+0x207)    byte    32
  6050. >>>>(526.s+0x200)    string    >\0    \b, Version %7.7s
  6051. >>>(526.s+0x205)    byte    45
  6052. >>>>(526.s+0x200)    string    >\0    \b, Version %5.5s
  6053. >>>(526.s+0x206)    byte    45
  6054. >>>>(526.s+0x200)    string    >\0    \b, Version %6.6s
  6055. >>>(526.s+0x207)    byte    45
  6056. >>>>(526.s+0x200)    string    >\0    \b, Version %7.7s
  6057. >>>(526.s+0x208)    byte    45
  6058. >>>>(526.s+0x200)    string    >\0    \b, Version %8.8s
  6059. >>>(526.s+0x209)    byte    45
  6060. >>>>(526.s+0x200)    string    >\0    \b, Version %9.9s
  6061. >>>(526.s+0x20a)    byte    45
  6062. >>>>(526.s+0x200)    string    >\0    \b, Version %10.10s
  6063. >>>(526.s+0x20b)    byte    45
  6064. >>>>(526.s+0x200)    string    >\0    \b, Version %11.11s
  6065. >>498    leshort        1        \b, RO-rootFS
  6066. >>498    leshort        0        \b, RW-rootFS
  6067. >>508    leshort        >0        \b, root_dev 0x%X
  6068. >>502    leshort        >0        \b, swap_dev 0x%X
  6069. >>504    leshort        >0        \b, RAMdisksize %u KB
  6070. >>506    leshort        0xFFFF        \b, Normal VGA
  6071. >>506    leshort        0xFFFE        \b, Extended VGA
  6072. >>506    leshort        0xFFFD        \b, Prompt for Videomode
  6073. >>506    leshort        >0        \b, Video mode %d
  6074. # This also matches new kernels, which were caught above by "HdrS".
  6075. 0        belong    0xb8c0078e    Linux kernel
  6076. >0x1e3        string    Loading        version 1.3.79 or older
  6077. >0x1e9        string    Loading        from prehistoric times
  6078.  
  6079. # System.map files - Nicolßs Lichtmaier <nick@debian.org>
  6080. 8    string    \ A\ _text    Linux kernel symbol map text
  6081.  
  6082. # LSM entries - Nicolßs Lichtmaier <nick@debian.org>
  6083. 0    string    Begin3    Linux Software Map entry text
  6084. 0    string    Begin4    Linux Software Map entry text (new format)
  6085.  
  6086. # From Matt Zimmerman
  6087. 0       belong  0x4f4f4f4d      User-mode Linux COW file
  6088. >4      belong  x               \b, version %d
  6089. >8      string  >\0             \b, backing file %s
  6090.  
  6091. ############################################################################
  6092. # Linux kernel versions
  6093.  
  6094. 0        string        \xb8\xc0\x07\x8e\xd8\xb8\x00\x90    Linux
  6095. >497        leshort        0        x86 boot sector
  6096. >>514        belong        0x8e    of a kernel from the dawn of time!
  6097. >>514        belong        0x908ed8b4    version 0.99-1.1.42
  6098. >>514        belong        0x908ed8b8    for memtest86
  6099.  
  6100. >497        leshort        !0        x86 kernel
  6101. >>504        leshort        >0        RAMdisksize=%u KB
  6102. >>502        leshort        >0        swap=0x%X
  6103. >>508        leshort        >0        root=0x%X
  6104. >>>498        leshort        1        \b-ro
  6105. >>>498        leshort        0        \b-rw
  6106. >>506        leshort        0xFFFF        vga=normal
  6107. >>506        leshort        0xFFFE        vga=extended
  6108. >>506        leshort        0xFFFD        vga=ask
  6109. >>506        leshort        >0        vga=%d
  6110. >>514        belong        0x908ed881    version 1.1.43-1.1.45
  6111. >>514        belong        0x15b281cd
  6112. >>>0xa8e    belong        0x55AA5a5a    version 1.1.46-1.2.13,1.3.0
  6113. >>>0xa99    belong        0x55AA5a5a    version 1.3.1,2
  6114. >>>0xaa3    belong        0x55AA5a5a    version 1.3.3-1.3.30
  6115. >>>0xaa6    belong        0x55AA5a5a    version 1.3.31-1.3.41
  6116. >>>0xb2b    belong        0x55AA5a5a    version 1.3.42-1.3.45
  6117. >>>0xaf7    belong        0x55AA5a5a    version 1.3.46-1.3.72
  6118. >>514        string        HdrS
  6119. >>>518        leshort        >0x1FF
  6120. >>>>529        byte        0        \b, zImage
  6121. >>>>529        byte        1        \b, bzImage
  6122. >>>>(526.s+0x200) string     >\0        \b, version %s
  6123.  
  6124. # Linux boot sector thefts.
  6125. 0        belong        0xb8c0078e    Linux
  6126. >0x1e6        belong        0x454c4b53    ELKS Kernel
  6127. >0x1e6        belong        !0x454c4b53    style boot sector
  6128.  
  6129. ############################################################################
  6130. # Linux 8086 executable
  6131. 0    lelong&0xFF0000FF 0xC30000E9    Linux-Dev86 executable, headerless
  6132. >5    string        .        
  6133. >>4    string        >\0        \b, libc version %s
  6134.  
  6135. 0    lelong&0xFF00FFFF 0x4000301    Linux-8086 executable
  6136. >2    byte&0x01    !0        \b, unmapped zero page
  6137. >2    byte&0x20    0        \b, impure
  6138. >2    byte&0x20    !0
  6139. >>2    byte&0x10    !0        \b, A_EXEC
  6140. >2    byte&0x02    !0        \b, A_PAL
  6141. >2    byte&0x04    !0        \b, A_NSYM
  6142. >2    byte&0x08    !0        \b, A_STAND
  6143. >2    byte&0x40    !0        \b, A_PURE
  6144. >2    byte&0x80    !0        \b, A_TOVLY
  6145. >28     long            !0              \b, not stripped
  6146. >37    string        .        
  6147. >>36    string        >\0        \b, libc version %s
  6148.  
  6149. # 0    lelong&0xFF00FFFF 0x10000301    ld86 I80386 executable
  6150. # 0    lelong&0xFF00FFFF 0xB000301    ld86 M68K executable
  6151. # 0    lelong&0xFF00FFFF 0xC000301    ld86 NS16K executable
  6152. # 0    lelong&0xFF00FFFF 0x17000301    ld86 SPARC executable
  6153.  
  6154. # SYSLINUX boot logo files (from 'ppmtolss16' sources)
  6155. # http://syslinux.zytor.com/
  6156. #
  6157. 0    lelong    =0x1413f33d        SYSLINUX' LSS16 image data
  6158. >4    leshort    x            \b, width %d
  6159. >6    leshort    x            \b, height %d
  6160.  
  6161. 0    string    OOOM            User-Mode-Linux's Copy-On-Write disk image
  6162. >4    belong    x            version %d
  6163.  
  6164. # SE Linux policy database
  6165. # From: Mike Frysinger <vapier@gentoo.org>
  6166. 0    lelong    0xf97cff8c        SE Linux policy
  6167. >16    lelong    x            v%d
  6168. >20    lelong    1            MLS
  6169. >24    lelong    x            %d symbols
  6170. >28    lelong    x            %d ocons
  6171.  
  6172. # Linux Logical Volume Manager (LVM) 
  6173. # Emmanuel VARAGNAT <emmanuel.varagnat@guzu.net>
  6174. #
  6175. # System ID, UUID and volume group name are 128 bytes long
  6176. # but they should never be full and initialized with zeros...
  6177. #
  6178. # LVM1
  6179. #
  6180. 0x0    string    HM\001        LVM1 (Linux Logical Volume Manager), version 1
  6181. >0x12c    string    >\0        , System ID: %s
  6182.  
  6183. 0x0    string    HM\002        LVM1 (Linux Logical Volume Manager), version 2
  6184. >0x12c    string    >\0        , System ID: %s
  6185.  
  6186. #  LVM2
  6187. #
  6188. # It seems that the label header can be in one the four first sector
  6189. # of the disk... (from _find_labeller in lib/label/label.c of LVM2)
  6190. #
  6191. # 0x200 seems to be the common case
  6192.  
  6193. 0x218         string    LVM2\ 001    LVM2 (Linux Logical Volume Manager)
  6194. # read the offset to add to the start of the header, and the header
  6195. # start in 0x200
  6196. >(0x214.l+0x200) string    >\0        , UUID: %s
  6197.  
  6198. 0x018         string    LVM2\ 001    LVM2 (Linux Logical Volume Manager)
  6199. >(0x014.l)     string    >\0        , UUID: %s
  6200.  
  6201. 0x418         string    LVM2\ 001    LVM2 (Linux Logical Volume Manager)
  6202. >(0x414.l+0x400) string    >\0        , UUID: %s
  6203.  
  6204. 0x618         string    LVM2\ 001    LVM2 (Linux Logical Volume Manager)
  6205. >(0x614.l+0x600) string    >\0        , UUID: %s
  6206.  
  6207. #------------------------------------------------------------------------------
  6208. # filesystems:  file(1) magic for different filesystems
  6209. #
  6210. 0    string    \366\366\366\366    PC formatted floppy with no filesystem
  6211. # Sun disk labels
  6212. # From /usr/include/sun/dklabel.h:
  6213. 0774    beshort        0xdabe        Sun disk label
  6214. >0    string        x        '%s
  6215. >>31      string        >\0        \b%s
  6216. >>>63      string        >\0        \b%s
  6217. >>>>95     string        >\0        \b%s
  6218. >0    string        x        \b'
  6219. >0734    short        >0        %d rpm,
  6220. >0736    short        >0        %d phys cys,
  6221. >0740    short        >0        %d alts/cyl,
  6222. >0746    short        >0        %d interleave,
  6223. >0750    short        >0        %d data cyls,
  6224. >0752    short        >0        %d alt cyls,
  6225. >0754    short        >0        %d heads/partition,
  6226. >0756    short        >0        %d sectors/track,
  6227. >0764    long        >0        start cyl %ld,
  6228. >0770    long        x        %ld blocks
  6229. # Is there a boot block written 1 sector in?
  6230. >512    belong&077777777    0600407    \b, boot block present
  6231. # Joerg Jenderek: Smart Boot Manager backup file is 41 byte header + first sectors of disc
  6232. # (http://btmgr.sourceforge.net/docs/user-guide-3.html)
  6233. 0        string    SBMBAKUP_    Smart Boot Manager backup file
  6234. >9        string    x        \b, version %-5.5s
  6235. >>14        string    =_        
  6236. >>>15        string    x        %-.1s
  6237. >>>>16        string    =_        \b.
  6238. >>>>>17        string    x        \b%-.1s
  6239. >>>>>>18    string    =_        \b.
  6240. >>>>>>>19    string    x        \b%-.1s
  6241. >>>22        ubyte    0        
  6242. >>>>21        ubyte    x        \b, from drive 0x%x
  6243. >>>22        ubyte    >0        
  6244. >>>>21        string    x        \b, from drive %s
  6245.  
  6246. # Joerg Jenderek
  6247. # DOS Emulator image is 128 byte, null right padded header + harddisc image
  6248. 0    string    DOSEMU\0            
  6249. >0x27E    leshort    0xAA55            
  6250. #offset is 128
  6251. >>19    ubyte    128            
  6252. >>>(19.b-1)    ubyte    0x0    DOS Emulator image
  6253. >>>>7    ulelong    >0        \b, %u heads
  6254. >>>>11    ulelong    >0        \b, %d sectors/track
  6255. >>>>15    ulelong    >0        \b, %d cylinders
  6256.  
  6257. 0x1FE    leshort    0xAA55            x86 boot sector
  6258. >2    string    OSBS            \b, OS/BS MBR
  6259. # J\xf6rg Jenderek <joerg dot jenderek at web dot de>
  6260. >0x8C    string    Invalid\ partition\ table    \b, MS-DOS MBR
  6261. # dr-dos with some upper-, lowercase variants
  6262. >0x9D    string    Invalid\ partition\ table$    
  6263. >>181    string    No\ Operating\ System$        
  6264. >>>201    string    Operating\ System\ load\ error$    \b, DR-DOS MBR, Version 7.01 to 7.03
  6265. >0x9D    string    Invalid\ partition\ table$    
  6266. >>181    string    No\ operating\ system$        
  6267. >>>201    string    Operating\ system\ load\ error$    \b, DR-DOS MBR, Version 7.01 to 7.03
  6268. >342    string    Invalid\ partition\ table$    
  6269. >>366    string    No\ operating\ system$        
  6270. >>>386    string    Operating\ system\ load\ error$    \b, DR-DOS MBR, version 7.01 to 7.03
  6271. >295    string    NEWLDR\0                
  6272. >>302    string    Bad\ PT\ $                
  6273. >>>310    string    No\ OS\ $                
  6274. >>>>317    string    OS\ load\ err$                
  6275. >>>>>329    string    Moved\ or\ missing\ IBMBIO.LDR\n\r    
  6276. >>>>>>358    string    Press\ any\ key\ to\ continue.\n\r$    
  6277. >>>>>>>387    string    Copyright\ (c)\ 1984,1998    
  6278. >>>>>>>>411    string    Caldera\ Inc.\0        \b, DR-DOS MBR (IBMBIO.LDR)
  6279. >0x10F    string    Ung\201ltige\ Partitionstabelle    \b, MS-DOS MBR, german version 4.10.1998, 4.10.2222
  6280. >>0x1B8    ubelong    >0                \b, Serial 0x%-.4x
  6281. >0x8B    string    Ung\201ltige\ Partitionstabelle    \b, MS-DOS MBR, german version 5.00 to 4.00.950
  6282. >271    string    Invalid\ partition\ table\0        
  6283. >>295    string    Error\ loading\ operating\ system\0    
  6284. >>>326    string    Missing\ operating\ system\0        \b, mbr
  6285. #
  6286. >139    string    Invalid\ partition\ table\0        
  6287. >>163    string    Error\ loading\ operating\ system\0    
  6288. >>>194    string    Missing\ operating\ system\0        \b, Microsoft Windows XP mbr
  6289. # http://www.heise.de/ct/05/09/006/ page 184
  6290. #HKEY_LOCAL_MACHINE\SYSTEM\MountedDevices\DosDevices\?:=Serial4Bytes+8Bytes
  6291. >>>>0x1B8    ulelong    >0                \b,Serial 0x%-.4x
  6292. >300    string    Invalid\ partition\ table\0    
  6293. >>324    string    Error\ loading\ operating\ system\0
  6294. >>>355    string    Missing\ operating\ system\0        \b, Microsoft Windows XP MBR
  6295. #??>>>389    string    Invalid\ system\ disk        
  6296. >>>>0x1B8    ulelong    >0                \b, Serial 0x%-.4x
  6297. >300    string    Ung\201ltige\ Partitionstabelle
  6298. #split string to avoid error: String too long
  6299. >>328    string    Fehler\ beim\ Laden\     
  6300. >>>346    string    des\ Betriebssystems    
  6301. >>>>366    string    Betriebssystem\ nicht\ vorhanden    \b, Microsoft Windows XP MBR (german)
  6302. >>>>>0x1B8    ulelong    >0                \b, Serial 0x%-.4x
  6303. >0x145    string    Default:\ F                \b, FREE-DOS MBR
  6304. >64    string    no\ active\ partition\ found    
  6305. >>96    string    read\ error\ while\ reading\ drive    \b, FREE-DOS Beta 0.9 MBR
  6306. >271    string    Operating\ system\ loading         
  6307. >>296    string    error\r                    \b, SYSLINUX MBR (2.10)
  6308. # bootloader, bootmanager
  6309. >43    string    SMART\ BTMGRFAT12\ \ \         
  6310. >>430    string    SBMK\ Bad!\r            
  6311. >>>3    string    SBM                \b, Smart Boot Manager
  6312. >>>>6    string    >\0                             \b, version %s
  6313. >382    string    XOSLLOADXCF            \b, eXtended Operating System Loader
  6314. >6    string    LILO                \b, LInux i386 boot LOader
  6315. >>120    string    LILO                \b, version 22.3.4 SuSe
  6316. >>172    string    LILO                \b, version 22.5.8 Debian
  6317. >402    string    Geom\0Hard\ Disk\0Read\0\ Error\0
  6318. >>394    string    stage1                \b, GRand Unified Bootloader (0.5.95)
  6319. >343    string    Geom\0Read\0\ Error\0        
  6320. >>321    string    Loading\ stage1.5        \b, Grand Unified Bootloader
  6321. >380    string    Geom\0Hard\ Disk\0Read\0\ Error\0
  6322. >>374    string    GRUB\ \0            \b, GRand Unified Bootloader
  6323. >382    string    Geom\0Hard\ Disk\0Read\0\ Error\0
  6324. >>376    string    GRUB\ \0            \b, GRand Unified Bootloader (0.93)
  6325. >383    string    Geom\0Hard\ Disk\0Read\0\ Error\0
  6326. >>377    string    GRUB\ \0            \b, GRand Unified Bootloader (0.94)
  6327. >385    string    Geom\0Hard\ Disk\0Read\0\ Error\0
  6328. >>379    string    GRUB\ \0            \b, GRand Unified Bootloader (0.95)
  6329. >480    string    Boot\ failed\r            
  6330. >>495    string    LDLINUX\ SYS            \b, SYSLINUX bootloader (2.06)
  6331. >395    string    chksum\0\ ERROR!\0        \b, Gujin bootloader
  6332. # mbr partion table entries, if not fat boot secor, activ flag 0 or 0x80 and type > 0
  6333. >3            string        !MS    
  6334. >>3            string        !SYSLINUX
  6335. >>>82            string        !FAT32    
  6336. >>>>446            ubyte        <0x81    
  6337. >>>>>446        ubyte&0x7F    0    
  6338. >>>>>>450        ubyte        >0    \b; partition 1: ID=0x%x
  6339. >>>>>>>446        ubyte        0x80    \b, active
  6340. >>>>>>>447        ubyte        x    \b, starthead %u
  6341. #>>>>>>>448        ubyte        x    \b, start C_S: 0x%x
  6342. #>>>>>>448        ubeshort&1023    x    \b, startcylinder? %d
  6343. >>>>>>>454        ulelong        x    \b, startsector %u
  6344. >>>>>>>458        ulelong        x    \b, %u sectors
  6345. #
  6346. >>>>462            ubyte        <0x81    
  6347. >>>>>462        ubyte&0x7F    0        
  6348. >>>>>>466        ubyte        >0    \b; partition 2: ID=0x%x
  6349. >>>>>>>462        ubyte        0x80    \b, active
  6350. >>>>>>>463        ubyte        x    \b, starthead %u
  6351. #>>>>>>>464        ubyte        x    \b, start C_S: 0x%x
  6352. #>>>>>>>464        ubeshort&1023    x    \b, startcylinder? %d
  6353. >>>>>>>470        ulelong        x    \b, startsector %u
  6354. >>>>>>>474        ulelong        x    \b, %u sectors
  6355. #
  6356. >>>>478            ubyte        <0x81        
  6357. >>>>>478        ubyte&0x7F    0        
  6358. >>>>>>482        ubyte        >0    \b; partition 3: ID=0x%x
  6359. >>>>>>>478        ubyte        0x80    \b, active
  6360. >>>>>>>479        ubyte        x    \b, starthead %u
  6361. #>>>>>>>480        ubyte        x    \b, start C_S: 0x%x
  6362. #>>>>>>>481        ubyte        x    \b, start C2S: 0x%x
  6363. #>>>>>>>480        ubeshort&1023    x    \b, startcylinder? %d
  6364. >>>>>>>486        ulelong        x    \b, startsector %u
  6365. >>>>>>>490        ulelong        x    \b, %u sectors
  6366. #
  6367. >>>>494            ubyte        <0x81    
  6368. >>>>>494        ubyte&0x7F    0        
  6369. >>>>>>498        ubyte        >0    \b; partition 4: ID=0x%x
  6370. >>>>>>>494        ubyte        0x80    \b, active
  6371. >>>>>>>495        ubyte        x    \b, starthead %u
  6372. #>>>>>>>496        ubyte        x    \b, start C_S: 0x%x
  6373. #>>>>>>>496        ubeshort&1023    x    \b, startcylinder? %d
  6374. >>>>>>>502        ulelong        x    \b, startsector %u
  6375. >>>>>>>506        ulelong        x    \b, %u sectors
  6376. # mbr partion table entries end
  6377. >185    string    FDBOOT\ Version\             
  6378. >>204    string    \rNo\ Systemdisk.\             
  6379. >>>220    string    Booting\ from\ harddisk.\n\r        
  6380. >>>245    string    Cannot\ load\ from\ harddisk.\n\r    
  6381. >>>>273 string    Insert\ Systemdisk\             
  6382. >>>>>291 string and\ press\ any\ key.\n\r        \b, FDBOOT harddisk Bootloader
  6383. >>>>>>200 string    >\0                             \b, version %-3s
  6384. >242    string    Bootsector\ from\ C.H.\ Hochst\204    
  6385. >>278    string    No\ Systemdisk.\             
  6386. >>>293    string    Booting\ from\ harddisk.\n\r        
  6387. >>>441    string    Cannot\ load\ from\ harddisk.\n\r    
  6388. >>>>469 string    Insert\ Systemdisk\             
  6389. >>>>>487 string and\ press\ any\ key.\n\r        \b, WinImage harddisk Bootloader
  6390. >>>>>>209 string    >\0                             \b, version %-4.4s
  6391. >(1.b+2)    ubyte        0xe            
  6392. >>(1.b+3)    ubyte        0x1f            
  6393. >>>(1.b+4)    ubyte        0xbe            
  6394. >>>>(1.b+5)    ubyte        0x77            
  6395. >>>>(1.b+6)    ubyte        0x7c            
  6396. >>>>>(1.b+7)    ubyte        0xac            
  6397. >>>>>>(1.b+8)    ubyte        0x22            
  6398. >>>>>>>(1.b+9)    ubyte        0xc0            
  6399. >>>>>>>>(1.b+10)    ubyte    0x74            
  6400. >>>>>>>>>(1.b+11)    ubyte    0xb            
  6401. >>>>>>>>>>(1.b+12)    ubyte    0x56            
  6402. >>>>>>>>>>(1.b+13)    ubyte    0xb4            \b, mkdosfs boot message display
  6403. >103    string    This\ is\ not\ a\ bootable\ disk.\     
  6404. >>132    string    Please\ insert\ a\ bootable\         
  6405. >>>157    string    floppy\ and\r\n                
  6406. >>>>169    string    press\ any\ key\ to\ try\ again...\r    \b, FREE-DOS message display
  6407. #
  6408. >66    string    Solaris\ Boot\ Sector            
  6409. >>99    string    Incomplete\ MDBoot\ load.        
  6410. >>>89    string    Version                 \b, Sun Solaris Bootloader
  6411. >>>>97    byte    x                    version %c
  6412. #
  6413. >408    string    OS/2\ !!\ SYS01475\r\0            
  6414. >>429    string    OS/2\ !!\ SYS02025\r\0            
  6415. >>>450    string    OS/2\ !!\ SYS02027\r\0            
  6416. >>>469    string    OS2BOOT\ \ \ \                 \b, IBM OS/2 Warp bootloader
  6417. #
  6418. >409    string    OS/2\ !!\ SYS01475\r\0            
  6419. >>430    string    OS/2\ !!\ SYS02025\r\0            
  6420. >>>451    string    OS/2\ !!\ SYS02027\r\0            
  6421. >>>470    string    OS2BOOT\ \ \ \                 \b, IBM OS/2 Warp Bootloader
  6422. >112        string    This\ disk\ is\ not\ bootable\r            
  6423. >>142        string    If\ you\ wish\ to\ make\ it\ bootable        
  6424. >>>176        string    run\ the\ DOS\ program\ SYS\              
  6425. >>>200        string    after\ the\r                    
  6426. >>>>216        string    system\ has\ been\ loaded\r\n            
  6427. >>>>>242    string    Please\ insert\ a\ DOS\ diskette\         
  6428. >>>>>271    string    into\r\n\ the\ drive\ and\             
  6429. >>>>>>292    string    strike\ any\ key...\0        \b, IBM OS/2 Warp message display
  6430. # XP
  6431. >430    string    NTLDR\ is\ missing\xFF\r\n        
  6432. >>449    string    Disk\ error\xFF\r\n            
  6433. >>>462    string    Press\ any\ key\ to\ restart\r        \b, Microsoft Windows XP Bootloader
  6434. # DOS names like NTLDR,CMLDR,$LDR$ are 8 right space padded bytes+3 bytes
  6435. >>>>417        ubyte&0xDF    >0            
  6436. >>>>>417    string        x            %-.5s
  6437. >>>>>>422    ubyte&0xDF    >0            
  6438. >>>>>>>422    string        x             \b%-.3s
  6439. >>>>>425    ubyte&0xDF    >0            
  6440. >>>>>>425    string        >\             \b.%-.3s
  6441. #
  6442. >>>>371        ubyte        >0x20            
  6443. >>>>>368    ubyte&0xDF    >0            
  6444. >>>>>>368    string        x             %-.5s
  6445. >>>>>>>373    ubyte&0xDF    >0            
  6446. >>>>>>>>373    string        x             \b%-.3s
  6447. >>>>>>376    ubyte&0xDF    >0            
  6448. >>>>>>>376    string        x             \b.%-.3s
  6449. #
  6450. >430    string    NTLDR\ nicht\ gefunden\xFF\r\n        
  6451. >>453    string    Datentr\204gerfehler\xFF\r\n        
  6452. >>>473    string    Neustart\ mit\ beliebiger\ Taste\r    \b, Microsoft Windows XP Bootloader (german)
  6453. >>>>417        ubyte&0xDF    >0            
  6454. >>>>>417    string        x            %-.5s
  6455. >>>>>>422    ubyte&0xDF    >0            
  6456. >>>>>>>422    string        x             \b%-.3s
  6457. >>>>>425    ubyte&0xDF    >0            
  6458. >>>>>>425    string        >\             \b.%-.3s
  6459. #
  6460. >>>>368        ubyte&0xDF    >0            
  6461. >>>>>368    string        x             %-.5s
  6462. >>>>>>373    ubyte&0xDF    >0            
  6463. >>>>>>>373    string        x             \b%-.3s
  6464. >>>>>376    ubyte&0xDF    >0            
  6465. >>>>>>376    string        x             \b.%-.3s
  6466. #
  6467. >430    string    NTLDR\ fehlt\xFF\r\n            
  6468. >>444    string    Datentr\204gerfehler\xFF\r\n        
  6469. >>>464    string    Neustart\ mit\ beliebiger\ Taste\r    \b, Microsoft Windows XP Bootloader (2.german)
  6470. >>>>417        ubyte&0xDF    >0            
  6471. >>>>>417    string        x            %-.5s
  6472. >>>>>>422    ubyte&0xDF    >0            
  6473. >>>>>>>422    string        x             \b%-.3s
  6474. >>>>>425    ubyte&0xDF    >0            
  6475. >>>>>>425    string        >\             \b.%-.3s
  6476. # variant
  6477. >>>>371        ubyte        >0x20            
  6478. >>>>>368    ubyte&0xDF    >0            
  6479. >>>>>>368    string        x             %-.5s
  6480. >>>>>>>373    ubyte&0xDF    >0            
  6481. >>>>>>>>373    string        x             \b%-.3s
  6482. >>>>>>376    ubyte&0xDF    >0            
  6483. >>>>>>>376    string        x             \b.%-.3s
  6484. #
  6485. >430    string    NTLDR\ fehlt\xFF\r\n            
  6486. >>444    string    Medienfehler\xFF\r\n            
  6487. >>>459    string    Neustart:\ Taste\ dr\201cken\r        \b, Microsoft Windows XP Bootloader (3.german)
  6488. >>>>371        ubyte        >0x20            
  6489. >>>>>368    ubyte&0xDF    >0            
  6490. >>>>>>368    string        x             %-.5s
  6491. >>>>>>>373    ubyte&0xDF    >0            
  6492. >>>>>>>>373    string        x             \b%-.3s
  6493. >>>>>>376    ubyte&0xDF    >0            
  6494. >>>>>>>376    string        x             \b.%-.3s
  6495. # variant
  6496. >>>>417        ubyte&0xDF    >0            
  6497. >>>>>417    string        x            %-.5s
  6498. >>>>>>422    ubyte&0xDF    >0            
  6499. >>>>>>>422    string        x             \b%-.3s
  6500. >>>>>425    ubyte&0xDF    >0            
  6501. >>>>>>425    string        >\             \b.%-.3s
  6502. #
  6503. >430    string    Datentr\204ger\ entfernen\xFF\r\n    
  6504. >>454    string    Medienfehler\xFF\r\n            
  6505. >>>469    string    Neustart:\ Taste\ dr\201cken\r        \b, Microsoft Windows XP Bootloader (4.german)
  6506. >>>>368        ubyte&0xDF    >0            
  6507. >>>>>368    string        x             %-.5s
  6508. >>>>>>373    ubyte&0xDF    >0            
  6509. >>>>>>>373    string        x             \b%-.3s
  6510. >>>>>376    ubyte&0xDF    >0            
  6511. >>>>>>376    string        x             \b.%-.3s
  6512. #>3    string    NTFS\ \ \ \                 
  6513. >389    string    Fehler\ beim\ Lesen\ 
  6514. >>407    string    des\ Datentr\204gers
  6515. >>>426    string    NTLDR\ fehlt                
  6516. >>>>440    string    NTLDR\ ist\ komprimiert
  6517. >>>>>464 string    Neustart\ mit\ Strg+Alt+Entf\r        \b, Microsoft Windows XP Bootloader NTFS (german)
  6518. #>3    string    NTFS\ \ \ \                 
  6519. >313    string    A\ disk\ read\ error\ occurred.\r
  6520. >>345    string    A\ kernel\ file\ is\ missing\     
  6521. >>>370    string    from\ the\ disk.\r        
  6522. >>>>484    string    NTLDR\ is\ compressed        
  6523. >>>>>429 string    Insert\ a\ system\ diskette\     
  6524. >>>>>>454 string and\ restart\r\nthe\ system.\r        \b, Microsoft Windows XP Bootloader NTFS
  6525. # DOS loader variants different languages,offsets
  6526. >472    ubyte&0xDF    >0
  6527. >>389    string    Invalid\ system\ disk\xFF\r\n        
  6528. >>>411    string    Disk\ I/O\ error            
  6529. >>>>428    string    Replace\ the\ disk,\ and\         
  6530. >>>>>455 string    press\ any\ key                \b, Microsoft Windows 98 Bootloader
  6531. #IO.SYS
  6532. >>>>>>472    ubyte&0xDF    >0            
  6533. >>>>>>>472    string        x             \b %-.2s
  6534. >>>>>>>>474    ubyte&0xDF    >0            
  6535. >>>>>>>>>474    string        x             \b%-.5s
  6536. >>>>>>>>>>479    ubyte&0xDF    >0            
  6537. >>>>>>>>>>>479 string        x             \b%-.1s
  6538. >>>>>>>480    ubyte&0xDF    >0            
  6539. >>>>>>>>480    string        x             \b.%-.3s
  6540. #MSDOS.SYS
  6541. >>>>>>>483    ubyte&0xDF    >0            \b+
  6542. >>>>>>>>483    string        x             \b%-.5s
  6543. >>>>>>>>>488    ubyte&0xDF    >0            
  6544. >>>>>>>>>>488    string        x             \b%-.3s
  6545. >>>>>>>>491    ubyte&0xDF    >0            
  6546. >>>>>>>>>491    string        x             \b.%-.3s
  6547. #
  6548. >>390    string    Invalid\ system\ disk\xFF\r\n        
  6549. >>>412    string    Disk\ I/O\ error\xFF\r\n        
  6550. >>>>429    string    Replace\ the\ disk,\ and\         
  6551. >>>>>451 string    then\ press\ any\ key\r            \b, Microsoft Windows 98 Bootloader
  6552. >>388    string    Ungueltiges\ System\ \xFF\r\n        
  6553. >>>410    string    E/A-Fehler\ \ \ \ \xFF\r\n        
  6554. >>>>427    string    Datentraeger\ wechseln\ und\         
  6555. >>>>>453 string    Taste\ druecken\r            \b, Microsoft Windows 95/98/ME Bootloader (german)
  6556. #WINBOOT.SYS only not spaces (0xDF)
  6557. >>>>>>497    ubyte&0xDF    >0            
  6558. >>>>>>>497    string        x             %-.5s
  6559. >>>>>>>>502    ubyte&0xDF    >0            
  6560. >>>>>>>>>502    string        x             \b%-.1s
  6561. >>>>>>>>>>503    ubyte&0xDF    >0            
  6562. >>>>>>>>>>>503    string        x             \b%-.1s
  6563. >>>>>>>>>>>>504    ubyte&0xDF    >0            
  6564. >>>>>>>>>>>>>504 string        x             \b%-.1s
  6565. >>>>>>505    ubyte&0xDF    >0            
  6566. >>>>>>>505    string        x             \b.%-.3s
  6567. #IO.SYS
  6568. >>>>>>472    ubyte&0xDF    >0            or
  6569. >>>>>>>472    string        x             \b %-.2s
  6570. >>>>>>>>474    ubyte&0xDF    >0            
  6571. >>>>>>>>>474    string        x             \b%-.5s
  6572. >>>>>>>>>>479    ubyte&0xDF    >0            
  6573. >>>>>>>>>>>479 string        x             \b%-.1s
  6574. >>>>>>>480    ubyte&0xDF    >0            
  6575. >>>>>>>>480    string        x             \b.%-.3s
  6576. #MSDOS.SYS
  6577. >>>>>>>483    ubyte&0xDF    >0            \b+
  6578. >>>>>>>>483    string        x             \b%-.5s
  6579. >>>>>>>>>488    ubyte&0xDF    >0            
  6580. >>>>>>>>>>488    string        x             \b%-.3s
  6581. >>>>>>>>491    ubyte&0xDF    >0            
  6582. >>>>>>>>>491    string        x             \b.%-.3s
  6583. #
  6584. >>390    string    Ungueltiges\ System\ \xFF\r\n        
  6585. >>>412    string    E/A-Fehler\ \ \ \ \xFF\r\n        
  6586. >>>>429    string    Datentraeger\ wechseln\ und\         
  6587. >>>>>455 string    Taste\ druecken\r            \b, Microsoft Windows 95/98/ME Bootloader (German)
  6588. #WINBOOT.SYS only not spaces (0xDF)
  6589. >>>>>>497    ubyte&0xDF    >0            
  6590. >>>>>>>497    string        x             %-.7s
  6591. >>>>>>>>504    ubyte&0xDF    >0            
  6592. >>>>>>>>>504    string        x             \b%-.1s
  6593. >>>>>>505    ubyte&0xDF    >0            
  6594. >>>>>>>505    string        x             \b.%-.3s
  6595. #IO.SYS
  6596. >>>>>>472    ubyte&0xDF    >0            or
  6597. >>>>>>>472    string        x             \b %-.2s
  6598. >>>>>>>>474    ubyte&0xDF    >0            
  6599. >>>>>>>>>474    string        x             \b%-.6s
  6600. >>>>>>>480    ubyte&0xDF    >0            
  6601. >>>>>>>>480    string        x             \b.%-.3s
  6602. #MSDOS.SYS
  6603. >>>>>>>483    ubyte&0xDF    >0            \b+
  6604. >>>>>>>>483    string        x             \b%-.5s
  6605. >>>>>>>>>488    ubyte&0xDF    >0            
  6606. >>>>>>>>>>488    string        x             \b%-.3s
  6607. >>>>>>>>491    ubyte&0xDF    >0            
  6608. >>>>>>>>>491    string        x             \b.%-.3s
  6609. #
  6610. >>389    string    Ungueltiges\ System\ \xFF\r\n        
  6611. >>>411    string    E/A-Fehler\ \ \ \ \xFF\r\n        
  6612. >>>>428    string    Datentraeger\ wechseln\ und\         
  6613. >>>>>454 string    Taste\ druecken\r            \b, Microsoft Windows 95/98/ME Bootloader (GERMAN)
  6614. # DOS names like IO.SYS,WINBOOT.SYS,MSDOS.SYS,WINBOOT.INI are 8 right space padded bytes+3 bytes
  6615. >>>>>>472    string        x             %-.2s
  6616. >>>>>>>474    ubyte&0xDF    >0            
  6617. >>>>>>>>474    string        x             \b%-.5s
  6618. >>>>>>>>479    ubyte&0xDF    >0            
  6619. >>>>>>>>>479    string        x             \b%-.1s
  6620. >>>>>>480    ubyte&0xDF    >0            
  6621. >>>>>>>480    string        x             \b.%-.3s
  6622. >>>>>>483    ubyte&0xDF    >0            \b+
  6623. >>>>>>>483    string        x             \b%-.5s
  6624. >>>>>>>488    ubyte&0xDF    >0            
  6625. >>>>>>>>488    string        x             \b%-.2s
  6626. >>>>>>>>490    ubyte&0xDF    >0            
  6627. >>>>>>>>>490    string        x             \b%-.1s
  6628. >>>>>>>491    ubyte&0xDF    >0            
  6629. >>>>>>>>491    string        x             \b.%-.3s
  6630. >479    ubyte&0xDF    >0
  6631. >>416    string    Kein\ System\ oder\             
  6632. >>>433    string    Laufwerksfehler                
  6633. >>>>450    string    Wechseln\ und\ Taste\ dr\201cken    \b, Microsoft DOS Bootloader (german)
  6634. #IO.SYS
  6635. >>>>>479    string        x             \b %-.2s
  6636. >>>>>>481    ubyte&0xDF    >0            
  6637. >>>>>>>481    string        x             \b%-.6s
  6638. >>>>>487    ubyte&0xDF    >0            
  6639. >>>>>>487    string        x             \b.%-.3s
  6640. #MSDOS.SYS
  6641. >>>>>>490    ubyte&0xDF    >0            \b+
  6642. >>>>>>>490    string        x             \b%-.5s
  6643. >>>>>>>>495    ubyte&0xDF    >0            
  6644. >>>>>>>>>495    string        x             \b%-.3s
  6645. >>>>>>>498    ubyte&0xDF    >0            
  6646. >>>>>>>>498    string        x             \b.%-.3s
  6647. #
  6648. >486    ubyte&0xDF    >0
  6649. >>416    string    Non-System\ disk\ or\             
  6650. >>>435    string    disk\ error\r                
  6651. >>>>447    string    Replace\ and\ press\ any\ key\         
  6652. >>>>>473 string    when\ ready\r                \b, Microsoft DOS Bootloader
  6653. >480    ubyte&0xDF    >0            
  6654. >>393    string    Non-System\ disk\ or\             
  6655. >>>412    string    disk\ error\r                
  6656. >>>>424    string    Replace\ and\ press\ any\ key\         
  6657. >>>>>450 string    when\ ready\r                \b, Microsoft DOS bootloader
  6658. #IO.SYS
  6659. >>>>>480    string        x             \b %-.2s
  6660. >>>>>>482    ubyte&0xDF    >0            
  6661. >>>>>>>48    string        x             \b%-.6s
  6662. >>>>>488    ubyte&0xDF    >0            
  6663. >>>>>>488    string        x             \b.%-.3s
  6664. #MSDOS.SYS
  6665. >>>>>>491    ubyte&0xDF    >0            \b+
  6666. >>>>>>>491    string        x             \b%-.5s
  6667. >>>>>>>>496    ubyte&0xDF    >0            
  6668. >>>>>>>>>496    string        x             \b%-.3s
  6669. >>>>>>>499    ubyte&0xDF    >0            
  6670. >>>>>>>>499    string        x             \b.%-.3s
  6671. #>43    string    \224R-LOADER\ \ SYS            =label                    
  6672. >54    string    SYS
  6673. >>324    string    VASKK
  6674. >>>495    string    NEWLDR\0                \b, DR-DOS Bootloader (LOADER.SYS)
  6675. #
  6676. >70    string    IBMBIO\ \ COM                
  6677. >>472    string    Cannot\ load\ DOS!\             
  6678. >>>489    string    Any\ key\ to\ retry            \b, DR-DOS Bootloader
  6679. >>471    string    Cannot\ load\ DOS\             
  6680. >>487    string    press\ key\ to\ retry            \b, Open-DOS Bootloader
  6681. >444    string    KERNEL\ \ SYS                    
  6682. >>314    string    BOOT\ error!                \b, FREE-DOS Bootloader
  6683. >499    string    KERNEL\ \ SYS                
  6684. >>305    string    BOOT\ err!\0                \b, Free-DOS Bootloader
  6685. >449    string    KERNEL\ \ SYS                
  6686. >>319    string    BOOT\ error!                \b, FREE-DOS 0.5 Bootloader
  6687. >125    string    Loading\ FreeDOS...\r            
  6688. >>311    string    BOOT\ error!\r                \b, FREE-DOS bootloader
  6689. >>>441        ubyte&0xDF    >0            
  6690. >>>>441        string        x             \b %-.6s
  6691. >>>>>447    ubyte&0xDF    >0            
  6692. >>>>>>447    string        x             \b%-.1s
  6693. >>>>>>>448    ubyte&0xDF    >0            
  6694. >>>>>>>>448    string        x             \b%-.1s
  6695. >>>>449        ubyte&0xDF    >0            
  6696. >>>>>449    string        x             \b.%-.3s
  6697. >124    string    FreeDOS\0                
  6698. >>331    string    \ err\0                    \b, FREE-DOS BETa 0.9 Bootloader
  6699. # DOS names like KERNEL.SYS,KERNEL16.SYS,KERNEL32.SYS,METAKERN.SYS are 8 right space padded bytes+3 bytes
  6700. >>>497        ubyte&0xDF    >0            
  6701. >>>>497        string        x             \b %-.6s
  6702. >>>>>503    ubyte&0xDF    >0            
  6703. >>>>>>503    string        x             \b%-.1s
  6704. >>>>>>>504    ubyte&0xDF    >0            
  6705. >>>>>>>>504    string        x             \b%-.1s
  6706. >>>>505        ubyte&0xDF    >0            
  6707. >>>>>505    string        x             \b.%-.3s
  6708. >>333    string    \ err\0                    \b, FREE-DOS BEta 0.9 Bootloader
  6709. >>>497        ubyte&0xDF    >0            
  6710. >>>>497        string        x             \b %-.6s
  6711. >>>>>503    ubyte&0xDF    >0            
  6712. >>>>>>503    string        x             \b%-.1s
  6713. >>>>>>>504    ubyte&0xDF    >0            
  6714. >>>>>>>>504    string        x             \b%-.1s
  6715. >>>>505        ubyte&0xDF    >0            
  6716. >>>>>505    string        x             \b.%-.3s
  6717. >>334    string    \ err\0                    \b, FREE-DOS Beta 0.9 Bootloader
  6718. >>>497        ubyte&0xDF    >0            
  6719. >>>>497        string        x             \b %-.6s
  6720. >>>>>503    ubyte&0xDF    >0            
  6721. >>>>>>503    string        x             \b%-.1s
  6722. >>>>>>>504    ubyte&0xDF    >0            
  6723. >>>>>>>>504    string        x             \b%-.1s
  6724. >>>>505        ubyte&0xDF    >0            
  6725. >>>>>505    string        x             \b.%-.3s
  6726. >336    string    Error!\                 
  6727. >>343    string    Hit\ a\ key\ to\ reboot.        \b, FREE-DOS Beta 0.9sr1 Bootloader
  6728. >>>497        ubyte&0xDF    >0            
  6729. >>>>497        string        x             \b %-.6s
  6730. >>>>>503    ubyte&0xDF    >0            
  6731. >>>>>>503    string        x             \b%-.1s
  6732. >>>>>>>504    ubyte&0xDF    >0            
  6733. >>>>>>>>504    string        x             \b%-.1s
  6734. >>>>505        ubyte&0xDF    >0            
  6735. >>>>>505    string        x             \b.%-.3s
  6736. # loader end
  6737. # Joerg Jenderek
  6738. >446    ubyte    0            
  6739. >>450    ubyte    >0            
  6740. >>>482    ubyte    0            
  6741. >>>>498    ubyte    0            
  6742. >>>>466    ubyte    0x05            \b, extended partition table
  6743. >>>>466    ubyte    0x0F            \b, extended partition table (LBA)
  6744. >>>>466    ubyte    0x0            \b, extended partition table (last)    
  6745. # JuMP short     bootcodeoffset NOP assembler instructions will usually be EB xx 90
  6746. # older drives may use E9 xx xx
  6747. >0        lelong&0x009000EB    0x009000EB 
  6748. >0        lelong&0x000000E9    0x000000E9 
  6749. >>1        ubyte            >37    \b, code offset 0x%x
  6750. # mtools-3.9.8/msdos.h
  6751. # usual values are marked with comments to get only informations of strange FAT systems
  6752. # valid sectorsize are from 32 to 2048
  6753. >>>11        uleshort    <2049    
  6754. >>>>11        uleshort    >31    
  6755. >>>>>3        string        >\0        \b, OEM-ID "%8.8s"
  6756. >>>>>11        uleshort    >512        \b, Bytes/sector %u
  6757. #>>>>>11    uleshort    =512        \b, Bytes/sector %u=512 (usual)
  6758. >>>>>11        uleshort    <512        \b, Bytes/sector %u
  6759. >>>>>13        ubyte        >1        \b, sectors/cluster %u
  6760. #>>>>>13    ubyte        =1        \b, sectors/cluster %u (usual on Floppies)
  6761. >>>>>14        uleshort    >32        \b, reserved sectors %u
  6762. #>>>>>14    uleshort    =32        \b, reserved sectors %u (usual Fat32)
  6763. #>>>>>14    uleshort    >1        \b, reserved sectors %u
  6764. #>>>>>14    uleshort    =1        \b, reserved sectors %u (usual FAT12,FAT16)
  6765. >>>>>14        uleshort    <1        \b, reserved sectors %u
  6766. >>>>>16        ubyte        >2        \b, FATs %u
  6767. #>>>>>16    ubyte        =2        \b, FATs %u (usual)
  6768. >>>>>16        ubyte        =1        \b, FAT  %u
  6769. >>>>>16        ubyte        >0
  6770. >>>>>17        uleshort    >0        \b, root entries %u
  6771. #>>>>>17    uleshort    =0        \b, root entries %u=0 (usual Fat32)
  6772. >>>>>19        uleshort    >0        \b, sectors %u (volumes <=32 MB) 
  6773. #>>>>>19    uleshort    =0        \b, sectors %u=0 (usual Fat32)
  6774. >>>>>21        ubyte        >0xF0        \b, Media descriptor 0x%x
  6775. #>>>>>21    ubyte        =0xF0        \b, Media descriptor 0x%x (usual floppy)
  6776. >>>>>21        ubyte        <0xF0        \b, Media descriptor 0x%x
  6777. >>>>>22        uleshort    >0        \b, sectors/FAT %u
  6778. #>>>>>22    uleshort    =0        \b, sectors/FAT %u=0 (usual Fat32)
  6779. >>>>>26        ubyte        >2        \b, heads %u
  6780. #>>>>>26    ubyte        =2        \b, heads %u (usual floppy)
  6781. >>>>>26        ubyte        =1        \b, heads %u
  6782. >>>>>28        ulelong        >0        \b, hidden sectors %u
  6783. #>>>>>28    ulelong        =0        \b, hidden sectors %u (usual floppy)
  6784. >>>>>32        ulelong        >0        \b, sectors %u (volumes > 32 MB) 
  6785. #>>>>>32    ulelong        =0        \b, sectors %u (volumes > 32 MB) 
  6786. # FAT<32 specific 
  6787. # NOT le FAT3=NOT 3TAF=0xCCABBEB9
  6788. >>>>>82        ulelong&0xCCABBEB9    >0
  6789. >>>>>>36    ubyte        >0x80        \b, physical drive 0x%x
  6790. #>>>>>>36    ubyte        =0x80        \b, physical drive 0x%x=0x80 (usual harddisk)
  6791. >>>>>>36    ubyte&0x7F    >0        \b, physical drive 0x%x
  6792. #>>>>>>36    ubyte        =0        \b, physical drive 0x%x=0 (usual floppy)
  6793. >>>>>>37    ubyte        >0        \b, reserved 0x%x
  6794. #>>>>>>37    ubyte        =0        \b, reserved 0x%x
  6795. >>>>>>38    ubyte        >0x29        \b, dos < 4.0 BootSector (0x%x)
  6796. >>>>>>38    ubyte        <0x29        \b, dos < 4.0 BootSector (0x%x)
  6797. >>>>>>38    ubyte        =0x29
  6798. >>>>>>>39    ulelong        x        \b, serial number 0x%x
  6799. >>>>>>>43    string        <NO\ NAME    \b, label: "%11.11s"
  6800. >>>>>>>43    string        >NO\ NAME    \b, label: "%11.11s"
  6801. >>>>>>>43    string        =NO\ NAME    \b, unlabeled
  6802. >>>>>>54    string        FAT        \b, FAT
  6803. >>>>>>>54    string        FAT12        \b (12 bit)
  6804. >>>>>>>54    string        FAT16        \b (16 bit)
  6805. # FAT32 specific
  6806. >>>>>82        string        FAT32        \b, FAT (32 bit)
  6807. >>>>>>36    ulelong        x        \b, sectors/FAT %u
  6808. >>>>>>40    uleshort    >0        \b, extension flags %u
  6809. #>>>>>>40    uleshort    =0        \b, extension flags %u
  6810. >>>>>>42    uleshort    >0        \b, fsVersion %u
  6811. #>>>>>>42    uleshort    =0        \b, fsVersion %u (usual)
  6812. >>>>>>44    ulelong        >2        \b, rootdir cluster %u
  6813. #>>>>>>44    ulelong        =2        \b, rootdir cluster %u
  6814. #>>>>>>44    ulelong        =1        \b, rootdir cluster %u
  6815. >>>>>>48    uleshort    >1        \b, infoSector %u
  6816. #>>>>>>48    uleshort    =1        \b, infoSector %u (usual)
  6817. >>>>>>48    uleshort    <1        \b, infoSector %u
  6818. >>>>>>50    uleshort    >6        \b, Backup boot sector %u
  6819. #>>>>>>50    uleshort    =6        \b, Backup boot sector %u (usual) 
  6820. >>>>>>50    uleshort    <6        \b, Backup boot sector %u
  6821. >>>>>>54    ulelong        >0        \b, reserved1 0x%x
  6822. >>>>>>58    ulelong        >0        \b, reserved2 0x%x
  6823. >>>>>>62    ulelong        >0        \b, reserved3 0x%x
  6824. # same structure as FAT1X 
  6825. >>>>>>64    ubyte        >0x80        \b, physical drive 0x%x
  6826. #>>>>>>64    ubyte        =0x80        \b, physical drive 0x%x=80 (usual harddisk)
  6827. >>>>>>64    ubyte&0x7F    >0        \b, physical drive 0x%x
  6828. #>>>>>>64    ubyte        =0        \b, physical drive 0x%x=0 (usual floppy)
  6829. >>>>>>65    ubyte        >0        \b, reserved 0x%x
  6830. >>>>>>66    ubyte        >0x29        \b, dos < 4.0 BootSector (0x%x)
  6831. >>>>>>66    ubyte        <0x29        \b, dos < 4.0 BootSector (0x%x)
  6832. >>>>>>66    ubyte        =0x29
  6833. >>>>>>>67    ulelong        x        \b, serial number 0x%x
  6834. >>>>>>>71    string        <NO\ NAME    \b, label: "%11.11s"
  6835. >>>>>>71    string        >NO\ NAME    \b, label: "%11.11s"
  6836. >>>>>>71    string        =NO\ NAME    \b, unlabeled
  6837. ### FATs end
  6838. >0x200    lelong    0x82564557        \b, BSD disklabel
  6839. # FATX 
  6840. 0        string        FATX        FATX filesystem data
  6841.  
  6842.  
  6843. # Minix filesystems - Juan Cespedes <cespedes@debian.org>
  6844. 0x410    leshort        0x137f        Minix filesystem
  6845. 0x410    beshort        0x137f        Minix filesystem (big endian),
  6846. >0x402    beshort        !0        \b, %d zones
  6847. >0x1e    string        minix        \b, bootable
  6848. 0x410    leshort        0x138f        Minix filesystem, 30 char names
  6849. 0x410    leshort        0x2468        Minix filesystem, version 2
  6850. 0x410    leshort        0x2478        Minix filesystem, version 2, 30 char names
  6851.  
  6852. # romfs filesystems - Juan Cespedes <cespedes@debian.org>
  6853. 0    string        -rom1fs-\0    romfs filesystem, version 1
  6854. >8    belong    x            %d bytes,
  6855. >16    string    x            named %s.
  6856.  
  6857. # netboot image - Juan Cespedes <cespedes@debian.org>
  6858. 0    lelong        0x1b031336L    Netboot image,
  6859. >4    lelong&0xFFFFFF00    0
  6860. >>4    lelong&0x100    0x000        mode 2
  6861. >>4    lelong&0x100    0x100        mode 3
  6862. >4    lelong&0xFFFFFF00    !0    unknown mode
  6863.  
  6864. 0x18b    string    OS/2    OS/2 Boot Manager
  6865.  
  6866. 9564    lelong        0x00011954    Unix Fast File system (little-endian),
  6867. >8404    string        x        last mounted on %s,
  6868. #>9504    ledate        x        last checked at %s,
  6869. >8224    ledate        x        last written at %s,
  6870. >8401    byte        x        clean flag %d,
  6871. >8228    lelong        x        number of blocks %d,
  6872. >8232    lelong        x        number of data blocks %d,
  6873. >8236    lelong        x        number of cylinder groups %d,
  6874. >8240    lelong        x        block size %d,
  6875. >8244    lelong        x        fragment size %d,
  6876. >8252    lelong        x        minimum percentage of free blocks %d,
  6877. >8256    lelong        x        rotational delay %dms,
  6878. >8260    lelong        x        disk rotational speed %drps,
  6879. >8320    lelong        0        TIME optimization
  6880. >8320    lelong        1        SPACE optimization
  6881.  
  6882. 9564    belong        0x00011954    Unix Fast File system (big-endian),
  6883. >7168   long        0x4c41424c    Apple UFS Volume
  6884. >>7186  string        x        named %s,
  6885. >>7176  belong        x        volume label version %d,
  6886. >>7180  bedate        x        created on %s,
  6887. >8404    string        x        last mounted on %s,
  6888. #>9504    bedate        x        last checked at %s,
  6889. >8224    bedate        x        last written at %s,
  6890. >8401    byte        x        clean flag %d,
  6891. >8228    belong        x        number of blocks %d,
  6892. >8232    belong        x        number of data blocks %d,
  6893. >8236    belong        x        number of cylinder groups %d,
  6894. >8240    belong        x        block size %d,
  6895. >8244    belong        x        fragment size %d,
  6896. >8252    belong        x        minimum percentage of free blocks %d,
  6897. >8256    belong        x        rotational delay %dms,
  6898. >8260    belong        x        disk rotational speed %drps,
  6899. >8320    belong        0        TIME optimization
  6900. >8320    belong        1        SPACE optimization
  6901.  
  6902. # ext2/ext3 filesystems - Andreas Dilger <adilger@turbolabs.com>
  6903. 0x438    leshort        0xEF53        Linux
  6904. >0x44c    lelong        x        rev %d
  6905. >0x43e    leshort        x        \b.%d
  6906. >0x45c    lelong        ^0x0000004    ext2 filesystem data
  6907. >>0x43a    leshort        ^0x0000001    (mounted or unclean)
  6908. >0x45c    lelong        &0x0000004    ext3 filesystem data
  6909. >>0x460    lelong        &0x0000004    (needs journal recovery)
  6910. >0x43a    leshort        &0x0000002    (errors)
  6911. >0x460    lelong        &0x0000001    (compressed)
  6912. #>0x460    lelong        &0x0000002    (filetype)
  6913. #>0x464    lelong        &0x0000001    (sparse_super)
  6914. >0x464    lelong        &0x0000002    (large files)
  6915.  
  6916. # SGI disk labels - Nathan Scott <nathans@debian.org>
  6917. 0    belong        0x0BE5A941    SGI disk label (volume header)
  6918.  
  6919. # SGI XFS filesystem - Nathan Scott <nathans@debian.org>
  6920. 0    belong        0x58465342    SGI XFS filesystem data
  6921. >0x4    belong        x        (blksz %d,
  6922. >0x68    beshort        x        inosz %d,
  6923. >0x64    beshort        ^0x2004        v1 dirs)
  6924. >0x64    beshort        &0x2004        v2 dirs)
  6925.  
  6926. ############################################################################
  6927. # Minix-ST kernel floppy
  6928. 0x800    belong        0x46fc2700    Atari-ST Minix kernel image
  6929. >19    string        \240\5\371\5\0\011\0\2\0    \b, 720k floppy
  6930. >19    string        \320\2\370\5\0\011\0\1\0    \b, 360k floppy
  6931.  
  6932. ############################################################################
  6933. # Hmmm, is this a better way of detecting _standard_ floppy images ?
  6934. 19    string        \320\2\360\3\0\011\0\1\0    DOS floppy 360k
  6935. >0x1FE    leshort        0xAA55        \b, x86 hard disk boot sector
  6936. 19    string        \240\5\371\3\0\011\0\2\0    DOS floppy 720k
  6937. >0x1FE    leshort        0xAA55        \b, x86 hard disk boot sector
  6938. 19    string        \100\013\360\011\0\022\0\2\0    DOS floppy 1440k
  6939. >0x1FE    leshort        0xAA55        \b, x86 hard disk boot sector
  6940.  
  6941. 19    string        \240\5\371\5\0\011\0\2\0    DOS floppy 720k, IBM
  6942. >0x1FE    leshort        0xAA55        \b, x86 hard disk boot sector
  6943. 19    string        \100\013\371\5\0\011\0\2\0    DOS floppy 1440k, mkdosfs
  6944. >0x1FE    leshort        0xAA55        \b, x86 hard disk boot sector
  6945.  
  6946. 19    string        \320\2\370\5\0\011\0\1\0    Atari-ST floppy 360k
  6947. 19    string        \240\5\371\5\0\011\0\2\0    Atari-ST floppy 720k
  6948.  
  6949. #  Valid media descriptor bytes for MS-DOS:
  6950. #
  6951. #     Byte   Capacity   Media Size and Type
  6952. #     -------------------------------------------------
  6953. #
  6954. #     F0     2.88 MB    3.5-inch, 2-sided, 36-sector
  6955. #     F0     1.44 MB    3.5-inch, 2-sided, 18-sector
  6956. #     F9     720K       3.5-inch, 2-sided, 9-sector
  6957. #     F9     1.2 MB     5.25-inch, 2-sided, 15-sector
  6958. #     FD     360K       5.25-inch, 2-sided, 9-sector
  6959. #     FF     320K       5.25-inch, 2-sided, 8-sector
  6960. #     FC     180K       5.25-inch, 1-sided, 9-sector
  6961. #     FE     160K       5.25-inch, 1-sided, 8-sector
  6962. #     FE     250K       8-inch, 1-sided, single-density
  6963. #     FD     500K       8-inch, 2-sided, single-density
  6964. #     FE     1.2 MB     8-inch, 2-sided, double-density
  6965. #     F8     -----      Fixed disk 
  6966. #
  6967. #     FC     xxxK       Apricot 70x1x9 boot disk.
  6968. #
  6969. # Originally a bitmap:
  6970. #  xxxxxxx0    Not two sided
  6971. #  xxxxxxx1    Double sided
  6972. #  xxxxxx0x    Not 8 SPT
  6973. #  xxxxxx1x    8 SPT
  6974. #  xxxxx0xx    Not Removable drive
  6975. #  xxxxx1xx    Removable drive
  6976. #  11111xxx    Must be one.
  6977. #
  6978. # But now it's rather random:
  6979. #  111111xx    Low density disk
  6980. #        00    SS, Not 8 SPT
  6981. #        01    DS, Not 8 SPT
  6982. #        10    SS, 8 SPT
  6983. #        11    DS, 8 SPT
  6984. #
  6985. #  11111001    Double density 3╜ floppy disk, high density 5╝
  6986. #  11110000    High density 3╜ floppy disk
  6987. #  11111000    Hard disk any format
  6988. #
  6989.  
  6990. # CDROM Filesystems
  6991. 32769    string    CD001     ISO 9660 CD-ROM filesystem data
  6992. # "application id" which appears to be used as a volume label
  6993. >32808     string    >\0       '%s'
  6994. >34816     string    \000CD001\001EL\ TORITO\ SPECIFICATION    (bootable)
  6995. 37633    string    CD001     ISO 9660 CD-ROM filesystem data (raw 2352 byte sectors)
  6996. 32776    string    CDROM     High Sierra CD-ROM filesystem data
  6997.  
  6998. # cramfs filesystem - russell@coker.com.au
  6999. 0       lelong    0x28cd3d45      Linux Compressed ROM File System data, little endian
  7000. >4      lelong  x size %d
  7001. >8      lelong  &1 version #2
  7002. >8      lelong  &2 sorted_dirs
  7003. >8      lelong  &4 hole_support
  7004. >32     lelong  x CRC 0x%x,
  7005. >36     lelong  x edition %d,
  7006. >40     lelong  x %d blocks,
  7007. >44     lelong  x %d files
  7008.  
  7009. 0       belong    0x28cd3d45      Linux Compressed ROM File System data, big endian
  7010. >4      belong  x size %d
  7011. >8      belong  &1 version #2
  7012. >8      belong  &2 sorted_dirs
  7013. >8      belong  &4 hole_support
  7014. >32     belong  x CRC 0x%x,
  7015. >36     belong  x edition %d,
  7016. >40     belong  x %d blocks,
  7017. >44     belong  x %d files
  7018.  
  7019. # reiserfs - russell@coker.com.au
  7020. 0x10034        string    ReIsErFs    ReiserFS V3.5
  7021. 0x10034        string    ReIsEr2Fs    ReiserFS V3.6
  7022. >0x1002c     leshort    x        block size %d
  7023. >0x10032    leshort    &2        (mounted or unclean)
  7024. >0x10000    lelong    x        num blocks %d
  7025. >0x10040    lelong    1        tea hash
  7026. >0x10040    lelong    2        yura hash
  7027. >0x10040    lelong    3        r5 hash
  7028.  
  7029. # JFFS - russell@coker.com.au
  7030. 0    lelong    0x34383931    Linux Journalled Flash File system, little endian
  7031. 0    belong    0x34383931    Linux Journalled Flash File system, big endian
  7032.  
  7033. # EST flat binary format (which isn't, but anyway)
  7034. # From: Mark Brown <broonie@sirena.org.uk>
  7035. 0    string    ESTFBINR    EST flat binary
  7036.  
  7037. # Aculab VoIP firmware
  7038. # From: Mark Brown <broonie@sirena.org.uk>
  7039. 0    string    VoIP\ Startup\ and    Aculab VoIP firmware
  7040. >35    string    x    format %s
  7041.  
  7042. # PPCBoot image file
  7043. # From: Mark Brown <broonie@sirena.org.uk>
  7044. 0    belong    0x27051956    PPCBoot image
  7045. >4    string  PPCBoot
  7046. >>12    string  x        version %s
  7047.  
  7048. # JFFS2 file system
  7049. 0       leshort         0x1984                  Linux old jffs2 filesystem data little endian
  7050. 0       lelong          0xe0011985              Linux jffs2 filesystem data little endian
  7051.  
  7052. # Squashfs
  7053. 0    string    sqsh    Squashfs filesystem, big endian,
  7054. >28    beshort    x    version %d.
  7055. >30    beshort x    \b%d,
  7056. >8    belong    x    %d bytes,
  7057. >4    belong    x    %d inodes,
  7058. >28    beshort <2
  7059. >>32    beshort    x    blocksize: %d bytes,
  7060. >28    beshort >1
  7061. >>51    belong    x    blocksize: %d bytes,
  7062. >39    bedate    x    created: %s
  7063. 0    string    hsqs    Squashfs filesystem, little endian,
  7064. >28    leshort    x    version %d.
  7065. >30    leshort    x    \b%d,
  7066. >8    lelong    x    %d bytes,
  7067. >4    lelong    x    %d inodes,
  7068. >28    leshort <2
  7069. >>32    leshort    x    blocksize: %d bytes,
  7070. >28    leshort >1
  7071. >>51    lelong    x    blocksize: %d bytes,
  7072. >39    ledate    x    created: %s
  7073.  
  7074. # AFS Dump Magic
  7075. # From: Ty Sarna <tsarna@sarna.org> 
  7076. 0       string                  \x01\xb3\xa1\x13\x22    AFS Dump
  7077. >&0     belong                  x                       (v%d)
  7078. >>&0    byte                    0x76
  7079. >>>&0   belong                  x                       Vol %d,
  7080. >>>>&0  byte                    0x6e
  7081. >>>>>&0 string                  x                       %s
  7082. >>>>>>&1        byte            0x74
  7083. >>>>>>>&0       beshort         2
  7084. >>>>>>>>&4      bedate          x                       on: %s
  7085. >>>>>>>>&0      bedate          =0                      full dump
  7086. >>>>>>>>&0      bedate          !0                      incremental since: %s
  7087.  
  7088. #------------------------------------------------------------------------------
  7089. # karma:  file(1) magic for Karma data files
  7090. #
  7091. # From <rgooch@atnf.csiro.au>
  7092.  
  7093. 0    string        KarmaRHD Version    Karma Data Structure Version
  7094. >16    belong        x        %lu
  7095. #------------------------------------------------------------------------------
  7096. # DEC SRC Virtual Paper: Lectern files
  7097. # Karl M. Hegbloom <karlheg@inetarena.com>
  7098. 0    string    lect    DEC SRC Virtual Paper Lectern file
  7099.  
  7100. #------------------------------------------------------------------------------
  7101. # lex:  file(1) magic for lex
  7102. #
  7103. #    derived empirically, your offsets may vary!
  7104. 53    string        yyprevious    C program text (from lex)
  7105. >3    string        >\0         for %s
  7106. # C program text from GNU flex, from Daniel Quinlan <quinlan@yggdrasil.com>
  7107. 21    string        generated\ by\ flex    C program text (from flex)
  7108. # lex description file, from Daniel Quinlan <quinlan@yggdrasil.com>
  7109. 0    string        %{        lex description text
  7110.  
  7111. #------------------------------------------------------------------------------
  7112. # lif:  file(1) magic for lif
  7113. #
  7114. # (Daniel Quinlan <quinlan@yggdrasil.com>)
  7115. #
  7116. 0    beshort        0x8000        lif file
  7117.  
  7118. #------------------------------------------------------------------------------
  7119. # lisp:  file(1) magic for lisp programs
  7120. #
  7121. # various lisp types, from Daniel Quinlan (quinlan@yggdrasil.com)
  7122.  
  7123. # updated by Joerg Jenderek
  7124. 0    string    ;;            
  7125. # windows INF files often begin with semicolon and use CRLF as line end
  7126. # lisp files are mainly created on unix system with LF as line end
  7127. >2    search/2048    !\r        Lisp/Scheme program text
  7128. >2    search/2048    \r        Windows INF file
  7129. 0    string    (            
  7130. >1    string    if\             Lisp/Scheme program text
  7131. >1    string    setq\             Lisp/Scheme program text
  7132. >1    string    defvar\         Lisp/Scheme program text
  7133. >1    string    autoload\         Lisp/Scheme program text
  7134. >1    string    custom-set-variables    Lisp/Scheme program text
  7135.  
  7136. # Emacs 18 - this is always correct, but not very magical.
  7137. 0    string    \012(            Emacs v18 byte-compiled Lisp data
  7138. # Emacs 19+ - ver. recognition added by Ian Springer
  7139. # Also applies to XEmacs 19+ .elc files; could tell them apart if we had regexp
  7140. # support or similar - Chris Chittleborough <cchittleborough@yahoo.com.au>
  7141. 0    string    ;ELC            
  7142. >4    byte    >19            
  7143. >4    byte    <32            Emacs/XEmacs v%d byte-compiled Lisp data
  7144.  
  7145. # Files produced by CLISP Common Lisp From: Bruno Haible <haible@ilog.fr>
  7146. 0    string    (SYSTEM::VERSION\040'    CLISP byte-compiled Lisp program text
  7147. 0    long    0x70768BD2        CLISP memory image data
  7148. 0    long    0xD28B7670        CLISP memory image data, other endian
  7149.  
  7150. # Files produced by GNU gettext
  7151. 0    long    0xDE120495        GNU-format message catalog data
  7152. 0    long    0x950412DE        GNU-format message catalog data
  7153.  
  7154. #.com and .bin for MIT scheme 
  7155. 0    string    \372\372\372\372    MIT scheme (library?)
  7156.  
  7157. # From: David Allouche <david@allouche.net>
  7158. 0    string    \<TeXmacs|    TeXmacs document text
  7159. #------------------------------------------------------------------------------
  7160. # mach file description
  7161. #
  7162. # Since Java bytecode and Mach-O fat-files have the same magic number the test
  7163. # must be preformed in the same "magic" sequence to get both right.  The long
  7164. # at offset 4 in a fat file tells the number of architectures.  The short at
  7165. # offset 4 in a Java bytecode file is the compiler minor version and the
  7166. # short at offset 6 is the compiler major version.  Since there are only 
  7167. # only 18 labeled Mach-O architectures at current, and the first released 
  7168. # Java class format was version 43.0, we can safely choose any number
  7169. # between 18 and 39 to test the number of architectures against
  7170. # (and use as a hack).
  7171. #
  7172. 0    belong        0xcafebabe
  7173. >4    belong        >19        compiled Java class data,
  7174. >>6     beshort        x            version %d.
  7175. >>4     beshort        x           \b%d
  7176. >4    belong        1        Mach-O fat file with 1 architecture
  7177. >4    belong        >1
  7178. # The following is necessary to support java class files.
  7179. >>4    belong        <20        Mach-O fat file with %ld architectures
  7180. #>>4    belong        <0xffff        Mach-O fat file with %ld architectures
  7181. #
  7182. 0    lelong&0xfeffffff    0xfeedface    Mach-O
  7183. >0    byte        0xcf        64-bit
  7184. >12    lelong        1        object
  7185. >12    lelong        2        executable
  7186. >12    lelong        3        fixed virtual memory shared library
  7187. >12    lelong        4        core
  7188. >12    lelong        5        preload executable
  7189. >12    lelong        6        dynamically linked shared library
  7190. >12    lelong        7        dynamic linker
  7191. >12    lelong        8        bundle
  7192. >12    lelong        9        dynamically linked shared library stub
  7193. >12    lelong        >9
  7194. >>12    lelong        x        filetype=%ld
  7195. >4    lelong        <0
  7196. >>4    lelong        x        architecture=%ld
  7197. >4    lelong        1        vax
  7198. >4    lelong        2        romp
  7199. >4    lelong        3        architecture=3
  7200. >4    lelong        4        ns32032
  7201. >4    lelong        5        ns32332
  7202. >4    lelong        6        m68k
  7203. >4    lelong        7        i386
  7204. >4    lelong        8        mips
  7205. >4    lelong        9        ns32532
  7206. >4    lelong        10        architecture=10
  7207. >4    lelong        11        hppa
  7208. >4    lelong        12        acorn
  7209. >4    lelong        13        m88k
  7210. >4    lelong        14        sparc
  7211. >4    lelong        15        i860-big
  7212. >4    lelong        16        i860
  7213. >4    lelong        17        rs6000
  7214. >4    lelong        18        ppc
  7215. >4    lelong        16777234    ppc64
  7216. >4    lelong        >16777234
  7217. >>4    lelong        x        architecture=%ld
  7218. #
  7219. 0    belong&0xfffffffe    0xfeedface    Mach-O
  7220. >3    byte        0xcf        64-bit
  7221. >12    belong        1        object
  7222. >12    belong        2        executable
  7223. >12    belong        3        fixed virtual memory shared library
  7224. >12    belong        4        core
  7225. >12    belong        5        preload executable
  7226. >12    belong        6               dynamically linked shared library
  7227. >12    belong        7               dynamic linker
  7228. >12    belong        8        bundle
  7229. >12    belong        9        dynamically linked shared library stub
  7230. >12    belong        >9
  7231. >>12    belong        x        filetype=%ld
  7232. >4    belong        <0
  7233. >>4    belong        x        architecture=%ld
  7234. >4    belong        1        vax
  7235. >4    belong        2        romp
  7236. >4    belong        3        architecture=3
  7237. >4    belong        4        ns32032
  7238. >4    belong        5        ns32332
  7239. >4    belong        6        for m68k architecture
  7240. # from NeXTstep 3.0 <mach/machine.h>
  7241. # i.e. mc680x0_all, ignore
  7242. # >>8    belong        1        (mc68030)
  7243. >>8    belong        2        (mc68040)
  7244. >>8    belong        3        (mc68030 only)
  7245. >4    belong        7        i386
  7246. >4    belong        8        mips
  7247. >4    belong        9        ns32532
  7248. >4    belong        10        architecture=10
  7249. >4    belong        11        hppa
  7250. >4    belong        12        acorn
  7251. >4    belong        13        m88k
  7252. >4    belong        14        SPARC
  7253. >4    belong        15        i860-big
  7254. >4    belong        16        i860
  7255. >4    belong        17        rs6000
  7256. >4    belong        18        ppc
  7257. >4    belong        16777234    ppc64
  7258. >4    belong        >16777234
  7259. >>4    belong        x        architecture=%ld
  7260.  
  7261. #------------------------------------------------------------------------------
  7262. # magic:  file(1) magic for magic files
  7263. #
  7264. 0    string        #\ Magic    magic text file for file(1) cmd
  7265. 0    lelong        0xF11E041C    magic binary file for file(1) cmd
  7266. >4    lelong        x        (version %d) (little endian)
  7267. 0    belong        0xF11E041C    magic binary file for file(1) cmd
  7268. >4    belong        x        (version %d) (big endian)
  7269.  
  7270. #------------------------------------------------------------------------------
  7271. # mail.news:  file(1) magic for mail and news
  7272. #
  7273. # Unfortunately, saved netnews also has From line added in some news software.
  7274. #0    string        From         mail text
  7275. # There are tests to ascmagic.c to cope with mail and news.
  7276. 0    string        Relay-Version:     old news text
  7277. 0    string        #!\ rnews    batched news text
  7278. 0    string        N#!\ rnews    mailed, batched news text
  7279. 0    string        Forward\ to     mail forwarding text
  7280. 0    string        Pipe\ to     mail piping text
  7281. 0    string        Return-Path:    smtp mail text
  7282. 0    string        Path:        news text
  7283. 0    string        Xref:        news text
  7284. 0    string        From:        news or mail text
  7285. 0    string        Article     saved news text
  7286. 0    string        BABYL        Emacs RMAIL text
  7287. 0    string        Received:    RFC 822 mail text
  7288. 0    string        MIME-Version:    MIME entity text
  7289. #0    string        Content-    MIME entity text
  7290.  
  7291. # TNEF files...
  7292. 0    lelong        0x223E9F78    Transport Neutral Encapsulation Format
  7293.  
  7294. # From: Kevin Sullivan <ksulliva@psc.edu>
  7295. 0    string        *mbx*        MBX mail folder
  7296.  
  7297. # From: Simon Matter <simon.matter@invoca.ch>
  7298. 0    string        \241\002\213\015skiplist\ file\0\0\0    Cyrus skiplist DB
  7299.  
  7300. # JAM(mbp) Fidonet message area databases
  7301. # JHR file
  7302. 0    string    JAM\0            JAM message area header file
  7303. >12    leshort >0            (%d messages)
  7304.  
  7305. # Squish Fidonet message area databases
  7306. # SQD file (requires at least one message in the area)
  7307. # XXX: Weak magic
  7308. #256    leshort    0xAFAE4453        Squish message area data file
  7309. #>4    leshort    >0            (%d messages)
  7310.  
  7311. #------------------------------------------------------------------------------
  7312. # maple:  file(1) magic for maple files
  7313. # "H. Nanosecond" <aldomel@ix.netcom.com>
  7314. # Maple V release 4, a multi-purpose math program
  7315. #
  7316.  
  7317. # maple library .lib
  7318. 0    string    \000MVR4\nI    MapleVr4 library
  7319.  
  7320. # .ind
  7321. # no magic for these :-(
  7322. # they are compiled indexes for maple files
  7323.  
  7324. # .hdb 
  7325. 0    string    \000\004\000\000    Maple help database
  7326.  
  7327. # .mhp
  7328. # this has the form <PACKAGE=name>
  7329. 0    string    \<PACKAGE=    Maple help file
  7330. 0    string    \<HELP\ NAME=    Maple help file
  7331. 0    string    \n\<HELP\ NAME=    Maple help file with extra carriage return at start (yuck)
  7332. #0    string    #\ Newton    Maple help file, old style
  7333. 0    string    #\ daub    Maple help file, old style
  7334. #0    string    #===========    Maple help file, old style
  7335.  
  7336. # .mws
  7337. 0    string    \000\000\001\044\000\221    Maple worksheet
  7338. #this is anomalous
  7339. 0    string    WriteNow\000\002\000\001\000\000\000\000\100\000\000\000\000\000    Maple worksheet, but weird
  7340. # this has the form {VERSION 2 3 "IBM INTEL NT" "2.3" }\n
  7341. # that is {VERSION major_version miunor_version computer_type version_string}
  7342. 0    string    {VERSION\     Maple worksheet
  7343. >9    string    >\0    version %.1s.
  7344. >>>11    string    >\0    %.1s
  7345.  
  7346. # .mps
  7347. 0    string    \0\0\001$    Maple something
  7348. # from byte 4 it is either 'nul E' or 'soh R'
  7349. # I think 'nul E' means a file that was saved as  a different name
  7350. # a sort of revision marking
  7351. # 'soh R' means new 
  7352. >4    string    \000\105    An old revision
  7353. >4    string    \001\122    The latest save
  7354.  
  7355. # .mpl
  7356. # some of these are the same as .mps above
  7357. #0000000 000 000 001 044 000 105 same as .mps
  7358. #0000000 000 000 001 044 001 122 same as .mps
  7359.  
  7360. 0    string    #\n##\ <SHAREFILE=    Maple something
  7361. 0    string    \n#\n##\ <SHAREFILE=    Maple something
  7362. 0    string    ##\ <SHAREFILE=    Maple something
  7363. 0    string    #\r##\ <SHAREFILE=    Maple something
  7364. 0    string    \r#\r##\ <SHAREFILE=    Maple something
  7365. 0    string    #\ \r##\ <DESCRIBE>    Maple something anomalous.
  7366.  
  7367. #------------------------------------------------------------------------------
  7368. # mathematica:  file(1) magic for mathematica files
  7369. # "H. Nanosecond" <aldomel@ix.netcom.com>
  7370. # Mathematica a multi-purpose math program
  7371. # versions 2.2 and 3.0
  7372.  
  7373. #mathematica .mb
  7374. 0    string    \064\024\012\000\035\000\000\000    Mathematica version 2 notebook
  7375. 0    string    \064\024\011\000\035\000\000\000    Mathematica version 2 notebook
  7376.  
  7377. # .ma
  7378. # multiple possibilites:
  7379.  
  7380. 0    string    (*^\n\n::[\011frontEndVersion\ =\     Mathematica notebook
  7381. #>41    string    >\0    %s
  7382.  
  7383. #0    string    (*^\n\n::[\011palette    Mathematica notebook version 2.x
  7384.  
  7385. #0    string    (*^\n\n::[\011Information    Mathematica notebook version 2.x
  7386. #>675    string    >\0    %s #doesn't work well
  7387.  
  7388. # there may be 'cr' instread of 'nl' in some does this matter?
  7389.  
  7390. # generic:
  7391. 0    string    (*^\r\r::[\011    Mathematica notebook version 2.x
  7392. 0    string    \(\*\^\r\n\r\n\:\:\[\011    Mathematica notebook version 2.x
  7393. 0    string    (*^\015            Mathematica notebook version 2.x
  7394. 0    string    (*^\n\r\n\r::[\011    Mathematica notebook version 2.x
  7395. 0    string    (*^\r::[\011    Mathematica notebook version 2.x
  7396. 0    string    (*^\r\n::[\011    Mathematica notebook version 2.x
  7397. 0    string    (*^\n\n::[\011    Mathematica notebook version 2.x
  7398. 0    string    (*^\n::[\011    Mathematica notebook version 2.x
  7399.  
  7400.  
  7401. # Mathematica .mx files
  7402.  
  7403. #0    string    (*This\ is\ a\ Mathematica\ binary\ dump\ file.\ It\ can\ be\ loaded\ with\ Get.*)    Mathematica binary file
  7404. 0    string    (*This\ is\ a\ Mathematica\ binary\     Mathematica binary file
  7405. #>71    string \000\010\010\010\010\000\000\000\000\000\000\010\100\010\000\000\000    
  7406. # >71... is optional
  7407. >88    string    >\0    from %s
  7408.  
  7409.  
  7410. # Mathematica files PBF:
  7411. # 115 115 101 120 102 106 000 001 000 000 000 203 000 001 000
  7412. 0    string    MMAPBF\000\001\000\000\000\203\000\001\000    Mathematica PBF (fonts I think)
  7413.  
  7414. # .ml files  These are menu resources I think
  7415. # these start with "[0-9][0-9][0-9]\ A~[0-9][0-9][0-9]\ 
  7416. # how to put that into a magic rule?
  7417. 4    string    \ A~    MAthematica .ml file
  7418.  
  7419. # .nb files
  7420. #too long 0    string    (***********************************************************************\n\n\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Mathematica-Compatible Notebook    Mathematica 3.0 notebook
  7421. 0    string    (***********************    Mathematica 3.0 notebook
  7422.  
  7423. # other (* matches it is a comment start in these langs
  7424. 0    string    (*    Mathematica, or Pascal,  Modula-2 or 3 code text
  7425.  
  7426. #########################
  7427. # MatLab v5
  7428. 0       string  MATLAB  Matlab v5 mat-file
  7429. >126    short   0x494d  (big endian)
  7430. >>124   beshort x       version 0x%04x
  7431. >126    short   0x4d49  (little endian)
  7432. >>124   leshort x       version 0x%04x
  7433.  
  7434.  
  7435. #------------------------------------------------------------------------------
  7436. # matroska:  file(1) magic for Matroska files
  7437. #
  7438. # See http://www.matroska.org/
  7439. #
  7440.  
  7441. # EBML id:
  7442. 0        belong        0x1a45dfa3
  7443. # DocType id:
  7444. >5        beshort        0x4282
  7445. # DocType contents:
  7446. >>8        string        matroska    Matroska data
  7447.  
  7448. #------------------------------------------------------------------------------
  7449. # Mavroyanopoulos Nikos <nmav@hellug.gr>
  7450. # mcrypt:   file(1) magic for mcrypt 2.2.x;
  7451. 0    string        \0m\3        mcrypt 2.5 encrypted data,
  7452. >4    string        >\0        algorithm: %s,
  7453. >>&1    leshort        >0        keysize: %d bytes,
  7454. >>>&0    string        >\0        mode: %s,
  7455.  
  7456. 0    string        \0m\2        mcrypt 2.2 encrypted data,
  7457. >3    byte        0        algorithm: blowfish-448,
  7458. >3    byte        1        algorithm: DES,
  7459. >3    byte        2        algorithm: 3DES,
  7460. >3    byte        3        algorithm: 3-WAY,
  7461. >3    byte        4        algorithm: GOST,
  7462. >3    byte        6        algorithm: SAFER-SK64,
  7463. >3    byte        7        algorithm: SAFER-SK128,
  7464. >3    byte        8        algorithm: CAST-128,
  7465. >3    byte        9        algorithm: xTEA,
  7466. >3    byte        10        algorithm: TWOFISH-128,
  7467. >3    byte        11        algorithm: RC2,
  7468. >3    byte        12        algorithm: TWOFISH-192,
  7469. >3    byte        13        algorithm: TWOFISH-256,
  7470. >3    byte        14        algorithm: blowfish-128,
  7471. >3    byte        15        algorithm: blowfish-192,
  7472. >3    byte        16        algorithm: blowfish-256,
  7473. >3    byte        100        algorithm: RC6,
  7474. >3    byte        101        algorithm: IDEA,
  7475. >4    byte        0        mode: CBC,
  7476. >4    byte        1        mode: ECB,
  7477. >4    byte        2        mode: CFB,
  7478. >4    byte        3        mode: OFB,
  7479. >4    byte        4        mode: nOFB,
  7480. >5    byte        0        keymode: 8bit
  7481. >5    byte        1        keymode: 4bit
  7482. >5    byte        2        keymode: SHA-1 hash
  7483. >5    byte        3        keymode: MD5 hash
  7484. #------------------------------------------------------------------------------
  7485. # mime:  file(1) magic for MIME encoded files
  7486. #
  7487. 0    string        Content-Type:\
  7488. >14    string        >\0        %s
  7489. 0    string        Content-Type:
  7490. >13    string        >\0        %s
  7491.  
  7492. #------------------------------------------------------------------------------
  7493. # mips:  file(1) magic for Silicon Graphics (MIPS, IRIS, IRIX, etc.)
  7494. #                         Dec Ultrix (MIPS)
  7495. # all of SGI's *current* machines and OSes run in big-endian mode on the
  7496. # MIPS machines, as far as I know.
  7497. #
  7498. # XXX - what is the blank "-" line?
  7499. #
  7500. # kbd file definitions
  7501. 0    string    kbd!map        kbd map file
  7502. >8    byte    >0        Ver %d:
  7503. >10    short    >0        with %d table(s)
  7504. 0    belong    0407        old SGI 68020 executable
  7505. 0    belong    0410        old SGI 68020 pure executable
  7506. 0    beshort    0x8765        disk quotas file
  7507. 0    beshort    0x0506        IRIS Showcase file
  7508. >2    byte    0x49        -
  7509. >3    byte    x        - version %ld
  7510. 0    beshort    0x0226        IRIS Showcase template
  7511. >2    byte    0x63        -
  7512. >3    byte    x        - version %ld
  7513. 0    belong    0x5343464d    IRIS Showcase file
  7514. >4    byte    x        - version %ld
  7515. 0    belong    0x5443464d    IRIS Showcase template
  7516. >4    byte    x        - version %ld
  7517. 0    belong    0xdeadbabe    IRIX Parallel Arena
  7518. >8    belong    >0        - version %ld
  7519. #
  7520. 0    beshort    0x0160        MIPSEB ECOFF executable
  7521. >20    beshort    0407        (impure)
  7522. >20    beshort    0410        (swapped)
  7523. >20    beshort    0413        (paged)
  7524. >8    belong    >0        not stripped
  7525. >8    belong    0        stripped
  7526. >22    byte    x        - version %ld
  7527. >23    byte    x        .%ld
  7528. #
  7529. 0    beshort    0x0162        MIPSEL-BE ECOFF executable
  7530. >20    beshort    0407        (impure)
  7531. >20    beshort    0410        (swapped)
  7532. >20    beshort    0413        (paged)
  7533. >8    belong    >0        not stripped
  7534. >8    belong    0        stripped
  7535. >23    byte    x        - version %d
  7536. >22    byte    x        .%ld
  7537. #
  7538. 0    beshort    0x6001        MIPSEB-LE ECOFF executable
  7539. >20    beshort    03401        (impure)
  7540. >20    beshort    04001        (swapped)
  7541. >20    beshort    05401        (paged)
  7542. >8    belong    >0        not stripped
  7543. >8    belong    0        stripped
  7544. >23    byte    x        - version %d
  7545. >22    byte    x        .%ld
  7546. #
  7547. 0    beshort    0x6201        MIPSEL ECOFF executable
  7548. >20    beshort    03401        (impure)
  7549. >20    beshort    04001        (swapped)
  7550. >20    beshort    05401        (paged)
  7551. >8    belong    >0        not stripped
  7552. >8    belong    0        stripped
  7553. >23    byte    x        - version %ld
  7554. >22    byte    x        .%ld
  7555. #
  7556. # MIPS 2 additions
  7557. #
  7558. 0    beshort    0x0163        MIPSEB MIPS-II ECOFF executable
  7559. >20    beshort    0407        (impure)
  7560. >20    beshort    0410        (swapped)
  7561. >20    beshort    0413        (paged)
  7562. >8    belong    >0        not stripped
  7563. >8    belong    0        stripped
  7564. >22    byte    x        - version %ld
  7565. >23    byte    x        .%ld
  7566. #
  7567. 0    beshort    0x0166        MIPSEL-BE MIPS-II ECOFF executable
  7568. >20    beshort    0407        (impure)
  7569. >20    beshort    0410        (swapped)
  7570. >20    beshort    0413        (paged)
  7571. >8    belong    >0        not stripped
  7572. >8    belong    0        stripped
  7573. >22    byte    x        - version %ld
  7574. >23    byte    x        .%ld
  7575. #
  7576. 0    beshort    0x6301        MIPSEB-LE MIPS-II ECOFF executable
  7577. >20    beshort    03401        (impure)
  7578. >20    beshort    04001        (swapped)
  7579. >20    beshort    05401        (paged)
  7580. >8    belong    >0        not stripped
  7581. >8    belong    0        stripped
  7582. >23    byte    x        - version %ld
  7583. >22    byte    x        .%ld
  7584. #
  7585. 0    beshort    0x6601        MIPSEL MIPS-II ECOFF executable
  7586. >20    beshort    03401        (impure)
  7587. >20    beshort    04001        (swapped)
  7588. >20    beshort    05401        (paged)
  7589. >8    belong    >0        not stripped
  7590. >8    belong    0        stripped
  7591. >23    byte    x        - version %ld
  7592. >22    byte    x        .%ld
  7593. #
  7594. # MIPS 3 additions
  7595. #
  7596. 0    beshort    0x0140        MIPSEB MIPS-III ECOFF executable
  7597. >20    beshort    0407        (impure)
  7598. >20    beshort    0410        (swapped)
  7599. >20    beshort    0413        (paged)
  7600. >8    belong    >0        not stripped
  7601. >8    belong    0        stripped
  7602. >22    byte    x        - version %ld
  7603. >23    byte    x        .%ld
  7604. #
  7605. 0    beshort    0x0142        MIPSEL-BE MIPS-III ECOFF executable
  7606. >20    beshort    0407        (impure)
  7607. >20    beshort    0410        (swapped)
  7608. >20    beshort    0413        (paged)
  7609. >8    belong    >0        not stripped
  7610. >8    belong    0        stripped
  7611. >22    byte    x        - version %ld
  7612. >23    byte    x        .%ld
  7613. #
  7614. 0    beshort    0x4001        MIPSEB-LE MIPS-III ECOFF executable
  7615. >20    beshort    03401        (impure)
  7616. >20    beshort    04001        (swapped)
  7617. >20    beshort    05401        (paged)
  7618. >8    belong    >0        not stripped
  7619. >8    belong    0        stripped
  7620. >23    byte    x        - version %ld
  7621. >22    byte    x        .%ld
  7622. #
  7623. 0    beshort    0x4201        MIPSEL MIPS-III ECOFF executable
  7624. >20    beshort    03401        (impure)
  7625. >20    beshort    04001        (swapped)
  7626. >20    beshort    05401        (paged)
  7627. >8    belong    >0        not stripped
  7628. >8    belong    0        stripped
  7629. >23    byte    x        - version %ld
  7630. >22    byte    x        .%ld
  7631. #
  7632. 0    beshort    0x180        MIPSEB Ucode
  7633. 0    beshort    0x182        MIPSEL-BE Ucode
  7634. # 32bit core file
  7635. 0    belong    0xdeadadb0    IRIX core dump
  7636. >4    belong    1        of
  7637. >16    string    >\0        '%s'
  7638. # 64bit core file
  7639. 0    belong    0xdeadad40    IRIX 64-bit core dump
  7640. >4    belong    1        of
  7641. >16    string    >\0        '%s'
  7642. # N32bit core file
  7643. 0       belong    0xbabec0bb    IRIX N32 core dump
  7644. >4      belong    1               of
  7645. >16     string    >\0             '%s'
  7646. # New style crash dump file
  7647. 0    string    \x43\x72\x73\x68\x44\x75\x6d\x70    IRIX vmcore dump of
  7648. >36    string    >\0                    '%s'
  7649. # Trusted IRIX info
  7650. 0    string    SGIAUDIT    SGI Audit file
  7651. >8    byte    x        - version %d
  7652. >9    byte    x        .%ld
  7653. #
  7654. 0    string    WNGZWZSC    Wingz compiled script
  7655. 0    string    WNGZWZSS    Wingz spreadsheet
  7656. 0    string    WNGZWZHP    Wingz help file
  7657. #
  7658. 0    string    \#Inventor V    IRIS Inventor 1.0 file
  7659. 0    string    \#Inventor V2    Open Inventor 2.0 file
  7660. # GLF is OpenGL stream encoding
  7661. 0    string    glfHeadMagic();        GLF_TEXT
  7662. 4    belong    0x7d000000        GLF_BINARY_LSB_FIRST
  7663. 4    belong    0x0000007d        GLF_BINARY_MSB_FIRST
  7664. # GLS is OpenGL stream encoding; GLS is the successor of GLF
  7665. 0    string    glsBeginGLS(        GLS_TEXT
  7666. 4    belong    0x10000000        GLS_BINARY_LSB_FIRST
  7667. 4    belong    0x00000010        GLS_BINARY_MSB_FIRST
  7668.  
  7669. #------------------------------------------------------------------------------
  7670. # mirage:  file(1) magic for Mirage executables
  7671. #
  7672. # XXX - byte order?
  7673. #
  7674. 0    long    31415        Mirage Assembler m.out executable
  7675. #-----------------------------------------------------------------------------
  7676. # misctools:  file(1) magic for miscelanous UNIX tools.
  7677. #
  7678. 0    string    %%!!            X-Post-It-Note text
  7679. 0    string    BEGIN:VCALENDAR        vCalendar calendar file
  7680. 0    string    BEGIN:VCARD        vCard visiting card
  7681.  
  7682. # From: Alex Beregszaszi <alex@fsn.hu>
  7683. 4    string    gtktalog        GNOME Catalogue (gtktalog)
  7684. >13    string    >\0            version %s
  7685.  
  7686. #------------------------------------------------------------------------------
  7687. # mkid:  file(1) magic for mkid(1) databases
  7688. #
  7689. # ID is the binary tags database produced by mkid(1).
  7690. #
  7691. # XXX - byte order?
  7692. #
  7693. 0    string        \311\304    ID tags data
  7694. >2    short        >0        version %d
  7695.  
  7696. #------------------------------------------------------------------------------
  7697. # mlssa: file(1) magic for MLSSA datafiles
  7698. #
  7699. 0        lelong        0xffffabcd    MLSSA datafile,
  7700. >4        leshort        x        algorithm %d,
  7701. >10        lelong        x        %d samples
  7702.  
  7703. #------------------------------------------------------------------------------
  7704. # mmdf:  file(1) magic for MMDF mail files
  7705. #
  7706. 0    string    \001\001\001\001    MMDF mailbox
  7707. #------------------------------------------------------------------------------
  7708. # msad:  file(1) magic for msad
  7709. # Microsoft visual C
  7710. # This must precede the heuristic for raw G3 data
  7711. 4    string    Standard\ Jet\ DB    Microsoft Access Database
  7712.  
  7713. #------------------------------------------------------------------------------
  7714. # motorola:  file(1) magic for Motorola 68K and 88K binaries
  7715. #
  7716. # 68K
  7717. #
  7718. 0    beshort        0520        mc68k COFF
  7719. >18    beshort        ^00000020    object
  7720. >18    beshort        &00000020    executable
  7721. >12    belong        >0        not stripped
  7722. >168    string        .lowmem        Apple toolbox
  7723. >20    beshort        0407        (impure)
  7724. >20    beshort        0410        (pure)
  7725. >20    beshort        0413        (demand paged)
  7726. >20    beshort        0421        (standalone)
  7727. 0    beshort        0521        mc68k executable (shared)
  7728. >12    belong        >0        not stripped
  7729. 0    beshort        0522        mc68k executable (shared demand paged)
  7730. >12    belong        >0        not stripped
  7731. #
  7732. # Motorola/UniSoft 68K Binary Compatibility Standard (BCS)
  7733. #
  7734. 0    beshort        0554        68K BCS executable
  7735. #
  7736. # 88K
  7737. #
  7738. # Motorola/88Open BCS
  7739. #
  7740. 0    beshort        0555        88K BCS executable
  7741. #
  7742. # Motorola S-Records, from Gerd Truschinski <gt@freebsd.first.gmd.de>
  7743. 0   string      S0          Motorola S-Record; binary data in text format
  7744.  
  7745. # ATARI ST relocatable PRG
  7746. #
  7747. # from Oskar Schirmer <schirmer@scara.com> Feb 3, 2001
  7748. # (according to Roland Waldi, Oct 21, 1987)
  7749. # besides the magic 0x601a, the text segment size is checked to be
  7750. # not larger than 1 MB (which is a lot on ST).
  7751. # The additional 0x601b distinction I took from Doug Lee's magic.
  7752. 0    belong&0xFFFFFFF0    0x601A0000    Atari ST M68K contiguous executable
  7753. >2    belong            x        (txt=%ld,
  7754. >6    belong            x        dat=%ld,
  7755. >10    belong            x        bss=%ld,
  7756. >14    belong            x        sym=%ld)
  7757. 0    belong&0xFFFFFFF0    0x601B0000    Atari ST M68K non-contig executable
  7758. >2    belong            x        (txt=%ld,
  7759. >6    belong            x        dat=%ld,
  7760. >10    belong            x        bss=%ld,
  7761. >14    belong            x        sym=%ld)
  7762.  
  7763. # Atari ST/TT... program format (sent by Wolfram Kleff <kleff@cs.uni-bonn.de>)
  7764. 0       beshort         0x601A          Atari 68xxx executable,
  7765. >2      belong          x               text len %lu,
  7766. >6      belong          x               data len %lu,
  7767. >10     belong          x               BSS len %lu,
  7768. >14     belong          x               symboltab len %lu,
  7769. >18     belong          0
  7770. >22     belong          &0x01           fastload flag,
  7771. >22     belong          &0x02           may be loaded to alternate RAM,
  7772. >22     belong          &0x04           malloc may be from alternate RAM,
  7773. >22     belong          x               flags: 0x%lX,
  7774. >26     beshort         0               no relocation tab
  7775. >26     beshort         !0              + relocation tab
  7776. >30     string          SFX             [Self-Extracting LZH SFX archive]
  7777. >38     string          SFX             [Self-Extracting LZH SFX archive]
  7778. >44     string          ZIP!            [Self-Extracting ZIP SFX archive]
  7779.  
  7780. 0       beshort         0x0064          Atari 68xxx CPX file
  7781. >8      beshort         x               (version %04lx)
  7782.  
  7783. #------------------------------------------------------------------------------
  7784. # msdos:  file(1) magic for MS-DOS files
  7785. #
  7786.  
  7787. # .BAT files (Daniel Quinlan, quinlan@yggdrasil.com)
  7788. # updated by Joerg Jenderek
  7789. 0    string    @            
  7790. >1    string/cB    \ echo\ off    MS-DOS batch file text
  7791. >1    string/cB    echo\ off    MS-DOS batch file text
  7792. >1    string/cB    rem\         MS-DOS batch file text
  7793. >1    string/cB    set\         MS-DOS batch file text
  7794.  
  7795.  
  7796. # OS/2 batch files are REXX. the second regex is a bit generic, oh well
  7797. # the matched commands seem to be common in REXX and uncommon elsewhere
  7798. 100 regex/c =^\\s*call\s+rxfuncadd.*sysloadfu OS/2 REXX batch file text
  7799. 100 regex/c =^\\s*say\ ['"] OS/2 REXX batch file text
  7800.  
  7801. 0    leshort        0x14c    MS Windows COFF Intel 80386 object file
  7802. #>4    ledate        x    stamp %s
  7803. 0    leshort        0x166    MS Windows COFF MIPS R4000 object file
  7804. #>4    ledate        x    stamp %s
  7805. 0    leshort        0x184    MS Windows COFF Alpha object file
  7806. #>4    ledate        x    stamp %s
  7807. 0    leshort        0x268    MS Windows COFF Motorola 68000 object file
  7808. #>4    ledate        x    stamp %s
  7809. 0    leshort        0x1f0    MS Windows COFF PowerPC object file
  7810. #>4    ledate        x    stamp %s
  7811. 0    leshort        0x290    MS Windows COFF PA-RISC object file
  7812. #>4    ledate        x    stamp %s
  7813.  
  7814. # XXX - according to Microsoft's spec, at an offset of 0x3c in a
  7815. # PE-format executable is the offset in the file of the PE header;
  7816. # unfortunately, that's a little-endian offset, and there's no way
  7817. # to specify an indirect offset with a specified byte order.
  7818. # So, for now, we assume the standard MS-DOS stub, which puts the
  7819. # PE header at 0x80 = 128.
  7820. #
  7821. # Required OS version and subsystem version were 4.0 on some NT 3.51
  7822. # executables built with Visual C++ 4.0, so it's not clear that
  7823. # they're interesting.  The user version was 0.0, but there's
  7824. # probably some linker directive to set it.  The linker version was
  7825. # 3.0, except for one ".exe" which had it as 4.20 (same damn linker!).
  7826. #
  7827. # many of the compressed formats were extraced from IDARC 1.23 source code
  7828. #
  7829. 0    string    MZ        MS-DOS executable
  7830. >0 string MZ\0\0\0\0\0\0\0\0\0\0PE\0\0 \b, PE for MS Windows
  7831. >>&18    leshort&0x2000    >0    (DLL)
  7832. >>&88    leshort        0    (unknown subsystem)
  7833. >>&88    leshort        1    (native)
  7834. >>&88    leshort        2    (GUI)
  7835. >>&88    leshort        3    (console)
  7836. >>&88    leshort        7    (POSIX)
  7837. >>&0    leshort        0x0    unknown processor
  7838. >>&0    leshort        0x14c    Intel 80386
  7839. >>&0    leshort        0x166    MIPS R4000
  7840. >>&0    leshort        0x184    Alpha
  7841. >>&0    leshort        0x268    Motorola 68000
  7842. >>&0    leshort        0x1f0    PowerPC
  7843. >>&0    leshort        0x290    PA-RISC
  7844. >>&18    leshort&0x0100    >0    32-bit
  7845. >>&18    leshort&0x1000    >0    system file
  7846. >>&228    lelong        >0    \b, Mono/.Net assembly
  7847. >>&0xf4 search/0x140 \x0\x40\x1\x0
  7848. >>>(&0.l+(4)) string MSCF \b, WinHKI CAB self-extracting archive
  7849.  
  7850. >0x18  leshort >0x3f
  7851. >>(0x3c.l) string PE\0\0 PE 
  7852. # hooray, there's a DOS extender using the PE format, with a valid PE
  7853. # executable inside (which just prints a message and exits if run in win)
  7854. >>>(8.s*16) string 32STUB for MS-DOS, 32rtm DOS extender
  7855. >>>(8.s*16) string !32STUB for MS Windows
  7856. >>>>(0x3c.l+22)    leshort&0x2000    >0    (DLL)
  7857. >>>>(0x3c.l+92)    leshort        0    (unknown subsystem)
  7858. >>>>(0x3c.l+92)    leshort        1    (native)
  7859. >>>>(0x3c.l+92)    leshort        2    (GUI)
  7860. >>>>(0x3c.l+92)    leshort        3    (console)
  7861. >>>>(0x3c.l+92)    leshort        7    (POSIX)
  7862. >>>>(0x3c.l+4)    leshort        0x0    unknown processor
  7863. >>>>(0x3c.l+4)    leshort        0x14c    Intel 80386
  7864. >>>>(0x3c.l+4)    leshort        0x166    MIPS R4000
  7865. >>>>(0x3c.l+4)    leshort        0x184    Alpha
  7866. >>>>(0x3c.l+4)    leshort        0x268    Motorola 68000
  7867. >>>>(0x3c.l+4)    leshort        0x1f0    PowerPC
  7868. >>>>(0x3c.l+4)    leshort        0x290    PA-RISC
  7869. >>>>(0x3c.l+22)    leshort&0x0100    >0    32-bit
  7870. >>>>(0x3c.l+22)    leshort&0x1000    >0    system file
  7871. >>>>(0x3c.l+232)    lelong    >0    \b, Mono/.Net assembly
  7872.  
  7873. >>>>(0x3c.l+0xf8)    string        UPX0 \b, UPX compressed
  7874. >>>>(0x3c.l+0xf8)    search/0x140    PEC2 \b, PECompact2 compressed
  7875. >>>>(0x3c.l+0xf8)    search/0x140    UPX2
  7876. >>>>>(&0x10.l+(-4))    string        PK\3\4 \b, ZIP self-extracting archive (Info-Zip)
  7877. >>>>(0x3c.l+0xf8)    search/0x140    .idata
  7878. >>>>>(&0xe.l+(-4))    string        PK\3\4 \b, ZIP self-extracting archive (Info-Zip)
  7879. >>>>>(&0xe.l+(-4))    string        ZZ0 \b, ZZip self-extracting archive
  7880. >>>>>(&0xe.l+(-4))    string        ZZ1 \b, ZZip self-extracting archive
  7881. >>>>(0x3c.l+0xf8)    search/0x140    .rsrc
  7882. >>>>>(&0x0f.l+(-4))    string        a\\\4\5 \b, WinHKI self-extracting archive
  7883. >>>>>(&0x0f.l+(-4))    string        Rar! \b, RAR self-extracting archive
  7884. >>>>>(&0x0f.l+(-4))    search/0x3000    MSCF \b, InstallShield self-extracting archive
  7885. >>>>>(&0x0f.l+(-4))    search/32    Nullsoft \b, Nullsoft Installer self-extracting archive
  7886. >>>>(0x3c.l+0xf8)    search/0x140    .data
  7887. >>>>>(&0x0f.l)        string        WEXTRACT \b, MS CAB-Installer self-extracting archive
  7888. >>>>(0x3c.l+0xf8)    search/0x140    .petite\0 \b, Petite compressed
  7889. >>>>>(0x3c.l+0xf7)    byte        x
  7890. >>>>>>(&0x104.l+(-4))    string        =!sfx! \b, ACE self-extracting archive
  7891. >>>>(0x3c.l+0xf8)    search/0x140    .WISE \b, WISE installer self-extracting archive
  7892. >>>>(0x3c.l+0xf8)    search/0x140    .dz\0\0\0 \b, Dzip self-extracting archive
  7893. >>>>(0x3c.l+0xf8)    search/0x140    .reloc
  7894. >>>>>(&0xe.l+(-4))    search/0x180    PK\3\4 \b, ZIP self-extracting archive (WinZip)
  7895.  
  7896. >>>>&(0x3c.l+0xf8)    search/0x100    _winzip_ \b, ZIP self-extracting archive (WinZip)
  7897. >>>>&(0x3c.l+0xf8)    search/0x100    SharedD \b, Microsoft Installer self-extracting archive
  7898. >>>>0x30        string        Inno \b, InnoSetup self-extracting archive
  7899.  
  7900. >>(0x3c.l)        string        NE \b, NE
  7901. >>>(0x3c.l+0x36)    byte        0 (unknown OS)
  7902. >>>(0x3c.l+0x36)    byte        1 for OS/2 1.x
  7903. >>>(0x3c.l+0x36)    byte        2 for MS Windows 3.x
  7904. >>>(0x3c.l+0x36)    byte        3 for MS-DOS
  7905. >>>(0x3c.l+0x36)    byte        >3 (unknown OS)
  7906. >>>(0x3c.l+0x36)    byte        0x81 for MS-DOS, Phar Lap DOS extender
  7907. >>>(0x3c.l+0x0c)    leshort&0x8003    0x8002 (DLL)
  7908. >>>(0x3c.l+0x0c)    leshort&0x8003    0x8001 (driver)
  7909. >>>&(&0x24.s-1)        string        ARJSFX \b, ARJ self-extracting archive
  7910. >>>(0x3c.l+0x70)    search/0x80    WinZip(R)\ Self-Extractor \b, ZIP self-extracting archive (WinZip)
  7911.  
  7912. >>(0x3c.l)        string        LX\0\0 \b, LX
  7913. >>>(0x3c.l+0x0a)    leshort        <1 (unknown OS)
  7914. >>>(0x3c.l+0x0a)    leshort        1 for OS/2
  7915. >>>(0x3c.l+0x0a)    leshort        2 for MS Windows
  7916. >>>(0x3c.l+0x0a)    leshort        3 for DOS
  7917. >>>(0x3c.l+0x0a)    leshort        >3 (unknown OS)
  7918. >>>(0x3c.l+0x10)    lelong&0x28000    =0x8000 (DLL)
  7919. >>>(0x3c.l+0x10)    lelong&0x20000    >0 (device driver)
  7920. >>>(0x3c.l+0x10)    lelong&0x300    0x300 (GUI)
  7921. >>>(0x3c.l+0x10)    lelong&0x28300    <0x300 (console)
  7922. >>>(0x3c.l+0x08)    leshort        1 i80286
  7923. >>>(0x3c.l+0x08)    leshort        2 i80386
  7924. >>>(0x3c.l+0x08)    leshort        3 i80486
  7925. >>>(8.s*16)        string        emx \b, emx
  7926. >>>>&1            string        x %s
  7927. >>>&(&0x54.l-3)        string        arjsfx \b, ARJ self-extracting archive
  7928.  
  7929. # MS Windows system file, supposedly a collection of LE executables
  7930. >>(0x3c.l)        string        W3 \b, W3 for MS Windows
  7931.  
  7932. >>(0x3c.l)        string        LE\0\0 \b, LE executable
  7933. >>>(0x3c.l+0x0a)    leshort        1
  7934. # some DOS extenders use LE files with OS/2 header
  7935. >>>>0x240        search/0x100    DOS/4G for MS-DOS, DOS4GW DOS extender
  7936. >>>>0x240        search/0x200    WATCOM\ C/C++ for MS-DOS, DOS4GW DOS extender
  7937. >>>>0x440        search/0x100    CauseWay\ DOS\ Extender for MS-DOS, CauseWay DOS extender
  7938. >>>>0x40        search/0x40    PMODE/W for MS-DOS, PMODE/W DOS extender
  7939. >>>>0x40        search/0x40    STUB/32A for MS-DOS, DOS/32A DOS extender (stub)
  7940. >>>>0x40        search/0x80    STUB/32C for MS-DOS, DOS/32A DOS extender (configurable stub)
  7941. >>>>0x40        search/0x80    DOS/32A for MS-DOS, DOS/32A DOS extender (embedded)
  7942. # this is a wild guess; hopefully it is a specific signature
  7943. >>>>&0x24        lelong        <0x50
  7944. >>>>>(&0x4c.l)        string        \xfc\xb8WATCOM
  7945. >>>>>>&0        search/8    3\xdbf\xb9 \b, 32Lite compressed
  7946. # another wild guess: if real OS/2 LE executables exist, they probably have higher start EIP
  7947. #>>>>(0x3c.l+0x1c)    lelong        >0x10000 for OS/2
  7948. # fails with DOS-Extenders.
  7949. >>>(0x3c.l+0x0a)    leshort        2 for MS Windows
  7950. >>>(0x3c.l+0x0a)    leshort        3 for DOS
  7951. >>>(0x3c.l+0x0a)    leshort        4 for MS Windows (VxD)
  7952. >>>(&0x7c.l+0x26)    string        UPX \b, UPX compressed
  7953. >>>&(&0x54.l-3)        string        UNACE \b, ACE self-extracting archive
  7954.  
  7955. # looks like ASCII, probably some embedded copyright message.
  7956. # and definitely not NE/LE/LX/PE
  7957. >>0x3c        lelong    >0x20000000
  7958. >>>(4.s*512)    leshort !0x014c \b, MZ for MS-DOS
  7959. # header data too small for extended executable
  7960. >2        long    !0
  7961. >>0x18        leshort    <0x40
  7962. >>>(4.s*512)    leshort !0x014c
  7963.  
  7964. >>>>&(2.s-514)    string    !LE
  7965. >>>>>&-2    string    !BW \b, MZ for MS-DOS
  7966. >>>>&(2.s-514)    string    LE \b, LE
  7967. >>>>>0x240    search/0x100    DOS/4G for MS-DOS, DOS4GW DOS extender
  7968. # educated guess since indirection is still not capable enough for complex offset
  7969. # calculations (next embedded executable would be at &(&2*512+&0-2)
  7970. # I suspect there are only LE executables in these multi-exe files
  7971. >>>>&(2.s-514)    string    BW
  7972. >>>>>0x240    search/0x100    DOS/4G ,\b LE for MS-DOS, DOS4GW DOS extender (embedded)
  7973. >>>>>0x240    search/0x100    !DOS/4G ,\b BW collection for MS-DOS
  7974.  
  7975. # This sequence skips to the first COFF segment, usually .text
  7976. >(4.s*512)    leshort        0x014c \b, COFF
  7977. >>(8.s*16)    string        go32stub for MS-DOS, DJGPP go32 DOS extender
  7978. >>(8.s*16)    string        emx
  7979. >>>&1        string        x for DOS, Win or OS/2, emx %s
  7980. >>&(&0x42.l-3)    byte        x 
  7981. >>>&0x26    string        UPX \b, UPX compressed
  7982. # and yet another guess: small .text, and after large .data is unusal, could be 32lite
  7983. >>&0x2c        search/0xa0    .text
  7984. >>>&0x0b    lelong        <0x2000
  7985. >>>>&0        lelong        >0x6000 \b, 32lite compressed
  7986.  
  7987. >(8.s*16) string $WdX \b, WDos/X DOS extender
  7988.  
  7989. # .EXE formats (Greg Roelofs, newt@uchicago.edu)
  7990. #
  7991. >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
  7992. >0xe7    string    LH/2\ Self-Extract \b, %s
  7993. >0x1c    string    diet \b, diet compressed
  7994. >0x1c    string    LZ09 \b, LZEXE v0.90 compressed
  7995. >0x1c    string    LZ91 \b, LZEXE v0.91 compressed
  7996. >0x1c   string  tz \b, TinyProg compressed
  7997. >0x1e    string    PKLITE \b, %s compressed
  7998. >0x64   string  W\ Collis\0\0 \b, Compack compressed
  7999. >0x24    string    LHa's\ SFX \b, LHa self-extracting archive
  8000. >0x24    string    LHA's\ SFX \b, LHa self-extracting archive
  8001. >0x24   string  \ $ARX \b, ARX self-extracting archive
  8002. >0x24   string  \ $LHarc \b, LHarc self-extracting archive
  8003. >0x20   string  SFX\ by\ LARC \b, LARC self-extracting archive
  8004. >1638    string    -lh5- \b, LHa self-extracting archive v2.13S
  8005. >0x17888 string    Rar! \b, RAR self-extracting archive
  8006. >0x40   string aPKG \b, aPackage self-extracting archive
  8007.  
  8008. >32      string AIN
  8009. >>35     string 2              \b, AIN 2.x compressed
  8010. >>35     string <2             \b, AIN 1.x compressed
  8011. >>35     string >2             \b, AIN 1.x compressed
  8012. >28      string UC2X           \b, UCEXE compressed
  8013. >28      string WWP\           \b, WWPACK compressed
  8014.  
  8015. # skip to the end of the exe
  8016. >(4.s*512)    long    x 
  8017. >>&(2.s-517)    byte    x 
  8018. >>>&0    string        PK\3\4 \b, ZIP self-extracting archive
  8019. >>>&0    string        Rar! \b, RAR self-extracting archive
  8020. >>>&0    string        =!\x11 \b, AIN 2.x self-extracting archive
  8021. >>>&0    string        =!\x12 \b, AIN 2.x self-extracting archive
  8022. >>>&0    string        =!\x17 \b, AIN 1.x self-extracting archive
  8023. >>>&0    string        =!\x18 \b, AIN 1.x self-extracting archive
  8024. >>>&7    search/400    **ACE** \b, ACE self-extracting archive
  8025. >>>&0    search/0x480    UC2SFX\ Header \b, UC2 self-extracting archive
  8026.  
  8027. >0x1c    string        RJSX \b, ARJ self-extracting archive
  8028. # winarj stores a message in the stub instead of the sig in the MZ header
  8029. >0x20    search/0xe0    aRJsfX \b, ARJ self-extracting archive
  8030.  
  8031. # a few unknown ZIP sfxes, no idea if they are needed or if they are
  8032. # already captured by the generic patterns above
  8033. >0x7a        string        Windows\ self-extracting\ ZIP    \b, ZIP self-extracting archive
  8034. >(8.s*16)    search/0x20    PKSFX \b, ZIP self-extracting archive (PKZIP)
  8035. # TODO: how to add this? >FileSize-34 string Windows\ Self-Installing\ Executable \b, ZIP self-extracting archive
  8036. #
  8037.  
  8038. # TELVOX Teleinformatica CODEC self-extractor for OS/2:
  8039. >49801    string    \x79\xff\x80\xff\x76\xff    \b, CODEC archive v3.21
  8040. >>49824    leshort        =1            \b, 1 file
  8041. >>49824    leshort        >1            \b, %u files
  8042.  
  8043. # .COM formats (Daniel Quinlan, quinlan@yggdrasil.com)
  8044. # Uncommenting only the first two lines will cover about 2/3 of COM files,
  8045. # but it isn't feasible to match all COM files since there must be at least
  8046. # two dozen different one-byte "magics".
  8047. 0    byte        0xe9        DOS executable (COM)
  8048. >0x1FE    leshort        0xAA55        \b, boot code
  8049. >6    string        SFX\ of\ LHarc    (%s)
  8050. 0    belong    0xffffffff        DOS executable (device driver)
  8051. #CMD640X2.SYS
  8052. >10    string    >\x23            
  8053. >>10    string    !\x2e            
  8054. >>>17    string    <\x5B            
  8055. >>>>10    string    x            \b, name: %.8s
  8056. #UDMA.SYS KEYB.SYS CMD640X2.SYS
  8057. >10    string    <\x41            
  8058. >>12    string    >\x40            
  8059. >>>10    string    !$            
  8060. >>>>12    string    x            \b, name: %.8s
  8061. #BTCDROM.SYS ASPICD.SYS
  8062. >22    string    >\x40            
  8063. >>22    string    <\x5B            
  8064. >>>23    string    <\x5B            
  8065. >>>>22    string    x            \b, name: %.8s
  8066. #ATAPICD.SYS
  8067. >76    string    \0            
  8068. >>77    string    >\x40            
  8069. >>>77    string    <\x5B            
  8070. >>>>77    string    x            \b, name: %.8s
  8071. 0    byte        0x8c        DOS executable (COM)
  8072. # 0xeb conflicts with "sequent" magic
  8073. 0    byte        0xeb        DOS executable (COM)
  8074. >0x1FE    leshort        0xAA55        \b, boot code
  8075. >85    string        UPX        \b, UPX compressed
  8076. >4    string        \ $ARX        \b, ARX self-extracting archive
  8077. >4    string        \ $LHarc    \b, LHarc self-extracting archive
  8078. >0x20e    string        SFX\ by\ LARC    \b, LARC self-extracting archive
  8079. 0    byte        0xb8        COM executable
  8080. # modified by Joerg Jenderek
  8081. >1    lelong          !0x21cd4cff    for DOS
  8082. # http://syslinux.zytor.com/comboot.php
  8083. # (32-bit COMBOOT) programs *.C32 contain 32-bit code and run in flat-memory 32-bit protected mode
  8084. # start with assembler instructions mov eax,21cd4cffh
  8085. >1    lelong          0x21cd4cff    (32-bit COMBOOT)
  8086. 0    string    \x81\xfc        
  8087. >4    string    \x77\x02\xcd\x20\xb9    
  8088. >>36    string    UPX!             FREE-DOS executable (COM), UPX compressed
  8089. 252    string Must\ have\ DOS\ version    DR-DOS executable (COM)
  8090. # GRR search is not working
  8091. #2    search/28    \xcd\x21    COM executable for MS-DOS
  8092. #WHICHFAT.cOM
  8093. 2    string    \xcd\x21        COM executable for DOS
  8094. #DELTREE.cOM DELTREE2.cOM
  8095. 4    string    \xcd\x21        COM executable for DOS
  8096. #IFMEMDSK.cOM ASSIGN.cOM COMP.cOM
  8097. 5    string    \xcd\x21        COM executable for DOS
  8098. #DELTMP.COm HASFAT32.cOM
  8099. 7    string    \xcd\x21        
  8100. >0    byte    !0xb8            COM executable for DOS
  8101. #COMP.cOM MORE.COm
  8102. 10    string    \xcd\x21        
  8103. >5    string    !\xcd\x21        COM executable for DOS
  8104. #comecho.com
  8105. 13    string    \xcd\x21        COM executable for DOS
  8106. #HELP.COm EDIT.coM
  8107. 18    string    \xcd\x21        COM executable for MS-DOS
  8108. #NWRPLTRM.COm
  8109. 23    string    \xcd\x21        COM executable for MS-DOS
  8110. #LOADFIX.cOm LOADFIX.cOm
  8111. 30    string    \xcd\x21        COM executable for MS-DOS
  8112. #syslinux.com 3.11
  8113. 70    string    \xcd\x21        COM executable for DOS
  8114. # many compressed/converted COMs start with a copy loop instead of a jump
  8115. 0x6    search/0xa    \xfc\x57\xf3\xa5\xc3    COM executable for MS-DOS
  8116. 0x6    search/0xa    \xfc\x57\xf3\xa4\xc3    COM executable for DOS
  8117. >0x18    search/0x10    \x50\xa4\xff\xd5\x73    \b, aPack compressed
  8118. 0x3c    string        W\ Collis\0\0        COM executable for MS-DOS, Compack compressed
  8119. # FIXME: missing diet .com compression
  8120.  
  8121. # miscellaneous formats
  8122. 0    string        LZ        MS-DOS executable (built-in)
  8123. #0    byte        0xf0        MS-DOS program library data
  8124. #
  8125.  
  8126. #
  8127. # Windows Registry files.
  8128. # updated by Joerg Jenderek
  8129. 0    string        regf        Windows NT/XP registry file
  8130. 0    string        CREG        Windows 95/98/ME registry file
  8131. 0    string        SHCC3        Windows 3.1 registry file
  8132.  
  8133.  
  8134. # AAF files:
  8135. # <stuartc@rd.bbc.co.uk> Stuart Cunningham
  8136. 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
  8137. >30    byte    9        (512B sectors)
  8138. >30    byte    12        (4kB sectors)
  8139. 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
  8140. >30    byte    9        (512B sectors)
  8141. >30    byte    12        (4kB sectors)
  8142.  
  8143. # Popular applications
  8144. 2080    string    Microsoft\ Word\ 6.0\ Document    %s
  8145. 2080    string    Documento\ Microsoft\ Word\ 6 Spanish Microsoft Word 6 document data
  8146. # Pawel Wiecek <coven@i17linuxb.ists.pwr.wroc.pl> (for polish Word)
  8147. 2112    string    MSWordDoc            Microsoft Word document data
  8148. #
  8149. 0    belong    0x31be0000            Microsoft Word Document
  8150. #
  8151. 0       string  PO^Q`                Microsoft Word 6.0 Document
  8152. #
  8153. 0    string    \376\067\0\043            Microsoft Office Document
  8154. 0    string    \320\317\021\340\241\261\032\341    Microsoft Office Document
  8155. 0    string    \333\245-\0\0\0            Microsoft Office Document
  8156. #
  8157. 2080    string    Microsoft\ Excel\ 5.0\ Worksheet    %s
  8158. 2080    string    Foglio\ di\ lavoro\ Microsoft\ Exce    %s
  8159. #
  8160. # Pawel Wiecek <coven@i17linuxb.ists.pwr.wroc.pl> (for polish Excel)
  8161. 2114    string    Biff5        Microsoft Excel 5.0 Worksheet
  8162. # Italian MS-Excel
  8163. 2121    string    Biff5        Microsoft Excel 5.0 Worksheet
  8164. 0    string    \x09\x04\x06\x00\x00\x00\x10\x00    Microsoft Excel Worksheet
  8165. #
  8166. 0    belong    0x00001a00    Lotus 1-2-3
  8167. >4    belong    0x00100400    wk3 document data
  8168. >4    belong    0x02100400    wk4 document data
  8169. >4    belong    0x07800100    fm3 or fmb document data
  8170. >4    belong    0x07800000    fm3 or fmb document data
  8171. #
  8172. 0    belong    0x00000200     Lotus 1-2-3
  8173. >4    belong    0x06040600    wk1 document data
  8174. >4    belong    0x06800200    fmt document data
  8175.  
  8176. # Help files
  8177. 0    string    ?_\3\0        MS Windows Help Data
  8178.  
  8179. #  DeIsL1.isu what this is I don't know
  8180. 0    string    \161\250\000\000\001\002    DeIsL1.isu whatever that is
  8181.  
  8182. # Winamp .avs
  8183. #0    string    Nullsoft\ AVS\ Preset\ \060\056\061\032    A plug in for Winamp ms-windows Freeware media player
  8184. 0    string    Nullsoft\ AVS\ Preset\     Winamp plug in
  8185.  
  8186. # Hyper terminal:
  8187. 0    string    HyperTerminal\     hyperterm
  8188. >15    string    1.0\ --\ HyperTerminal\ data\ file    MS-windows Hyperterminal
  8189.  
  8190. # Windows Metafont .WMF
  8191. 0       string  \327\315\306\232        ms-windows metafont .wmf
  8192. 0       string  \002\000\011\000        ms-windows metafont .wmf
  8193. 0       string  \001\000\011\000        ms-windows metafont .wmf
  8194.  
  8195. #tz3 files whatever that is (MS Works files)
  8196. 0    string    \003\001\001\004\070\001\000\000    tz3 ms-works file
  8197. 0    string    \003\002\001\004\070\001\000\000    tz3 ms-works file
  8198. 0    string    \003\003\001\004\070\001\000\000    tz3 ms-works file
  8199.  
  8200. # PGP sig files .sig
  8201. #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
  8202. 0 string \211\000\077\003\005\000\063\237\127\065\027\266\151\064\005\045\101\233\021\002 PGP sig
  8203. 0 string \211\000\077\003\005\000\063\237\127\066\027\266\151\064\005\045\101\233\021\002 PGP sig
  8204. 0 string \211\000\077\003\005\000\063\237\127\067\027\266\151\064\005\045\101\233\021\002 PGP sig
  8205. 0 string \211\000\077\003\005\000\063\237\127\070\027\266\151\064\005\045\101\233\021\002 PGP sig
  8206. 0 string \211\000\077\003\005\000\063\237\127\071\027\266\151\064\005\045\101\233\021\002 PGP sig
  8207. 0 string \211\000\225\003\005\000\062\122\207\304\100\345\042 PGP sig
  8208.  
  8209. # windows zips files .dmf
  8210. 0    string    MDIF\032\000\010\000\000\000\372\046\100\175\001\000\001\036\001\000 MS Windows special zipped file
  8211.  
  8212.  
  8213. # Windows help file FTG FTS
  8214. 0    string    \164\146\115\122\012\000\000\000\001\000\000\000    MS Windows help cache
  8215.  
  8216. # grp old windows 3.1 group files
  8217. 0 string  \120\115\103\103    MS Windows 3.1 group files
  8218.  
  8219.  
  8220. # lnk files windows symlinks
  8221. 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
  8222.  
  8223. #ico files
  8224. 0    string    \102\101\050\000\000\000\056\000\000\000\000\000\000\000    Icon for MS Windows
  8225.  
  8226. # Windows icons (Ian Springer <ips@fpk.hp.com>)
  8227. 0    string    \000\000\001\000    MS Windows icon resource
  8228. >4    byte    1            - 1 icon
  8229. >4    byte    >1            - %d icons
  8230. >>6    byte    >0            \b, %dx
  8231. >>>7    byte    >0            \b%d
  8232. >>8    byte    0            \b, 256-colors
  8233. >>8    byte    >0            \b, %d-colors
  8234.  
  8235.  
  8236. # .chr files
  8237. 0    string    PK\010\010BGI    Borland font 
  8238. >4    string    >\0    %s
  8239. # then there is a copyright notice
  8240.  
  8241.  
  8242. # .bgi files
  8243. 0    string    pk\010\010BGI    Borland device 
  8244. >4    string    >\0    %s
  8245. # then there is a copyright notice
  8246.  
  8247.  
  8248. # recycled/info the windows trash bin index
  8249. 9    string    \000\000\000\030\001\000\000\000 MS Windows recycled bin info
  8250.  
  8251.  
  8252. ##### put in Either Magic/font or Magic/news
  8253. # Acroread or something  files wrongly identified as G3  .pfm
  8254. # these have the form \000 \001 any? \002 \000 \000
  8255. # or \000 \001 any? \022 \000 \000
  8256. 0    belong&0xffff00ff    0x00010012    PFM data
  8257. >4    string            \000\000
  8258. >6    string            >\060        - %s
  8259.  
  8260. 0    belong&0xffff00ff    0x00010002    PFM data
  8261. >4    string            \000\000
  8262. >6    string            >\060        - %s
  8263. #0    string  \000\001 pfm?
  8264. #>3    string  \022\000\000Copyright\  yes
  8265. #>3    string  \002\000\000Copyright\  yes
  8266. #>3    string  >\0     oops, not a font file. Cancel that.
  8267. #it clashes with ttf files so put it lower down.
  8268.  
  8269. # From Doug Lee via a FreeBSD pr
  8270. 9    string        GERBILDOC    First Choice document
  8271. 9    string        GERBILDB    First Choice database
  8272. 9    string        GERBILCLIP    First Choice database
  8273. 0    string        GERBIL        First Choice device file
  8274. 9    string        RABBITGRAPH    RabbitGraph file
  8275. 0    string        DCU1        Borland Delphi .DCU file
  8276. 0    string        =!<spell>    MKS Spell hash list (old format)
  8277. 0    string        =!<spell2>    MKS Spell hash list
  8278. # Too simple - MPi
  8279. #0    string        AH        Halo(TM) bitmapped font file
  8280. 0    lelong        0x08086b70    TurboC BGI file
  8281. 0    lelong        0x08084b50    TurboC Font file
  8282.  
  8283. # WARNING: below line conflicts with Infocom game data Z-machine 3
  8284. 0    byte        0x03        DBase 3 data file
  8285. >0x04    lelong        0        (no records)
  8286. >0x04    lelong        >0        (%ld records)
  8287. 0    byte        0x83        DBase 3 data file with memo(s)
  8288. >0x04    lelong        0        (no records)
  8289. >0x04    lelong        >0        (%ld records)
  8290. 0    leshort        0x0006        DBase 3 index file
  8291. 0    string        PMCC        Windows 3.x .GRP file
  8292. 1    string        RDC-meg        MegaDots 
  8293. >8    byte        >0x2F        version %c
  8294. >9    byte        >0x2F        \b.%c file
  8295. 0    lelong        0x4C
  8296. >4    lelong        0x00021401    Windows shortcut file
  8297.  
  8298. # DOS EPS Binary File Header
  8299. # From: Ed Sznyter <ews@Black.Market.NET>
  8300. 0    belong        0xC5D0D3C6    DOS EPS Binary File
  8301. >4    long        >0        Postscript starts at byte %d
  8302. >>8    long        >0        length %d
  8303. >>>12    long        >0        Metafile starts at byte %d
  8304. >>>>16    long        >0        length %d
  8305. >>>20    long        >0        TIFF starts at byte %d
  8306. >>>>24    long        >0        length %d
  8307.  
  8308. # TNEF magic From "Joomy" <joomy@se-ed.net> 
  8309. 0    leshort        0x223e9f78    TNEF
  8310.  
  8311. # HtmlHelp files (.chm)
  8312. 0    string  ITSF\003\000\000\000\x60\000\000\000\001\000\000\000    MS Windows HtmlHelp Data
  8313.  
  8314. # GFA-BASIC (Wolfram Kleff)
  8315. 2    string        GFA-BASIC3    GFA-BASIC 3 data
  8316.  
  8317. #------------------------------------------------------------------------------
  8318. # From Stuart Caie <kyzer@4u.net> (developer of cabextract)
  8319. # Microsoft Cabinet files
  8320. 0    string        MSCF\0\0\0\0    Microsoft Cabinet archive data
  8321. >8    lelong        x        \b, %u bytes
  8322. >28    leshort        1        \b, 1 file
  8323. >28    leshort        >1        \b, %u files
  8324.  
  8325. # InstallShield Cabinet files
  8326. 0    string        ISc(        InstallShield Cabinet archive data
  8327. >5    byte&0xf0    =0x60         version 6,
  8328. >5    byte&0xf0    !0x60         version 4/5,
  8329. >(12.l+40)    lelong    x        %u files
  8330.  
  8331. # Windows CE package files
  8332. 0    string        MSCE\0\0\0\0    Microsoft WinCE install header
  8333. >20    lelong        0        \b, architecture-independent
  8334. >20    lelong        103        \b, Hitachi SH3
  8335. >20    lelong        104        \b, Hitachi SH4
  8336. >20    lelong        0xA11        \b, StrongARM
  8337. >20    lelong        4000        \b, MIPS R4000
  8338. >20    lelong        10003        \b, Hitachi SH3
  8339. >20    lelong        10004        \b, Hitachi SH3E
  8340. >20    lelong        10005        \b, Hitachi SH4
  8341. >20    lelong        70001        \b, ARM 7TDMI
  8342. >52    leshort        1         \b, 1 file
  8343. >52    leshort        >1         \b, %u files
  8344. >56    leshort        1         \b, 1 registry entry
  8345. >56    leshort        >1         \b, %u registry entries
  8346.  
  8347. # Outlook Personal Folders
  8348. 0    lelong    0x4E444221    Microsoft Outlook binary email folder
  8349.  
  8350. # From: Dirk Jagdmann <doj@cubic.org>
  8351. 0    lelong    0x00035f3f    Windows 3.x help file
  8352.  
  8353. # Christophe Monniez
  8354. 0    string    Client\ UrlCache\ MMF     Microsoft Internet Explorer Cache File
  8355. >20    string    >\0            Version %s
  8356. 0    string    \xCF\xAD\x12\xFE    Microsoft Outlook Express DBX File
  8357. >4    byte    =0xC5            Message database
  8358. >4    byte    =0xC6            Folder database
  8359. >4    byte    =0xC7            Accounts informations
  8360. >4    byte    =0x30            Offline database
  8361.  
  8362.  
  8363. # Windows Enhanced Metafile (EMF)
  8364. # See msdn.microsoft.com/archive/en-us/dnargdi/html/msdn_enhmeta.asp 
  8365. # for further information. Note that "0 lelong 1" should be true i.e.
  8366. # the first double word in the file should be 1. With the extended
  8367. # syntax available by some file commands you could write:
  8368. # 0 lelong 1
  8369. # &40 ulelong 0x464D4520 Windows Enhanced Metafile (EMF) image data
  8370. 40    ulelong 0x464D4520    Windows Enhanced Metafile (EMF) image data
  8371. >44    ulelong x        version 0x%x.
  8372. # If the description has a length greater than zero, it exists and is 
  8373. # found at offset (*64).
  8374. >64    ulelong >0        Description available at offset 0x%x
  8375. >>60    ulelong    >0        (length 0x%x)
  8376. # Note it would be better to print out the description, which is found 
  8377. # as below. Unfortunately the following only prints out the first couple
  8378. # of characters instead of all the "description length"
  8379. # number of characters -- indicated by the ulelong at offset 60.
  8380. >>(64.l)  lestring16 >0 Description: %15.15s
  8381.  
  8382. # From: Alex Beregszaszi <alex@fsn.hu>
  8383. 0    string    COWD        VMWare3 disk image
  8384. >12    belong    x        %d bytes
  8385.  
  8386. 0    string    VMDK         VMware4 disk image
  8387.  
  8388. 0    belong    0x514649fb    QEMU Copy-On-Write disk image
  8389. >4    belong    x        version %d,
  8390. >24    belong    x        size %d +
  8391. >28    belong    x        %d
  8392.  
  8393. 0    string    QEVM        QEMU's suspend to disk image
  8394.  
  8395. 0    string    Bochs\ Virtual\ HD\ Image    Bochs disk image,
  8396. >32    string    x                type %s,
  8397. >48    string    x                subtype %s
  8398.  
  8399. 0    lelong    0x02468ace            Bochs Sparse disk image
  8400. #------------------------------------------------------------------------------
  8401. # modem:  file(1) magic for modem programs
  8402. #
  8403. # From: Florian La Roche <florian@knorke.saar.de>
  8404. 1    string        PC\ Research,\ Inc    Digifax-G3-File
  8405. >29    byte        1        \b, fine resolution
  8406. >29    byte        0        \b, normal resolution
  8407.  
  8408. 0    short        0x0100        raw G3 data, byte-padded
  8409. 0    short        0x1400        raw G3 data
  8410. #
  8411. # Magic data for vgetty voice formats
  8412. # (Martin Seine & Marc Eberhard)
  8413.  
  8414. #
  8415. # raw modem data version 1
  8416. #
  8417. 0    string    RMD1      raw modem data
  8418. >4   string    >\0       (%s /
  8419. >20  short     >0        compression type 0x%04x)
  8420.  
  8421. #
  8422. # portable voice format 1
  8423. #
  8424. 0    string    PVF1\n         portable voice format
  8425. >5   string    >\0       (binary %s)
  8426.  
  8427. #
  8428. # portable voice format 2
  8429. #
  8430. 0    string    PVF2\n         portable voice format
  8431. >5   string >\0          (ascii %s)
  8432.  
  8433.  
  8434. #------------------------------------------------------------------------------
  8435. # msvc:  file(1) magic for msvc
  8436. # "H. Nanosecond" <aldomel@ix.netcom.com>
  8437. # Microsoft visual C
  8438. # I have version 1.0
  8439.  
  8440. # .aps
  8441. 0    string    HWB\000\377\001\000\000\000    Microsoft Visual C .APS file
  8442.  
  8443. # .ide
  8444. #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
  8445. 0    string    \102\157\162\154\141\156\144\040\103\053\053\040\120\162\157    MSVC .ide
  8446.  
  8447. # .res
  8448. 0    string    \000\000\000\000\040\000\000\000\377    MSVC .res
  8449. 0    string    \377\003\000\377\001\000\020\020\350    MSVC .res
  8450. 0    string    \377\003\000\377\001\000\060\020\350    MSVC .res
  8451.  
  8452. #.lib
  8453. 0    string    \360\015\000\000    Microsoft Visual C library
  8454. 0    string    \360\075\000\000    Microsoft Visual C library
  8455. 0    string    \360\175\000\000    Microsoft Visual C library
  8456.  
  8457. #.pch
  8458. 0    string    DTJPCH0\000\022\103\006\200    Microsoft Visual C .pch
  8459.  
  8460. # .pdb
  8461. # too long 0    string    Microsoft\ C/C++\ program\ database\ 
  8462. 0    string    Microsoft\ C/C++\     MSVC program database
  8463. >18    string    program\ database\     
  8464. >33    string    >\0    ver %s
  8465.  
  8466. #.sbr
  8467. 0    string    \000\002\000\007\000    MSVC .sbr
  8468. >5    string     >\0    %s
  8469.  
  8470. #.bsc
  8471. 0    string    \002\000\002\001    MSVC .bsc
  8472.  
  8473. #.wsp
  8474. 0    string    1.00\ .0000.0000\000\003    MSVC .wsp version 1.0000.0000
  8475. # these seem to start with the version and contain menus
  8476.  
  8477. #-----------------------------------------------------------------------------
  8478. # natinst:  file(1) magic for National Instruments Code Files
  8479.  
  8480. #
  8481. # From <egamez@fcfm.buap.mx> Enrique Gßmez-Flores
  8482. # version 1
  8483. # Many formats still missing, we use, for the moment LabVIEW
  8484. # We guess VXI format file. VISA, LabWindowsCVI, BridgeVIEW, etc, are missing
  8485. #
  8486. 0       string          RSRC            National Instruments,
  8487. # Check if it's a LabVIEW File
  8488. >8      string          LV              LabVIEW File,
  8489. # Check wich kind of file is
  8490. >>10    string          SB              Code Resource File, data
  8491. >>10    string          IN              Virtual Instrument Program, data
  8492. >>10    string          AR              VI Library, data
  8493. # This is for Menu Libraries
  8494. >8      string          LMNULBVW        Portable File Names, data
  8495. # This is for General Resources
  8496. >8      string          rsc             Resources File, data
  8497. # This is for VXI Package
  8498. 0       string          VMAP            National Instruments, VXI File, data
  8499.  
  8500. #------------------------------------------------------------------------------
  8501. # ncr:  file(1) magic for NCR Tower objects
  8502. #
  8503. # contributed by
  8504. # Michael R. Wayne  ***  TMC & Associates  ***  INTERNET: wayne@ford-vax.arpa
  8505. # uucp: {philabs | pyramid} !fmsrl7!wayne   OR   wayne@fmsrl7.UUCP
  8506. #
  8507. 0    beshort        000610    Tower/XP rel 2 object
  8508. >12       belong        >0    not stripped
  8509. >20       beshort        0407    executable
  8510. >20       beshort        0410    pure executable
  8511. >22       beshort        >0    - version %ld
  8512. 0    beshort        000615    Tower/XP rel 2 object
  8513. >12       belong        >0    not stripped
  8514. >20       beshort        0407    executable
  8515. >20       beshort        0410    pure executable
  8516. >22       beshort        >0    - version %ld
  8517. 0    beshort        000620    Tower/XP rel 3 object
  8518. >12       belong        >0    not stripped
  8519. >20       beshort        0407    executable
  8520. >20       beshort        0410    pure executable
  8521. >22       beshort        >0    - version %ld
  8522. 0    beshort        000625    Tower/XP rel 3 object
  8523. >12       belong        >0    not stripped
  8524. >20       beshort        0407    executable
  8525. >20       beshort        0410    pure executable
  8526. >22       beshort        >0    - version %ld
  8527. 0    beshort        000630    Tower32/600/400 68020 object
  8528. >12       belong        >0    not stripped
  8529. >20       beshort        0407    executable
  8530. >20       beshort        0410    pure executable
  8531. >22       beshort        >0    - version %ld
  8532. 0    beshort        000640    Tower32/800 68020
  8533. >18       beshort        &020000    w/68881 object
  8534. >18       beshort        &040000    compatible object
  8535. >18       beshort        &060000    object
  8536. >20       beshort        0407    executable
  8537. >20       beshort        0413    pure executable
  8538. >12       belong        >0    not stripped
  8539. >22       beshort        >0    - version %ld
  8540. 0    beshort        000645    Tower32/800 68010
  8541. >18       beshort        &040000    compatible object
  8542. >18       beshort        &060000 object
  8543. >20       beshort        0407    executable
  8544. >20       beshort        0413    pure executable
  8545. >12       belong        >0    not stripped
  8546. >22       beshort        >0    - version %ld
  8547.  
  8548. #------------------------------------------------------------------------------
  8549. # netbsd:  file(1) magic for NetBSD objects
  8550. #
  8551. # All new-style magic numbers are in network byte order.
  8552. #
  8553.  
  8554. 0    lelong            000000407    a.out NetBSD little-endian object file
  8555. >16    lelong            >0        not stripped
  8556. 0    belong            000000407    a.out NetBSD big-endian object file
  8557. >16    belong            >0        not stripped
  8558.  
  8559. 0    belong&0377777777    041400413    a.out NetBSD/i386 demand paged
  8560. >0    byte            &0x80        
  8561. >>20    lelong            <4096        shared library
  8562. >>20    lelong            =4096        dynamically linked executable
  8563. >>20    lelong            >4096        dynamically linked executable
  8564. >0    byte            ^0x80        executable
  8565. >16    lelong            >0        not stripped
  8566. 0    belong&0377777777    041400410    a.out NetBSD/i386 pure
  8567. >0    byte            &0x80        dynamically linked executable
  8568. >0    byte            ^0x80        executable
  8569. >16    lelong            >0        not stripped
  8570. 0    belong&0377777777    041400407    a.out NetBSD/i386
  8571. >0    byte            &0x80        dynamically linked executable
  8572. >0    byte            ^0x80
  8573. >>0    byte            &0x40        position independent
  8574. >>20    lelong            !0        executable
  8575. >>20    lelong            =0        object file
  8576. >16    lelong            >0        not stripped
  8577. 0    belong&0377777777    041400507    a.out NetBSD/i386 core
  8578. >12    string            >\0        from '%s'
  8579. >32    lelong            !0        (signal %d)
  8580.  
  8581. 0    belong&0377777777    041600413    a.out NetBSD/m68k demand paged
  8582. >0    byte            &0x80        
  8583. >>20    belong            <8192        shared library
  8584. >>20    belong            =8192        dynamically linked executable
  8585. >>20    belong            >8192        dynamically linked executable
  8586. >0    byte            ^0x80        executable
  8587. >16    belong            >0        not stripped
  8588. 0    belong&0377777777    041600410    a.out NetBSD/m68k pure
  8589. >0    byte            &0x80        dynamically linked executable
  8590. >0    byte            ^0x80        executable
  8591. >16    belong            >0        not stripped
  8592. 0    belong&0377777777    041600407    a.out NetBSD/m68k
  8593. >0    byte            &0x80        dynamically linked executable
  8594. >0    byte            ^0x80
  8595. >>0    byte            &0x40        position independent
  8596. >>20    belong            !0        executable
  8597. >>20    belong            =0        object file
  8598. >16    belong            >0        not stripped
  8599. 0    belong&0377777777    041600507    a.out NetBSD/m68k core
  8600. >12    string            >\0        from '%s'
  8601. >32    belong            !0        (signal %d)
  8602.  
  8603. 0    belong&0377777777    042000413    a.out NetBSD/m68k4k demand paged
  8604. >0    byte            &0x80        
  8605. >>20    belong            <4096        shared library
  8606. >>20    belong            =4096        dynamically linked executable
  8607. >>20    belong            >4096        dynamically linked executable
  8608. >0    byte            ^0x80        executable
  8609. >16    belong            >0        not stripped
  8610. 0    belong&0377777777    042000410    a.out NetBSD/m68k4k pure
  8611. >0    byte            &0x80        dynamically linked executable
  8612. >0    byte            ^0x80        executable
  8613. >16    belong            >0        not stripped
  8614. 0    belong&0377777777    042000407    a.out NetBSD/m68k4k
  8615. >0    byte            &0x80        dynamically linked executable
  8616. >0    byte            ^0x80
  8617. >>0    byte            &0x40        position independent
  8618. >>20    belong            !0        executable
  8619. >>20    belong            =0        object file
  8620. >16    belong            >0        not stripped
  8621. 0    belong&0377777777    042000507    a.out NetBSD/m68k4k core
  8622. >12    string            >\0        from '%s'
  8623. >32    belong            !0        (signal %d)
  8624.  
  8625. 0    belong&0377777777    042200413    a.out NetBSD/ns32532 demand paged
  8626. >0    byte            &0x80        
  8627. >>20    lelong            <4096        shared library
  8628. >>20    lelong            =4096        dynamically linked executable
  8629. >>20    lelong            >4096        dynamically linked executable
  8630. >0    byte            ^0x80        executable
  8631. >16    lelong            >0        not stripped
  8632. 0    belong&0377777777    042200410    a.out NetBSD/ns32532 pure
  8633. >0    byte            &0x80        dynamically linked executable
  8634. >0    byte            ^0x80        executable
  8635. >16    lelong            >0        not stripped
  8636. 0    belong&0377777777    042200407    a.out NetBSD/ns32532
  8637. >0    byte            &0x80        dynamically linked executable
  8638. >0    byte            ^0x80
  8639. >>0    byte            &0x40        position independent
  8640. >>20    lelong            !0        executable
  8641. >>20    lelong            =0        object file
  8642. >16    lelong            >0        not stripped
  8643. 0    belong&0377777777    042200507    a.out NetBSD/ns32532 core
  8644. >12    string            >\0        from '%s'
  8645. >32    lelong            !0        (signal %d)
  8646.  
  8647. 0    belong&0377777777    045200507    a.out NetBSD/powerpc core
  8648. >12    string            >\0        from '%s'
  8649.  
  8650. 0    belong&0377777777    042400413    a.out NetBSD/SPARC demand paged
  8651. >0    byte            &0x80        
  8652. >>20    belong            <8192        shared library
  8653. >>20    belong            =8192        dynamically linked executable
  8654. >>20    belong            >8192        dynamically linked executable
  8655. >0    byte            ^0x80        executable
  8656. >16    belong            >0        not stripped
  8657. 0    belong&0377777777    042400410    a.out NetBSD/SPARC pure
  8658. >0    byte            &0x80        dynamically linked executable
  8659. >0    byte            ^0x80        executable
  8660. >16    belong            >0        not stripped
  8661. 0    belong&0377777777    042400407    a.out NetBSD/SPARC
  8662. >0    byte            &0x80        dynamically linked executable
  8663. >0    byte            ^0x80
  8664. >>0    byte            &0x40        position independent
  8665. >>20    belong            !0        executable
  8666. >>20    belong            =0        object file
  8667. >16    belong            >0        not stripped
  8668. 0    belong&0377777777    042400507    a.out NetBSD/SPARC core
  8669. >12    string            >\0        from '%s'
  8670. >32    belong            !0        (signal %d)
  8671.  
  8672. 0    belong&0377777777    042600413    a.out NetBSD/pmax demand paged
  8673. >0    byte            &0x80        
  8674. >>20    lelong            <4096        shared library
  8675. >>20    lelong            =4096        dynamically linked executable
  8676. >>20    lelong            >4096        dynamically linked executable
  8677. >0    byte            ^0x80        executable
  8678. >16    lelong            >0        not stripped
  8679. 0    belong&0377777777    042600410    a.out NetBSD/pmax pure
  8680. >0    byte            &0x80        dynamically linked executable
  8681. >0    byte            ^0x80        executable
  8682. >16    lelong            >0        not stripped
  8683. 0    belong&0377777777    042600407    a.out NetBSD/pmax
  8684. >0    byte            &0x80        dynamically linked executable
  8685. >0    byte            ^0x80
  8686. >>0    byte            &0x40        position independent
  8687. >>20    lelong            !0        executable
  8688. >>20    lelong            =0        object file
  8689. >16    lelong            >0        not stripped
  8690. 0    belong&0377777777    042600507    a.out NetBSD/pmax core
  8691. >12    string            >\0        from '%s'
  8692. >32    lelong            !0        (signal %d)
  8693.  
  8694. 0    belong&0377777777    043000413    a.out NetBSD/vax 1k demand paged
  8695. >0    byte            &0x80        
  8696. >>20    lelong            <4096        shared library
  8697. >>20    lelong            =4096        dynamically linked executable
  8698. >>20    lelong            >4096        dynamically linked executable
  8699. >0    byte            ^0x80        executable
  8700. >16    lelong            >0        not stripped
  8701. 0    belong&0377777777    043000410    a.out NetBSD/vax 1k pure
  8702. >0    byte            &0x80        dynamically linked executable
  8703. >0    byte            ^0x80        executable
  8704. >16    lelong            >0        not stripped
  8705. 0    belong&0377777777    043000407    a.out NetBSD/vax 1k
  8706. >0    byte            &0x80        dynamically linked executable
  8707. >0    byte            ^0x80
  8708. >>0    byte            &0x40        position independent
  8709. >>20    lelong            !0        executable
  8710. >>20    lelong            =0        object file
  8711. >16    lelong            >0        not stripped
  8712. 0    belong&0377777777    043000507    a.out NetBSD/vax 1k core
  8713. >12    string            >\0        from '%s'
  8714. >32    lelong            !0        (signal %d)
  8715.  
  8716. 0    belong&0377777777    045400413    a.out NetBSD/vax 4k demand paged
  8717. >0    byte            &0x80        
  8718. >>20    lelong            <4096        shared library
  8719. >>20    lelong            =4096        dynamically linked executable
  8720. >>20    lelong            >4096        dynamically linked executable
  8721. >0    byte            ^0x80        executable
  8722. >16    lelong            >0        not stripped
  8723. 0    belong&0377777777    045400410    a.out NetBSD/vax 4k pure
  8724. >0    byte            &0x80        dynamically linked executable
  8725. >0    byte            ^0x80        executable
  8726. >16    lelong            >0        not stripped
  8727. 0    belong&0377777777    045400407    a.out NetBSD/vax 4k
  8728. >0    byte            &0x80        dynamically linked executable
  8729. >0    byte            ^0x80
  8730. >>0    byte            &0x40        position independent
  8731. >>20    lelong            !0        executable
  8732. >>20    lelong            =0        object file
  8733. >16    lelong            >0        not stripped
  8734. 0    belong&0377777777    045400507    a.out NetBSD/vax 4k core
  8735. >12    string            >\0        from '%s'
  8736. >32    lelong            !0        (signal %d)
  8737.  
  8738. # NetBSD/alpha does not support (and has never supported) a.out objects,
  8739. # so no rules are provided for them.  NetBSD/alpha ELF objects are 
  8740. # dealt with in "elf".
  8741. 0    lelong        0x00070185        ECOFF NetBSD/alpha binary
  8742. >10    leshort        0x0001            not stripped
  8743. >10    leshort        0x0000            stripped
  8744. 0    belong&0377777777    043200507    a.out NetBSD/alpha core
  8745. >12    string            >\0        from '%s'
  8746. >32    lelong            !0        (signal %d)
  8747.  
  8748. 0    belong&0377777777    043400413    a.out NetBSD/mips demand paged
  8749. >0    byte            &0x80        
  8750. >>20    belong            <8192        shared library
  8751. >>20    belong            =8192        dynamically linked executable
  8752. >>20    belong            >8192        dynamically linked executable
  8753. >0    byte            ^0x80        executable
  8754. >16    belong            >0        not stripped
  8755. 0    belong&0377777777    043400410    a.out NetBSD/mips pure
  8756. >0    byte            &0x80        dynamically linked executable
  8757. >0    byte            ^0x80        executable
  8758. >16    belong            >0        not stripped
  8759. 0    belong&0377777777    043400407    a.out NetBSD/mips
  8760. >0    byte            &0x80        dynamically linked executable
  8761. >0    byte            ^0x80
  8762. >>0    byte            &0x40        position independent
  8763. >>20    belong            !0        executable
  8764. >>20    belong            =0        object file
  8765. >16    belong            >0        not stripped
  8766. 0    belong&0377777777    043400507    a.out NetBSD/mips core
  8767. >12    string            >\0        from '%s'
  8768. >32    belong            !0        (signal %d)
  8769.  
  8770. 0    belong&0377777777    043600413    a.out NetBSD/arm32 demand paged
  8771. >0    byte            &0x80
  8772. >>20    lelong            <4096        shared library
  8773. >>20    lelong            =4096        dynamically linked executable
  8774. >>20    lelong            >4096        dynamically linked executable
  8775. >0    byte            ^0x80        executable
  8776. >16    lelong            >0        not stripped
  8777. 0    belong&0377777777    043600410    a.out NetBSD/arm32 pure
  8778. >0    byte            &0x80        dynamically linked executable
  8779. >0    byte            ^0x80        executable
  8780. >16    lelong            >0        not stripped
  8781. 0    belong&0377777777    043600407    a.out NetBSD/arm32
  8782. >0    byte            &0x80        dynamically linked executable
  8783. >0    byte            ^0x80
  8784. >>0    byte            &0x40        position independent
  8785. >>20    lelong            !0        executable
  8786. >>20    lelong            =0        object file
  8787. >16    lelong            >0        not stripped
  8788. # NetBSD/arm26 has always used ELF objects, but it shares a core file
  8789. # format with NetBSD/arm32.
  8790. 0    belong&0377777777    043600507    a.out NetBSD/arm core
  8791. >12    string            >\0        from '%s'
  8792. >32    lelong            !0        (signal %d)
  8793.  
  8794. #------------------------------------------------------------------------------
  8795. # netscape:  file(1) magic for Netscape files
  8796. # "H. Nanosecond" <aldomel@ix.netcom.com>
  8797. # version 3 and 4 I think
  8798. #
  8799.  
  8800. # Netscape Address book  .nab
  8801. 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
  8802.  
  8803. # Netscape Communicator address book
  8804. 0   string   \000\017\102\111 Netscape Communicator address book
  8805.  
  8806. # .snm Caches
  8807. 0    string        #\ Netscape\ folder\ cache    Netscape folder cache
  8808. 0    string    \000\036\204\220\000    Netscape folder cache
  8809. # .n2p 
  8810. # Net 2 Phone 
  8811. #0    string    123\130\071\066\061\071\071\071\060\070\061\060\061\063\060
  8812. 0    string    SX961999    Net2phone
  8813.  
  8814. #
  8815. #This is files ending in .art, FIXME add more rules
  8816. 0       string          JG\004\016\0\0\0\0      ART
  8817. #------------------------------------------------------------------------------
  8818. # netware:  file(1) magic for NetWare Loadable Modules (NLMs)
  8819.  
  8820. 0    string    NetWare\ Loadable\ Module    NetWare Loadable Module
  8821.  
  8822. #------------------------------------------------------------------------------
  8823. # news:  file(1) magic for SunOS NeWS fonts (not "news" as in "netnews")
  8824. #
  8825. 0    string        StartFontMetrics    ASCII font metrics
  8826. 0    string        StartFont    ASCII font bits
  8827. 0    belong        0x137A2944    NeWS bitmap font
  8828. 0    belong        0x137A2947    NeWS font family
  8829. 0    belong        0x137A2950    scalable OpenFont binary
  8830. 0    belong        0x137A2951    encrypted scalable OpenFont binary
  8831. 8    belong        0x137A2B45    X11/NeWS bitmap font
  8832. 8    belong        0x137A2B48    X11/NeWS font family
  8833. #------------------------------------------------------------------------------
  8834. # nitpicker:  file(1) magic for Flowfiles.
  8835. # From: Christian Jachmann <C.Jachmann@gmx.net> http://www.nitpicker.de
  8836. 0    string    NPFF    NItpicker Flow File 
  8837. >4    byte    x    V%d.
  8838. >5    byte    x    %d
  8839. >6    bedate    x    started: %s
  8840. >10    bedate    x    stopped: %s
  8841. >14    belong    x    Bytes: %u
  8842. >18    belong    x    Bytes1: %u
  8843. >22    belong    x    Flows: %u
  8844. >26    belong    x    Pkts: %u
  8845.  
  8846. #------------------------------------------------------------------------------
  8847. # ocaml: file(1) magic for Objective Caml files.
  8848. 0    string    Caml1999    Objective caml
  8849. >8    string    X        exec file
  8850. >8    string    I        interface file (.cmi)
  8851. >8    string    O        object file (.cmo)
  8852. >8    string    A        library file (.cma)
  8853. >8    string    Y        native object file (.cmx)
  8854. >8    string    Z        native library file (.cmxa)
  8855. >8    string    M        abstract syntax tree implementation file
  8856. >8    string    N        abstract syntax tree interface file
  8857. >9    string    >\0        (Version %3.3s).
  8858. #------------------------------------------------------------------------------
  8859. # octave binary data file(1) magic, from Dirk Eddelbuettel <edd@debian.org>
  8860. 0    string        Octave-1-L    Octave binary data (little endian)
  8861. 0    string        Octave-1-B    Octave binary data (big endian)
  8862.  
  8863. #------------------------------------------------------------------------------
  8864. # olf:  file(1) magic for OLF executables
  8865. #
  8866. # We have to check the byte order flag to see what byte order all the
  8867. # other stuff in the header is in.
  8868. #
  8869. # MIPS R3000 may also be for MIPS R2000.
  8870. # What're the correct byte orders for the nCUBE and the Fujitsu VPP500?
  8871. #
  8872. # Created by Erik Theisen <etheisen@openbsd.org>
  8873. # Based on elf from Daniel Quinlan <quinlan@yggdrasil.com>
  8874. 0    string        \177OLF        OLF
  8875. >4    byte        0        invalid class
  8876. >4    byte        1        32-bit
  8877. >4    byte        2        64-bit
  8878. >7    byte        0        invalid os
  8879. >7    byte        1        OpenBSD
  8880. >7    byte        2        NetBSD
  8881. >7    byte        3        FreeBSD
  8882. >7    byte        4        4.4BSD
  8883. >7    byte        5        Linux
  8884. >7    byte        6        SVR4
  8885. >7    byte        7        esix
  8886. >7    byte        8        Solaris
  8887. >7    byte        9        Irix
  8888. >7    byte        10        SCO
  8889. >7    byte        11        Dell
  8890. >7    byte        12        NCR
  8891. >5    byte        0        invalid byte order
  8892. >5    byte        1        LSB
  8893. >>16    leshort        0        no file type,
  8894. >>16    leshort        1        relocatable,
  8895. >>16    leshort        2        executable,
  8896. >>16    leshort        3        shared object,
  8897. # Core handling from Peter Tobias <tobias@server.et-inf.fho-emden.de>
  8898. # corrections by Christian 'Dr. Disk' Hechelmann <drdisk@ds9.au.s.shuttle.de>
  8899. >>16    leshort        4        core file
  8900. >>>(0x38+0xcc) string    >\0        of '%s'
  8901. >>>(0x38+0x10) lelong    >0        (signal %d),
  8902. >>16    leshort        &0xff00        processor-specific,
  8903. >>18    leshort        0        no machine,
  8904. >>18    leshort        1        AT&T WE32100 - invalid byte order,
  8905. >>18    leshort        2        SPARC - invalid byte order,
  8906. >>18    leshort        3        Intel 80386,
  8907. >>18    leshort        4        Motorola 68000 - invalid byte order,
  8908. >>18    leshort        5        Motorola 88000 - invalid byte order,
  8909. >>18    leshort        6        Intel 80486,
  8910. >>18    leshort        7        Intel 80860,
  8911. >>18    leshort        8        MIPS R3000_BE - invalid byte order,
  8912. >>18    leshort        9        Amdahl - invalid byte order,
  8913. >>18    leshort        10        MIPS R3000_LE,
  8914. >>18    leshort        11        RS6000 - invalid byte order,
  8915. >>18    leshort        15        PA-RISC - invalid byte order,
  8916. >>18    leshort        16        nCUBE,
  8917. >>18    leshort        17        VPP500,
  8918. >>18    leshort        18        SPARC32PLUS,
  8919. >>18    leshort        20        PowerPC,
  8920. >>18    leshort        0x9026        Alpha,
  8921. >>20    lelong        0        invalid version
  8922. >>20    lelong        1        version 1
  8923. >>36    lelong        1        MathCoPro/FPU/MAU Required
  8924. >8    string        >\0        (%s)
  8925. >5    byte        2        MSB
  8926. >>16    beshort        0        no file type,
  8927. >>16    beshort        1        relocatable,
  8928. >>16    beshort        2        executable,
  8929. >>16    beshort        3        shared object,
  8930. >>16    beshort        4        core file,
  8931. >>>(0x38+0xcc) string    >\0        of '%s'
  8932. >>>(0x38+0x10) belong    >0        (signal %d),
  8933. >>16    beshort        &0xff00        processor-specific,
  8934. >>18    beshort        0        no machine,
  8935. >>18    beshort        1        AT&T WE32100,
  8936. >>18    beshort        2        SPARC,
  8937. >>18    beshort        3        Intel 80386 - invalid byte order,
  8938. >>18    beshort        4        Motorola 68000,
  8939. >>18    beshort        5        Motorola 88000,
  8940. >>18    beshort        6        Intel 80486 - invalid byte order,
  8941. >>18    beshort        7        Intel 80860,
  8942. >>18    beshort        8        MIPS R3000_BE,
  8943. >>18    beshort        9        Amdahl,
  8944. >>18    beshort        10        MIPS R3000_LE - invalid byte order,
  8945. >>18    beshort        11        RS6000,
  8946. >>18    beshort        15        PA-RISC,
  8947. >>18    beshort        16        nCUBE,
  8948. >>18    beshort        17        VPP500,
  8949. >>18    beshort        18        SPARC32PLUS,
  8950. >>18    beshort        20        PowerPC or cisco 4500,
  8951. >>18    beshort        21        cisco 7500,
  8952. >>18    beshort        24        cisco SVIP,
  8953. >>18    beshort        25        cisco 7200,
  8954. >>18    beshort        36        cisco 12000,
  8955. >>18    beshort        0x9026        Alpha,
  8956. >>20    belong        0        invalid version
  8957. >>20    belong        1        version 1
  8958. >>36    belong        1        MathCoPro/FPU/MAU Required
  8959.  
  8960. #------------------------------------------------------------------------------
  8961. # os2:  file(1) magic for OS/2 files
  8962. #
  8963.  
  8964. # Provided 1998/08/22 by
  8965. # David Mediavilla <davidme.news@REMOVEIFNOTSPAMusa.net>
  8966. 1    string    InternetShortcut    MS Windows 95 Internet shortcut text
  8967. >24    string    >\            (URL=<%s>)
  8968.  
  8969. # OS/2 URL objects
  8970. # Provided 1998/08/22 by
  8971. # David Mediavilla <davidme.news@REMOVEIFNOTSPAMusa.net>
  8972. #0    string    http:            OS/2 URL object text
  8973. #>5    string    >\            (WWW) <http:%s>
  8974. #0    string    mailto:            OS/2 URL object text
  8975. #>7    string    >\            (email) <%s>
  8976. #0    string    news:            OS/2 URL object text
  8977. #>5    string    >\            (Usenet) <%s>
  8978. #0    string    ftp:            OS/2 URL object text
  8979. #>4    string    >\            (FTP) <ftp:%s>
  8980. #0    string    file:            OS/2 URL object text
  8981. #>5    string    >\            (Local file) <%s>
  8982.  
  8983. # >>>>> OS/2 INF/HLP <<<<<  (source: Daniel Dissett ddissett@netcom.com)
  8984. # Carl Hauser (chauser.parc@xerox.com) and 
  8985. # Marcus Groeber (marcusg@ph-cip.uni-koeln.de)
  8986. # list the following header format in inf02a.doc:
  8987. #
  8988. #  int16 ID;           // ID magic word (5348h = "HS")
  8989. #  int8  unknown1;     // unknown purpose, could be third letter of ID
  8990. #  int8  flags;        // probably a flag word...
  8991. #                      //  bit 0: set if INF style file
  8992. #                      //  bit 4: set if HLP style file
  8993. #                      // patching this byte allows reading HLP files
  8994. #                      // using the VIEW command, while help files 
  8995. #                      // seem to work with INF settings here as well.
  8996. #  int16 hdrsize;      // total size of header
  8997. #  int16 unknown2;     // unknown purpose
  8998. 0   string  HSP\x01\x9b\x00 OS/2 INF
  8999. >107 string >0                      (%s)
  9000. 0   string  HSP\x10\x9b\x00     OS/2 HLP
  9001. >107 string >0                      (%s)
  9002.  
  9003. # OS/2 INI (this is a guess)
  9004. 0  string   \xff\xff\xff\xff\x14\0\0\0  OS/2 INI
  9005. #
  9006. # Copyright (c) 1996 Ignatios Souvatzis. All rights reserved.
  9007. #
  9008. # Redistribution and use in source and binary forms, with or without
  9009. # modification, are permitted provided that the following conditions
  9010. # are met:
  9011. # 1. Redistributions of source code must retain the above copyright
  9012. #    notice, this list of conditions and the following disclaimer.
  9013. # 2. Redistributions in binary form must reproduce the above copyright
  9014. #    notice, this list of conditions and the following disclaimer in the
  9015. #    documentation and/or other materials provided with the distribution.
  9016. # 3. All advertising materials mentioning features or use of this software
  9017. #    must display the following acknowledgement:
  9018. #      This product includes software developed by Ignatios Souvatzis for
  9019. #      the NetBSD project.
  9020. # 4. The name of the author may not be used to endorse or promote products
  9021. #    derived from this software without specific prior written permission.
  9022. #
  9023. #
  9024. # THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  9025. # IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  9026. # OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  
  9027. # IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  9028. # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  9029. # PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
  9030. # OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
  9031. # WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
  9032. # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
  9033. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  9034. #
  9035. #
  9036. #
  9037. # OS9/6809 module descriptions:
  9038. #
  9039. 0    beshort        0x87CD    OS9/6809 module:
  9040. #
  9041. >6    byte&0x0f    0x00    non-executable
  9042. >6    byte&0x0f    0x01    machine language
  9043. >6    byte&0x0f    0x02    BASIC I-code
  9044. >6    byte&0x0f    0x03    Pascal P-code
  9045. >6    byte&0x0f    0x04    C I-code
  9046. >6    byte&0x0f    0x05    COBOL I-code
  9047. >6    byte&0x0f    0x06    Fortran I-code
  9048. #
  9049. >6    byte&0xf0    0x10    program executable
  9050. >6    byte&0xf0    0x20    subroutine
  9051. >6    byte&0xf0    0x30    multi-module
  9052. >6    byte&0xf0    0x40    data module
  9053. #
  9054. >6    byte&0xf0    0xC0    system module
  9055. >6    byte&0xf0    0xD0    file manager
  9056. >6    byte&0xf0    0xE0    device driver
  9057. >6    byte&0xf0    0xF0    device descriptor
  9058. #
  9059. # OS9/m68k stuff (to be continued)
  9060. #
  9061. 0    beshort        0x4AFC    OS9/68K module:
  9062. #
  9063. # attr
  9064. >0x14    byte&0x80    0x80    re-entrant
  9065. >0x14    byte&0x40    0x40    ghost
  9066. >0x14    byte&0x20    0x20    system-state
  9067. #
  9068. # lang:
  9069. #
  9070. >0x13    byte        1    machine language
  9071. >0x13    byte        2    BASIC I-code
  9072. >0x13    byte        3    Pascal P-code
  9073. >0x13    byte        4    C I-code
  9074. >0x13    byte        5    COBOL I-code
  9075. >0x13    byte        6    Fortran I-code
  9076. #
  9077. #
  9078. # type:
  9079. #
  9080. >0x12    byte        1    program executable
  9081. >0x12    byte        2    subroutine
  9082. >0x12    byte        3    multi-module
  9083. >0x12    byte        4    data module
  9084. >0x12    byte        11    trap library
  9085. >0x12    byte        12    system module
  9086. >0x12    byte        13    file manager
  9087. >0x12    byte        14    device driver
  9088. >0x12    byte        15    device descriptor
  9089. #
  9090. # Mach magic number info
  9091. #
  9092. 0    long        0xefbe    OSF/Rose object
  9093. # I386 magic number info
  9094. #
  9095. 0    short        0565    i386 COFF object
  9096.  
  9097. #------------------------------------------------------------------------------
  9098. # palm:  file(1) magic for PalmOS {.prc,.pdb}: applications, docfiles, and hacks
  9099. #
  9100. # Brian Lalor <blalor@hcirisc.cs.binghamton.edu>
  9101.  
  9102. # appl
  9103. 60      belong                  0x6170706c      PalmOS application
  9104. >0      string                  >\0             "%s"
  9105. # TEXt
  9106. 60      belong                  0x54455874      AportisDoc file
  9107. >0      string                  >\0             "%s"
  9108. # HACK
  9109. 60      belong                  0x4841434b      HackMaster hack
  9110. >0      string                  >\0             "%s"
  9111.  
  9112. # Variety of PalmOS document types
  9113. # Michael-John Turner <mj@debian.org>
  9114. # Thanks to Hasan Umit Ezerce <humit@tr-net.net.tr> for his DocType
  9115. 60    string                    BVokBDIC    BDicty PalmOS document
  9116. >0    string                  >\0             "%s"
  9117. 60    string                    DB99DBOS    DB PalmOS document
  9118. >0    string                  >\0             "%s"
  9119. 60    string                    vIMGView    FireViewer/ImageViewer PalmOS document
  9120. >0    string                  >\0             "%s"
  9121. 60    string                    PmDBPmDB    HanDBase PalmOS document
  9122. >0    string                  >\0             "%s"
  9123. 60    string                    InfoINDB    InfoView PalmOS document
  9124. >0    string                  >\0             "%s"
  9125. 60    string                    ToGoToGo    iSilo PalmOS document
  9126. >0    string                  >\0             "%s"
  9127. 60    string                    JfDbJBas    JFile PalmOS document
  9128. >0    string                  >\0             "%s"
  9129. 60    string                    JfDbJFil    JFile Pro PalmOS document
  9130. >0    string                  >\0             "%s"
  9131. 60    string                    DATALSdb    List PalmOS document
  9132. >0    string                  >\0             "%s"
  9133. 60    string                    Mdb1Mdb1    MobileDB PalmOS document
  9134. >0    string                  >\0             "%s"
  9135. 60    string                    PNRdPPrs    PeanutPress PalmOS document
  9136. >0    string                  >\0             "%s"
  9137. 60    string                    DataPlkr    Plucker PalmOS document
  9138. >0    string                  >\0             "%s"
  9139. 60    string                    DataSprd    QuickSheet PalmOS document
  9140. >0    string                  >\0             "%s"
  9141. 60    string                    SM01SMem    SuperMemo PalmOS document
  9142. >0    string                  >\0             "%s"
  9143. 60    string                    DataTlPt    TealDoc PalmOS document
  9144. >0    string                  >\0             "%s"
  9145. 60    string                    InfoTlIf    TealInfo PalmOS document
  9146. >0    string                  >\0             "%s"
  9147. 60    string                    DataTlMl    TealMeal PalmOS document
  9148. >0    string                  >\0             "%s"
  9149. 60    string                    DataTlPt    TealPaint PalmOS document
  9150. >0    string                  >\0             "%s"
  9151. 60    string                    dataTDBP    ThinkDB PalmOS document
  9152. >0    string                  >\0             "%s"
  9153. 60    string                    TdatTide    Tides PalmOS document
  9154. >0    string                  >\0             "%s"
  9155. 60    string                    ToRaTRPW    TomeRaider PalmOS document
  9156. >0    string                  >\0             "%s"
  9157.  
  9158. # A GutenPalm zTXT etext for use on Palm Pilots (http://gutenpalm.sf.net)
  9159. # For version 1.xx zTXTs, outputs version and numbers of bookmarks and
  9160. #   annotations.
  9161. # For other versions, just outputs version.
  9162. #
  9163. 60        string        zTXT        A GutenPalm zTXT e-book
  9164. >0        string        >\0        "%s"
  9165. >(0x4E.L)    byte        0
  9166. >>(0x4E.L+1)    byte        x        (v0.%02d)
  9167. >(0x4E.L)    byte        1
  9168. >>(0x4E.L+1)    byte        x        (v1.%02d)
  9169. >>>(0x4E.L+10)    beshort        >0
  9170. >>>>(0x4E.L+10) beshort        <2        - 1 bookmark
  9171. >>>>(0x4E.L+10) beshort        >1        - %d bookmarks
  9172. >>>(0x4E.L+14)    beshort        >0
  9173. >>>>(0x4E.L+14) beshort        <2        - 1 annotation
  9174. >>>>(0x4E.L+14) beshort        >1        - %d annotations
  9175. >(0x4E.L)    byte        >1        (v%d.
  9176. >>(0x4E.L+1)    byte        x        %02d)
  9177.  
  9178. # Palm OS .prc file types
  9179. 60        string        libr        Palm OS dynamic library data
  9180. >0        string        >\0        "%s"
  9181. 60        string        ptch        Palm OS operating system patch data
  9182. >0        string        >\0        "%s"
  9183.  
  9184. # Mobipocket (www.mobipocket.com), donated by Carl Witty
  9185. 60    string                    BOOKMOBI    Mobipocket E-book
  9186. >0    string                  >\0             "%s"
  9187.  
  9188. #------------------------------------------------------------------------------
  9189. #
  9190. # Parix COFF executables
  9191. # From: Ignatios Souvatzis <ignatios@cs.uni-bonn.de>
  9192. #
  9193. 0    beshort&0xfff    0xACE    PARIX
  9194. >0    byte&0xf0    0x80    T800
  9195. >0    byte&0xf0    0x90    T9000
  9196. >19    byte&0x02    0x02    executable
  9197. >19    byte&0x02    0x00    object
  9198. >19    byte&0x0c    0x00    not stripped
  9199.  
  9200. #------------------------------------------------------------------------------
  9201. # pbm:  file(1) magic for Portable Bitmap files
  9202. #
  9203. # XXX - byte order?
  9204. #
  9205. 0    short    0x2a17    "compact bitmap" format (Poskanzer)
  9206. #------------------------------------------------------------------------------
  9207. # pdf:  file(1) magic for Portable Document Format
  9208. #
  9209.  
  9210. 0    string        %PDF-        PDF document
  9211. >5    byte        x        \b, version %c
  9212. >7    byte        x        \b.%c
  9213.  
  9214. #------------------------------------------------------------------------------
  9215. # pdp:  file(1) magic for PDP-11 executable/object and APL workspace
  9216. #
  9217. 0    lelong        0101555        PDP-11 single precision APL workspace
  9218. 0    lelong        0101554        PDP-11 double precision APL workspace
  9219. #
  9220. # PDP-11 a.out
  9221. #
  9222. 0    leshort        0407        PDP-11 executable
  9223. >8    leshort        >0        not stripped
  9224. >15    byte        >0        - version %ld
  9225.  
  9226. 0    leshort        0401        PDP-11 UNIX/RT ldp
  9227. 0    leshort        0405        PDP-11 old overlay
  9228.  
  9229. 0    leshort        0410        PDP-11 pure executable
  9230. >8    leshort        >0        not stripped
  9231. >15    byte        >0        - version %ld
  9232.  
  9233. 0    leshort        0411        PDP-11 separate I&D executable
  9234. >8    leshort        >0        not stripped
  9235. >15    byte        >0        - version %ld
  9236.  
  9237. 0    leshort        0437        PDP-11 kernel overlay
  9238.  
  9239. # These last three are derived from 2.11BSD file(1)
  9240. 0    leshort        0413        PDP-11 demand-paged pure executable
  9241. >8    leshort        >0        not stripped
  9242.  
  9243. 0    leshort        0430        PDP-11 overlaid pure executable
  9244. >8    leshort        >0        not stripped
  9245.  
  9246. 0    leshort        0431        PDP-11 overlaid separate executable
  9247. >8    leshort        >0        not stripped
  9248.  
  9249. #------------------------------------------------------------------------------
  9250. # perl:  file(1) magic for Larry Wall's perl language.
  9251. #
  9252. # The ``eval'' line recognizes an outrageously clever hack for USG systems.
  9253. # Keith Waclena <keith@cerberus.uchicago.edu>
  9254. # Send additions to <perl5-porters@perl.org>
  9255. 0    string/b    #!\ /bin/perl            perl script text
  9256. 0    string        eval\ "exec\ /bin/perl        perl script text
  9257. 0    string/b    #!\ /usr/bin/perl        perl script text
  9258. 0    string        eval\ "exec\ /usr/bin/perl    perl script text
  9259. 0    string/b    #!\ /usr/local/bin/perl        perl script text
  9260. 0    string        eval\ "exec\ /usr/local/bin/perl    perl script text
  9261. 0    string        eval\ '(exit\ $?0)'\ &&\ eval\ 'exec    perl script text
  9262.  
  9263. # a couple more, by me
  9264. # XXX: christos matches
  9265. #0    regex        package        Perl5 module source text (via regex)
  9266. 0    string        package        Perl5 module source text
  9267.  
  9268. # Perl POD documents
  9269. # From: Tom Hukins <tom@eborcom.com>
  9270. 0    string/B    \=pod\n        Perl POD document
  9271. 0    string/B    \n\=pod\n    Perl POD document
  9272. 0    string/B    \=head1\     Perl POD document
  9273. 0    string/B    \n\=head1\     Perl POD document
  9274. 0    string/B    \=head2\     Perl POD document
  9275. 0    string/B    \n\=head2\     Perl POD document
  9276.  
  9277. # Perl Storable data files.
  9278. 0    string    perl-store    perl Storable(v0.6) data
  9279. >4    byte    >0    (net-order %d)
  9280. >>4    byte    &01    (network-ordered)
  9281. >>4    byte    =3    (major 1)
  9282. >>4    byte    =2    (major 1)
  9283.  
  9284. 0    string    pst0    perl Storable(v0.7) data
  9285. >4    byte    >0
  9286. >>4    byte    &01    (network-ordered)
  9287. >>4    byte    =5    (major 2)
  9288. >>4    byte    =4    (major 2)
  9289. >>5    byte    >0    (minor %d)
  9290.  
  9291. #------------------------------------------------------------------------------
  9292. # pgp:  file(1) magic for Pretty Good Privacy
  9293. #
  9294. 0       beshort         0x9900                  PGP key public ring
  9295. 0       beshort         0x9501                  PGP key security ring
  9296. 0       beshort         0x9500                  PGP key security ring
  9297. 0    beshort        0xa600            PGP encrypted data
  9298. 0       string          -----BEGIN\040PGP       PGP armored data
  9299. >15     string          PUBLIC\040KEY\040BLOCK- public key block
  9300. >15     string          MESSAGE-                message
  9301. >15     string          SIGNED\040MESSAGE-      signed message
  9302. >15     string          PGP\040SIGNATURE-       signature
  9303.  
  9304. #------------------------------------------------------------------------------
  9305. # pkgadd:  file(1) magic for SysV R4 PKG Datastreams
  9306. #
  9307. 0       string          #\ PaCkAgE\ DaTaStReAm  pkg Datastream (SVR4)
  9308.  
  9309. #------------------------------------------------------------------------------
  9310. # plan9:  file(1) magic for AT&T Bell Labs' Plan 9 executables
  9311. # From: "Stefan A. Haubenthal" <polluks@web.de>
  9312. #
  9313. 0    belong        0x00000107    Plan 9 executable, Motorola 68k
  9314. 0    belong        0x000001EB    Plan 9 executable, Intel 386
  9315. 0    belong        0x00000247    Plan 9 executable, Intel 960
  9316. 0    belong        0x000002AB    Plan 9 executable, SPARC
  9317. 0    belong        0x00000407    Plan 9 executable, MIPS R3000
  9318. 0    belong        0x0000048B    Plan 9 executable, AT&T DSP 3210
  9319. 0    belong        0x00000517    Plan 9 executable, MIPS R4000 BE
  9320. 0    belong        0x000005AB    Plan 9 executable, AMD 29000
  9321. 0    belong        0x00000647    Plan 9 executable, ARM 7-something
  9322. 0    belong        0x000006EB    Plan 9 executable, PowerPC
  9323. 0    belong        0x00000797    Plan 9 executable, MIPS R4000 LE
  9324. 0    belong        0x0000084B    Plan 9 executable, DEC Alpha
  9325.  
  9326. #------------------------------------------------------------------------------
  9327. # plus5:  file(1) magic for Plus Five's UNIX MUMPS
  9328. #
  9329. # XXX - byte order?  Paging Hokey....
  9330. #
  9331. 0    short        0x259        mumps avl global
  9332. >2    byte        >0        (V%d)
  9333. >6    byte        >0        with %d byte name
  9334. >7    byte        >0        and %d byte data cells
  9335. 0    short        0x25a        mumps blt global
  9336. >2    byte        >0        (V%d)
  9337. >8    short        >0        - %d byte blocks
  9338. >15    byte        0x00        - P/D format
  9339. >15    byte        0x01        - P/K/D format
  9340. >15    byte        0x02        - K/D format
  9341. >15    byte        >0x02        - Bad Flags
  9342. # SE Linux policy database
  9343. 0       lelong  0xf97cff8c      SE Linux policy
  9344. >16     lelong  x               v%d
  9345. >20     lelong  1         MLS
  9346. >24     lelong  x           %d symbols
  9347. >28     lelong  x           %d ocons
  9348.  
  9349. #------------------------------------------------------------------------------
  9350. # printer:  file(1) magic for printer-formatted files
  9351. #
  9352.  
  9353. # PostScript, updated by Daniel Quinlan (quinlan@yggdrasil.com)
  9354. 0    string        %!        PostScript document text
  9355. >2    string        PS-Adobe-    conforming
  9356. >>11    string        >\0        at level %.3s
  9357. >>>15    string        EPS        - type %s
  9358. >>>15    string        Query        - type %s
  9359. >>>15    string        ExitServer    - type %s
  9360. # Some PCs have the annoying habit of adding a ^D as a document separator
  9361. 0    string        \004%!        PostScript document text
  9362. >3    string        PS-Adobe-    conforming
  9363. >>12    string        >\0        at level %.3s
  9364. >>>16    string        EPS        - type %s
  9365. >>>16    string        Query        - type %s
  9366. >>>16    string        ExitServer    - type %s
  9367. 0    string        \033%-12345X%!PS    PostScript document
  9368.  
  9369.  
  9370. # DOS EPS Binary File Header
  9371. # From: Ed Sznyter <ews@Black.Market.NET>
  9372. 0       belong          0xC5D0D3C6      DOS EPS Binary File
  9373. >4      long            >0              Postscript starts at byte %d
  9374. >>8     long            >0              length %d
  9375. >>>12   long            >0              Metafile starts at byte %d
  9376. >>>>16  long            >0              length %d
  9377. >>>20   long            >0              TIFF starts at byte %d
  9378. >>>>24  long            >0              length %d
  9379.  
  9380. # Adobe's PostScript Printer Description (PPD) files
  9381. #       Yves Arrouye <arrouye@marin.fdn.fr>
  9382. #
  9383. 0      string          *PPD-Adobe:    PPD file
  9384. >13    string          x              \b, ve
  9385.  
  9386. # HP Printer Job Language
  9387. 0    string        \033%-12345X@PJL    HP Printer Job Language data
  9388. # HP Printer Job Language
  9389. # The header found on Win95 HP plot files is the "Silliest Thing possible" 
  9390. # (TM)
  9391. # Every driver puts the language at some random position, with random case
  9392. # (LANGUAGE and Language)
  9393. # For example the LaserJet 5L driver puts the "PJL ENTER LANGUAGE" in line 10
  9394. # From: Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
  9395. 0    string        \033%-12345X@PJL    HP Printer Job Language data
  9396. >&0    string        >\0            %s            
  9397. >>&0    string        >\0            %s            
  9398. >>>&0    string        >\0            %s        
  9399. >>>>&0    string        >\0            %s        
  9400. #>15    string        \ ENTER\ LANGUAGE\ =
  9401. #>31    string        PostScript        PostScript
  9402.  
  9403. # HP Printer Control Language, Daniel Quinlan (quinlan@yggdrasil.com)
  9404. 0    string        \033E\033    HP PCL printer data
  9405. >3    string        \&l0A        - default page size
  9406. >3    string        \&l1A        - US executive page size
  9407. >3    string        \&l2A        - US letter page size
  9408. >3    string        \&l3A        - US legal page size
  9409. >3    string        \&l26A        - A4 page size
  9410. >3    string        \&l80A        - Monarch envelope size
  9411. >3    string        \&l81A        - No. 10 envelope size
  9412. >3    string        \&l90A        - Intl. DL envelope size
  9413. >3    string        \&l91A        - Intl. C5 envelope size
  9414. >3    string        \&l100A        - Intl. B5 envelope size
  9415. >3    string        \&l-81A        - No. 10 envelope size (landscape)
  9416. >3    string        \&l-90A        - Intl. DL envelope size (landscape)
  9417.  
  9418. # IMAGEN printer-ready files:
  9419. 0    string    @document(        Imagen printer
  9420. # this only works if "language xxx" is first item in Imagen header.
  9421. >10    string    language\ impress    (imPRESS data)
  9422. >10    string    language\ daisy        (daisywheel text)
  9423. >10    string    language\ diablo    (daisywheel text)
  9424. >10    string    language\ printer    (line printer emulation)
  9425. >10    string    language\ tektronix    (Tektronix 4014 emulation)
  9426. # Add any other languages that your Imagen uses - remember
  9427. # to keep the word `text' if the file is human-readable.
  9428. # [GRR 950115:  missing "postscript" or "ultrascript" (whatever it was called)]
  9429. #
  9430. # Now magic for IMAGEN font files...
  9431. 0    string        Rast        RST-format raster font data
  9432. >45    string        >0        face %s
  9433. # From Jukka Ukkonen
  9434. 0    string        \033[K\002\0\0\017\033(a\001\0\001\033(g    Canon Bubble Jet BJC formatted data
  9435.  
  9436. # From <mike@flyn.org>
  9437. # These are the /etc/magic entries to decode data sent to an Epson printer.
  9438. 0       string          \x1B\x40\x1B\x28\x52\x08\x00\x00REMOTE1P        Epson Stylus Color 460 data
  9439.  
  9440.  
  9441. #------------------------------------------------------------------------------
  9442. # zenographics:  file(1) magic for Zenographics ZjStream printer data
  9443. # Rick Richardson  rickr@mn.rr.com
  9444. 0    string        JZJZ
  9445. >0x12    string        ZZ        Zenographics ZjStream printer data (big-endian)
  9446. 0    string        ZJZJ
  9447. >0x12    string        ZZ        Zenographics ZjStream printer data (little-endian)
  9448.  
  9449.  
  9450. #------------------------------------------------------------------------------
  9451. # Oak Technologies printer stream
  9452. # Rick Richardson <rickr@mn.rr.com>
  9453. 0       string          OAK
  9454. >0x07    byte        0
  9455. >0x0b    byte        0    Oak Technologies printer stream
  9456.  
  9457. # This would otherwise be recognized as PostScript - nick@debian.org
  9458. 0    string        %!VMF         SunClock's Vector Map Format data
  9459.  
  9460. #------------------------------------------------------------------------------
  9461. # HP LaserJet 1000 series downloadable firmware file
  9462. 0    string    \xbe\xefABCDEFGH    HP LaserJet 1000 series downloadable firmware   
  9463.  
  9464. # From: Paolo <oopla@users.sf.net>
  9465. # Epson ESC/Page, ESC/PageColor 
  9466. 0    string    \x1b\x01@EJL    Epson ESC/Page language printer data
  9467.  
  9468. #------------------------------------------------------------------------------
  9469. # project:  file(1) magic for Project management
  9470. # Magic strings for ftnchek project files. Alexander Mai
  9471. 0    string    FTNCHEK_\ P    project file for ftnchek
  9472. >10    string    1        version 2.7
  9473. >10    string    2        version 2.8 to 2.10
  9474. >10    string    3        version 2.11 or later
  9475.  
  9476. #------------------------------------------------------------------------------
  9477. # psdbms:  file(1) magic for psdatabase
  9478. #
  9479. 0    belong&0xff00ffff    0x56000000    ps database
  9480. >1    string    >\0    version %s
  9481. >4    string    >\0    from kernel %s
  9482.  
  9483. #------------------------------------------------------------------------------
  9484. # psion:  file(1) magic for Psion handhelds data
  9485. # from: Peter Breitenlohner <peb@mppmu.mpg.de>
  9486. #
  9487. 0    lelong        0x10000037    Psion Series 5
  9488. >4    lelong        0x10000039    font file
  9489. >4    lelong        0x1000003A    printer driver
  9490. >4    lelong        0x1000003B    clipboard
  9491. >4    lelong        0x10000042    multi-bitmap image
  9492. >4    lelong        0x1000006A    application information file
  9493. >4    lelong        0x1000006D
  9494. >>8    lelong        0x1000007D    sketch image
  9495. >>8    lelong        0x1000007E    voice note
  9496. >>8    lelong        0x1000007F    word file
  9497. >>8    lelong        0x10000085    OPL program
  9498. >>8    lelong        0x10000088    sheet file
  9499. >>8    lelong        0x100001C4    EasyFax initialisation file
  9500. >4    lelong        0x10000073    OPO module
  9501. >4    lelong        0x10000074    OPL application
  9502. >4    lelong        0x1000008A    exported multi-bitmap image
  9503.  
  9504. 0    lelong        0x10000041    Psion Series 5 ROM multi-bitmap image
  9505.  
  9506. 0    lelong        0x10000050    Psion Series 5
  9507. >4    lelong        0x1000006D    database
  9508. >4    lelong        0x100000E4    ini file
  9509.  
  9510. 0    lelong        0x10000079    Psion Series 5 binary:
  9511. >4    lelong        0x00000000    DLL
  9512. >4    lelong        0x10000049    comms hardware library
  9513. >4    lelong        0x1000004A    comms protocol library
  9514. >4    lelong        0x1000005D    OPX
  9515. >4    lelong        0x1000006C    application
  9516. >4    lelong        0x1000008D    DLL
  9517. >4    lelong        0x100000AC    logical device driver
  9518. >4    lelong        0x100000AD    physical device driver
  9519. >4    lelong        0x100000E5    file transfer protocol
  9520. >4    lelong        0x100000E5    file transfer protocol
  9521. >4    lelong        0x10000140    printer definition
  9522. >4    lelong        0x10000141    printer definition
  9523.  
  9524. 0    lelong        0x1000007A    Psion Series 5 executable
  9525.  
  9526. #------------------------------------------------------------------------------
  9527. # pulsar:  file(1) magic for Pulsar POP3 daemon binary files
  9528. #
  9529. # http://pulsar.sourceforge.net
  9530. # mailto:rok.papez@lugos.si
  9531. #
  9532.  
  9533. 0    belong    0x1ee7f11e    Pulsar POP3 daemon mailbox cache file.
  9534. >4    ubelong    x        Version: %d.
  9535. >8    ubelong    x        \b%d
  9536.  
  9537.  
  9538. #------------------------------------------------------------------------------
  9539. # pyramid:  file(1) magic for Pyramids
  9540. #
  9541. # XXX - byte order?
  9542. #
  9543. 0    long        0x50900107    Pyramid 90x family executable
  9544. 0    long        0x50900108    Pyramid 90x family pure executable
  9545. >16    long        >0        not stripped
  9546. 0    long        0x5090010b    Pyramid 90x family demand paged pure executable
  9547. >16    long        >0        not stripped
  9548.  
  9549. #------------------------------------------------------------------------------
  9550. # python:  file(1) magic for python
  9551. #
  9552. # From: David Necas <yeti@physics.muni.cz>
  9553. # often the module starts with a multiline string
  9554. 0    string        """    a python script text
  9555. # MAGIC as specified in Python/import.c (1.5 to 2.3.0a)
  9556. # 20121  ( YEAR - 1995 ) + MONTH  + DAY (little endian followed by "\r\n"
  9557. 0    belong        0x994e0d0a    python 1.5/1.6 byte-compiled
  9558. 0    belong        0x87c60d0a    python 2.0 byte-compiled
  9559. 0    belong        0x2aeb0d0a    python 2.1 byte-compiled
  9560. 0    belong        0x2ded0d0a    python 2.2 byte-compiled
  9561. 0    belong        0x3bf20d0a    python 2.3 byte-compiled
  9562. 0    belong        0x6df20d0a    python 2.4 byte-compiled
  9563.  
  9564. 0    string/b  #!\ /usr/bin/python    python script text executable
  9565.  
  9566.  
  9567. #------------------------------------------------------------------------------
  9568. # file(1) magic for revision control files
  9569. # From Hendrik Scholz <hendrik@scholz.net>
  9570. 0   string /1\ :pserver:    cvs password text file
  9571.  
  9572. #------------------------------------------------------------------------------
  9573. # riff:  file(1) magic for RIFF format
  9574. # See
  9575. #
  9576. #    http://www.seanet.com/users/matts/riffmci/riffmci.htm
  9577. #
  9578. # AVI section extended by Patrik Rσdman <patrik+file-magic@iki.fi>
  9579. #
  9580. 0    string        RIFF        RIFF (little-endian) data
  9581. # RIFF Palette format
  9582. >8    string        PAL        \b, palette
  9583. >>16    leshort        x        \b, version %d
  9584. >>18    leshort        x        \b, %d entries
  9585. # RIFF Device Independent Bitmap format
  9586. >8    string        RDIB        \b, device-independent bitmap
  9587. >>16    string        BM        
  9588. >>>30    leshort        12        \b, OS/2 1.x format
  9589. >>>>34    leshort        x        \b, %d x
  9590. >>>>36    leshort        x        %d
  9591. >>>30    leshort        64        \b, OS/2 2.x format
  9592. >>>>34    leshort        x        \b, %d x
  9593. >>>>36    leshort        x        %d
  9594. >>>30    leshort        40        \b, Windows 3.x format
  9595. >>>>34    lelong        x        \b, %d x
  9596. >>>>38    lelong        x        %d x
  9597. >>>>44    leshort        x        %d
  9598. # RIFF MIDI format
  9599. >8    string        RMID        \b, MIDI
  9600. # RIFF Multimedia Movie File format
  9601. >8    string        RMMP        \b, multimedia movie
  9602. # Microsoft WAVE format (*.wav)
  9603. >8    string        WAVE        \b, WAVE audio
  9604. >>20    leshort        1        \b, Microsoft PCM
  9605. >>>34    leshort        >0        \b, %d bit
  9606. >>20    leshort        2        \b, Microsoft ADPCM
  9607. >>20    leshort        6        \b, ITU G.711 A-law
  9608. >>20    leshort        7        \b, ITU G.711 mu-law
  9609. >>20    leshort        17        \b, IMA ADPCM
  9610. >>20    leshort        20        \b, ITU G.723 ADPCM (Yamaha)
  9611. >>20    leshort        49        \b, GSM 6.10
  9612. >>20    leshort        64        \b, ITU G.721 ADPCM
  9613. >>20    leshort        80        \b, MPEG
  9614. >>20    leshort        85        \b, MPEG Layer 3
  9615. >>22    leshort        =1        \b, mono
  9616. >>22    leshort        =2        \b, stereo
  9617. >>22    leshort        >2        \b, %d channels
  9618. >>24    lelong        >0        %d Hz
  9619. # Corel Draw Picture
  9620. >8    string        CDRA        \b, Corel Draw Picture
  9621. # AVI == Audio Video Interleave
  9622. >8    string        AVI\040        \b, AVI
  9623. >>12    string          LIST
  9624. >>>20   string          hdrlavih
  9625. >>>>&36 lelong          x               \b, %lu x
  9626. >>>>&40 lelong          x               %lu,
  9627. >>>>&4  lelong          >1000000        <1 fps,
  9628. >>>>&4  lelong          1000000         1.00 fps,
  9629. >>>>&4  lelong          500000          2.00 fps,
  9630. >>>>&4  lelong          333333          3.00 fps,
  9631. >>>>&4  lelong          250000          4.00 fps,
  9632. >>>>&4  lelong          200000          5.00 fps,
  9633. >>>>&4  lelong          166667          6.00 fps,
  9634. >>>>&4  lelong          142857          7.00 fps,
  9635. >>>>&4  lelong          125000          8.00 fps,
  9636. >>>>&4  lelong          111111          9.00 fps,
  9637. >>>>&4  lelong          100000          10.00 fps,
  9638. # ]9.9,10.1[
  9639. >>>>&4  lelong          <101010
  9640. >>>>>&-4        lelong  >99010
  9641. >>>>>>&-4       lelong  !100000         ~10 fps,
  9642. >>>>&4  lelong          83333           12.00 fps,
  9643. # ]11.9,12.1[
  9644. >>>>&4  lelong          <84034
  9645. >>>>>&-4        lelong  >82645
  9646. >>>>>>&-4       lelong  !83333          ~12 fps,
  9647. >>>>&4  lelong          66667           15.00 fps,
  9648. # ]14.9,15.1[
  9649. >>>>&4  lelong          <67114
  9650. >>>>>&-4        lelong  >66225
  9651. >>>>>>&-4       lelong  !66667          ~15 fps,
  9652. >>>>&4  lelong          50000           20.00 fps,
  9653. >>>>&4  lelong          41708           23.98 fps,
  9654. >>>>&4  lelong          41667           24.00 fps,
  9655. # ]23.9,24.1[
  9656. >>>>&4  lelong          <41841
  9657. >>>>>&-4        lelong  >41494
  9658. >>>>>>&-4       lelong  !41708
  9659. >>>>>>>&-4      lelong  !41667          ~24 fps,
  9660. >>>>&4  lelong          40000           25.00 fps,
  9661. # ]24.9,25.1[
  9662. >>>>&4  lelong          <40161
  9663. >>>>>&-4        lelong  >39841
  9664. >>>>>>&-4       lelong  !40000          ~25 fps,
  9665. >>>>&4  lelong          33367           29.97 fps,
  9666. >>>>&4  lelong          33333           30.00 fps,
  9667. # ]29.9,30.1[
  9668. >>>>&4  lelong          <33445
  9669. >>>>>&-4        lelong  >33223
  9670. >>>>>>&-4       lelong  !33367
  9671. >>>>>>>&-4      lelong  !33333          ~30 fps,
  9672. >>>>&4  lelong          <32224          >30 fps,
  9673. ##>>>>&4  lelong          x               (%lu)
  9674. ##>>>>&20 lelong          x               %lu frames,
  9675. # Note: The tests below assume that the AVI has 1 or 2 streams,
  9676. #       "vids" optionally followed by "auds".
  9677. #       (Should cover 99.9% of all AVIs.)
  9678. # assuming avih length = 56
  9679. >>>88   string  LIST
  9680. >>>>96  string  strlstrh
  9681. >>>>>108        string  vids    video:
  9682. >>>>>>&0        lelong  0               uncompressed
  9683. # skip past vids strh
  9684. >>>>>>(104.l+108)       string  strf
  9685. >>>>>>>(104.l+132)      lelong          1       RLE 8bpp
  9686. >>>>>>>(104.l+132)      string/c        cvid    Cinepak
  9687. >>>>>>>(104.l+132)      string/c        i263    Intel I.263
  9688. >>>>>>>(104.l+132)      string/c        iv32    Indeo 3.2
  9689. >>>>>>>(104.l+132)      string/c        iv41    Indeo 4.1
  9690. >>>>>>>(104.l+132)      string/c        iv50    Indeo 5.0
  9691. >>>>>>>(104.l+132)      string/c        mp42    Microsoft MPEG-4 v2
  9692. >>>>>>>(104.l+132)      string/c        mp43    Microsoft MPEG-4 v3
  9693. >>>>>>>(104.l+132)      string/c        mjpg    Motion JPEG
  9694. >>>>>>>(104.l+132)      string/c        div3    DivX 3
  9695. >>>>>>>>112             string/c        div3    Low-Motion
  9696. >>>>>>>>112             string/c        div4    Fast-Motion
  9697. >>>>>>>(104.l+132)      string/c        divx    DivX 4
  9698. >>>>>>>(104.l+132)      string/c        dx50    DivX 5
  9699. >>>>>>>(104.l+132)      string/c        xvid    XviD
  9700. >>>>>>>(104.l+132)      string/c        h264    X.264
  9701. >>>>>>>(104.l+132)      lelong  0
  9702. ##>>>>>>>(104.l+132)      string  x       (%.4s)
  9703. # skip past first (video) LIST
  9704. >>>>(92.l+96)   string  LIST
  9705. >>>>>(92.l+104) string  strlstrh
  9706. >>>>>>(92.l+116)        string          auds    \b, audio:
  9707. # auds strh length = 56:
  9708. >>>>>>>(92.l+172)       string          strf
  9709. >>>>>>>>(92.l+180)      leshort 0x0001  uncompressed PCM
  9710. >>>>>>>>(92.l+180)      leshort 0x0002  ADPCM
  9711. >>>>>>>>(92.l+180)      leshort 0x0055  MPEG-1 Layer 3
  9712. >>>>>>>>(92.l+180)      leshort 0x2000  Dolby AC3
  9713. >>>>>>>>(92.l+180)      leshort 0x0161  DivX
  9714. ##>>>>>>>>(92.l+180)      leshort x       (0x%.4x)
  9715. >>>>>>>>(92.l+182)      leshort 1       (mono,
  9716. >>>>>>>>(92.l+182)      leshort 2       (stereo,
  9717. >>>>>>>>(92.l+182)      leshort >2      (%d channels,
  9718. >>>>>>>>(92.l+184)      lelong  x       %d Hz)
  9719. # auds strh length = 64:
  9720. >>>>>>>(92.l+180)       string          strf
  9721. >>>>>>>>(92.l+188)      leshort 0x0001  uncompressed PCM
  9722. >>>>>>>>(92.l+188)      leshort 0x0002  ADPCM
  9723. >>>>>>>>(92.l+188)      leshort 0x0055  MPEG-1 Layer 3
  9724. >>>>>>>>(92.l+188)      leshort 0x2000  Dolby AC3
  9725. >>>>>>>>(92.l+188)      leshort 0x0161  DivX
  9726. ##>>>>>>>>(92.l+188)      leshort x       (0x%.4x)
  9727. >>>>>>>>(92.l+190)      leshort 1       (mono,
  9728. >>>>>>>>(92.l+190)      leshort 2       (stereo,
  9729. >>>>>>>>(92.l+190)      leshort >2      (%d channels,
  9730. >>>>>>>>(92.l+192)      lelong  x       %d Hz)
  9731. # Animated Cursor format
  9732. >8    string        ACON        \b, animated cursor
  9733. # SoundFont 2 <mpruett@sgi.com>
  9734. >8    string        sfbk        SoundFont/Bank
  9735. # MPEG-1 wrapped in a RIFF, apparently
  9736. >8      string          CDXA            \b, wrapped MPEG-1 (CDXA)
  9737. >8    string        4XMV        \b, 4X Movie file 
  9738.  
  9739. #
  9740. # XXX - some of the below may only appear in little-endian form.
  9741. #
  9742. # Also "MV93" appears to be for one form of Macromedia Director
  9743. # files, and "GDMF" appears to be another multimedia format.
  9744. #
  9745. 0    string        RIFX        RIFF (big-endian) data
  9746. # RIFF Palette format
  9747. >8    string        PAL        \b, palette
  9748. >>16    beshort        x        \b, version %d
  9749. >>18    beshort        x        \b, %d entries
  9750. # RIFF Device Independent Bitmap format
  9751. >8    string        RDIB        \b, device-independent bitmap
  9752. >>16    string        BM        
  9753. >>>30    beshort        12        \b, OS/2 1.x format
  9754. >>>>34    beshort        x        \b, %d x
  9755. >>>>36    beshort        x        %d
  9756. >>>30    beshort        64        \b, OS/2 2.x format
  9757. >>>>34    beshort        x        \b, %d x
  9758. >>>>36    beshort        x        %d
  9759. >>>30    beshort        40        \b, Windows 3.x format
  9760. >>>>34    belong        x        \b, %d x
  9761. >>>>38    belong        x        %d x
  9762. >>>>44    beshort        x        %d
  9763. # RIFF MIDI format
  9764. >8    string        RMID        \b, MIDI
  9765. # RIFF Multimedia Movie File format
  9766. >8    string        RMMP        \b, multimedia movie
  9767. # Microsoft WAVE format (*.wav)
  9768. >8    string        WAVE        \b, WAVE audio
  9769. >>20    leshort        1        \b, Microsoft PCM
  9770. >>>34    leshort        >0        \b, %d bit
  9771. >>22    beshort        =1        \b, mono
  9772. >>22    beshort        =2        \b, stereo
  9773. >>22    beshort        >2        \b, %d channels
  9774. >>24    belong        >0        %d Hz
  9775. # Corel Draw Picture
  9776. >8    string        CDRA        \b, Corel Draw Picture
  9777. # AVI == Audio Video Interleave
  9778. >8    string        AVI\040        \b, AVI
  9779. # Animated Cursor format
  9780. >8    string        ACON        \b, animated cursor
  9781. # Notation Interchange File Format (big-endian only)
  9782. >8    string        NIFF        \b, Notation Interchange File Format
  9783. # SoundFont 2 <mpruett@sgi.com>
  9784. >8    string        sfbk        SoundFont/Bank
  9785.  
  9786. #------------------------------------------------------------------------------
  9787. # apple:  file(1) magic for Apple file formats
  9788. #
  9789. 0    string        FiLeStArTfIlEsTaRt    binscii (apple ][) text
  9790. 0    string        \x0aGL            Binary II (apple ][) data
  9791. 0    string        \x76\xff        Squeezed (apple ][) data
  9792. 0    string        NuFile            NuFile archive (apple ][) data
  9793. 0    string        N\xf5F\xe9l\xe5        NuFile archive (apple ][) data
  9794. 0    belong        0x00051600        AppleSingle encoded Macintosh file
  9795. 0    belong        0x00051607        AppleDouble encoded Macintosh file
  9796.  
  9797. # magic for Newton PDA package formats
  9798. # from Ruda Moura <ruda@helllabs.org>
  9799. 0    string    package0    Newton package, NOS 1.x,
  9800. >12    belong    &0x80000000    AutoRemove,
  9801. >12    belong    &0x40000000    CopyProtect,
  9802. >12    belong    &0x10000000    NoCompression,
  9803. >12    belong    &0x04000000    Relocation,
  9804. >12    belong    &0x02000000    UseFasterCompression,
  9805. >16    belong    x        version %d
  9806.  
  9807. 0    string    package1    Newton package, NOS 2.x,
  9808. >12    belong    &0x80000000    AutoRemove,
  9809. >12    belong    &0x40000000    CopyProtect,
  9810. >12    belong    &0x10000000    NoCompression,
  9811. >12    belong    &0x04000000    Relocation,
  9812. >12    belong    &0x02000000    UseFasterCompression,
  9813. >16    belong    x        version %d
  9814.  
  9815. 0    string    package4    Newton package,
  9816. >8    byte    8        NOS 1.x,
  9817. >8    byte    9        NOS 2.x,
  9818. >12    belong    &0x80000000    AutoRemove,
  9819. >12    belong    &0x40000000    CopyProtect,
  9820. >12    belong    &0x10000000    NoCompression,
  9821.  
  9822. # The following entries for the Apple II are for files that have
  9823. # been transferred as raw binary data from an Apple, without having
  9824. # been encapsulated by any of the above archivers.
  9825. #
  9826. # In general, Apple II formats are hard to identify because Apple DOS
  9827. # and especially Apple ProDOS have strong typing in the file system and
  9828. # therefore programmers never felt much need to include type information
  9829. # in the files themselves.
  9830. #
  9831. # Eric Fischer <enf@pobox.com>
  9832.  
  9833. # AppleWorks word processor:
  9834. #
  9835. # This matches the standard tab stops for an AppleWorks file, but if
  9836. # a file has a tab stop set in the first four columns this will fail.
  9837. #
  9838. # The "O" is really the magic number, but that's so common that it's
  9839. # necessary to check the tab stops that follow it to avoid false positives.
  9840.  
  9841. 4       string          O====   AppleWorks word processor data
  9842. >85     byte&0x01       >0      \b, zoomed
  9843. >90     byte&0x01       >0      \b, paginated
  9844. >92     byte&0x01       >0      \b, with mail merge
  9845. #>91    byte            x       \b, left margin %d
  9846.  
  9847. # AppleWorks database:
  9848. #
  9849. # This isn't really a magic number, but it's the closest thing to one
  9850. # that I could find.  The 1 and 2 really mean "order in which you defined
  9851. # categories" and "left to right, top to bottom," respectively; the D and R
  9852. # mean that the cursor should move either down or right when you press Return.
  9853.  
  9854. #30    string        \x01D    AppleWorks database data
  9855. #30    string        \x02D    AppleWorks database data
  9856. #30    string        \x01R    AppleWorks database data
  9857. #30    string        \x02R    AppleWorks database data
  9858.  
  9859. # AppleWorks spreadsheet:
  9860. #
  9861. # Likewise, this isn't really meant as a magic number.  The R or C means
  9862. # row- or column-order recalculation; the A or M means automatic or manual
  9863. # recalculation.
  9864.  
  9865. #131    string        RA    AppleWorks spreadsheet data
  9866. #131    string        RM    AppleWorks spreadsheet data
  9867. #131    string        CA    AppleWorks spreadsheet data
  9868. #131    string        CM    AppleWorks spreadsheet data
  9869.  
  9870. # Applesoft BASIC:
  9871. #
  9872. # This is incredibly sloppy, but will be true if the program was
  9873. # written at its usual memory location of 2048 and its first line
  9874. # number is less than 256.  Yuck.
  9875.  
  9876. 0       belong&0xff00ff 0x80000 Applesoft BASIC program data
  9877. #>2     leshort         x       \b, first line number %d
  9878.  
  9879. # ORCA/EZ assembler:
  9880. # This will not identify ORCA/M source files, since those have
  9881. # some sort of date code instead of the two zero bytes at 6 and 7
  9882. # XXX Conflicts with ELF
  9883. #4       belong&0xff00ffff       0x01000000      ORCA/EZ assembler source data
  9884. #>5      byte                    x               \b, build number %d
  9885.  
  9886. # Broderbund Fantavision
  9887. #
  9888. # I don't know what these values really mean, but they seem to recur.
  9889. # Will they cause too many conflicts?
  9890.  
  9891. # Probably :-)
  9892. #2    belong&0xFF00FF        0x040008    Fantavision movie data
  9893.  
  9894. # Some attempts at images.
  9895. #
  9896. # These are actually just bit-for-bit dumps of the frame buffer, so
  9897. # there's really no reasonably way to distinguish them except for their
  9898. # address (if preserved) -- 8192 or 16384 -- and their length -- 8192
  9899. # or, occasionally, 8184.
  9900. #
  9901. # Nevertheless this will manage to catch a lot of images that happen
  9902. # to have a solid-colored line at the bottom of the screen.
  9903.  
  9904. 8144    string    \x7F\x7F\x7F\x7F\x7F\x7F\x7F\x7F    Apple II image with white background
  9905. 8144    string    \x55\x2A\x55\x2A\x55\x2A\x55\x2A    Apple II image with purple background
  9906. 8144    string    \x2A\x55\x2A\x55\x2A\x55\x2A\x55    Apple II image with green background
  9907. 8144    string    \xD5\xAA\xD5\xAA\xD5\xAA\xD5\xAA    Apple II image with blue background
  9908. 8144    string    \xAA\xD5\xAA\xD5\xAA\xD5\xAA\xD5    Apple II image with orange background
  9909.  
  9910. # Beagle Bros. Apple Mechanic fonts
  9911.  
  9912. 0    belong&0xFF00FFFF    0x6400D000    Apple Mechanic font
  9913.  
  9914. # Apple Universal Disk Image Format (UDIF) - dmg files.
  9915. # From Johan Gade.
  9916. # These entries are disabled for now until we fix the following issues.
  9917. #
  9918. # Note there might be some problems with the "VAX COFF executable" 
  9919. # entry. Note this entry should be placed before the mac filesystem section, 
  9920. # particularly the "Apple Partition data" entry.
  9921. #
  9922. # The intended meaning of these tests is, that the file is only of the 
  9923. # specified type if both of the lines are correct - i.e. if the first
  9924. # line matches and the second doesn't then it is not of that type.
  9925. #
  9926. #0    long    0x7801730d
  9927. #>4    long    0x62626060    UDIF read-only zlib-compressed image (UDZO)
  9928. #
  9929. # Note that this entry is recognized correctly by the "Apple Partition 
  9930. # data" entry - however since this entry is more specific - this
  9931. # information seems to be more useful.
  9932. #0    long    0x45520200
  9933. #>0x410    string    disk\ image    UDIF read/write image (UDRW)
  9934.  
  9935. # From: Toby Peterson <toby@apple.com>
  9936. 0    string    bplist00    Apple binary property list
  9937.  
  9938. # Apple binary property list (bplist)
  9939. #  Assumes version bytes are hex.
  9940. #  Provides content hints for version 0 files. Assumes that the root
  9941. #  object is the first object (true for CoreFoundation implementation).
  9942. # From: David Remahl <dremahl@apple.com>
  9943. 0        string    bplist
  9944. >6        byte    x    \bCoreFoundation binary property list data, version 0x%c
  9945. >>7        byte    x    \b%c
  9946. >6        string        00        \b
  9947. >>8        byte&0xF0    0x00    \b
  9948. >>>8    byte&0x0F    0x00    \b, root type: null
  9949. >>>8    byte&0x0F    0x08    \b, root type: false boolean
  9950. >>>8    byte&0x0F    0x09    \b, root type: true boolean
  9951. >>8        byte&0xF0    0x10    \b, root type: integer
  9952. >>8        byte&0xF0    0x20    \b, root type: real
  9953. >>8        byte&0xF0    0x30    \b, root type: date
  9954. >>8        byte&0xF0    0x40    \b, root type: data
  9955. >>8        byte&0xF0    0x50    \b, root type: ascii string
  9956. >>8        byte&0xF0    0x60    \b, root type: unicode string
  9957. >>8        byte&0xF0    0x80    \b, root type: uid (CORRUPT)
  9958. >>8        byte&0xF0    0xa0    \b, root type: array
  9959. >>8        byte&0xF0    0xd0    \b, root type: dictionary
  9960.  
  9961. # Apple/NeXT typedstream data
  9962. #  Serialization format used by NeXT and Apple for various
  9963. #  purposes in YellowStep/Cocoa, including some nib files.
  9964. # From: David Remahl <dremahl@apple.com>
  9965. 2        string        typedstream    NeXT/Apple typedstream data, big endian
  9966. >0        byte        x        \b, version %hhd
  9967. >0        byte        <5        \b
  9968. >>13    byte        0x81    \b
  9969. >>>14    ubeshort    x        \b, system %hd
  9970. 2        string        streamtyped NeXT/Apple typedstream data, little endian
  9971. >0        byte        x        \b, version %hhd
  9972. >0        byte        <5        \b
  9973. >>13    byte        0x81    \b
  9974. >>>14    uleshort    x        \b, system %hd
  9975.  
  9976. #------------------------------------------------------------------------------
  9977. # macintosh description
  9978. #
  9979. # BinHex is the Macintosh ASCII-encoded file format (see also "apple")
  9980. # Daniel Quinlan, quinlan@yggdrasil.com
  9981. 11    string    must\ be\ converted\ with\ BinHex    BinHex binary text
  9982. >41    string    x                    \b, version %.3s
  9983.  
  9984. # Stuffit archives are the de facto standard of compression for Macintosh
  9985. # files obtained from most archives. (franklsm@tuns.ca)
  9986. 0    string        SIT!            StuffIt Archive (data)
  9987. >2    string        x            : %s
  9988. 0    string        SITD            StuffIt Deluxe (data)
  9989. >2    string        x            : %s
  9990. 0    string        Seg            StuffIt Deluxe Segment (data)
  9991. >2    string        x            : %s
  9992.  
  9993. # Newer StuffIt archives (grant@netbsd.org)
  9994. 0    string        StuffIt            StuffIt Archive
  9995. #>162    string        >0            : %s
  9996.  
  9997. # Macintosh Applications and Installation binaries (franklsm@tuns.ca)
  9998. 0    string        APPL            Macintosh Application (data)
  9999. >2    string        x            \b: %s
  10000.  
  10001. # Macintosh System files (franklsm@tuns.ca)
  10002. 0    string        zsys            Macintosh System File (data)
  10003. 0    string        FNDR            Macintosh Finder (data)
  10004. 0    string        libr            Macintosh Library (data)
  10005. >2    string        x            : %s
  10006. 0    string        shlb            Macintosh Shared Library (data)
  10007. >2    string        x            : %s
  10008. 0    string        cdev            Macintosh Control Panel (data)
  10009. >2    string        x            : %s
  10010. 0    string        INIT            Macintosh Extension (data)
  10011. >2    string        x            : %s
  10012. 0    string        FFIL            Macintosh Truetype Font (data)
  10013. >2    string        x            : %s
  10014. 0    string        LWFN            Macintosh Postscript Font (data)
  10015. >2    string        x            : %s
  10016.  
  10017. # Additional Macintosh Files (franklsm@tuns.ca)
  10018. 0    string        PACT            Macintosh Compact Pro Archive (data)
  10019. >2    string        x            : %s
  10020. 0    string        ttro            Macintosh TeachText File (data)
  10021. >2    string        x            : %s
  10022. 0    string        TEXT            Macintosh TeachText File (data)
  10023. >2    string        x            : %s
  10024. 0    string        PDF            Macintosh PDF File (data)
  10025. >2    string        x            : %s
  10026.  
  10027. # MacBinary format (Eric Fischer, enf@pobox.com)
  10028. #
  10029. # Unfortunately MacBinary doesn't really have a magic number prior
  10030. # to the MacBinary III format.  The checksum is really the way to
  10031. # do it, but the magic file format isn't up to the challenge.
  10032. #
  10033. # 0    byte        0
  10034. # 1    byte                # filename length
  10035. # 2    string                # filename
  10036. # 65    string                # file type
  10037. # 69    string                # file creator
  10038. # 73    byte                # Finder flags
  10039. # 74    byte        0
  10040. # 75    beshort                # vertical posn in window
  10041. # 77    beshort                # horiz posn in window
  10042. # 79    beshort                # window or folder ID
  10043. # 81    byte                # protected?
  10044. # 82    byte        0
  10045. # 83    belong                # length of data segment
  10046. # 87    belong                # length of resource segment
  10047. # 91    belong                # file creation date
  10048. # 95    belong                # file modification date
  10049. # 99    beshort                # length of comment after resource
  10050. # 101    byte                # new Finder flags
  10051. # 102    string        mBIN        # (only in MacBinary III)
  10052. # 106    byte                # char. code of file name
  10053. # 107    byte                # still more Finder flags
  10054. # 116    belong                # total file length
  10055. # 120    beshort                # length of add'l header
  10056. # 122    byte        129        # for MacBinary II
  10057. # 122    byte        130        # for MacBinary III
  10058. # 123    byte        129        # minimum version that can read fmt
  10059. # 124    beshort                # checksum
  10060. #
  10061. # This attempts to use the version numbers as a magic number, requiring
  10062. # that the first one be 0x80, 0x81, 0x82, or 0x83, and that the second
  10063. # be 0x81.  This works for the files I have, but maybe not for everyone's.
  10064.  
  10065. # Unfortunately, this magic is quite weak - MPi
  10066. #122    beshort&0xFCFF    0x8081        Macintosh MacBinary data
  10067.  
  10068. # MacBinary I doesn't have the version number field at all, but MacBinary II
  10069. # has been in use since 1987 so I hope there aren't many really old files
  10070. # floating around that this will miss.  The original spec calls for using
  10071. # the nulls in 0, 74, and 82 as the magic number.
  10072. #
  10073. # Another possibility, that would also work for MacBinary I, is to use
  10074. # the assumption that 65-72 will all be ASCII (0x20-0x7F), that 73 will
  10075. # have bits 1 (changed), 2 (busy), 3 (bozo), and 6 (invisible) unset,
  10076. # and that 74 will be 0.  So something like
  10077. # 71     belong&0x80804EFF 0x00000000     Macintosh MacBinary data
  10078. # >73    byte&0x01    0x01        \b, inited
  10079. # >73    byte&0x02    0x02        \b, changed
  10080. # >73    byte&0x04    0x04        \b, busy
  10081. # >73    byte&0x08    0x08        \b, bozo
  10082. # >73    byte&0x10    0x10        \b, system
  10083. # >73    byte&0x10    0x20        \b, bundle
  10084. # >73    byte&0x10    0x40        \b, invisible
  10085. # >73    byte&0x10    0x80        \b, locked
  10086.  
  10087. #>65    string        x        \b, type "%4.4s"
  10088.  
  10089. #>65    string        8BIM        (PhotoShop)
  10090. #>65    string        ALB3        (PageMaker 3)
  10091. #>65    string        ALB4        (PageMaker 4)
  10092. #>65    string        ALT3        (PageMaker 3)
  10093. #>65    string        APPL        (application)
  10094. #>65    string        AWWP        (AppleWorks word processor)
  10095. #>65    string        CIRC        (simulated circuit)
  10096. #>65    string        DRWG        (MacDraw)
  10097. #>65    string        EPSF        (Encapsulated PostScript)
  10098. #>65    string        FFIL        (font suitcase)
  10099. #>65    string        FKEY        (function key)
  10100. #>65    string        FNDR        (Macintosh Finder)
  10101. #>65    string        GIFf        (GIF image)
  10102. #>65    string        Gzip        (GNU gzip)
  10103. #>65    string        INIT        (system extension)
  10104. #>65    string        LIB\         (library)
  10105. #>65    string        LWFN        (PostScript font)
  10106. #>65    string        MSBC        (Microsoft BASIC)
  10107. #>65    string        PACT        (Compact Pro archive)
  10108. #>65    string        PDF\         (Portable Document Format)
  10109. #>65    string        PICT        (picture)
  10110. #>65    string        PNTG        (MacPaint picture)
  10111. #>65    string        PREF        (preferences)
  10112. #>65    string        PROJ        (Think C project)
  10113. #>65    string        QPRJ        (Think Pascal project)
  10114. #>65    string        SCFL        (Defender scores)
  10115. #>65    string        SCRN        (startup screen)
  10116. #>65    string        SITD        (StuffIt Deluxe)
  10117. #>65    string        SPn3        (SuperPaint)
  10118. #>65    string        STAK        (HyperCard stack)
  10119. #>65    string        Seg\         (StuffIt segment)
  10120. #>65    string        TARF        (Unix tar archive)
  10121. #>65    string        TEXT        (ASCII)
  10122. #>65    string        TIFF        (TIFF image)
  10123. #>65    string        TOVF        (Eudora table of contents)
  10124. #>65    string        WDBN        (Microsoft Word word processor)
  10125. #>65    string        WORD        (MacWrite word processor)
  10126. #>65    string        XLS\         (Microsoft Excel)
  10127. #>65    string        ZIVM        (compress (.Z))
  10128. #>65    string        ZSYS        (Pre-System 7 system file)
  10129. #>65    string        acf3        (Aldus FreeHand)
  10130. #>65    string        cdev        (control panel)
  10131. #>65    string        dfil        (Desk Acessory suitcase)
  10132. #>65    string        libr        (library)
  10133. #>65    string        nX^d        (WriteNow word processor)
  10134. #>65    string        nX^w        (WriteNow dictionary)
  10135. #>65    string        rsrc        (resource)
  10136. #>65    string        scbk        (Scrapbook)
  10137. #>65    string        shlb        (shared library)
  10138. #>65    string        ttro        (SimpleText read-only)
  10139. #>65    string        zsys        (system file)
  10140.  
  10141. #>69    string        x        \b, creator "%4.4s"
  10142.  
  10143. # Somewhere, Apple has a repository of registered Creator IDs.  These are
  10144. # just the ones that I happened to have files from and was able to identify.
  10145.  
  10146. #>69    string        8BIM        (Adobe Photoshop)
  10147. #>69    string        ALD3        (PageMaker 3)
  10148. #>69    string        ALD4        (PageMaker 4)
  10149. #>69    string        ALFA        (Alpha editor)
  10150. #>69    string        APLS        (Apple Scanner)
  10151. #>69    string        APSC        (Apple Scanner)
  10152. #>69    string        BRKL        (Brickles)
  10153. #>69    string        BTFT        (BitFont)
  10154. #>69    string        CCL2         (Common Lisp 2)
  10155. #>69    string        CCL\         (Common Lisp)
  10156. #>69    string        CDmo        (The Talking Moose)
  10157. #>69    string        CPCT        (Compact Pro)
  10158. #>69    string        CSOm        (Eudora)
  10159. #>69    string        DMOV        (Font/DA Mover)
  10160. #>69    string        DSIM        (DigSim)
  10161. #>69    string        EDIT        (Macintosh Edit)
  10162. #>69    string        ERIK        (Macintosh Finder)
  10163. #>69    string        EXTR        (self-extracting archive)
  10164. #>69    string        Gzip        (GNU gzip)
  10165. #>69    string        KAHL        (Think C)
  10166. #>69    string        LWFU        (LaserWriter Utility)
  10167. #>69    string        LZIV        (compress)
  10168. #>69    string        MACA        (MacWrite)
  10169. #>69    string        MACS        (Macintosh operating system)
  10170. #>69    string        MAcK        (MacKnowledge terminal emulator)
  10171. #>69    string        MLND        (Defender)
  10172. #>69    string        MPNT        (MacPaint)
  10173. #>69    string        MSBB        (Microsoft BASIC (binary))
  10174. #>69    string        MSWD        (Microsoft Word)
  10175. #>69    string        NCSA        (NCSA Telnet)
  10176. #>69    string        PJMM        (Think Pascal)
  10177. #>69    string        PSAL        (Hunt the Wumpus)
  10178. #>69    string        PSI2        (Apple File Exchange)
  10179. #>69    string        R*ch        (BBEdit)
  10180. #>69    string        RMKR        (Resource Maker)
  10181. #>69    string        RSED        (Resource Editor)
  10182. #>69    string        Rich        (BBEdit)
  10183. #>69    string        SIT!        (StuffIt)
  10184. #>69    string        SPNT        (SuperPaint)
  10185. #>69    string        Unix        (NeXT Mac filesystem)
  10186. #>69    string        VIM!        (Vim editor)
  10187. #>69    string        WILD        (HyperCard)
  10188. #>69    string        XCEL        (Microsoft Excel)
  10189. #>69    string        aCa2        (Fontographer)
  10190. #>69    string        aca3        (Aldus FreeHand)
  10191. #>69    string        dosa        (Macintosh MS-DOS file system)
  10192. #>69    string        movr        (Font/DA Mover)
  10193. #>69    string        nX^n        (WriteNow)
  10194. #>69    string        pdos        (Apple ProDOS file system)
  10195. #>69    string        scbk        (Scrapbook)
  10196. #>69    string        ttxt        (SimpleText)
  10197. #>69    string        ufox        (Foreign File Access)
  10198.  
  10199. # Just in case...
  10200.  
  10201. 102    string        mBIN        MacBinary III data with surprising version number
  10202.  
  10203. # sas magic from Bruce Foster (bef@nwu.edu)
  10204. #
  10205. #0    string        SAS        SAS
  10206. #>8    string        x        %s
  10207. 0    string        SAS        SAS
  10208. >24    string        DATA        data file
  10209. >24    string        CATALOG        catalog
  10210. >24    string        INDEX        data file index
  10211. >24    string        VIEW        data view
  10212. # sas 7+ magic from Reinhold Koch (reinhold.koch@roche.com)
  10213. #
  10214. 0x54    string          SAS             SAS 7+
  10215. >0x9C   string          DATA            data file
  10216. >0x9C   string          CATALOG         catalog
  10217. >0x9C   string          INDEX           data file index
  10218. >0x9C   string          VIEW            data view
  10219.  
  10220. # spss magic for SPSS system and portable files, 
  10221. #     from Bruce Foster (bef@nwu.edu).
  10222.  
  10223. 0    long        0xc1e2c3c9    SPSS Portable File
  10224. >40    string         x        %s
  10225.  
  10226. 0    string        $FL2        SPSS System File
  10227. >24    string        x        %s
  10228.  
  10229. # Macintosh filesystem data
  10230. # From "Tom N Harris" <telliamed@mac.com>
  10231. # Fixed HFS+ and Partition map magic: Ethan Benson <erbenson@alaska.net>
  10232. # The MacOS epoch begins on 1 Jan 1904 instead of 1 Jan 1970, so these
  10233. # entries depend on the data arithmetic added after v.35
  10234. # There's also some Pascal strings in here, ditto...
  10235.  
  10236. # The boot block signature, according to IM:Files, is 
  10237. # "for HFS volumes, this field always contains the value 0x4C4B."
  10238. # But if this is true for MFS or HFS+ volumes, I don't know.
  10239. # Alternatively, the boot block is supposed to be zeroed if it's
  10240. # unused, so a simply >0 should suffice.
  10241.  
  10242. 0x400    beshort            0xD2D7        Macintosh MFS data
  10243. >0    beshort            0x4C4B        (bootable)
  10244. >0x40a    beshort            &0x8000        (locked)
  10245. >0x402    beldate-0x7C25B080    x        created: %s,
  10246. >0x406    beldate-0x7C25B080    >0        last backup: %s,
  10247. >0x414    belong            x        block size: %d,
  10248. >0x412    beshort            x        number of blocks: %d,
  10249. >0x424    pstring            x        volume name: %s
  10250.  
  10251. # "BD" is has many false positives
  10252. #0x400    beshort            0x4244        Macintosh HFS data
  10253. #>0    beshort            0x4C4B        (bootable)
  10254. #>0x40a    beshort            &0x8000        (locked)
  10255. #>0x40a    beshort            ^0x0100        (mounted)
  10256. #>0x40a    beshort            &0x0200        (spared blocks)
  10257. #>0x40a    beshort            &0x0800        (unclean)
  10258. #>0x47C    beshort            0x482B        (Embedded HFS+ Volume)
  10259. #>0x402    beldate-0x7C25B080    x        created: %s,
  10260. #>0x406    beldate-0x7C25B080    x        last modified: %s,
  10261. #>0x440    beldate-0x7C25B080    >0        last backup: %s,
  10262. #>0x414    belong            x        block size: %d,
  10263. #>0x412    beshort            x        number of blocks: %d,
  10264. #>0x424    pstring            x        volume name: %s
  10265.  
  10266. 0x400    beshort            0x482B        Macintosh HFS Extended
  10267. >&0    beshort            x        version %d data
  10268. >0    beshort            0x4C4B        (bootable)
  10269. >0x404    belong            ^0x00000100    (mounted)
  10270. >&2    belong            &0x00000200    (spared blocks)
  10271. >&2    belong            &0x00000800    (unclean)
  10272. >&2    belong            &0x00008000    (locked)
  10273. >&6    string            x        last mounted by: '%.4s',
  10274. # really, that should be treated as a belong and we print a string
  10275. # based on the value. TN1150 only mentions '8.10' for "MacOS 8.1"
  10276. >&14    beldate-0x7C25B080    x        created: %s,
  10277. # only the creation date is local time, all other timestamps in HFS+ are UTC.
  10278. >&18    bedate-0x7C25B080    x        last modified: %s,
  10279. >&22    bedate-0x7C25B080    >0        last backup: %s,
  10280. >&26    bedate-0x7C25B080    >0        last checked: %s,
  10281. >&38    belong            x        block size: %d,
  10282. >&42    belong            x        number of blocks: %d,
  10283. >&46    belong            x        free blocks: %d
  10284.  
  10285. # I don't think this is really necessary since it doesn't do much and 
  10286. # anything with a valid driver descriptor will also have a valid
  10287. # partition map
  10288. #0        beshort        0x4552        Apple Device Driver data
  10289. #>&24        beshort        =1        \b, MacOS
  10290.  
  10291. # Is that the partition type a cstring or a pstring? Well, IM says "strings 
  10292. # shorter than 32 bytes must be terminated with NULL" so I'll treat it as a 
  10293. # cstring. Of course, partitions can contain more than four entries, but 
  10294. # what're you gonna do?
  10295. 0x200        beshort        0x504D        Apple Partition data
  10296. >0x2        beshort        x        block size: %d,
  10297. >0x230        string        x        first type: %s,
  10298. >0x210        string        x        name: %s,
  10299. >0x254        belong        x        number of blocks: %d,
  10300. >0x400        beshort        0x504D        
  10301. >>0x430        string        x        second type: %s,
  10302. >>0x410        string        x        name: %s,
  10303. >>0x454        belong        x        number of blocks: %d,
  10304. >>0x800        beshort        0x504D        
  10305. >>>0x830    string        x        third type: %s,
  10306. >>>0x810    string        x        name: %s,
  10307. >>>0x854    belong        x        number of blocks: %d,
  10308. >>>0xa00    beshort        0x504D        
  10309. >>>>0xa30    string        x        fourth type: %s,
  10310. >>>>0xa10    string        x        name: %s,
  10311. >>>>0xa54    belong        x        number of blocks: %d
  10312. # AFAIK, only the signature is different
  10313. 0x200        beshort        0x5453        Apple Old Partition data
  10314. >0x2        beshort        x        block size: %d,
  10315. >0x230        string        x        first type: %s,
  10316. >0x210        string        x        name: %s,
  10317. >0x254        belong        x        number of blocks: %d,
  10318. >0x400        beshort        0x504D        
  10319. >>0x430        string        x        second type: %s,
  10320. >>0x410        string        x        name: %s,
  10321. >>0x454        belong        x        number of blocks: %d,
  10322. >>0x800        beshort        0x504D        
  10323. >>>0x830    string        x        third type: %s,
  10324. >>>0x810    string        x        name: %s,
  10325. >>>0x854    belong        x        number of blocks: %d,
  10326. >>>0xa00    beshort        0x504D        
  10327. >>>>0xa30    string        x        fourth type: %s,
  10328. >>>>0xa10    string        x        name: %s,
  10329. >>>>0xa54    belong        x        number of blocks: %d
  10330.  
  10331. # From: Remi Mommsen <mommsen@slac.stanford.edu>
  10332. 0        string        BOMStore    Mac OS X bill of materials (BOM) fil
  10333. #------------------------------------------------------------------------------
  10334. #
  10335. # RPM: file(1) magic for Red Hat Packages   Erik Troan (ewt@redhat.com)
  10336. #
  10337. 0    beshort        0xedab
  10338. >2    beshort        0xeedb        RPM
  10339. >>4    byte        x        v%d
  10340. >>6    beshort        0        bin
  10341. >>6    beshort        1        src
  10342. >>8    beshort        1        i386
  10343. >>8    beshort        2        Alpha
  10344. >>8    beshort        3        Sparc
  10345. >>8    beshort        4        MIPS
  10346. >>8    beshort        5        PowerPC
  10347. >>8    beshort        6        68000
  10348. >>8    beshort        7    SGI
  10349. >>8    beshort        8        RS6000
  10350. >>8    beshort        9        IA64
  10351. >>8    beshort        10        Sparc64
  10352. >>8    beshort        11        MIPSel
  10353. >>8    beshort        12        ARM
  10354. >>10    string        x        %s
  10355.  
  10356. #------------------------------------------------------------------------------
  10357. # rtf:    file(1) magic for Rich Text Format (RTF)
  10358. #
  10359. # Duncan P. Simpson, D.P.Simpson@dcs.warwick.ac.uk
  10360. #
  10361. 0    string        {\\rtf        Rich Text Format data,
  10362. >5    byte        x        version %c,
  10363. >6    string        \\ansi        ANSI
  10364. >6    string        \\mac        Apple Macintosh
  10365. >6    string        \\pc        IBM PC, code page 437
  10366. >6    string        \\pca        IBM PS/2, code page 850
  10367.  
  10368. #------------------------------------------------------------------------------
  10369. # sc:  file(1) magic for "sc" spreadsheet
  10370. #
  10371. 38    string        Spreadsheet    sc spreadsheet file
  10372.  
  10373. #------------------------------------------------------------------------------
  10374. # sccs:  file(1) magic for SCCS archives
  10375. #
  10376. # SCCS archive structure:
  10377. # \001h01207
  10378. # \001s 00276/00000/00000
  10379. # \001d D 1.1 87/09/23 08:09:20 ian 1 0
  10380. # \001c date and time created 87/09/23 08:09:20 by ian
  10381. # \001e
  10382. # \001u
  10383. # \001U
  10384. # ... etc.
  10385. # Now '\001h' happens to be the same as the 3B20's a.out magic number (0550).
  10386. # *Sigh*. And these both came from various parts of the USG.
  10387. # Maybe we should just switch everybody from SCCS to RCS!
  10388. # Further, you can't just say '\001h0', because the five-digit number
  10389. # is a checksum that could (presumably) have any leading digit,
  10390. # and we don't have regular expression matching yet. 
  10391. # Hence the following official kludge:
  10392. 8    string        \001s\             SCCS archive data
  10393.  
  10394. #------------------------------------------------------------------------------
  10395. # sendmail:  file(1) magic for sendmail config files
  10396. #
  10397. # XXX - byte order?
  10398. #
  10399. 0    byte    046      Sendmail frozen configuration 
  10400. >16    string    >\0      - version %s
  10401. 0    short    0x271c      Sendmail frozen configuration
  10402. >16    string    >\0      - version %s
  10403.  
  10404. #------------------------------------------------------------------------------
  10405. # sendmail:  file(1) magic for sendmail m4(1) files
  10406. #
  10407. # From Hendrik Scholz <hendrik@scholz.net>
  10408. # i.e. files in /usr/share/sendmail/cf/
  10409. #
  10410. 0   string  divert(-1)\n    sendmail m4 text file
  10411.  
  10412.  
  10413. #------------------------------------------------------------------------------
  10414. # sequent:  file(1) magic for Sequent machines
  10415. #
  10416. # Sequent information updated by Don Dwiggins <atsun!dwiggins>.
  10417. # For Sequent's multiprocessor systems (incomplete).
  10418. 0    lelong    0x00ea            BALANCE NS32000 .o
  10419. >16    lelong    >0        not stripped
  10420. >124    lelong    >0        version %ld
  10421. 0    lelong    0x10ea            BALANCE NS32000 executable (0 @ 0)
  10422. >16    lelong  >0                not stripped
  10423. >124    lelong    >0        version %ld
  10424. 0    lelong    0x20ea            BALANCE NS32000 executable (invalid @ 0)
  10425. >16    lelong  >0                not stripped
  10426. >124    lelong    >0        version %ld
  10427. 0    lelong    0x30ea            BALANCE NS32000 standalone executable
  10428. >16    lelong  >0              not stripped
  10429. >124    lelong    >0        version %ld
  10430. #
  10431. # Symmetry information added by Jason Merrill <jason@jarthur.claremont.edu>.
  10432. # Symmetry magic nums will not be reached if DOS COM comes before them;
  10433. # byte 0xeb is matched before these get a chance.
  10434. 0    leshort    0x12eb        SYMMETRY i386 .o
  10435. >16    lelong    >0        not stripped
  10436. >124    lelong    >0        version %ld
  10437. 0    leshort    0x22eb        SYMMETRY i386 executable (0 @ 0)
  10438. >16    lelong    >0        not stripped
  10439. >124    lelong    >0        version %ld
  10440. 0    leshort    0x32eb        SYMMETRY i386 executable (invalid @ 0)
  10441. >16    lelong    >0        not stripped
  10442. >124    lelong    >0        version %ld
  10443. 0    leshort    0x42eb        SYMMETRY i386 standalone executable
  10444. >16    lelong    >0        not stripped
  10445. >124    lelong    >0        version %ld
  10446.  
  10447. #------------------------------------------------------------------------------
  10448. # sgi:  file(1) magic for Silicon Graphics applications
  10449.  
  10450. #
  10451. #
  10452. # Performance Co-Pilot file types
  10453. 0    string    PmNs                PCP compiled namespace (V.0)
  10454. 0    string    PmN                PCP compiled namespace
  10455. >3    string    >\0                (V.%1.1s)
  10456. 3    belong    0x84500526            PCP archive
  10457. >7    byte    x                (V.%d)
  10458. >20    belong    -2                temporal index
  10459. >20    belong    -1                metadata
  10460. >20    belong    0                log volume #0
  10461. >20    belong    >0                log volume #%ld
  10462. >24    string    >\0                host: %s
  10463. 0    string    PCPFolio            PCP 
  10464. >9    string    Version:            Archive Folio
  10465. >18    string    >\0                (V.%s)
  10466. 0    string    #pmchart            PCP pmchart view
  10467. >9    string    Version
  10468. >17    string    >\0                (V%-3.3s)
  10469. 0    string    pmview                PCP pmview config
  10470. >7    string    Version
  10471. >15    string    >\0                (V%-3.3s)
  10472. 0    string    #pmlogger            PCP pmlogger config
  10473. >10    string    Version
  10474. >18    string    >\0                (V%1.1s)
  10475. 0    string    #pmdahotproc            PCP pmdahotproc config
  10476. >13    string    Version
  10477. >21    string    >\0                (V%-3.3s)
  10478. 0    string    PcPh                PCP Help 
  10479. >4    string    1                Index
  10480. >4    string    2                Text
  10481. >5    string    >\0                (V.%1.1s)
  10482. 0    string    #pmieconf-rules            PCP pmieconf rules
  10483. >16    string    >\0                (V.%1.1s)
  10484. 3    string    pmieconf-pmie            PCP pmie config
  10485. >17    string    >\0                (V.%1.1s)
  10486.  
  10487. # SpeedShop data files
  10488. 0    lelong    0x13130303            SpeedShop data file
  10489.  
  10490. # mdbm files
  10491. 0    lelong    0x01023962            mdbm file, version 0 (obsolete)
  10492. 0    string    mdbm                mdbm file,
  10493. >5    byte    x                version %d,
  10494. >6    byte    x                2^%d pages,
  10495. >7    byte    x                pagesize 2^%d,
  10496. >17    byte    x                hash %d,
  10497. >11    byte    x                dataformat %d
  10498.  
  10499. # Alias Maya files
  10500. 0    string    //Maya ASCII    Alias Maya Ascii File,
  10501. >13    string    >\0    version %s
  10502. 8    string    MAYAFOR4    Alias Maya Binary File,
  10503. >32    string    >\0    version %s scene
  10504. 8    string    MayaFOR4    Alias Maya Binary File,
  10505. >32    string    >\0    version %s scene
  10506. 8    string    CIMG        Alias Maya Image File
  10507. 8    string    DEEP        Alias Maya Image File
  10508.  
  10509. #------------------------------------------------------------------------------
  10510. # sgml:  file(1) magic for Standard Generalized Markup Language
  10511. # HyperText Markup Language (HTML) is an SGML document type,
  10512. # from Daniel Quinlan (quinlan@yggdrasil.com)
  10513. # adapted to string extenstions by Anthon van der Neut <anthon@mnt.org)
  10514. 0   string/cB    \<!DOCTYPE\ html    HTML document text
  10515. 0   string/cb    \<head            HTML document text
  10516. 0   string/cb    \<title            HTML document text
  10517. 0   string/cb    \<html            HTML document text
  10518.  
  10519. # Extensible markup language (XML), a subset of SGML
  10520. # from Marc Prud'hommeaux (marc@apocalypse.org)
  10521. 0    string/cb    \<?xml            XML document text
  10522. 0    string        \<?xml\ version "    XML
  10523. 0    string        \<?xml\ version="    XML
  10524. >15    string        >\0            %.3s document text
  10525. >>23    string        \<xsl:stylesheet    (XSL stylesheet)
  10526. >>24    string        \<xsl:stylesheet    (XSL stylesheet)
  10527. 0    string/b    \<?xml            XML document text
  10528. 0    string/cb    \<?xml            broken XML document text
  10529.  
  10530.  
  10531. # SGML, mostly from rph@sq
  10532. 0   string/cb    \<!doctype        exported SGML document text
  10533. 0   string/cb    \<!subdoc        exported SGML subdocument text
  10534. 0   string/cb    \<!--            exported SGML document text
  10535.  
  10536. # Web browser cookie files
  10537. # (Mozilla, Galeon, Netscape 4, Konqueror..)
  10538. # Ulf Harnhammar <ulfh@update.uu.se>
  10539. 0    string    #\ HTTP\ Cookie\ File    Web browser cookie text
  10540. 0    string    #\ Netscape\ HTTP\ Cookie\ File    Netscape cookie text
  10541. 0    string    #\ KDE\ Cookie\ File    Konqueror cookie text
  10542.  
  10543. #------------------------------------------------------------------------
  10544. # file(1) magic for sharc files
  10545. #
  10546. # SHARC DSP, MIDI SysEx and RiscOS filetype definitions added by 
  10547. # FutureGroove Music (dsp@futuregroove.de)
  10548.  
  10549. #------------------------------------------------------------------------
  10550. 0    string            Draw        RiscOS Drawfile
  10551. 0    string            PACK        RiscOS PackdDir archive
  10552.  
  10553. #------------------------------------------------------------------------
  10554. # SHARC DSP stuff (based on the FGM SHARC DSP SDK)
  10555.  
  10556. 0    string            =!        Assembler source
  10557. 0    string            Analog        ADi asm listing file
  10558. 0    string            .SYSTEM        SHARC architecture file
  10559. 0    string            .system        SHARC architecture file
  10560.  
  10561. 0    leshort            0x521C        SHARC COFF binary
  10562. >2    leshort            >1        , %hd sections
  10563. >>12    lelong            >0        , not stripped
  10564.  
  10565. #------------------------------------------------------------------------------
  10566. # sinclair:  file(1) sinclair QL
  10567.  
  10568. # additions to /etc/magic by Thomas M. Ott (ThMO)
  10569.  
  10570. # Sinclair QL floppy disk formats (ThMO)
  10571. 0    string    =QL5        QL disk dump data,
  10572. >3    string    =A        720 KB,
  10573. >3    string    =B        1.44 MB,
  10574. >3    string    =C        3.2 MB,
  10575. >4    string    >\0        label:%.10s
  10576.  
  10577. # Sinclair QL OS dump (ThMO)
  10578. # (NOTE: if `file' would be able to use indirect references in a endian format
  10579. #     differing from the natural host format, this could be written more
  10580. #     reliably and faster...)
  10581. #
  10582. # we *can't* lookup QL OS code dumps, because `file' is UNABLE to read more
  10583. # than the first 8K of a file... #-(
  10584. #
  10585. #0        belong    =0x30000
  10586. #>49124        belong    <47104
  10587. #>>49128        belong    <47104
  10588. #>>>49132    belong    <47104
  10589. #>>>>49136    belong    <47104    QL OS dump data,
  10590. #>>>>>49148    string    >\0    type %.3s,
  10591. #>>>>>49142    string    >\0    version %.4s
  10592.  
  10593. # Sinclair QL firmware executables (ThMO)
  10594. 0    string    NqNqNq`\004    QL firmware executable (BCPL)
  10595.  
  10596. # Sinclair QL libraries (was ThMO)
  10597. 0    beshort    0xFB01        QDOS object
  10598. >2    pstring    x        '%s'
  10599.  
  10600. # Sinclair QL executables (was ThMO)
  10601. 4    belong    0x4AFB        QDOS executable
  10602. >9    pstring    x        '%s'
  10603.  
  10604. # Sinclair QL ROM (ThMO)
  10605. 0    belong    =0x4AFB0001    QL plugin-ROM data,
  10606. >9    pstring    =\0        un-named
  10607. >9    pstring    >\0        named: %s
  10608.  
  10609. #------------------------------------------------------------------------------
  10610. # Sketch Drawings: http://sketch.sourceforge.net/ 
  10611. # From: Edwin Mons <e@ik.nu>
  10612. 0    string    ##Sketch    Sketch document text
  10613.  
  10614. #-----------------------------------------------
  10615. # GNU Smalltalk image, starting at version 1.6.2
  10616. # From: catull_us@yahoo.com
  10617. #
  10618. 0    string    GSTIm\0\0    GNU SmallTalk
  10619. # little-endian
  10620. >7    byte&1    =0        LE image version
  10621. >>10    byte    x        %d.
  10622. >>9    byte    x        \b%d.
  10623. >>8    byte    x        \b%d
  10624. #>>12    lelong    x        , data: %ld
  10625. #>>16    lelong    x        , table: %ld
  10626. #>>20    lelong    x        , memory: %ld
  10627. # big-endian
  10628. >7    byte&1    =1        BE image version
  10629. >>8    byte    x        %d.
  10630. >>9    byte    x        \b%d.
  10631. >>10    byte    x        \b%d
  10632. #>>12    belong    x        , data: %ld
  10633. #>>16    belong    x        , table: %ld
  10634. #>>20    belong    x        , memory: %ld
  10635.  
  10636.  
  10637.  
  10638. #------------------------------------------------------------------------------
  10639. # sniffer:  file(1) magic for packet capture files
  10640. #
  10641. # From: guy@alum.mit.edu (Guy Harris)
  10642. #
  10643.  
  10644. #
  10645. # Microsoft Network Monitor 1.x capture files.
  10646. #
  10647. 0    string        RTSS        NetMon capture file
  10648. >5    byte        x        - version %d
  10649. >4    byte        x        \b.%d
  10650. >6    leshort        0        (Unknown)
  10651. >6    leshort        1        (Ethernet)
  10652. >6    leshort        2        (Token Ring)
  10653. >6    leshort        3        (FDDI)
  10654. >6    leshort        4        (ATM)
  10655.  
  10656. #
  10657. # Microsoft Network Monitor 2.x capture files.
  10658. #
  10659. 0    string        GMBU        NetMon capture file
  10660. >5    byte        x        - version %d
  10661. >4    byte        x        \b.%d
  10662. >6    leshort        0        (Unknown)
  10663. >6    leshort        1        (Ethernet)
  10664. >6    leshort        2        (Token Ring)
  10665. >6    leshort        3        (FDDI)
  10666. >6    leshort        4        (ATM)
  10667.  
  10668. #
  10669. # Network General Sniffer capture files.
  10670. # Sorry, make that "Network Associates Sniffer capture files."
  10671. # Sorry, make that "Network General old DOS Sniffer capture files."
  10672. #
  10673. 0    string        TRSNIFF\ data\ \ \ \ \032    Sniffer capture file
  10674. >33    byte        2        (compressed)
  10675. >23    leshort        x        - version %d
  10676. >25    leshort        x        \b.%d
  10677. >32    byte        0        (Token Ring)
  10678. >32    byte        1        (Ethernet)
  10679. >32    byte        2        (ARCNET)
  10680. >32    byte        3        (StarLAN)
  10681. >32    byte        4        (PC Network broadband)
  10682. >32    byte        5        (LocalTalk)
  10683. >32    byte        6        (Znet)
  10684. >32    byte        7        (Internetwork Analyzer)
  10685. >32    byte        9        (FDDI)
  10686. >32    byte        10        (ATM)
  10687.  
  10688. #
  10689. # Cinco Networks NetXRay capture files.
  10690. # Sorry, make that "Network General Sniffer Basic capture files."
  10691. # Sorry, make that "Network Associates Sniffer Basic capture files."
  10692. # Sorry, make that "Network Associates Sniffer Basic, and Windows
  10693. # Sniffer Pro", capture files."
  10694. # Sorry, make that "Network General Sniffer capture files."
  10695. #
  10696. 0    string        XCP\0        NetXRay capture file
  10697. >4    string        >\0        - version %s
  10698. >44    leshort        0        (Ethernet)
  10699. >44    leshort        1        (Token Ring)
  10700. >44    leshort        2        (FDDI)
  10701. >44    leshort        3        (WAN)
  10702. >44    leshort        8        (ATM)
  10703. >44    leshort        9        (802.11)
  10704.  
  10705. #
  10706. # "libpcap" capture files.
  10707. # (We call them "tcpdump capture file(s)" for now, as "tcpdump" is
  10708. # the main program that uses that format, but there are other programs
  10709. # that use "libpcap", or that use the same capture file format.)
  10710. #
  10711. 0    ubelong        0xa1b2c3d4    tcpdump capture file (big-endian)
  10712. >4    beshort        x        - version %d
  10713. >6    beshort        x        \b.%d
  10714. >20    belong        0        (No link-layer encapsulation
  10715. >20    belong        1        (Ethernet
  10716. >20    belong        2        (3Mb Ethernet
  10717. >20    belong        3        (AX.25
  10718. >20    belong        4        (ProNET
  10719. >20    belong        5        (CHAOS
  10720. >20    belong        6        (Token Ring
  10721. >20    belong        7        (BSD ARCNET
  10722. >20    belong        8        (SLIP
  10723. >20    belong        9        (PPP
  10724. >20    belong        10        (FDDI
  10725. >20    belong        11        (RFC 1483 ATM
  10726. >20    belong        12        (raw IP
  10727. >20    belong        13        (BSD/OS SLIP
  10728. >20    belong        14        (BSD/OS PPP
  10729. >20    belong        19        (Linux ATM Classical IP
  10730. >20    belong        50        (PPP or Cisco HDLC
  10731. >20    belong        51        (PPP-over-Ethernet
  10732. >20    belong        99        (Symantec Enterprise Firewall
  10733. >20    belong        100        (RFC 1483 ATM
  10734. >20    belong        101        (raw IP
  10735. >20    belong        102        (BSD/OS SLIP
  10736. >20    belong        103        (BSD/OS PPP
  10737. >20    belong        104        (BSD/OS Cisco HDLC
  10738. >20    belong        105        (802.11
  10739. >20    belong        106        (Linux Classical IP over ATM
  10740. >20    belong        107        (Frame Relay
  10741. >20    belong        108        (OpenBSD loopback
  10742. >20    belong        109        (OpenBSD IPsec encrypted
  10743. >20    belong        112        (Cisco HDLC
  10744. >20    belong        113        (Linux "cooked"
  10745. >20    belong        114        (LocalTalk
  10746. >20    belong        117        (OpenBSD PFLOG
  10747. >20    belong        119        (802.11 with Prism header
  10748. >20    belong        122        (RFC 2625 IP over Fibre Channel
  10749. >20    belong        123        (SunATM
  10750. >20    belong        127        (802.11 with radiotap header
  10751. >20    belong        129        (Linux ARCNET
  10752. >20    belong        138        (Apple IP over IEEE 1394
  10753. >20    belong        140        (MTP2
  10754. >20    belong        141        (MTP3
  10755. >20    belong        143        (DOCSIS
  10756. >20    belong        144        (IrDA
  10757. >20    belong        147        (Private use 0
  10758. >20    belong        148        (Private use 1
  10759. >20    belong        149        (Private use 2
  10760. >20    belong        150        (Private use 3
  10761. >20    belong        151        (Private use 4
  10762. >20    belong        152        (Private use 5
  10763. >20    belong        153        (Private use 6
  10764. >20    belong        154        (Private use 7
  10765. >20    belong        155        (Private use 8
  10766. >20    belong        156        (Private use 9
  10767. >20    belong        157        (Private use 10
  10768. >20    belong        158        (Private use 11
  10769. >20    belong        159        (Private use 12
  10770. >20    belong        160        (Private use 13
  10771. >20    belong        161        (Private use 14
  10772. >20    belong        162        (Private use 15
  10773. >20    belong        163        (802.11 with AVS header
  10774. >16    belong        x        \b, capture length %d)
  10775. 0    ulelong        0xa1b2c3d4    tcpdump capture file (little-endian)
  10776. >4    leshort        x        - version %d
  10777. >6    leshort        x        \b.%d
  10778. >20    lelong        0        (No link-layer encapsulation
  10779. >20    lelong        1        (Ethernet
  10780. >20    lelong        2        (3Mb Ethernet
  10781. >20    lelong        3        (AX.25
  10782. >20    lelong        4        (ProNET
  10783. >20    lelong        5        (CHAOS
  10784. >20    lelong        6        (Token Ring
  10785. >20    lelong        7        (ARCNET
  10786. >20    lelong        8        (SLIP
  10787. >20    lelong        9        (PPP
  10788. >20    lelong        10        (FDDI
  10789. >20    lelong        11        (RFC 1483 ATM
  10790. >20    lelong        12        (raw IP
  10791. >20    lelong        13        (BSD/OS SLIP
  10792. >20    lelong        14        (BSD/OS PPP
  10793. >20    lelong        19        (Linux ATM Classical IP
  10794. >20    lelong        50        (PPP or Cisco HDLC
  10795. >20    lelong        51        (PPP-over-Ethernet
  10796. >20    lelong        99        (Symantec Enterprise Firewall
  10797. >20    lelong        100        (RFC 1483 ATM
  10798. >20    lelong        101        (raw IP
  10799. >20    lelong        102        (BSD/OS SLIP
  10800. >20    lelong        103        (BSD/OS PPP
  10801. >20    lelong        104        (BSD/OS Cisco HDLC
  10802. >20    lelong        105        (802.11
  10803. >20    lelong        106        (Linux Classical IP over ATM
  10804. >20    lelong        107        (Frame Relay
  10805. >20    lelong        108        (OpenBSD loopback
  10806. >20    lelong        109        (OpenBSD IPsec encrypted
  10807. >20    lelong        112        (Cisco HDLC
  10808. >20    lelong        113        (Linux "cooked"
  10809. >20    lelong        114        (LocalTalk
  10810. >20    lelong        117        (OpenBSD PFLOG
  10811. >20    lelong        119        (802.11 with Prism header
  10812. >20    lelong        122        (RFC 2625 IP over Fibre Channel
  10813. >20    lelong        123        (SunATM
  10814. >20    lelong        127        (802.11 with radiotap header
  10815. >20    lelong        129        (Linux ARCNET
  10816. >20    lelong        138        (Apple IP over IEEE 1394
  10817. >20    lelong        140        (MTP2
  10818. >20    lelong        141        (MTP3
  10819. >20    lelong        143        (DOCSIS
  10820. >20    lelong        144        (IrDA
  10821. >20    lelong        147        (Private use 0
  10822. >20    lelong        148        (Private use 1
  10823. >20    lelong        149        (Private use 2
  10824. >20    lelong        150        (Private use 3
  10825. >20    lelong        151        (Private use 4
  10826. >20    lelong        152        (Private use 5
  10827. >20    lelong        153        (Private use 6
  10828. >20    lelong        154        (Private use 7
  10829. >20    lelong        155        (Private use 8
  10830. >20    lelong        156        (Private use 9
  10831. >20    lelong        157        (Private use 10
  10832. >20    lelong        158        (Private use 11
  10833. >20    lelong        159        (Private use 12
  10834. >20    lelong        160        (Private use 13
  10835. >20    lelong        161        (Private use 14
  10836. >20    lelong        162        (Private use 15
  10837. >20    lelong        163        (802.11 with AVS header
  10838. >16    lelong        x        \b, capture length %d)
  10839.  
  10840. #
  10841. # "libpcap"-with-Alexey-Kuznetsov's-patches capture files.
  10842. # (We call them "tcpdump capture file(s)" for now, as "tcpdump" is
  10843. # the main program that uses that format, but there are other programs
  10844. # that use "libpcap", or that use the same capture file format.)
  10845. #
  10846. 0    ubelong        0xa1b2cd34    extended tcpdump capture file (big-endian)
  10847. >4    beshort        x        - version %d
  10848. >6    beshort        x        \b.%d
  10849. >20    belong        0        (No link-layer encapsulation
  10850. >20    belong        1        (Ethernet
  10851. >20    belong        2        (3Mb Ethernet
  10852. >20    belong        3        (AX.25
  10853. >20    belong        4        (ProNET
  10854. >20    belong        5        (CHAOS
  10855. >20    belong        6        (Token Ring
  10856. >20    belong        7        (ARCNET
  10857. >20    belong        8        (SLIP
  10858. >20    belong        9        (PPP
  10859. >20    belong        10        (FDDI
  10860. >20    belong        11        (RFC 1483 ATM
  10861. >20    belong        12        (raw IP
  10862. >20    belong        13        (BSD/OS SLIP
  10863. >20    belong        14        (BSD/OS PPP
  10864. >16    belong        x        \b, capture length %d)
  10865. 0    ulelong        0xa1b2cd34    extended tcpdump capture file (little-endian)
  10866. >4    leshort        x        - version %d
  10867. >6    leshort        x        \b.%d
  10868. >20    lelong        0        (No link-layer encapsulation
  10869. >20    lelong        1        (Ethernet
  10870. >20    lelong        2        (3Mb Ethernet
  10871. >20    lelong        3        (AX.25
  10872. >20    lelong        4        (ProNET
  10873. >20    lelong        5        (CHAOS
  10874. >20    lelong        6        (Token Ring
  10875. >20    lelong        7        (ARCNET
  10876. >20    lelong        8        (SLIP
  10877. >20    lelong        9        (PPP
  10878. >20    lelong        10        (FDDI
  10879. >20    lelong        11        (RFC 1483 ATM
  10880. >20    lelong        12        (raw IP
  10881. >20    lelong        13        (BSD/OS SLIP
  10882. >20    lelong        14        (BSD/OS PPP
  10883. >16    lelong        x        \b, capture length %d)
  10884.  
  10885. #
  10886. # AIX "iptrace" capture files.
  10887. #
  10888. 0    string        iptrace\ 1.0    "iptrace" capture file
  10889. 0    string        iptrace\ 2.0    "iptrace" capture file
  10890.  
  10891. #
  10892. # Novell LANalyzer capture files.
  10893. #
  10894. 0    leshort        0x1001        LANalyzer capture file
  10895. 0    leshort        0x1007        LANalyzer capture file
  10896.  
  10897. #
  10898. # HP-UX "nettl" capture files.
  10899. #
  10900. 0    string        \x54\x52\x00\x64\x00    "nettl" capture file
  10901.  
  10902. #
  10903. # RADCOM WAN/LAN Analyzer capture files.
  10904. #
  10905. 0    string        \x42\xd2\x00\x34\x12\x66\x22\x88    RADCOM WAN/LAN Analyzer capture file
  10906.  
  10907. #
  10908. # NetStumbler log files.  Not really packets, per se, but about as
  10909. # close as you can get.  These are log files from NetStumbler, a
  10910. # Windows program, that scans for 802.11b networks.
  10911. #
  10912. 0    string        NetS        NetStumbler log file
  10913. >8    lelong        x        \b, %d stations found
  10914.  
  10915. #
  10916. # EtherPeek/AiroPeek "version 9" capture files.
  10917. #
  10918. 0    string        \177ver        EtherPeek/AiroPeek capture file
  10919.  
  10920. #
  10921. # Visual Networks traffic capture files.
  10922. #
  10923. 0    string        \x05VNF        Visual Networks traffic capture file
  10924.  
  10925. #
  10926. # Network Instruments Observer capture files.
  10927. #
  10928. 0    string        ObserverPktBuffe    Network Instruments Observer capture file
  10929.  
  10930. #
  10931. # Files from Accellent Group's 5View products.
  10932. #
  10933. 0    string        \xaa\xaa\xaa\xaa    5View capture file
  10934.  
  10935. #------------------------------------------------------------------------------
  10936. # Dyadic: file(1) magic for Dyalog APL.
  10937. #
  10938. 0     byte    0xaa
  10939. >1    byte    <4        Dyalog APL
  10940. >>1    byte    0x00        incomplete workspace
  10941. >>1    byte    0x01        component file
  10942. >>1    byte    0x02        external variable
  10943. >>1    byte    0x03        workspace
  10944. >>2    byte    x        version %d
  10945. >>3    byte    x        .%d
  10946.  
  10947. #------------------------------------------------------------------------------
  10948. # scientific:  file(1) magic for scientific formats 
  10949. #
  10950. # From: Joe Krahn <krahn@niehs.nih.gov>
  10951.  
  10952. ########################################################
  10953. # CCP4 data and plot files:
  10954. 0    string        MTZ\040        MTZ reflection file
  10955.  
  10956. 92    string        PLOT%%84    Plot84 plotting file
  10957. >52    byte        1        , Little-endian
  10958. >55    byte        1        , Big-endian
  10959.  
  10960. ########################################################
  10961. # Electron density MAP/MASK formats
  10962.  
  10963. 0    string        EZD_MAP    NEWEZD Electron Density Map
  10964. 109    string        MAP\040(  Old EZD Electron Density Map
  10965.  
  10966. 0    string/c    :-)\040Origin    BRIX Electron Density Map
  10967. >170    string        >0    , Sigma:%.12s
  10968. #>4    string        >0    %.178s
  10969. #>4    addr        x    %.178s
  10970.  
  10971. 7    string        18\040!NTITLE    XPLOR ASCII Electron Density Map
  10972. 9    string        \040!NTITLE\012\040REMARK    CNS ASCII electron density map
  10973.  
  10974. 208    string        MAP\040    CCP4 Electron Density Map
  10975. # Assumes same stamp for float and double (normal case)
  10976. >212    byte        17    \b, Big-endian
  10977. >212    byte        34    \b, VAX format
  10978. >212    byte        68    \b, Little-endian
  10979. >212    byte        85    \b, Convex native
  10980.  
  10981. ############################################################
  10982. # X-Ray Area Detector images
  10983. 0    string    R-AXIS4\ \ \     R-Axis Area Detector Image:
  10984. >796    lelong    <20        Little-endian, IP #%d,
  10985. >>768    lelong    >0        Size=%dx
  10986. >>772    lelong    >0        \b%d
  10987. >796    belong    <20        Big-endian, IP #%d,
  10988. >>768    belong    >0        Size=%dx
  10989. >>772    belong    >0        \b%d
  10990.  
  10991. 0    string    RAXIS\ \ \ \ \     R-Axis Area Detector Image, Win32:
  10992. >796    lelong    <20        Little-endian, IP #%d,
  10993. >>768    lelong    >0        Size=%dx
  10994. >>772    lelong    >0        \b%d
  10995. >796    belong    <20        Big-endian, IP #%d,
  10996. >>768    belong    >0        Size=%dx
  10997. >>772    belong    >0        \b%d
  10998.  
  10999.  
  11000. 1028    string    MMX\000\000\000\000\000\000\000\000\000\000\000\000\000    MAR Area Detector Image,
  11001. >1072    ulong    >1        Compressed(%d),
  11002. >1100    ulong    >1        %d headers,
  11003. >1104    ulong    >0        %d x
  11004. >1108    ulong    >0        %d,
  11005. >1120    ulong    >0        %d bits/pixel
  11006.  
  11007. #------------------------------------------------------------------------------
  11008. # softquad:  file(1) magic for SoftQuad Publishing Software
  11009. #
  11010. # Author/Editor and RulesBuilder
  11011. #
  11012. # XXX - byte order?
  11013. #
  11014. 0    string        \<!SQ\ DTD>    Compiled SGML rules file
  11015. >9    string        >\0         Type %s
  11016. 0    string        \<!SQ\ A/E>    A/E SGML Document binary
  11017. >9    string        >\0         Type %s
  11018. 0    string        \<!SQ\ STS>    A/E SGML binary styles file
  11019. >9    string        >\0         Type %s
  11020. 0    short        0xc0de        Compiled PSI (v1) data
  11021. 0    short        0xc0da        Compiled PSI (v2) data
  11022. >3    string        >\0        (%s)
  11023. # Binary sqtroff font/desc files...
  11024. 0    short        0125252        SoftQuad DESC or font file binary
  11025. >2    short        >0        - version %d
  11026. # Bitmaps...
  11027. 0    string        SQ\ BITMAP1    SoftQuad Raster Format text
  11028. #0    string        SQ\ BITMAP2    SoftQuad Raster Format data
  11029. # sqtroff intermediate language (replacement for ditroff int. lang.)
  11030. 0    string        X\         SoftQuad troff Context intermediate
  11031. >2    string        495        for AT&T 495 laser printer
  11032. >2    string        hp        for Hewlett-Packard LaserJet
  11033. >2    string        impr        for IMAGEN imPRESS
  11034. >2    string        ps        for PostScript
  11035.  
  11036. #------------------------------------------------------------------------------
  11037. # spectrum:  file(1) magic for Spectrum emulator files.
  11038. #
  11039. # John Elliott <jce@seasip.demon.co.uk>
  11040.  
  11041. #
  11042. # Spectrum +3DOS header
  11043. #
  11044. 0       string          PLUS3DOS\032    Spectrum +3 data
  11045. >15     byte            0               - BASIC program
  11046. >15     byte            1               - number array
  11047. >15     byte            2               - character array
  11048. >15     byte            3               - memory block
  11049. >>16    belong          0x001B0040      (screen)
  11050. >15     byte            4               - Tasword document
  11051. >15     string          TAPEFILE        - ZXT tapefile
  11052. #
  11053. # Tape file. This assumes the .TAP starts with a Spectrum-format header,
  11054. # which nearly all will.
  11055. #
  11056. 0       string          \023\000\000    Spectrum .TAP data
  11057. >4      string          x               "%-10.10s"
  11058. >3      byte            0               - BASIC program
  11059. >3      byte            1               - number array
  11060. >3      byte            2               - character array
  11061. >3      byte            3               - memory block
  11062. >>14    belong          0x001B0040      (screen)
  11063.  
  11064. # The following three blocks are from pak21-spectrum@srcf.ucam.org
  11065. # TZX tape images
  11066. 0      string          ZXTape!\x1a     Spectrum .TZX data
  11067. >8     byte            x               version %d
  11068. >9     byte            x               .%d
  11069.  
  11070. # RZX input recording files
  11071. 0      string          RZX!            Spectrum .RZX data
  11072. >4     byte            x               version %d
  11073. >5     byte            x               .%d
  11074.  
  11075. # And three sorts of disk image
  11076. 0      string          MV\ -\ CPCEMU\ Disk-Fil Amstrad/Spectrum .DSK data
  11077. 0      string          MV\ -\ CPC\ format\ Dis Amstrad/Spectrum DU54 .DSK data
  11078. 0      string          EXTENDED\ CPC\ DSK\ Fil Amstrad/Spectrum Extended .DSK data
  11079.  
  11080. #------------------------------------------------------------------------------
  11081. # sql:  file(1) magic for SQL files
  11082. #
  11083. # From: "Marty Leisner" <mleisner@eng.mc.xerox.com>
  11084. # Recognize some MySQL files.
  11085. #
  11086. 0    beshort            0xfe01        MySQL table definition file
  11087. >2    byte            x        Version %d
  11088. 0    belong&0xffffff00    0xfefe0300    MySQL MISAM index file
  11089. >3    byte            x        Version %d
  11090. 0    belong&0xffffff00    0xfefe0700    MySQL MISAM compressed data file
  11091. >3    byte            x        Version %d
  11092. 0    belong&0xffffff00    0xfefe0500    MySQL ISAM index file
  11093. >3    byte            x        Version %d
  11094. 0    belong&0xffffff00    0xfefe0600    MySQL ISAM compressed data file
  11095. >3    byte            x        Version %d
  11096. 0    string             \376bin        MySQL replication log
  11097.  
  11098. #------------------------------------------------------------------------------
  11099. # iRiver H Series database file 
  11100. # From Ken Guest <ken@linux.ie>
  11101. # As observed from iRivNavi.iDB and unencoded firmware
  11102. #
  11103. 0   string        iRivDB    iRiver Database file
  11104. >11  string    >\0    Version %s
  11105. >39  string        iHP-100    [H Series]
  11106.  
  11107. #------------------------------------------------------------------------------
  11108. # SQLite database file 
  11109. # From Ken Guest <ken@linux.ie>
  11110. #
  11111. 0   string  SQLite  SQLite database
  11112. >14 string >\0  (Version %s)
  11113.  
  11114. #------------------------------------------------------------------------------
  11115. # sun:  file(1) magic for Sun machines
  11116. #
  11117. # Values for big-endian Sun (MC680x0, SPARC) binaries on pre-5.x
  11118. # releases.  (5.x uses ELF.)
  11119. #
  11120. 0    belong&077777777    0600413        SPARC demand paged
  11121. >0    byte        &0x80
  11122. >>20    belong        <4096        shared library
  11123. >>20    belong        =4096        dynamically linked executable
  11124. >>20    belong        >4096        dynamically linked executable
  11125. >0    byte        ^0x80        executable
  11126. >16    belong        >0        not stripped
  11127. 0    belong&077777777    0600410        SPARC pure
  11128. >0    byte        &0x80        dynamically linked executable
  11129. >0    byte        ^0x80        executable
  11130. >16    belong        >0        not stripped
  11131. 0    belong&077777777    0600407        SPARC
  11132. >0    byte        &0x80        dynamically linked executable
  11133. >0    byte        ^0x80        executable
  11134. >16    belong        >0        not stripped
  11135.  
  11136. 0    belong&077777777    0400413        mc68020 demand paged
  11137. >0    byte        &0x80
  11138. >>20    belong        <4096        shared library
  11139. >>20    belong        =4096        dynamically linked executable
  11140. >>20    belong        >4096        dynamically linked executable
  11141. >16    belong        >0        not stripped
  11142. 0    belong&077777777    0400410        mc68020 pure
  11143. >0    byte        &0x80        dynamically linked executable
  11144. >0    byte        ^0x80        executable
  11145. >16    belong        >0        not stripped
  11146. 0    belong&077777777    0400407        mc68020
  11147. >0    byte        &0x80        dynamically linked executable
  11148. >0    byte        ^0x80        executable
  11149. >16    belong        >0        not stripped
  11150.  
  11151. 0    belong&077777777    0200413        mc68010 demand paged
  11152. >0    byte        &0x80
  11153. >>20    belong        <4096        shared library
  11154. >>20    belong        =4096        dynamically linked executable
  11155. >>20    belong        >4096        dynamically linked executable
  11156. >16    belong        >0        not stripped
  11157. 0    belong&077777777    0200410        mc68010 pure
  11158. >0    byte        &0x80        dynamically linked executable
  11159. >0    byte        ^0x80        executable
  11160. >16    belong        >0        not stripped
  11161. 0    belong&077777777    0200407        mc68010
  11162. >0    byte        &0x80        dynamically linked executable
  11163. >0    byte        ^0x80        executable
  11164. >16    belong        >0        not stripped
  11165.  
  11166. # reworked these to avoid anything beginning with zero becoming "old sun-2"
  11167. 0    belong        0407        old sun-2 executable
  11168. >16    belong        >0        not stripped
  11169. 0    belong        0410        old sun-2 pure executable
  11170. >16    belong        >0        not stripped
  11171. 0    belong        0413        old sun-2 demand paged executable
  11172. >16    belong        >0        not stripped
  11173.  
  11174. #
  11175. # Core files.  "SPARC 4.x BCP" means "core file from a SunOS 4.x SPARC
  11176. # binary executed in compatibility mode under SunOS 5.x".
  11177. #
  11178. 0    belong        0x080456    SunOS core file
  11179. >4    belong        432        (SPARC)
  11180. >>132    string        >\0        from '%s'
  11181. >>116    belong        =3        (quit)
  11182. >>116    belong        =4        (illegal instruction)
  11183. >>116    belong        =5        (trace trap)
  11184. >>116    belong        =6        (abort)
  11185. >>116    belong        =7        (emulator trap)
  11186. >>116    belong        =8        (arithmetic exception)
  11187. >>116    belong        =9        (kill)
  11188. >>116    belong        =10        (bus error)
  11189. >>116    belong        =11        (segmentation violation)
  11190. >>116    belong        =12        (bad argument to system call)
  11191. >>116    belong        =29        (resource lost)
  11192. >>120    belong        x        (T=%dK,
  11193. >>124    belong        x        D=%dK,
  11194. >>128    belong        x        S=%dK)
  11195. >4    belong        826        (68K)
  11196. >>128    string        >\0        from '%s'
  11197. >4    belong        456        (SPARC 4.x BCP)
  11198. >>152    string        >\0        from '%s'
  11199. # Sun SunPC
  11200. 0    long        0xfa33c08e    SunPC 4.0 Hard Disk
  11201. 0    string        #SUNPC_CONFIG    SunPC 4.0 Properties Values
  11202. # Sun snoop (see RFC 1761, which describes the capture file format).
  11203. #
  11204. 0    string        snoop        Snoop capture file
  11205. >8    belong        >0        - version %ld
  11206. >12    belong        0        (IEEE 802.3)
  11207. >12    belong        1        (IEEE 802.4)
  11208. >12    belong        2        (IEEE 802.5)
  11209. >12    belong        3        (IEEE 802.6)
  11210. >12    belong        4        (Ethernet)
  11211. >12    belong        5        (HDLC)
  11212. >12    belong        6        (Character synchronous)
  11213. >12    belong        7        (IBM channel-to-channel adapter)
  11214. >12    belong        8        (FDDI)
  11215. >12    belong        9        (Unknown)
  11216.  
  11217. # Microsoft ICM color profile
  11218. 36    string        acspMSFT    Microsoft ICM Color Profile
  11219. # Sun KCMS
  11220. 36    string        acsp        Kodak Color Management System, ICC Profile
  11221.  
  11222. #---------------------------------------------------------------------------
  11223. # The following entries have been tested by Duncan Laurie <duncan@sun.com> (a
  11224. # lead Sun/Cobalt developer) who agrees that they are good and worthy of
  11225. # inclusion.
  11226.  
  11227. # Boot ROM images for Sun/Cobalt Linux server appliances
  11228. 0       string  Cobalt\ Networks\ Inc.\nFirmware\ v     Paged COBALT boot rom
  11229. >38     string x        V%.4s
  11230.  
  11231. # New format for Sun/Cobalt boot ROMs is annoying, it stores the version code
  11232. # at the very end where file(1) can't get it.
  11233. 0       string CRfs     COBALT boot rom data (Flat boot rom or file system)
  11234.  
  11235.  
  11236. #------------------------------------------------------------------------
  11237. # sysex: file(1) magic for MIDI sysex files
  11238. #
  11239. 0    byte            0xF0        SysEx File -
  11240.  
  11241. # North American Group
  11242. >1    byte            0x01        Sequential
  11243. >1    byte            0x02        IDP
  11244. >1    byte            0x03        OctavePlateau
  11245. >1    byte            0x04        Moog
  11246. >1    byte            0x05        Passport
  11247. >1    byte            0x06        Lexicon
  11248. >1    byte            0x07        Kurzweil
  11249. >1    byte            0x08        Fender
  11250. >1    byte            0x09        Gulbransen
  11251. >1    byte            0x0a        AKG
  11252. >1    byte            0x0b        Voyce
  11253. >1    byte            0x0c        Waveframe
  11254. >1    byte            0x0d        ADA
  11255. >1    byte            0x0e        Garfield
  11256. >1    byte            0x0f        Ensoniq
  11257. >1    byte            0x10        Oberheim
  11258. >1    byte            0x11        Apple
  11259. >1    byte            0x12        GreyMatter
  11260. >1    byte            0x14        PalmTree
  11261. >1    byte            0x15        JLCooper
  11262. >1    byte            0x16        Lowrey
  11263. >1    byte            0x17        AdamsSmith
  11264. >1    byte            0x18        E-mu
  11265. >1    byte            0x19        Harmony
  11266. >1    byte            0x1a        ART
  11267. >1    byte            0x1b        Baldwin
  11268. >1    byte            0x1c        Eventide
  11269. >1    byte            0x1d        Inventronics
  11270. >1    byte            0x1f        Clarity
  11271.  
  11272. # European Group
  11273. >1    byte            0x21        SIEL
  11274. >1    byte            0x22        Synthaxe
  11275. >1    byte            0x24        Hohner
  11276. >1    byte            0x25        Twister
  11277. >1    byte            0x26        Solton
  11278. >1    byte            0x27        Jellinghaus
  11279. >1    byte            0x28        Southworth
  11280. >1    byte            0x29        PPG
  11281. >1    byte            0x2a        JEN
  11282. >1    byte            0x2b        SSL
  11283. >1    byte            0x2c        AudioVertrieb
  11284.  
  11285. >1    byte            0x2f        ELKA
  11286. >>3    byte            0x09        EK-44
  11287.  
  11288. >1    byte            0x30        Dynacord
  11289. >1    byte            0x33        Clavia
  11290. >1    byte            0x39        Soundcraft
  11291.  
  11292. >1    byte            0x3e        Waldorf
  11293. >>3    byte            0x7f        Microwave I
  11294.  
  11295. # Japanese Group
  11296. >1    byte            0x40        Kawai
  11297. >>3    byte            0x20        K1
  11298. >>3    byte            0x22        K4
  11299.  
  11300. >1    byte            0x41        Roland
  11301. >>3    byte            0x14        D-50
  11302. >>3    byte            0x2b        U-220
  11303. >>3    byte            0x02        TR-707
  11304.  
  11305. >1    byte            0x42        Korg
  11306. >>3    byte            0x19        M1
  11307.  
  11308. >1    byte            0x43        Yamaha
  11309. >1    byte            0x44        Casio
  11310. >1    byte            0x46        Kamiya
  11311. >1    byte            0x47        Akai
  11312. >1    byte            0x48        Victor
  11313. >1    byte            0x49        Mesosha
  11314. >1    byte            0x4b        Fujitsu
  11315. >1    byte            0x4c        Sony
  11316. >1    byte            0x4e        Teac
  11317. >1    byte            0x50        Matsushita
  11318. >1    byte            0x51        Fostex
  11319. >1    byte            0x52        Zoom
  11320. >1    byte            0x54        Matsushita
  11321. >1    byte            0x57        Acoustic tech. lab.
  11322.  
  11323. >1    belong&0xffffff00    0x00007400    Ta Horng
  11324. >1    belong&0xffffff00    0x00007500    e-Tek
  11325. >1    belong&0xffffff00    0x00007600    E-Voice
  11326. >1    belong&0xffffff00    0x00007700    Midisoft
  11327. >1    belong&0xffffff00    0x00007800    Q-Sound
  11328. >1    belong&0xffffff00    0x00007900    Westrex
  11329. >1    belong&0xffffff00    0x00007a00    Nvidia*
  11330. >1    belong&0xffffff00    0x00007b00    ESS
  11331. >1    belong&0xffffff00    0x00007c00    Mediatrix
  11332. >1    belong&0xffffff00    0x00007d00    Brooktree
  11333. >1    belong&0xffffff00    0x00007e00    Otari
  11334. >1    belong&0xffffff00    0x00007f00    Key Electronics
  11335. >1    belong&0xffffff00    0x00010000    Shure
  11336. >1    belong&0xffffff00    0x00010100    AuraSound
  11337. >1    belong&0xffffff00    0x00010200    Crystal
  11338. >1    belong&0xffffff00    0x00010300    Rockwell
  11339. >1    belong&0xffffff00    0x00010400    Silicon Graphics
  11340. >1    belong&0xffffff00    0x00010500    Midiman
  11341. >1    belong&0xffffff00    0x00010600    PreSonus
  11342. >1    belong&0xffffff00    0x00010800    Topaz
  11343. >1    belong&0xffffff00    0x00010900    Cast Lightning
  11344. >1    belong&0xffffff00    0x00010a00    Microsoft
  11345. >1    belong&0xffffff00    0x00010b00    Sonic Foundry
  11346. >1    belong&0xffffff00    0x00010c00    Line 6
  11347. >1    belong&0xffffff00    0x00010d00    Beatnik Inc.
  11348. >1    belong&0xffffff00    0x00010e00    Van Koerving
  11349. >1    belong&0xffffff00    0x00010f00    Altech Systems
  11350. >1    belong&0xffffff00    0x00011000    S & S Research
  11351. >1    belong&0xffffff00    0x00011100    VLSI Technology
  11352. >1    belong&0xffffff00    0x00011200    Chromatic
  11353. >1    belong&0xffffff00    0x00011300    Sapphire
  11354. >1    belong&0xffffff00    0x00011400    IDRC
  11355. >1    belong&0xffffff00    0x00011500    Justonic Tuning
  11356. >1    belong&0xffffff00    0x00011600    TorComp
  11357. >1    belong&0xffffff00    0x00011700    Newtek Inc.
  11358. >1    belong&0xffffff00    0x00011800    Sound Sculpture
  11359. >1    belong&0xffffff00    0x00011900    Walker Technical
  11360. >1    belong&0xffffff00    0x00011a00    Digital Harmony
  11361. >1    belong&0xffffff00    0x00011b00    InVision
  11362. >1    belong&0xffffff00    0x00011c00    T-Square
  11363. >1    belong&0xffffff00    0x00011d00    Nemesys
  11364. >1    belong&0xffffff00    0x00011e00    DBX
  11365. >1    belong&0xffffff00    0x00011f00    Syndyne
  11366. >1    belong&0xffffff00    0x00012000    Bitheadz    
  11367. >1    belong&0xffffff00    0x00012100    Cakewalk
  11368. >1    belong&0xffffff00    0x00012200    Staccato
  11369. >1    belong&0xffffff00    0x00012300    National Semicon.
  11370. >1    belong&0xffffff00    0x00012400    Boom Theory
  11371. >1    belong&0xffffff00    0x00012500    Virtual DSP Corp
  11372. >1    belong&0xffffff00    0x00012600    Antares
  11373. >1    belong&0xffffff00    0x00012700    Angel Software
  11374. >1    belong&0xffffff00    0x00012800    St Louis Music
  11375. >1    belong&0xffffff00    0x00012900    Lyrrus dba G-VOX
  11376. >1    belong&0xffffff00    0x00012a00    Ashley Audio
  11377. >1    belong&0xffffff00    0x00012b00    Vari-Lite
  11378. >1    belong&0xffffff00    0x00012c00    Summit Audio
  11379. >1    belong&0xffffff00    0x00012d00    Aureal Semicon.
  11380. >1    belong&0xffffff00    0x00012e00    SeaSound
  11381. >1    belong&0xffffff00    0x00012f00    U.S. Robotics
  11382. >1    belong&0xffffff00    0x00013000    Aurisis
  11383. >1    belong&0xffffff00    0x00013100    Nearfield Multimedia
  11384. >1    belong&0xffffff00    0x00013200    FM7 Inc.
  11385. >1    belong&0xffffff00    0x00013300    Swivel Systems
  11386. >1    belong&0xffffff00    0x00013400    Hyperactive
  11387. >1    belong&0xffffff00    0x00013500    MidiLite
  11388. >1    belong&0xffffff00    0x00013600    Radical
  11389. >1    belong&0xffffff00    0x00013700    Roger Linn
  11390. >1    belong&0xffffff00    0x00013800    Helicon
  11391. >1    belong&0xffffff00    0x00013900    Event
  11392. >1    belong&0xffffff00    0x00013a00    Sonic Network
  11393. >1    belong&0xffffff00    0x00013b00    Realtime Music
  11394. >1    belong&0xffffff00    0x00013c00    Apogee Digital
  11395.  
  11396. >1    belong&0xffffff00    0x00202b00    Medeli Electronics
  11397. >1    belong&0xffffff00    0x00202c00    Charlie Lab
  11398. >1    belong&0xffffff00    0x00202d00    Blue Chip Music
  11399. >1    belong&0xffffff00    0x00202e00    BEE OH Corp
  11400. >1    belong&0xffffff00    0x00202f00    LG Semicon America
  11401. >1    belong&0xffffff00    0x00203000    TESI
  11402. >1    belong&0xffffff00    0x00203100    EMAGIC
  11403. >1    belong&0xffffff00    0x00203200    Behringer
  11404. >1    belong&0xffffff00    0x00203300    Access Music
  11405. >1    belong&0xffffff00    0x00203400    Synoptic
  11406. >1    belong&0xffffff00    0x00203500    Hanmesoft Corp
  11407. >1    belong&0xffffff00    0x00203600    Terratec
  11408. >1    belong&0xffffff00    0x00203700    Proel SpA
  11409. >1    belong&0xffffff00    0x00203800    IBK MIDI
  11410. >1    belong&0xffffff00    0x00203900    IRCAM
  11411. >1    belong&0xffffff00    0x00203a00    Propellerhead Software
  11412. >1    belong&0xffffff00    0x00203b00    Red Sound Systems
  11413. >1    belong&0xffffff00    0x00203c00    Electron ESI AB
  11414. >1    belong&0xffffff00    0x00203d00    Sintefex Audio
  11415. >1    belong&0xffffff00    0x00203e00    Music and More
  11416. >1    belong&0xffffff00    0x00203f00    Amsaro
  11417. >1    belong&0xffffff00    0x00204000    CDS Advanced Technology
  11418. >1    belong&0xffffff00    0x00204100    Touched by Sound
  11419. >1    belong&0xffffff00    0x00204200    DSP Arts
  11420. >1    belong&0xffffff00    0x00204300    Phil Rees Music
  11421. >1    belong&0xffffff00    0x00204400    Stamer Musikanlagen GmbH
  11422. >1    belong&0xffffff00    0x00204500    Soundart
  11423. >1    belong&0xffffff00    0x00204600    C-Mexx Software
  11424. >1    belong&0xffffff00    0x00204700    Klavis Tech.
  11425. >1    belong&0xffffff00    0x00204800    Noteheads AB
  11426.  
  11427. 0    string            T707        Roland TR-707 Data
  11428. #------------------------------------------------------------------------------
  11429. # teapot:  file(1) magic for "teapot" spreadsheet
  11430. #
  11431. 0       string          #!teapot\012xdr      teapot work sheet (XDR format)
  11432.  
  11433. #------------------------------------------------------------------------------
  11434. # terminfo:  file(1) magic for terminfo
  11435. #
  11436. # XXX - byte order for screen images?
  11437. #
  11438. 0    string        \032\001    Compiled terminfo entry
  11439. 0    short        0433        Curses screen image
  11440. 0    short        0434        Curses screen image
  11441.  
  11442. #------------------------------------------------------------------------------
  11443. # tex:  file(1) magic for TeX files
  11444. #
  11445. # From <conklin@talisman.kaleida.com>
  11446.  
  11447. # Although we may know the offset of certain text fields in TeX DVI
  11448. # and font files, we can't use them reliably because they are not
  11449. # zero terminated. [but we do anyway, christos]
  11450. 0    string        \367\002    TeX DVI file
  11451. >16    string        >\0        (%s)
  11452. 0    string        \367\203    TeX generic font data
  11453. 0    string        \367\131    TeX packed font data
  11454. >3    string        >\0        (%s)
  11455. 0    string        \367\312    TeX virtual font data
  11456. 0    string        This\ is\ TeX,    TeX transcript text
  11457. 0    string        This\ is\ METAFONT,    METAFONT transcript text
  11458.  
  11459. # There is no way to detect TeX Font Metric (*.tfm) files without
  11460. # breaking them apart and reading the data.  The following patterns
  11461. # match most *.tfm files generated by METAFONT or afm2tfm.
  11462. 2    string        \000\021    TeX font metric data
  11463. >33    string        >\0        (%s)
  11464. 2    string        \000\022    TeX font metric data
  11465. >33    string        >\0        (%s)
  11466.  
  11467. # Texinfo and GNU Info, from Daniel Quinlan (quinlan@yggdrasil.com)
  11468. 0    string        \\input\ texinfo    Texinfo source text
  11469. 0    string        This\ is\ Info\ file    GNU Info text
  11470.  
  11471. # TeX documents, from Daniel Quinlan (quinlan@yggdrasil.com)
  11472. 0    string        \\input        TeX document text
  11473. 0    string        \\section    LaTeX document text
  11474. 0    string        \\setlength    LaTeX document text
  11475. 0    string        \\documentstyle    LaTeX document text
  11476. 0    string        \\chapter    LaTeX document text
  11477. 0    string        \\documentclass    LaTeX 2e document text
  11478. 0    string        \\relax        LaTeX auxiliary file
  11479. 0    string        \\contentsline    LaTeX  table of contents
  11480. 0    string        %\ -*-latex-*-    LaTeX document text
  11481.  
  11482. # Tex document, from Hendrik Scholz <hendrik@scholz.net>
  11483. 0   string      \\ifx       TeX document text
  11484.  
  11485. # Index and glossary files
  11486. 0    string        \\indexentry    LaTeX raw index file
  11487. 0    string        \\begin{theindex}    LaTeX sorted index
  11488. 0    string        \\glossaryentry    LaTeX raw glossary
  11489. 0    string        \\begin{theglossary}    LaTeX sorted glossary
  11490. 0    string        This\ is\ makeindex    Makeindex log file
  11491.  
  11492. # End of TeX
  11493.  
  11494. #------------------------------------------------------------------------------
  11495. # file(1) magic for BibTex text files
  11496. # From Hendrik Scholz <hendrik@scholz.net>
  11497.  
  11498. 0   string/c @article{        BibTeX text file
  11499. 0   string/c @book{           BibTeX text file
  11500. 0   string/c @inbook{         BibTeX text file
  11501. 0   string/c @incollection{   BibTeX text file
  11502. 0   string/c @inproceedings{  BibTeX text file
  11503. 0   string/c @manual{         BibTeX text file
  11504. 0   string/c @misc{           BibTeX text file
  11505. 0   string/c @preamble{       BibTeX text file
  11506. 0   string/c @phdthesis{      BibTeX text file
  11507. 0   string/c @techreport{     BibTeX text file
  11508. 0   string/c @unpublished{    BibTeX text file
  11509.  
  11510. 73  string %%%\ \ BibTeX-file{ BibTex text file (with full header)
  11511.  
  11512. 73  string %%%\ \ @BibTeX-style-file{   BibTeX style text file (with full header)
  11513.  
  11514. 0   string %\ BibTeX\ standard\ bibliography\      BibTeX standard bibliography style text file
  11515.  
  11516. 0   string %\ BibTeX\ `     BibTeX custom bibliography style text file
  11517.  
  11518. 0   string  @c\ @mapfile{   TeX font aliases text file
  11519.  
  11520. #------------------------------------------------------------------------------
  11521. # file(1) magic for tgif(1) files
  11522. # From Hendrik Scholz <hendrik@scholz.net>
  11523.  
  11524. 0   string  %TGIF\ 4   tgif version 4 object file
  11525.  
  11526. # ------------------------------------------------------------------------
  11527. # ti-8x: file(1) magic for the TI-8x and TI-9x Graphing Calculators.
  11528. #
  11529. # From: Ryan McGuire (rmcguire@freenet.columbus.oh.us).
  11530. #
  11531. # Update: Romain Lievin (roms@lpg.ticalc.org).
  11532. #
  11533. # NOTE: This list is not complete.
  11534. # Files for the TI-80 and TI-81 are pretty rare. I'm not going to put the
  11535. # program/group magic numbers in here because I cannot find any.
  11536. 0        string        **TI80**    TI-80 Graphing Calculator File.
  11537. 0        string        **TI81**    TI-81 Graphing Calculator File.
  11538. #
  11539. # Magic Numbers for the TI-73
  11540. #
  11541. 0        string        **TI73**    TI-73 Graphing Calculator
  11542. >0x00003B    byte        0x00        (real number)
  11543. >0x00003B    byte        0x01        (list)
  11544. >0x00003B    byte        0x02        (matrix)
  11545. >0x00003B    byte        0x03        (equation)
  11546. >0x00003B    byte        0x04        (string)
  11547. >0x00003B    byte        0x05        (program)
  11548. >0x00003B    byte        0x06        (assembly program)
  11549. >0x00003B    byte        0x07        (picture)
  11550. >0x00003B    byte        0x08        (gdb)
  11551. >0x00003B    byte        0x0C        (complex number)
  11552. >0x00003B    byte        0x0F        (window settings)
  11553. >0x00003B    byte        0x10        (zoom)
  11554. >0x00003B    byte        0x11        (table setup)
  11555. >0x00003B    byte        0x13        (backup)
  11556.  
  11557. # Magic Numbers for the TI-82
  11558. #
  11559. 0        string        **TI82**    TI-82 Graphing Calculator
  11560. >0x00003B    byte        0x00        (real)
  11561. >0x00003B    byte        0x01        (list)
  11562. >0x00003B    byte        0x02        (matrix)
  11563. >0x00003B    byte        0x03        (Y-variable)
  11564. >0x00003B    byte        0x05        (program)
  11565. >0x00003B    byte        0x06        (protected prgm)
  11566. >0x00003B    byte        0x07        (picture)
  11567. >0x00003B    byte        0x08        (gdb)
  11568. >0x00003B    byte        0x0B        (window settings)
  11569. >0x00003B    byte        0x0C        (window settings)
  11570. >0x00003B    byte        0x0D        (table setup)
  11571. >0x00003B    byte        0x0E        (screenshot)
  11572. >0x00003B    byte        0x0F        (backup)
  11573. #
  11574. # Magic Numbers for the TI-83
  11575. #
  11576. 0        string        **TI83**    TI-83 Graphing Calculator
  11577. >0x00003B    byte        0x00        (real)
  11578. >0x00003B    byte        0x01        (list)
  11579. >0x00003B    byte        0x02        (matrix)
  11580. >0x00003B    byte        0x03        (Y-variable)
  11581. >0x00003B    byte        0x04        (string)
  11582. >0x00003B    byte        0x05        (program)
  11583. >0x00003B    byte        0x06        (protected prgm)
  11584. >0x00003B    byte        0x07        (picture)
  11585. >0x00003B    byte        0x08        (gdb)
  11586. >0x00003B    byte        0x0B        (window settings)
  11587. >0x00003B    byte        0x0C        (window settings)
  11588. >0x00003B    byte        0x0D        (table setup)
  11589. >0x00003B    byte        0x0E        (screenshot)
  11590. >0x00003B    byte        0x13        (backup)
  11591. #
  11592. # Magic Numbers for the TI-83+
  11593. #
  11594. 0        string        **TI83F*    TI-83+ Graphing Calculator
  11595. >0x00003B    byte        0x00        (real number)
  11596. >0x00003B    byte        0x01        (list)
  11597. >0x00003B    byte        0x02        (matrix)
  11598. >0x00003B    byte        0x03        (equation)
  11599. >0x00003B    byte        0x04        (string)
  11600. >0x00003B    byte        0x05        (program)
  11601. >0x00003B    byte        0x06        (assembly program)
  11602. >0x00003B    byte        0x07        (picture)
  11603. >0x00003B    byte        0x08        (gdb)
  11604. >0x00003B    byte        0x0C        (complex number)
  11605. >0x00003B    byte        0x0F        (window settings)
  11606. >0x00003B    byte        0x10        (zoom)
  11607. >0x00003B    byte        0x11        (table setup)
  11608. >0x00003B    byte        0x13        (backup)
  11609. >0x00003B    byte        0x15        (application variable)
  11610. >0x00003B    byte        0x17        (group of variable)
  11611.  
  11612. #
  11613. # Magic Numbers for the TI-85
  11614. #
  11615. 0        string        **TI85**    TI-85 Graphing Calculator
  11616. >0x00003B    byte        0x00        (real number)
  11617. >0x00003B    byte        0x01        (complex number)
  11618. >0x00003B    byte        0x02        (real vector)
  11619. >0x00003B    byte        0x03        (complex vector)
  11620. >0x00003B    byte        0x04        (real list)
  11621. >0x00003B    byte        0x05        (complex list)
  11622. >0x00003B    byte        0x06        (real matrix)
  11623. >0x00003B    byte        0x07        (complex matrix)
  11624. >0x00003B    byte        0x08        (real constant)
  11625. >0x00003B    byte        0x09        (complex constant)
  11626. >0x00003B    byte        0x0A        (equation)
  11627. >0x00003B    byte        0x0C        (string)
  11628. >0x00003B    byte        0x0D        (function GDB)
  11629. >0x00003B    byte        0x0E        (polar GDB)
  11630. >0x00003B    byte        0x0F        (parametric GDB)
  11631. >0x00003B    byte        0x10        (diffeq GDB)
  11632. >0x00003B    byte        0x11        (picture)
  11633. >0x00003B    byte        0x12        (program)
  11634. >0x00003B    byte        0x13        (range)
  11635. >0x00003B    byte        0x17        (window settings)
  11636. >0x00003B    byte        0x18        (window settings)
  11637. >0x00003B    byte        0x19        (window settings)
  11638. >0x00003B    byte        0x1A        (window settings)
  11639. >0x00003B    byte        0x1B        (zoom)
  11640. >0x00003B    byte        0x1D        (backup)
  11641. >0x00003B    byte        0x1E        (unknown)
  11642. >0x00003B    byte        0x2A        (equation)
  11643. >0x000032    string        ZS4        - ZShell Version 4 File.
  11644. >0x000032    string        ZS3        - ZShell Version 3 File.
  11645. #
  11646. # Magic Numbers for the TI-86
  11647. #
  11648. 0        string        **TI86**    TI-86 Graphing Calculator
  11649. >0x00003B    byte        0x00        (real number)
  11650. >0x00003B    byte        0x01        (complex number)
  11651. >0x00003B    byte        0x02        (real vector)
  11652. >0x00003B    byte        0x03        (complex vector)
  11653. >0x00003B    byte        0x04        (real list)
  11654. >0x00003B    byte        0x05        (complex list)
  11655. >0x00003B    byte        0x06        (real matrix)
  11656. >0x00003B    byte        0x07        (complex matrix)
  11657. >0x00003B    byte        0x08        (real constant)
  11658. >0x00003B    byte        0x09        (complex constant)
  11659. >0x00003B    byte        0x0A        (equation)
  11660. >0x00003B    byte        0x0C        (string)
  11661. >0x00003B    byte        0x0D        (function GDB)
  11662. >0x00003B    byte        0x0E        (polar GDB)
  11663. >0x00003B    byte        0x0F        (parametric GDB)
  11664. >0x00003B    byte        0x10        (diffeq GDB)
  11665. >0x00003B    byte        0x11        (picture)
  11666. >0x00003B    byte        0x12        (program)
  11667. >0x00003B    byte        0x13        (range)
  11668. >0x00003B    byte        0x17        (window settings)
  11669. >0x00003B    byte        0x18        (window settings)
  11670. >0x00003B    byte        0x19        (window settings)
  11671. >0x00003B    byte        0x1A        (window settings)
  11672. >0x00003B    byte        0x1B        (zoom)
  11673. >0x00003B    byte        0x1D        (backup)
  11674. >0x00003B    byte        0x1E        (unknown)
  11675. >0x00003B    byte        0x2A        (equation)
  11676. #
  11677. # Magic Numbers for the TI-89
  11678. #
  11679. 0        string        **TI89**    TI-89 Graphing Calculator
  11680. >0x000048    byte        0x00        (expression)
  11681. >0x000048    byte        0x04        (list)
  11682. >0x000048    byte        0x06        (matrix)
  11683. >0x000048    byte        0x0A        (data)
  11684. >0x000048    byte        0x0B        (text)
  11685. >0x000048    byte        0x0C        (string)
  11686. >0x000048    byte        0x0D        (graphic data base)
  11687. >0x000048    byte        0x0E        (figure)
  11688. >0x000048    byte        0x10        (picture)
  11689. >0x000048    byte        0x12        (program)
  11690. >0x000048    byte        0x13        (function)
  11691. >0x000048    byte        0x14        (macro)
  11692. >0x000048    byte        0x1C        (zipped)
  11693. >0x000048    byte        0x21        (assembler)
  11694. #
  11695. # Magic Numbers for the TI-92
  11696. #
  11697. 0        string        **TI92**    TI-92 Graphing Calculator
  11698. >0x000048    byte        0x00        (expression)
  11699. >0x000048    byte        0x04        (list)
  11700. >0x000048    byte        0x06        (matrix)
  11701. >0x000048    byte        0x0A        (data)
  11702. >0x000048    byte        0x0B        (text)
  11703. >0x000048    byte        0x0C        (string)
  11704. >0x000048    byte        0x0D        (graphic data base)
  11705. >0x000048    byte        0x0E        (figure)
  11706. >0x000048    byte        0x10        (picture)
  11707. >0x000048    byte        0x12        (program)
  11708. >0x000048    byte        0x13        (function)
  11709. >0x000048    byte        0x14        (macro)
  11710. >0x000048    byte        0x1D        (backup)
  11711. #
  11712. # Magic Numbers for the TI-92+/V200
  11713. #
  11714. 0        string        **TI92P*    TI-92+/V200 Graphing Calculator
  11715. >0x000048    byte        0x00        (expression)
  11716. >0x000048    byte        0x04        (list)
  11717. >0x000048    byte        0x06        (matrix)
  11718. >0x000048    byte        0x0A        (data)
  11719. >0x000048    byte        0x0B        (text)
  11720. >0x000048    byte        0x0C        (string)
  11721. >0x000048    byte        0x0D        (graphic data base)
  11722. >0x000048    byte        0x0E        (figure)
  11723. >0x000048    byte        0x10        (picture)
  11724. >0x000048    byte        0x12        (program)
  11725. >0x000048    byte        0x13        (function)
  11726. >0x000048    byte        0x14        (macro)
  11727. >0x000048    byte        0x1C        (zipped)
  11728. >0x000048    byte        0x21        (assembler)
  11729. #
  11730. # Magic Numbers for the TI-73/83+/89/92+/V200 FLASH upgrades
  11731. #
  11732. 0x0000016    string        Advanced    TI-XX Graphing Calculator (FLASH)
  11733. 0        string        **TIFL**    TI-XX Graphing Calculator (FLASH)
  11734. >8        byte        >0        - Revision %d
  11735. >>9         byte        x        \b.%d,
  11736. >12        byte        >0        Revision date %02x
  11737. >>13        byte        x        \b/%02x
  11738. >>14        beshort        x        \b/%04x,
  11739. >17        string        >/0        name: '%s',
  11740. >48        byte        0x74        device: TI-73,
  11741. >48        byte        0x73        device: TI-83+,
  11742. >48        byte        0x98        device: TI-89,
  11743. >48        byte        0x88        device: TI-92+,
  11744. >49        byte        0x23        type: OS upgrade,
  11745. >49        byte        0x24        type: application,
  11746. >49        byte        0x25        type: certificate,
  11747. >49        byte        0x3e        type: license,
  11748. >74        lelong        >0        size: %ld bytes
  11749.  
  11750. # VTi & TiEmu skins (TI Graphing Calculators).
  11751. # From: Romain Lievin (roms@lpg.ticalc.org).
  11752. # Magic Numbers for the VTi skins
  11753. 0               string          VTI        Virtual TI skin
  11754. >3        string        v        - Version
  11755. >>4        byte        >0        \b %c
  11756. >>6        byte        x        \b.%c
  11757. # Magic Numbers for the TiEmu skins
  11758. 0        string        TiEmu        TiEmu skin
  11759. >6              string          v               - Version
  11760. >>7             byte            >0              \b %c
  11761. >>9             byte            x               \b.%c
  11762. >>10        byte        x        \b%c
  11763.  
  11764. #------------------------------------------------------------------------------
  11765. # timezone:  file(1) magic for timezone data
  11766. #
  11767. # from Daniel Quinlan (quinlan@yggdrasil.com)
  11768. # this should work on Linux, SunOS, and maybe others
  11769. # Added new official magic number for recent versions of the Olson code
  11770. 0    string    TZif    timezone data
  11771. 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
  11772. 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
  11773. 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
  11774. 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
  11775. 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
  11776. 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
  11777.  
  11778. #------------------------------------------------------------------------------
  11779. # troff:  file(1) magic for *roff
  11780. #
  11781. # updated by Daniel Quinlan (quinlan@yggdrasil.com)
  11782.  
  11783. # troff input
  11784. 0    string        .\\"        troff or preprocessor input text
  11785. 0    string        '\\"        troff or preprocessor input text
  11786. 0    string        '.\\"        troff or preprocessor input text
  11787. 0    string        \\"        troff or preprocessor input text
  11788. 0    string        '''        troff or preprocessor input text
  11789.  
  11790. # ditroff intermediate output text
  11791. 0    string        x\ T        ditroff output text
  11792. >4    string        cat        for the C/A/T phototypesetter
  11793. >4    string        ps        for PostScript
  11794. >4    string        dvi        for DVI
  11795. >4    string        ascii        for ASCII
  11796. >4    string        lj4        for LaserJet 4
  11797. >4    string        latin1        for ISO 8859-1 (Latin 1)
  11798. >4    string        X75        for xditview at 75dpi
  11799. >>7    string        -12        (12pt)
  11800. >4    string        X100        for xditview at 100dpi
  11801. >>8    string        -12        (12pt)
  11802.  
  11803. # output data formats
  11804. 0    string        \100\357    very old (C/A/T) troff output data
  11805. #
  11806. #------------------------------------------------------------------------------
  11807. # tuxedo:    file(1) magic for BEA TUXEDO data files
  11808. #
  11809. # from Ian Springer <ispringer@hotmail.com>
  11810. #
  11811. 0    string        \0\0\1\236\0\0\0\0\0\0\0\0\0\0\0\0    BEA TUXEDO DES mask data
  11812.  
  11813. #------------------------------------------------------------------------------
  11814. # typeset:  file(1) magic for other typesetting
  11815. #
  11816. 0    string        Interpress/Xerox    Xerox InterPress data
  11817. >16    string        /            (version
  11818. >>17    string        >\0            %s)
  11819.  
  11820. #------------------------------------------------------------------------------
  11821. # unknown:  file(1) magic for unknown machines
  11822. #
  11823. # XXX - this probably should be pruned, as it'll match PDP-11 and
  11824. # VAX image formats.
  11825. #
  11826. # 0x107 is 0407; 0x108 is 0410; both are PDP-11 (executable and pure,
  11827. # respectively).
  11828. #
  11829. # 0x109 is 0411; that's PDP-11 split I&D, but the PDP-11 version doesn't
  11830. # have the "version %ld", which may be a bogus COFFism (I don't think
  11831. # there ever was COFF for the PDP-11).
  11832. #
  11833. # 0x10B is 0413; that's VAX demand-paged, but this is a short, not a
  11834. # long, as it would be on a VAX.
  11835. #
  11836. # 0x10C is 0414 and 0x10E is 416; those *are* unknown.
  11837. #
  11838. 0    short        0x107        unknown machine executable
  11839. >8    short        >0        not stripped
  11840. >15    byte        >0        - version %ld
  11841. 0    short        0x108        unknown pure executable
  11842. >8    short        >0        not stripped
  11843. >15    byte        >0        - version %ld
  11844. 0    short        0x109        PDP-11 separate I&D
  11845. >8    short        >0        not stripped
  11846. >15    byte        >0        - version %ld
  11847. 0    short        0x10b        unknown pure executable
  11848. >8    short        >0        not stripped
  11849. >15    byte        >0        - version %ld
  11850. 0    long        0x10c        unknown demand paged pure executable
  11851. >16    long        >0        not stripped
  11852. 0    long        0x10e        unknown readable demand paged pure executable
  11853.  
  11854. #------------------------------------------------------------------------------
  11855. # uuencode:  file(1) magic for ASCII-encoded files
  11856. #
  11857.  
  11858. # GRR:  the first line of xxencoded files is identical to that in uuencoded
  11859. # files, but the first character in most subsequent lines is 'h' instead of
  11860. # 'M'.  (xxencoding uses lowercase letters in place of most of uuencode's
  11861. # punctuation and survives BITNET gateways better.)  If regular expressions
  11862. # were supported, this entry could possibly be split into two with
  11863. # "begin\040\.\*\012M" or "begin\040\.\*\012h" (where \. and \* are REs).
  11864. 0    string        begin\040    uuencoded or xxencoded text
  11865.  
  11866. # btoa(1) is an alternative to uuencode that requires less space.
  11867. 0    string        xbtoa\ Begin    btoa'd text
  11868.  
  11869. # ship(1) is another, much cooler alternative to uuencode.
  11870. # Greg Roelofs, newt@uchicago.edu
  11871. 0    string        $\012ship    ship'd binary text
  11872.  
  11873. # bencode(8) is used to encode compressed news batches (Bnews/Cnews only?)
  11874. # Greg Roelofs, newt@uchicago.edu
  11875. 0    string    Decode\ the\ following\ with\ bdeco    bencoded News text
  11876.  
  11877. # BinHex is the Macintosh ASCII-encoded file format (see also "apple")
  11878. # Daniel Quinlan, quinlan@yggdrasil.com
  11879. 11    string    must\ be\ converted\ with\ BinHex    BinHex binary text
  11880. >41    string    x                    \b, version %.3s
  11881.  
  11882. # GRR:  is MIME BASE64 encoding handled somewhere?
  11883.  
  11884. #------------------------------------------------------------------------------
  11885. # varied.out:  file(1) magic for various USG systems
  11886. #
  11887. #    Herewith many of the object file formats used by USG systems.
  11888. #    Most have been moved to files for a particular processor,
  11889. #    and deleted if they duplicate other entries.
  11890. #
  11891. 0    short        0610        Perkin-Elmer executable
  11892. # AMD 29K
  11893. 0    beshort        0572        amd 29k coff noprebar executable
  11894. 0    beshort        01572        amd 29k coff prebar executable
  11895. 0    beshort        0160007        amd 29k coff archive
  11896. # Cray
  11897. 6    beshort        0407        unicos (cray) executable
  11898. # Ultrix 4.3
  11899. 596    string        \130\337\377\377    Ultrix core file
  11900. >600    string        >\0        from '%s'
  11901. # BeOS and MAcOS PEF executables
  11902. # From: hplus@zilker.net (Jon Watte)
  11903. 0    string        Joy!peffpwpc    header for PowerPC PEF executable
  11904. #
  11905. # ava assembler/linker Uros Platise <uros.platise@ijs.si>
  11906. 0       string          avaobj  AVR assembler object code
  11907. >7      string          >\0     version '%s'
  11908. # gnu gmon magic From: Eugen Dedu <dedu@ese-metz.fr>
  11909. 0    string        gmon        GNU prof performance data
  11910. >4    long        x        - version %ld
  11911. # From: Dave Pearson <davep@davep.org>
  11912. # Harbour <URL:http://www.harbour-project.org/> HRB files.
  11913. 0    string        \xc0HRB        Harbour HRB file
  11914. >4    short        x        version %d
  11915.  
  11916. # From: Alex Beregszaszi <alex@fsn.hu>
  11917. # 0    string        exec         BugOS executable
  11918. # 0    string        pack        BugOS archive
  11919. #------------------------------------------------------------------------------
  11920. # varied.script:  file(1) magic for various interpreter scripts
  11921.  
  11922. 0    string        #!\ /            a
  11923. >3    string        >\0            %s script text
  11924. 0    string        #!\    /        a
  11925. >3    string        >\0            %s script text
  11926. 0    string        #!/            a
  11927. >2    string        >\0            %s script text
  11928. 0    string        #!\             script text
  11929. >3    string        >\0            for %s
  11930.  
  11931.  
  11932. #------------------------------------------------------------------------------
  11933. # vax:  file(1) magic for VAX executable/object and APL workspace
  11934. #
  11935. 0    lelong        0101557        VAX single precision APL workspace
  11936. 0    lelong        0101556        VAX double precision APL workspace
  11937.  
  11938. #
  11939. # VAX a.out (32V, BSD)
  11940. #
  11941. 0    lelong        0407        VAX executable
  11942. >16    lelong        >0        not stripped
  11943.  
  11944. 0    lelong        0410        VAX pure executable
  11945. >16    lelong        >0        not stripped
  11946.  
  11947. 0    lelong        0413        VAX demand paged pure executable
  11948. >16    lelong        >0        not stripped
  11949.  
  11950. 0    lelong        0420        VAX demand paged (first page unmapped) pure executable
  11951. >16    lelong        >0        not stripped
  11952.  
  11953. #
  11954. # VAX COFF
  11955. #
  11956. # The `versions' should be un-commented if they work for you.
  11957. # (Was the problem just one of endianness?)
  11958. #
  11959. 0    leshort        0570        VAX COFF executable
  11960. >12    lelong        >0        not stripped
  11961. >22    leshort        >0        - version %ld
  11962. 0    leshort        0575        VAX COFF pure executable
  11963. >12    lelong        >0        not stripped
  11964. >22    leshort        >0        - version %ld
  11965.  
  11966. #------------------------------------------------------------------------------
  11967. # vicar:  file(1) magic for VICAR files.
  11968. #
  11969. # From: Ossama Othman <othman@astrosun.tn.cornell.edu
  11970. # VICAR is JPL's in-house spacecraft image processing program
  11971. # VICAR image
  11972. 0    string    LBLSIZE=    VICAR image data
  11973. >32    string    BYTE        \b, 8 bits  = VAX byte
  11974. >32    string    HALF        \b, 16 bits = VAX word     = Fortran INTEGER*2
  11975. >32    string    FULL        \b, 32 bits = VAX longword = Fortran INTEGER*4
  11976. >32    string    REAL        \b, 32 bits = VAX longword = Fortran REAL*4
  11977. >32    string    DOUB        \b, 64 bits = VAX quadword = Fortran REAL*8
  11978. >32    string    COMPLEX        \b, 64 bits = VAX quadword = Fortran COMPLEX*8
  11979. # VICAR label file
  11980. 43    string    SFDU_LABEL    VICAR label file
  11981. #------------------------------------------------------------------------------
  11982. # Virtutech Compressed Random Access File Format
  11983. #
  11984. # From <gustav@virtutech.com>
  11985. 0      string          \211\277\036\203        Virtutech CRAFF
  11986. >4     belong          x               v%d
  11987. >20    belong          0               uncompressed
  11988. >20    belong          1               bzipp2ed
  11989. >20    belong          2               gzipped
  11990. >24    belong          0               not clean
  11991.  
  11992. #------------------------------------------------------------------------------
  11993. # visx:  file(1) magic for Visx format files
  11994. #
  11995. 0    short        0x5555        VISX image file
  11996. >2    byte        0        (zero)
  11997. >2    byte        1        (unsigned char)
  11998. >2    byte        2        (short integer)
  11999. >2    byte        3        (float 32)
  12000. >2    byte        4        (float 64)
  12001. >2    byte        5        (signed char)
  12002. >2    byte        6        (bit-plane)
  12003. >2    byte        7        (classes)
  12004. >2    byte        8        (statistics)
  12005. >2    byte        10        (ascii text)
  12006. >2    byte        15        (image segments)
  12007. >2    byte        100        (image set)
  12008. >2    byte        101        (unsigned char vector)
  12009. >2    byte        102        (short integer vector)
  12010. >2    byte        103        (float 32 vector)
  12011. >2    byte        104        (float 64 vector)
  12012. >2    byte        105        (signed char vector)
  12013. >2    byte        106        (bit plane vector)
  12014. >2    byte        121        (feature vector)
  12015. >2    byte        122        (feature vector library)
  12016. >2    byte        124        (chain code)
  12017. >2    byte        126        (bit vector)
  12018. >2    byte        130        (graph)
  12019. >2    byte        131        (adjacency graph)
  12020. >2    byte        132        (adjacency graph library)
  12021. >2    string        .VISIX        (ascii text)
  12022.  
  12023. #------------------------------------------------------------------------------
  12024. # vms:  file(1) magic for VMS executables (experimental)
  12025. #
  12026. # VMS .exe formats, both VAX and AXP (Greg Roelofs, newt@uchicago.edu)
  12027.  
  12028. # GRR 950122:  I'm just guessing on these, based on inspection of the headers
  12029. # of three executables each for Alpha and VAX architectures.  The VAX files
  12030. # all had headers similar to this:
  12031. #
  12032. #   00000  b0 00 30 00 44 00 60 00  00 00 00 00 30 32 30 35  ..0.D.`.....0205
  12033. #   00010  01 01 00 00 ff ff ff ff  ff ff ff ff 00 00 00 00  ................
  12034. #
  12035. 0    string    \xb0\0\x30\0    VMS VAX executable
  12036. >44032    string    PK\003\004    \b, Info-ZIP SFX archive v5.12 w/decryption
  12037. #
  12038. # The AXP files all looked like this, except that the byte at offset 0x22
  12039. # was 06 in some of them and 07 in others:
  12040. #
  12041. #   00000  03 00 00 00 00 00 00 00  ec 02 00 00 10 01 00 00  ................
  12042. #   00010  68 00 00 00 98 00 00 00  b8 00 00 00 00 00 00 00  h...............
  12043. #   00020  00 00 07 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
  12044. #   00030  00 00 00 00 01 00 00 00  00 00 00 00 00 00 00 00  ................
  12045. #   00040  00 00 00 00 ff ff ff ff  ff ff ff ff 02 00 00 00  ................
  12046. #
  12047. 0    belong    0x03000000    VMS Alpha executable
  12048. >75264    string    PK\003\004    \b, Info-ZIP SFX archive v5.12 w/decryption
  12049.  
  12050. # -----------------------------------------------------------
  12051. # VMware specific files (deducted from version 1.1 and log file entries)
  12052. # Anthon van der Neut (anthon@mnt.org)
  12053. 0    belong    0x4d52564e    VMware nvram 
  12054. 0    belong    0x434f5744    VMware
  12055. >4    byte    3         virtual disk 
  12056. >>32    lelong    x        (%d/
  12057. >>36    lelong    x        \b%d/
  12058. >>40    lelong    x        \b%d)
  12059. >4    byte    2         undoable disk
  12060. >>32    string  >\0        (%s)
  12061.  
  12062. #------------------------------------------------------------------------------
  12063. # vorbis:  file(1) magic for Ogg/Vorbis files
  12064. #
  12065. # From Felix von Leitner <leitner@fefe.de>
  12066. # Extended by Beni Cherniavsky <cben@crosswinds.net>
  12067. # Further extended by Greg Wooledge <greg@wooledge.org>
  12068. #
  12069. # Most (everything but the number of channels and bitrate) is commented
  12070. # out with `##' as it's not interesting to the average user.  The most
  12071. # probable things advanced users would want to uncomment are probably
  12072. # the number of comments and the encoder version.
  12073. #
  12074. # --- Ogg Framing ---
  12075. 0        string        OggS        Ogg data
  12076. >4        byte        !0        UNKNOWN REVISION %u
  12077. ##>4        byte        0        revision 0
  12078. >4        byte        0
  12079. ##>>14        lelong        x        (Serial %lX)
  12080. # non-Vorbis content: FLAC (Free Lossless Audio Codec, http://flac.sourceforge.net)
  12081. >>28        string        fLaC        \b, FLAC audio
  12082. # non-Vorbis content: Theora
  12083. >>28        string        \x80theora    \b, Theora video
  12084. # non-Vorbis content: Speex
  12085. >>28        string        Speex\ \ \     \b, Speex audio
  12086. # non-Vorbis content: OGM
  12087. >>28        string        \x01video\0\0\0    \b, OGM video
  12088. >>>37        string/c    div3        (DivX 3)
  12089. >>>37        string/c    divx        (DivX 4)
  12090. >>>37        string/c    dx50        (DivX 5)
  12091. >>>37        string/c    xvid        (XviD)
  12092. # --- First vorbis packet - general header ---
  12093. >>28        string        \x01vorbis    \b, Vorbis audio,
  12094. >>>35        lelong        !0        UNKNOWN VERSION %lu,
  12095. ##>>>35        lelong        0        version 0,
  12096. >>>35        lelong        0
  12097. >>>>39        ubyte        1        mono,
  12098. >>>>39        ubyte        2        stereo,
  12099. >>>>39        ubyte        >2        %u channels,
  12100. >>>>40        lelong        x        %lu Hz
  12101. # Minimal, nominal and maximal bitrates specified when encoding
  12102. >>>>48        string        <\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff    \b,
  12103. # The above tests if at least one of these is specified:
  12104. >>>>>52        lelong        !-1
  12105. # Vorbis RC2 has a bug which puts -1000 in the min/max bitrate fields
  12106. # instead of -1.
  12107. # Vorbis 1.0 uses 0 instead of -1.
  12108. >>>>>>52    lelong        !0
  12109. >>>>>>>52    lelong        !-1000
  12110. >>>>>>>>52    lelong        x        <%lu
  12111. >>>>>48        lelong        !-1
  12112. >>>>>>48    lelong        x        ~%lu
  12113. >>>>>44        lelong        !-1
  12114. >>>>>>44    lelong        !-1000
  12115. >>>>>>>44    lelong        !0
  12116. >>>>>>>>44    lelong        x        >%lu
  12117. >>>>>48        string        <\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff    bps
  12118. # -- Second vorbis header packet - the comments
  12119. # A kludge to read the vendor string.  It's a counted string, not a
  12120. # zero-terminated one, so file(1) can't read it in a generic way.
  12121. # libVorbis is the only one existing currently, so I detect specifically
  12122. # it.  The interesting value is the cvs date (8 digits decimal).
  12123. # Post-RC1 Ogg files have the second header packet (and thus the version)
  12124. # in a different place, so we must use an indirect offset.
  12125. >>>(84.b+85)        string        \x03vorbis
  12126. >>>>(84.b+96)        string/c    Xiphophorus\ libVorbis\ I    \b, created by: Xiphophorus libVorbis I
  12127. >>>>>(84.b+120)        string        >00000000    
  12128. # Map to beta version numbers:
  12129. >>>>>>(84.b+120)    string        <20000508    (<beta1, prepublic)
  12130. >>>>>>(84.b+120)    string        20000508    (1.0 beta 1 or beta 2)
  12131. >>>>>>(84.b+120)    string        >20000508
  12132. >>>>>>>(84.b+120)    string        <20001031    (beta2-3)
  12133. >>>>>>(84.b+120)    string        20001031    (1.0 beta 3)
  12134. >>>>>>(84.b+120)    string        >20001031
  12135. >>>>>>>(84.b+120)    string        <20010225    (beta3-4)
  12136. >>>>>>(84.b+120)    string        20010225    (1.0 beta 4)
  12137. >>>>>>(84.b+120)    string        >20010225
  12138. >>>>>>>(84.b+120)    string        <20010615    (beta4-RC1)
  12139. >>>>>>(84.b+120)    string        20010615    (1.0 RC1)
  12140. >>>>>>(84.b+120)    string        20010813    (1.0 RC2)
  12141. >>>>>>(84.b+120)    string        20010816    (RC2 - Garf tuned v1)
  12142. >>>>>>(84.b+120)    string        20011014    (RC2 - Garf tuned v2)
  12143. >>>>>>(84.b+120)    string        20011217    (1.0 RC3)
  12144. >>>>>>(84.b+120)    string        20011231    (1.0 RC3)
  12145. # Some pre-1.0 CVS snapshots still had "Xiphphorus"...
  12146. >>>>>>(84.b+120)    string        >20011231    (pre-1.0 CVS)
  12147. # For the 1.0 release, Xiphophorus is replaced by Xiph.Org
  12148. >>>>(84.b+96)        string/c    Xiph.Org\ libVorbis\ I    \b, created by: Xiph.Org libVorbis I
  12149. >>>>>(84.b+117)        string        >00000000    
  12150. >>>>>>(84.b+117)    string        <20020717    (pre-1.0 CVS)
  12151. >>>>>>(84.b+117)    string        20020717    (1.0)
  12152. >>>>>>(84.b+117)    string        20030909    (1.0.1)
  12153. >>>>>>(84.b+117)    string        20040629    (1.1.0 RC1)
  12154.  
  12155. #------------------------------------------------------------------------------
  12156. # VXL: file(1) magic for VXL binary IO data files
  12157. #
  12158. # from Ian Scott <scottim@sf.net>
  12159. #
  12160. # VXL is a collection of C++ libraries for Computer Vision.
  12161. # See the vsl chapter in the VXL Book for more info
  12162. # http://www.isbe.man.ac.uk/public_vxl_doc/books/vxl/book.html
  12163. # http:/vxl.sf.net
  12164.  
  12165. 2    lelong    0x472b2c4e    VXL data file,
  12166. >0    leshort    >0        schema version no %d
  12167.  
  12168. #------------------------------------------------------------------------------
  12169. # wordprocessors:  file(1) magic fo word processors.
  12170. #
  12171. ####### PWP file format used on Smith Corona Personal Word Processors:
  12172. 2    string    \040\040\040\040\040\040\040\040\040\040\040ML4D\040\'92    Smith Corona PWP
  12173. >24    byte    2    \b, single spaced
  12174. >24    byte    3    \b, 1.5 spaced
  12175. >24    byte    4    \b, double spaced
  12176. >25    byte    0x42    \b, letter
  12177. >25    byte    0x54    \b, legal
  12178. >26    byte    0x46    \b, A4
  12179.  
  12180. #WordPerfect type files Version 1.6 - PLEASE DO NOT REMOVE THIS LINE
  12181. 0    string    \377WPC\020\000\000\000\022\012\001\001\000\000\000\000    (WP) loadable text
  12182. >15    byte    0    Optimized for Intel
  12183. >15    byte    1    Optimized for Non-Intel
  12184. 1    string    WPC    (Corel/WP)
  12185. >8    short    257    WordPerfect macro
  12186. >8    short    258    WordPerfect help file
  12187. >8    short    259    WordPerfect keyboard file
  12188. >8    short    266    WordPerfect document
  12189. >8    short    267    WordPerfect dictionary
  12190. >8    short    268    WordPerfect thesaurus
  12191. >8    short    269    WordPerfect block
  12192. >8    short    270    WordPerfect rectangular block
  12193. >8    short    271    WordPerfect column block
  12194. >8    short    272    WordPerfect printer data
  12195. >8    short    275    WordPerfect printer data
  12196. >8    short    276    WordPerfect driver resource data
  12197. >8    short    279    WordPerfect hyphenation code
  12198. >8    short    280    WordPerfect hyphenation data
  12199. >8    short    281    WordPerfect macro resource data
  12200. >8    short    283    WordPerfect hyphenation lex
  12201. >8    short    285    WordPerfect wordlist
  12202. >8    short    286    WordPerfect equation resource data
  12203. >8    short    289    WordPerfect spell rules
  12204. >8    short    290    WordPerfect dictionary rules
  12205. >8    short    295    WordPerfect spell rules (Microlytics)
  12206. >8    short    299    WordPerfect settings file
  12207. >8    short    301    WordPerfect 4.2 document
  12208. >8    short    325    WordPerfect dialog file
  12209. >8    short    332    WordPerfect button bar
  12210. >8    short    513    Shell macro
  12211. >8    short    522    Shell definition
  12212. >8    short    769    Notebook macro
  12213. >8    short    770    Notebook help file
  12214. >8    short    771    Notebook keyboard file
  12215. >8    short    778    Notebook definition
  12216. >8    short    1026    Calculator help file
  12217. >8    short     1538    Calendar help file
  12218. >8    short     1546    Calendar data file
  12219. >8    short    1793    Editor macro
  12220. >8    short    1794    Editor help file
  12221. >8    short    1795    Editor keyboard file
  12222. >8    short    1817    Editor macro resource file
  12223. >8    short     2049    Macro editor macro
  12224. >8    short     2050    Macro editor help file
  12225. >8    short    2051    Macro editor keyboard file
  12226. >8    short    2305    PlanPerfect macro
  12227. >8    short    2306    PlanPerfect help file
  12228. >8    short    2307    PlanPerfect keyboard file
  12229. >8    short    2314    PlanPerfect worksheet
  12230. >8    short    2319    PlanPerfect printer definition
  12231. >8    short    2322    PlanPerfect graphic definition
  12232. >8    short    2323    PlanPerfect data
  12233. >8    short    2324    PlanPerfect temporary printer
  12234. >8    short    2329    PlanPerfect macro resource data
  12235. >8    byte    11    Mail
  12236. >8    short    2818    help file
  12237. >8    short    2821    distribution list
  12238. >8    short    2826    out box
  12239. >8    short    2827    in box
  12240. >8    short    2836    users archived mailbox
  12241. >8    short    2837    archived message database
  12242. >8    short    2838    archived attachments
  12243. >8    short    3083    Printer temporary file
  12244. >8    short    3330    Scheduler help file
  12245. >8    short    3338    Scheduler in file
  12246. >8    short    3339    Scheduler out file
  12247. >8    short    3594    GroupWise settings file
  12248. >8    short    3601    GroupWise directory services
  12249. >8    short    3627    GroupWise settings file
  12250. >8    short    4362    Terminal resource data
  12251. >8    short    4363    Terminal resource data
  12252. >8    short    4395    Terminal resource data
  12253. >8    short    4619    GUI loadable text
  12254. >8    short    4620    graphics resource data
  12255. >8    short    4621    printer settings file
  12256. >8    short    4622    port definition file
  12257. >8    short    4623    print queue parameters
  12258. >8    short    4624    compressed file
  12259. >8    short    5130    Network service msg file
  12260. >8    short    5131    Network service msg file
  12261. >8    short    5132    Async gateway login msg
  12262. >8    short    5134    GroupWise message file
  12263. >8    short    7956    GroupWise admin domain database
  12264. >8    short    7957    GroupWise admin host database
  12265. >8    short    7959    GroupWise admin remote host database
  12266. >8    short    7960    GroupWise admin ADS deferment data file
  12267. >8    short    8458    IntelliTAG (SGML) compiled DTD
  12268. >8    long    18219264    WordPerfect graphic image (1.0)
  12269. >8    long    18219520    WordPerfect graphic image (2.0)
  12270. #end of WordPerfect type files Version 1.6 - PLEASE DO NOT REMOVE THIS LINE
  12271.  
  12272. # Hangul (Korean) Word Processor File
  12273. 0    string    HWP\ Document\ File    Hangul (Korean) Word Processor File
  12274.  
  12275. # CosmicBook, from Benoεt Rouits
  12276. 0       string  CSBK    Ted Neslson's CosmicBook hypertext file
  12277.  
  12278. 2       string  EYWR    AmigaWriter file
  12279.  
  12280. # chi:  file(1) magic for ChiWriter files
  12281. 0       string          \\1cw\          ChiWriter file
  12282. >5      string          >\0             version %s
  12283. 0       string          \\1cw           ChiWriter file
  12284.  
  12285. #------------------------------------------------------------------------------
  12286. # file(1) magic(5) data for xdelta  Josh MacDonald <jmacd@CS.Berkeley.EDU>
  12287. #
  12288. 0    string    %XDELTA%    XDelta binary patch file 0.14
  12289. 0    string    %XDZ000%    XDelta binary patch file 0.18
  12290. 0    string    %XDZ001%    XDelta binary patch file 0.20
  12291. 0    string    %XDZ002%    XDelta binary patch file 1.0
  12292. 0    string    %XDZ003%    XDelta binary patch file 1.0.4
  12293. 0    string    %XDZ004%    XDelta binary patch file 1.1
  12294.  
  12295. #------------------------------------------------------------------------------
  12296. # xenix:  file(1) magic for Microsoft Xenix
  12297. #
  12298. # "Middle model" stuff, and "Xenix 8086 relocatable or 80286 small
  12299. # model" lifted from "magic.xenix", with comment "derived empirically;
  12300. # treat as folklore until proven"
  12301. #
  12302. # "small model", "large model", "huge model" stuff lifted from XXX
  12303. #
  12304. # XXX - "x.out" collides with PDP-11 archives
  12305. #
  12306. 0    string        core        core file (Xenix)
  12307. 0    byte        0x80        8086 relocatable (Microsoft)
  12308. 0    leshort        0xff65        x.out
  12309. >2    string        __.SYMDEF     randomized
  12310. >0    byte        x        archive
  12311. 0    leshort        0x206        Microsoft a.out
  12312. >8    leshort        1        Middle model
  12313. >0x1e    leshort        &0x10        overlay
  12314. >0x1e    leshort        &0x2        separate
  12315. >0x1e    leshort        &0x4        pure
  12316. >0x1e    leshort        &0x800        segmented
  12317. >0x1e    leshort        &0x400        standalone
  12318. >0x1e    leshort        &0x8        fixed-stack
  12319. >0x1c    byte        &0x80        byte-swapped
  12320. >0x1c    byte        &0x40        word-swapped
  12321. >0x10    lelong        >0        not-stripped
  12322. >0x1e    leshort        ^0xc000        pre-SysV
  12323. >0x1e    leshort        &0x4000        V2.3
  12324. >0x1e    leshort        &0x8000        V3.0
  12325. >0x1c    byte        &0x4        86
  12326. >0x1c    byte        &0xb        186
  12327. >0x1c    byte        &0x9        286
  12328. >0x1c    byte        &0xa        386
  12329. >0x1f    byte        <0x040        small model
  12330. >0x1f    byte        =0x048        large model    
  12331. >0x1f    byte        =0x049        huge model 
  12332. >0x1e    leshort        &0x1        executable
  12333. >0x1e    leshort        ^0x1        object file
  12334. >0x1e    leshort        &0x40        Large Text
  12335. >0x1e    leshort        &0x20        Large Data
  12336. >0x1e    leshort        &0x120        Huge Objects Enabled
  12337. >0x10    lelong        >0        not stripped
  12338.  
  12339. 0    leshort        0x140        old Microsoft 8086 x.out
  12340. >0x3    byte        &0x4        separate
  12341. >0x3    byte        &0x2        pure
  12342. >0    byte        &0x1        executable
  12343. >0    byte        ^0x1        relocatable
  12344. >0x14    lelong        >0        not stripped
  12345.  
  12346. 0    lelong        0x206        b.out
  12347. >0x1e    leshort        &0x10        overlay
  12348. >0x1e    leshort        &0x2        separate
  12349. >0x1e    leshort        &0x4        pure
  12350. >0x1e    leshort        &0x800        segmented
  12351. >0x1e    leshort        &0x400        standalone
  12352. >0x1e    leshort        &0x1        executable
  12353. >0x1e    leshort        ^0x1        object file
  12354. >0x1e    leshort        &0x4000        V2.3
  12355. >0x1e    leshort        &0x8000        V3.0
  12356. >0x1c    byte        &0x4        86
  12357. >0x1c    byte        &0xb        186
  12358. >0x1c    byte        &0x9        286
  12359. >0x1c    byte        &0x29        286
  12360. >0x1c    byte        &0xa        386
  12361. >0x1e    leshort        &0x4        Large Text
  12362. >0x1e    leshort        &0x2        Large Data
  12363. >0x1e    leshort        &0x102        Huge Objects Enabled
  12364.  
  12365. 0    leshort        0x580        XENIX 8086 relocatable or 80286 small model
  12366.  
  12367. #------------------------------------------------------------------------------
  12368. # xo65 object files
  12369. # From: "Ullrich von Bassewitz" <uz@cc65.org>
  12370. #
  12371. 0    string        \x55\x7A\x6E\x61    xo65 object,
  12372. >4    leshort        x            version %d,
  12373. >6    leshort&0x0001 =0x0001            with debug info
  12374. >6    leshort&0x0001 =0x0000            no debug info
  12375.  
  12376. # xo65 library files
  12377. 0    string        \x6E\x61\x55\x7A    xo65 library,
  12378. >4    leshort        x            version %d
  12379.  
  12380. # o65 object files
  12381. 0    string        \x01\x00\x6F\x36\x35    o65
  12382. >6    leshort&0x1000    =0x0000            executable,
  12383. >6    leshort&0x1000    =0x1000            object,
  12384. >5    byte        x            version %d,
  12385. >6    leshort&0x8000    =0x8000            65816,
  12386. >6    leshort&0x8000    =0x0000            6502,
  12387. >6    leshort&0x2000    =0x2000            32 bit,
  12388. >6    leshort&0x2000    =0x0000            16 bit,
  12389. >6    leshort&0x4000    =0x4000            page reloc,
  12390. >6    leshort&0x4000    =0x0000            byte reloc,
  12391. >6    leshort&0x0003    =0x0000            alignment 1
  12392. >6    leshort&0x0003    =0x0001            alignment 2
  12393. >6    leshort&0x0003    =0x0002            alignment 4
  12394. >6    leshort&0x0003    =0x0003            alignment 256
  12395.  
  12396. #------------------------------------------------------------------------------
  12397. # xwindows:  file(1) magic for various X/Window system file formats.
  12398.  
  12399. # Compiled X Keymap 
  12400. # XKM (compiled X keymap) files (including version and byte ordering)
  12401. 1    string    mkx                Compiled XKB Keymap: lsb,
  12402. >0    byte    >0                version %d
  12403. >0    byte    =0                obsolete
  12404. 0    string    xkm                Compiled XKB Keymap: msb,
  12405. >3    byte    >0                version %d
  12406. >0    byte    =0                obsolete
  12407.  
  12408. # xfsdump archive
  12409. 0    string    xFSdump0            xfsdump archive
  12410. >8    long    x    (version %d)
  12411.  
  12412. # Jaleo XFS files
  12413. 0    long    395726                Jaleo XFS file
  12414. >4    long    x                - version %ld
  12415. >8    long    x                - [%ld -
  12416. >20    long    x                %ldx
  12417. >24    long    x                %ldx
  12418. >28    long    1008                YUV422]
  12419. >28    long    1000                RGB24]
  12420.  
  12421. #------------------------------------------------------------------------------
  12422. # zilog:  file(1) magic for Zilog Z8000.
  12423. #
  12424. # Was it big-endian or little-endian?  My Product Specification doesn't
  12425. # say.
  12426. #
  12427. 0    long        0xe807        object file (z8000 a.out)
  12428. 0    long        0xe808        pure object file (z8000 a.out)
  12429. 0    long        0xe809        separate object file (z8000 a.out)
  12430. 0    long        0xe805        overlay object file (z8000 a.out)
  12431.  
  12432. #------------------------------------------------------------------------------
  12433. # zyxel:  file(1) magic for ZyXEL modems
  12434. #
  12435. # From <rob@pe1chl.ampr.org>
  12436. # These are the /etc/magic entries to decode datafiles as used for the
  12437. # ZyXEL U-1496E DATA/FAX/VOICE modems.  (This header conforms to a
  12438. # ZyXEL-defined standard)
  12439.  
  12440. 0    string        ZyXEL\002    ZyXEL voice data
  12441. >10    byte        0        - CELP encoding
  12442. >10    byte&0x0B    1        - ADPCM2 encoding
  12443. >10    byte&0x0B    2        - ADPCM3 encoding
  12444. >10    byte&0x0B    3        - ADPCM4 encoding
  12445. >10    byte&0x0B    8        - New ADPCM3 encoding
  12446. >10    byte&0x04    4        with resync
  12447.