comtype_scan2 says COMP_LUNAR_LZ6 - how to use that result?
Posted: Sun Aug 21, 2016 9:02 am
Hi,
So I've gone about trying to figure out the compression used in a file. I've run Aluigi's comtype_scan2 and I get what lookslike an almost OK result with #256.
According to def.h, it's "COMP_LUNAR_LZ6".
How do I move forward from there?
Actually, let me ask that question more precisely. How can I decompress, in a way that I can later re-compress?
I mean, I've seen scripts for decompression but people don't always manage to recompress from the same script. So either a BMS script that can be reversed, or a pointer to the source files where I can cut & paste into my custom program.
(I've tried looking into the quickbms code, but it looks like there's linking to a library.)
Thank you!
So I've gone about trying to figure out the compression used in a file. I've run Aluigi's comtype_scan2 and I get what lookslike an almost OK result with #256.
According to def.h, it's "COMP_LUNAR_LZ6".
How do I move forward from there?
Actually, let me ask that question more precisely. How can I decompress, in a way that I can later re-compress?
I mean, I've seen scripts for decompression but people don't always manage to recompress from the same script. So either a BMS script that can be reversed, or a pointer to the source files where I can cut & paste into my custom program.
(I've tried looking into the quickbms code, but it looks like there's linking to a library.)
Thank you!