View Single Post
  #6  
Old 24-04-2020, 06:31
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,217
Thanks: 294
Thanked 1,404 Times in 637 Posts
Masquerade is on a distinguished road
The Amazing Spider Man 2 (2014) has a file called Streams2.dat, it's the largest file in the entire game (2,323,030,372 bytes / 2.16GB) and I don't know how to compress it efficiently.

I threw it into RAZOR12911's scanner and this was the result:



There's zlib streams so I decided to use XTool Zlib, but that didn't do anything:

Code:
Compressing 2 files, 2,323,030,372 bytes
  Compressing Data\
  Compressing Data\Streams2.dat
Compressed 2 files, 2,323,030,372 => 2,323,031,492 bytes. Ratio 100.00%
Compression time: cpu 2.23 sec/real 72.99 sec = 3%. Speed 31.83 mB/s
All OK
ZTool zlib was the same:

Code:
Compressing 2 files, 2,323,030,372 bytes
  Compressing Data\
  Compressing Data\Streams2.dat
Compressed 2 files, 2,323,030,372 => 2,323,035,496 bytes. Ratio 100.00%
Compression time: cpu 2.09 sec/real 50.60 sec = 4%. Speed 45.91 mB/s
All OK
PZLib also had a simlar result at a 100% ratio.

Is there something I'm missing here? There's also lots of WAV streams detected, but I don't know how to focus on them. I tried MSC, but that only found WAV streams of an unknown file type, and did nothing.

I don't think the file could be encrypted because the streams were detected.

If anyone has any tips, they'd be greatly appreciated.
Reply With Quote