Pallurikio .dat Files

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
Larsenv
Posts: 137
Joined: Thu Jun 04, 2015 11:20 pm

Pallurikio .dat Files

Post by Larsenv »

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

Re: Pallurikio .dat Files

Post by einstein95 »

Code: Select all

comtype zlib
endian big
open FDDE "fs"
open FDDE "dat" 1
get FILEZ asize
math FILEZ / 0x70
for i = 0 < FILEZ
   get SIZE long
   get ZSIZE long
   math ZSIZE - 0x80000000
   get OFF long
   getdstring NAME 0x64
   clog NAME OFF SIZE ZSIZE 1
next i