[Help] lz77wii compression

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
Nicholas
Posts: 1
Joined: Fri Jul 17, 2020 2:35 am

[Help] lz77wii compression

Post by Nicholas »

How do I use the lz77wii algorithm to compress files with quickbms?
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: [Help] lz77wii compression

Post by aluigi »

In this way:

Code: Select all

comtype lz77wii_compress
get SIZE asize
clog "dump.dat" 0 SIZE SIZE

lz77wii is a container of compressed data, therefore such data may be compressed using various algorithms. quickbms uses one of them by default and it can't be changed at the moment, it will be possible in the next version.