Izzy's Adventure IZZYCD1.DAT

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
lemurboy12
Posts: 265
Joined: Fri Oct 17, 2014 2:57 am

Izzy's Adventure IZZYCD1.DAT

Post by lemurboy12 »

File:
aaa801
Posts: 48
Joined: Wed Oct 12, 2016 12:22 pm

Re: Izzy's Adventure IZZYCD1.DAT

Post by aaa801 »

Code: Select all

xmath LAST 4096 - 24
SavePos POS

Do
   GetDString NAME 16
   Get SIZE long
   Get OFFSET long

   if NAME != ""
      log NAME OFFSET SIZE
   endif
   
   SavePos POS
while POS < LAST