Interrupt DAT

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

Interrupt DAT

Post by AntonZab »

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

Re: Interrupt DAT

Post by aluigi »

No idea what data it should contain but this script extracts it (including the headers):

Code: Select all

get DAT_SIZE asize
for OFFSET = 0 != DAT_SIZE
    get SIZE long
    log "" OFFSET SIZE
    math OFFSET + SIZE
    goto OFFSET
next