Hello Salvatore,

Salvatore Pirrera wrote:
Hi, I'm an Italian boy, so if you speak my language answer me in
Italian. I sent an email to ask how well you use lzip. How do I
start? With cmd? I'm using an online game, I'm a cheater in this
game. This game is metin2. I've seen that makes use of a file. lz (it
is created. lz and immediately renamed. bin by the program). Can I
open this file? How?

Sorry but I can't write Italian, only English and Spanish.

First you should download a precompiled lzip for your system (or compile it from source). See a list of precompiled lzip packages at the bottom of http://www.nongnu.org/lzip/lzip.html

Then you can decompress your file with the command:
  lzip -cd your_file.bin > your_file

Lzip is only a compressor, so the above command only decompresses "your_file.bin" in case it is really a lzipped file. After decompressing it you still need to figure out what type of file it is in order to open it. For this you can use the file[1] command.
[1] http://www.darwinsys.com/file/


Regards,
Antonio.

_______________________________________________
Lzip-bug mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/lzip-bug

Reply via email to