LZ4
From Just Solve the File Format Problem
(Difference between revisions)
(→Resources) |
|||
Line 15: | Line 15: | ||
* https://code.google.com/p/lz4/ | * https://code.google.com/p/lz4/ | ||
* [http://fastcompression.blogspot.com/2011/05/lz4-explained.html LZ4 explained] | * [http://fastcompression.blogspot.com/2011/05/lz4-explained.html LZ4 explained] | ||
+ | * [http://blog.securitymouse.com/2014/06/raising-lazarus-20-year-old-bug-that.html Raising Lazarus - The 20 Year Old Bug that Went to Mars] vs. [http://fastcompression.blogspot.com/2014/06/debunking-lz4-20-years-old-bug-myth.html Debunking the LZ4 "20 years old bug" myth] |
Revision as of 01:41, 28 June 2014
LZ4 is a lossless data compression algorithm and compressed data format. It is designed to support very fast compression.
Identification
When used as a file format, LZ4 files begin with signature bytes 04 22 4d 18
.
There is also a legacy format, whose signature is 02 21 4c 18
.