During testing I noticed, that there is a bug in the latest alpha. With the file from http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.23.17.tar.bz2 I did the following, using the included Linux binary:
Code:
$ bunzip2 linux-2.6.23.17.tar.bz2
$ ./tor | grep Tornado
Tornado compressor v0.5 alpha (c) Bulat.Ziganshin@gmail.com 2009-01-14
$ ./tor -4 -q linux-2.6.23.17.tar
$ ./tor -d -q <linux-2.6.23.17.tar.tor >linux.tar
$ cmp linux-2.6.23.17.tar linux.tar
cmp: EOF on linux-2.6.23.17.tar
Again, Tornado decompresses too much data. With another test file I also got this with method -5 and -6.