LZO compression, how to in quickbms?

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
Savage
Posts: 176
Joined: Thu Oct 02, 2014 4:58 pm

LZO compression, how to in quickbms?

Post by Savage »

Hi!
I have some files uncompressed and i want to use LZO compression with Quickbms any script for that?

Thanks!
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: LZO compression, how to in quickbms?

Post by aluigi »

Code: Select all

comtype lzo1x_compress
get SIZE asize
get NAME basename
get EXT extension
string NAME + "_pack."
string NAME + EXT
clog NAME 0 SIZE SIZE
Savage
Posts: 176
Joined: Thu Oct 02, 2014 4:58 pm

Re: LZO compression, how to in quickbms?

Post by Savage »

Amazing!! thanks, i see now , it's lzo1x_compress, i only found decompression examples