compress 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403
  1. #------------------------------------------------------------------------------
  2. # $File: compress,v 1.79 2020/05/30 23:53:04 christos Exp $
  3. # compress: file(1) magic for pure-compression formats (no archives)
  4. #
  5. # compress, gzip, pack, compact, huf, squeeze, crunch, freeze, yabba, etc.
  6. #
  7. # Formats for various forms of compressed data
  8. # Formats for "compress" proper have been moved into "compress.c",
  9. # because it tries to uncompress it to figure out what's inside.
  10. # standard unix compress
  11. 0 string \037\235 compress'd data
  12. !:mime application/x-compress
  13. !:apple LZIVZIVU
  14. >2 byte&0x80 >0 block compressed
  15. >2 byte&0x1f x %d bits
  16. # gzip (GNU zip, not to be confused with Info-ZIP or PKWARE zip archiver)
  17. # URL: https://en.wikipedia.org/wiki/Gzip
  18. # Reference: https://tools.ietf.org/html/rfc1952
  19. # Update: Joerg Jenderek, Apr 2019
  20. # Edited by Chris Chittleborough <cchittleborough@yahoo.com.au>, March 2002
  21. # * Original filename is only at offset 10 if "extra field" absent
  22. # * Produce shorter output - notably, only report compression methods
  23. # other than 8 ("deflate", the only method defined in RFC 1952).
  24. # Note: find defs -iname '*.trid.xml' -exec grep -q '<Bytes>1F8B08' {} \; -ls
  25. # TODO:
  26. # FBR Blueberry FlashBack screen Record https://www.flashbackrecorder.com/
  27. # KPR KOffice/Calligra KPresenter application/x-kpresenter
  28. # KPT KOffice/Calligra KPresenter template? application/x-kpresenter
  29. # SAV Diggles Saved Game File http://www.innonics.com
  30. # SAV FarCry (demo) saved game http://www.farcry-thegame.com
  31. # DAT ZOAGZIP game data format http://en.wikipedia.org/wiki/SD_Gundam_Capsule_Fighter
  32. 0 string \037\213
  33. # to display gzip compressed (strength=100=2*50) before other (strength=50)?
  34. #!:strength * 2
  35. # no FNAME and FCOMMENT bit implies no file name/comment. That means only binary
  36. >3 byte&0x18 =0
  37. # For binary gzipped no ASCII text should occur
  38. # mcd-monu-cad.trid.xml
  39. >>10 string MCD Monu-Cad Drawing, Component or Font
  40. #>>36 string Created\ with\ MONU-CAD
  41. #!:mime application/octet-stream
  42. # http://fileformats.archiveteam.org/wiki/Monu-CAD
  43. # http://www.monucad.com/downloads/FullDemo-2005.EXE
  44. # /HANDS96.MCC Component
  45. # /DEMO_DD01.MCD Drawing
  46. # /MCALF020.FNT Font
  47. !:ext mcc/mcd/fnt
  48. # http://www.generalcadd.com
  49. >>10 string GXD General CADD, Drawing or Component
  50. #!:mime application/octet-stream
  51. # /gxc/BUILDINGEDGE.gxc Component
  52. # /gxd/HOCKETT-STPAUL-WRHSE.gxd Drawing
  53. # /gxd/POWERLAND-MILL-ADD-11.gxd Drawing v9.1.06
  54. !:ext gxc/gxd
  55. #>>>13 ubyte 0 \b, version 0
  56. >>>13 string 09 \b, version 9
  57. # other gzipped binary like gzipped tar, VirtualBox extension package,...
  58. >>10 default x gzip compressed data
  59. !:mime application/gzip
  60. >>>0 use gzip-info
  61. # size of the original (uncompressed) input data modulo 2^32
  62. >>-0 offset >48
  63. >>>-4 ulelong x \b, original size modulo 2^32 %u
  64. >>-0 offset <48 \b, truncated
  65. # gzipped TAR or VirtualBox extension package
  66. #!:mime application/x-compressed-tar
  67. #!:mime application/x-virtualbox-vbox-extpack
  68. # https://www.w3.org/TR/SVG/mimereg.html
  69. #!:mime image/image/svg+xml-compressed
  70. # zlib.3.gz
  71. # microcode-20180312.tgz
  72. # tpz same as tgz
  73. # lua-md5_1.2-1_i386_i486.ipk https://en.wikipedia.org/wiki/Opkg
  74. # Oracle_VM_VirtualBox_Extension_Pack-5.0.12-104815.vbox-extpack
  75. !:ext gz/tgz/tpz/ipk/vbox-extpack/svgz
  76. # FNAME/FCOMMENT bit implies file name/comment as iso-8859-1 text
  77. >3 byte&0x18 >0 gzip compressed data
  78. !:mime application/gzip
  79. # gzipped tar, gzipped Abiword document
  80. #!:mime application/x-compressed-tar
  81. #!:mime application/x-abiword-compressed
  82. #!:mime image/image/svg+xml-compressed
  83. # kleopatra_splashscreen.svgz gzipped .svg
  84. !:ext gz/tgz/tpz/zabw/svgz
  85. >>0 use gzip-info
  86. # size of the original (uncompressed) input data modulo 2^32
  87. >>-0 offset >48
  88. >>>-4 ulelong x \b, original size modulo 2^32 %u
  89. >>-0 offset <48 \b, truncated
  90. # display information of gzip compressed files
  91. 0 name gzip-info
  92. #>2 byte x THIS iS GZIP
  93. >2 byte <8 \b, reserved method
  94. >2 byte >8 \b, unknown method
  95. >3 byte &0x01 \b, ASCII
  96. >3 byte &0x02 \b, has CRC
  97. >3 byte &0x04 \b, extra field
  98. >3 byte&0xC =0x08
  99. >>10 string x \b, was "%s"
  100. >3 byte &0x10 \b, has comment
  101. >3 byte &0x20 \b, encrypted
  102. >4 ledate >0 \b, last modified: %s
  103. >8 byte 2 \b, max compression
  104. >8 byte 4 \b, max speed
  105. >9 byte =0x00 \b, from FAT filesystem (MS-DOS, OS/2, NT)
  106. >9 byte =0x01 \b, from Amiga
  107. >9 byte =0x02 \b, from VMS
  108. >9 byte =0x03 \b, from Unix
  109. >9 byte =0x04 \b, from VM/CMS
  110. >9 byte =0x05 \b, from Atari
  111. >9 byte =0x06 \b, from HPFS filesystem (OS/2, NT)
  112. >9 byte =0x07 \b, from MacOS
  113. >9 byte =0x08 \b, from Z-System
  114. >9 byte =0x09 \b, from CP/M
  115. >9 byte =0x0A \b, from TOPS/20
  116. >9 byte =0x0B \b, from NTFS filesystem (NT)
  117. >9 byte =0x0C \b, from QDOS
  118. >9 byte =0x0D \b, from Acorn RISCOS
  119. # size of the original (uncompressed) input data modulo 2^32
  120. #>-4 ulelong x \b, original size modulo 2^32 %u
  121. #ERROR: line 114: non zero offset 1048572 at level 1
  122. # packed data, Huffman (minimum redundancy) codes on a byte-by-byte basis
  123. 0 string \037\036 packed data
  124. !:mime application/octet-stream
  125. >2 belong >1 \b, %d characters originally
  126. >2 belong =1 \b, %d character originally
  127. #
  128. # This magic number is byte-order-independent.
  129. 0 short 0x1f1f old packed data
  130. !:mime application/octet-stream
  131. # XXX - why *two* entries for "compacted data", one of which is
  132. # byte-order independent, and one of which is byte-order dependent?
  133. #
  134. 0 short 0x1fff compacted data
  135. !:mime application/octet-stream
  136. # This string is valid for SunOS (BE) and a matching "short" is listed
  137. # in the Ultrix (LE) magic file.
  138. 0 string \377\037 compacted data
  139. !:mime application/octet-stream
  140. 0 short 0145405 huf output
  141. !:mime application/octet-stream
  142. # bzip2
  143. 0 string BZh bzip2 compressed data
  144. !:mime application/x-bzip2
  145. >3 byte >47 \b, block size = %c00k
  146. # bzip a block-sorting file compressor
  147. # by Julian Seward <sewardj@cs.man.ac.uk> and others
  148. 0 string BZ0 bzip compressed data
  149. !:mime application/x-bzip
  150. >3 byte >47 \b, block size = %c00k
  151. # lzip
  152. 0 string LZIP lzip compressed data
  153. !:mime application/x-lzip
  154. >4 byte x \b, version: %d
  155. # squeeze and crunch
  156. # Michael Haardt <michael@cantor.informatik.rwth-aachen.de>
  157. 0 beshort 0x76FF squeezed data,
  158. >4 string x original name %s
  159. 0 beshort 0x76FE crunched data,
  160. >2 string x original name %s
  161. 0 beshort 0x76FD LZH compressed data,
  162. >2 string x original name %s
  163. # Freeze
  164. 0 string \037\237 frozen file 2.1
  165. 0 string \037\236 frozen file 1.0 (or gzip 0.5)
  166. # SCO compress -H (LZH)
  167. 0 string \037\240 SCO compress -H (LZH) data
  168. # European GSM 06.10 is a provisional standard for full-rate speech
  169. # transcoding, prI-ETS 300 036, which uses RPE/LTP (residual pulse
  170. # excitation/long term prediction) coding at 13 kbit/s.
  171. #
  172. # There's only a magic nibble (4 bits); that nibble repeats every 33
  173. # bytes. This isn't suited for use, but maybe we can use it someday.
  174. #
  175. # This will cause very short GSM files to be declared as data and
  176. # mismatches to be declared as data too!
  177. #0 byte&0xF0 0xd0 data
  178. #>33 byte&0xF0 0xd0
  179. #>66 byte&0xF0 0xd0
  180. #>99 byte&0xF0 0xd0
  181. #>132 byte&0xF0 0xd0 GSM 06.10 compressed audio
  182. # lzop from <markus.oberhumer@jk.uni-linz.ac.at>
  183. 0 string \x89\x4c\x5a\x4f\x00\x0d\x0a\x1a\x0a lzop compressed data
  184. >9 beshort <0x0940
  185. >>9 byte&0xf0 =0x00 - version 0.
  186. >>9 beshort&0x0fff x \b%03x,
  187. >>13 byte 1 LZO1X-1,
  188. >>13 byte 2 LZO1X-1(15),
  189. >>13 byte 3 LZO1X-999,
  190. ## >>22 bedate >0 last modified: %s,
  191. >>14 byte =0x00 os: MS-DOS
  192. >>14 byte =0x01 os: Amiga
  193. >>14 byte =0x02 os: VMS
  194. >>14 byte =0x03 os: Unix
  195. >>14 byte =0x05 os: Atari
  196. >>14 byte =0x06 os: OS/2
  197. >>14 byte =0x07 os: MacOS
  198. >>14 byte =0x0A os: Tops/20
  199. >>14 byte =0x0B os: WinNT
  200. >>14 byte =0x0E os: Win32
  201. >9 beshort >0x0939
  202. >>9 byte&0xf0 =0x00 - version 0.
  203. >>9 byte&0xf0 =0x10 - version 1.
  204. >>9 byte&0xf0 =0x20 - version 2.
  205. >>9 beshort&0x0fff x \b%03x,
  206. >>15 byte 1 LZO1X-1,
  207. >>15 byte 2 LZO1X-1(15),
  208. >>15 byte 3 LZO1X-999,
  209. ## >>25 bedate >0 last modified: %s,
  210. >>17 byte =0x00 os: MS-DOS
  211. >>17 byte =0x01 os: Amiga
  212. >>17 byte =0x02 os: VMS
  213. >>17 byte =0x03 os: Unix
  214. >>17 byte =0x05 os: Atari
  215. >>17 byte =0x06 os: OS/2
  216. >>17 byte =0x07 os: MacOS
  217. >>17 byte =0x0A os: Tops/20
  218. >>17 byte =0x0B os: WinNT
  219. >>17 byte =0x0E os: Win32
  220. # 4.3BSD-Quasijarus Strong Compression
  221. # https://minnie.tuhs.org/Quasijarus/compress.html
  222. 0 string \037\241 Quasijarus strong compressed data
  223. # From: Cory Dikkers <cdikkers@swbell.net>
  224. 0 string XPKF Amiga xpkf.library compressed data
  225. 0 string PP11 Power Packer 1.1 compressed data
  226. 0 string PP20 Power Packer 2.0 compressed data,
  227. >4 belong 0x09090909 fast compression
  228. >4 belong 0x090A0A0A mediocre compression
  229. >4 belong 0x090A0B0B good compression
  230. >4 belong 0x090A0C0C very good compression
  231. >4 belong 0x090A0C0D best compression
  232. # 7-zip archiver, from Thomas Klausner (wiz@danbala.tuwien.ac.at)
  233. # https://www.7-zip.org or DOC/7zFormat.txt
  234. #
  235. 0 string 7z\274\257\047\034 7-zip archive data,
  236. >6 byte x version %d
  237. >7 byte x \b.%d
  238. !:mime application/x-7z-compressed
  239. !:ext 7z/cb7
  240. # Type: LZMA
  241. 0 lelong&0xffffff =0x5d
  242. >12 leshort 0xff LZMA compressed data,
  243. !:mime application/x-lzma
  244. >>5 lequad =0xffffffffffffffff streamed
  245. >>5 lequad !0xffffffffffffffff non-streamed, size %lld
  246. >12 leshort 0 LZMA compressed data,
  247. >>5 lequad =0xffffffffffffffff streamed
  248. >>5 lequad !0xffffffffffffffff non-streamed, size %lld
  249. # http://tukaani.org/xz/xz-file-format.txt
  250. 0 ustring \xFD7zXZ\x00 XZ compressed data
  251. !:strength * 2
  252. !:mime application/x-xz
  253. # https://github.com/ckolivas/lrzip/blob/master/doc/magic.header.txt
  254. 0 string LRZI LRZIP compressed data
  255. >4 byte x - version %d
  256. >5 byte x \b.%d
  257. !:mime application/x-lrzip
  258. # https://fastcompression.blogspot.fi/2013/04/lz4-streaming-format-final.html
  259. 0 lelong 0x184d2204 LZ4 compressed data (v1.4+)
  260. !:mime application/x-lz4
  261. # Added by osm0sis@xda-developers.com
  262. 0 lelong 0x184c2103 LZ4 compressed data (v1.0-v1.3)
  263. !:mime application/x-lz4
  264. 0 lelong 0x184c2102 LZ4 compressed data (v0.1-v0.9)
  265. !:mime application/x-lz4
  266. # Zstandard/LZ4 skippable frames
  267. # https://github.com/facebook/zstd/blob/dev/zstd_compression_format.md
  268. 0 lelong&0xFFFFFFF0 0x184D2A50
  269. >(4.l+8) indirect x
  270. # Zstandard Dictionary ID subroutine
  271. 0 name zstd-dictionary-id
  272. # Single Segment = True
  273. >0 byte &0x20 \b, Dictionary ID:
  274. >>0 byte&0x03 0 None
  275. >>0 byte&0x03 1
  276. >>>1 byte x %u
  277. >>0 byte&0x03 2
  278. >>>1 leshort x %u
  279. >>0 byte&0x03 3
  280. >>>1 lelong x %u
  281. # Single Segment = False
  282. >0 byte ^0x20 \b, Dictionary ID:
  283. >>0 byte&0x03 0 None
  284. >>0 byte&0x03 1
  285. >>>2 byte x %u
  286. >>0 byte&0x03 2
  287. >>>2 leshort x %u
  288. >>0 byte&0x03 3
  289. >>>2 lelong x %u
  290. # Zstandard compressed data
  291. # https://github.com/facebook/zstd/blob/dev/zstd_compression_format.md
  292. 0 lelong 0xFD2FB522 Zstandard compressed data (v0.2)
  293. !:mime application/zstd
  294. 0 lelong 0xFD2FB523 Zstandard compressed data (v0.3)
  295. !:mime application/zstd
  296. 0 lelong 0xFD2FB524 Zstandard compressed data (v0.4)
  297. !:mime application/zstd
  298. 0 lelong 0xFD2FB525 Zstandard compressed data (v0.5)
  299. !:mime application/zstd
  300. 0 lelong 0xFD2FB526 Zstandard compressed data (v0.6)
  301. !:mime application/zstd
  302. 0 lelong 0xFD2FB527 Zstandard compressed data (v0.7)
  303. !:mime application/zstd
  304. >4 use zstd-dictionary-id
  305. 0 lelong 0xFD2FB528 Zstandard compressed data (v0.8+)
  306. !:mime application/zstd
  307. >4 use zstd-dictionary-id
  308. # https://github.com/facebook/zstd/blob/dev/zstd_compression_format.md
  309. 0 lelong 0xEC30A437 Zstandard dictionary
  310. !:mime application/x-std-dictionary
  311. >4 lelong x (ID %u)
  312. # AFX compressed files (Wolfram Kleff)
  313. 2 string -afx- AFX compressed file data
  314. # Supplementary magic data for the file(1) command to support
  315. # rzip(1). The format is described in magic(5).
  316. #
  317. # Copyright (C) 2003 by Andrew Tridgell. You may do whatever you want with
  318. # this file.
  319. #
  320. 0 string RZIP rzip compressed data
  321. >4 byte x - version %d
  322. >5 byte x \b.%d
  323. >6 belong x (%d bytes)
  324. 0 string ArC\x01 FreeArc archive <http://freearc.org>
  325. # Type: DACT compressed files
  326. 0 long 0x444354C3 DACT compressed data
  327. >4 byte >-1 (version %i.
  328. >5 byte >-1 %i.
  329. >6 byte >-1 %i)
  330. >7 long >0 , original size: %i bytes
  331. >15 long >30 , block size: %i bytes
  332. # Valve Pack (VPK) files
  333. 0 lelong 0x55aa1234 Valve Pak file
  334. >0x4 lelong x \b, version %u
  335. >0x8 lelong x \b, %u entries
  336. # Snappy framing format
  337. # https://code.google.com/p/snappy/source/browse/trunk/framing_format.txt
  338. 0 string \377\006\0\0sNaPpY snappy framed data
  339. !:mime application/x-snappy-framed
  340. # qpress, https://www.quicklz.com/
  341. 0 string qpress10 qpress compressed data
  342. !:mime application/x-qpress
  343. # Zlib https://www.ietf.org/rfc/rfc6713.txt
  344. 0 string/b x
  345. >0 beshort%31 =0
  346. >>0 byte&0xf =8
  347. >>>0 byte&0x80 =0 zlib compressed data
  348. !:mime application/zlib
  349. # BWC compression
  350. 0 string BWC
  351. >3 byte 0 BWC compressed data
  352. # UCL compression
  353. 0 bequad 0x00e955434cff011a UCL compressed data
  354. # Softlib archive
  355. 0 string SLIB Softlib archive
  356. >4 leshort x \b, version %d
  357. >6 leshort x (contains %d files)
  358. # URL: https://github.com/lzfse/lzfse/blob/master/src/lzfse_internal.h#L276
  359. # From: Eric Hall <eric.hall@darkart.com>
  360. 0 string bvx- lzfse encoded, no compression
  361. 0 string bvx1 lzfse compressed, uncompressed tables
  362. 0 string bvx2 lzfse compressed, compressed tables
  363. 0 string bvxn lzfse encoded, lzvn compressed
  364. # pcxLib.exe compression program
  365. # http://www.shikadi.net/moddingwiki/PCX_Library
  366. 0 string/b pcxLib
  367. >0x0A string/b Copyright\020(c)\020Genus\020Microprogramming,\020Inc. pcxLib compressed