diff options
Diffstat (limited to 'Build/source/utils/lzma-utils/extra/magic/lzma.magic')
-rw-r--r-- | Build/source/utils/lzma-utils/extra/magic/lzma.magic | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Build/source/utils/lzma-utils/extra/magic/lzma.magic b/Build/source/utils/lzma-utils/extra/magic/lzma.magic new file mode 100644 index 00000000000..88de931e83d --- /dev/null +++ b/Build/source/utils/lzma-utils/extra/magic/lzma.magic @@ -0,0 +1,15 @@ +# LZMA (Lempel-Ziv-Markov chain-Algorithm) file format supported by: +# - 7-Zip <http://7-zip.org/> +# - LZMA SDK <http://7-zip.org/sdk.html> +# - LZMA Utils <http://tukaani.org/lzma/> +# +# Note that this is different format than the original format created +# by LZMA_Alone from older versions of LZMA SDK. These files are +# non-trivial to detect, because they have no magic bytes. +# +# This file has been put into the public domain by Lasse Collin. +# Last updated: 2007-08-12 + +0x00 ustring \xFFLZMA\x00 lzma compressed data, +>0x06 ubyte&0x10 0x00 single-block stream +>0x06 ubyte&0x10 0x10 multi-block stream |