ZootFly Compression type

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
Shokoniraya
Posts: 416
Joined: Sat Sep 15, 2018 5:22 am

ZootFly Compression type

Post by Shokoniraya »

Hello
anybody know how can i find comtype (Compression Type) in this file?
i could not find anything about Compression Format in exe or dll

from ZootFly Game resourse, how can i do it?
(00000000.dat extracted by a scrpt. but i cant find it anymore)
Shokoniraya
Posts: 416
Joined: Sat Sep 15, 2018 5:22 am

Re: ZootFly Compression type

Post by Shokoniraya »

Shokoniraya wrote:Hello
anybody know how can i find comtype (Compression Type) in this file?
i could not find anything about Compression Format in exe or dll

from ZootFly Game resourse, how can i do it?
(00000000.dat extracted by a scrpt. but i cant find it anymore)



Solved,
Quickbms 9.0.0 was really better then 9.1
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: ZootFly Compression type

Post by aluigi »

What you mean?
Your script was wrong and there was no compression specified.
There is absolutely no difference between 0.9.0 and 0.9.1 with the stuff you provided in the zip.
Shokoniraya
Posts: 416
Joined: Sat Sep 15, 2018 5:22 am

Re: ZootFly Compression type

Post by Shokoniraya »

aluigi wrote:What you mean?
Your script was wrong and there was no compression specified.
There is absolutely no difference between 0.9.0 and 0.9.1 with the stuff you provided in the zip.


sorry that was LZO1X
i just didnt knew how i can find a comtype, so sorry
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: ZootFly Compression type

Post by aluigi »

But why did you say that 0.9.0 is better than 0.9.1?
The result is exacty the same:

Code: Select all

comtype lzo1x
get SIZE long
get ZSIZE long
get DUMMY longlong
savepos OFFSET
clog "" OFFSET ZSIZE SIZE

And comtype_scan2 is a lot better in 0.9.1 because you have directly the name of the algorithm in the filenames of the generated files.