Done!

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
JokerDKha
Posts: 14
Joined: Tue Oct 29, 2019 1:12 am

Done!

Post by JokerDKha »

Done!
Last edited by JokerDKha on Wed Dec 11, 2019 11:59 am, edited 3 times in total.
Shokoniraya
Posts: 416
Joined: Sat Sep 15, 2018 5:22 am

Re: Story of Season .lzs compression file

Post by Shokoniraya »

for importing, use reimport3 option for last version of QuickBMS

Code: Select all

get NAME filename
string NAME + "_decompressed"
get COMPRESSED_SIZE asize
math COMPRESSED_SIZE - 4
get DECOMPRESSED_SIZE long
savepos FILE_OFFSET
comtype lzss
clog NAME FILE_OFFSET COMPRESSED_SIZE DECOMPRESSED_SIZE
JokerDKha
Posts: 14
Joined: Tue Oct 29, 2019 1:12 am

Re: Story of Season .lzs compression file

Post by JokerDKha »

Shokoniraya wrote:for importing, use reimport3 option for last version of QuickBMS

Code: Select all

get NAME filename
string NAME + "_decompressed"
get COMPRESSED_SIZE asize
math COMPRESSED_SIZE - 4
get DECOMPRESSED_SIZE long
savepos FILE_OFFSET
comtype lzss
clog NAME FILE_OFFSET COMPRESSED_SIZE DECOMPRESSED_SIZE


:( reimport3 is not work. Can you help me again :(
Image
JokerDKha
Posts: 14
Joined: Tue Oct 29, 2019 1:12 am

Re: Story of Season .lzs compression file

Post by JokerDKha »

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

Re: Done!

Post by aluigi »

@JokerDKha
Please don't edit the posts in that way, other people may be interested in the same.