Tiger Shark DAT files

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
AntonZab
Posts: 461
Joined: Thu Oct 01, 2015 5:03 pm

Tiger Shark DAT files

Post by AntonZab »

There's an old great game. I want to extract audio from it. DAT

https://drive.google.com/file/d/0B0oEDr ... sp=sharing
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Tiger Shark DAT files

Post by aluigi »

Code: Select all

get FILES long
xmath OFFSET "4 + (FILES * 4)"
for i = 0 < FILES
    get SIZE long
    log "" OFFSET SIZE
    math OFFSET + SIZE
next i