Skip to content

Commit

Permalink
add lzfse
Browse files Browse the repository at this point in the history
  • Loading branch information
zoulasc committed Mar 27, 2018
1 parent a07f34a commit b0fe006
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion magic/Magdir/compress
@@ -1,5 +1,5 @@
#------------------------------------------------------------------------------
# $File: compress,v 1.71 2018/03/02 15:28:10 christos Exp $
# $File: compress,v 1.72 2018/03/27 23:26:41 christos Exp $
# compress: file(1) magic for pure-compression formats (no archives)
#
# compress, gzip, pack, compact, huf, squeeze, crunch, freeze, yabba, etc.
Expand Down Expand Up @@ -318,3 +318,10 @@
0 string SLIB Softlib archive
>4 leshort x \b, version %d
>6 leshort x (contains %d files)

# URL: https://github.com/lzfse/lzfse/blob/master/src/lzfse_internal.h#L276
# From: Eric Hall <eric.hall@darkart.com>
0 string bvx- lzfse encoded, no compression
0 string bvx1 lzfse compressed, uncompressed tables
0 string bvx2 lzfse compressed, compressed tables
0 string bvxn lzfse encoded, lzvn compressed

0 comments on commit b0fe006

Please sign in to comment.