HOCUS POCUS 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

HOCUS POCUS DAT

Post by AntonZab »

AntonZab
Posts: 461
Joined: Thu Oct 01, 2015 5:03 pm

Re: HOCUS POCUS DAT

Post by AntonZab »

So?
einstein95
Posts: 64
Joined: Tue Sep 08, 2015 11:27 am

Re: HOCUS POCUS DAT

Post by einstein95 »

Code: Select all

# Uses info from Malvineous, with contributions from Spinal as documented on http://www.shikadi.net/moddingwiki/DAT_Format_%28Hocus_Pocus%29
open FDDE EXE 0
open FDDE DAT 1

findloc IDX string "Abnormal program termination" 0
math IDX + 0x57

goto IDX 0
for
   get OFF long 0
   get SIZE long 0
   if SIZE == 0x70008
      cleanexit
   endif
   log "" OFF SIZE 1
next