The Last Eichhof 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

The Last Eichhof DAT

Post by AntonZab »

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

Re: The Last Eichhof DAT

Post by einstein95 »

Code: Select all

idstring "ALPHA-HELIX COMBINER VER 3.3"
get UNK long
get FILEZ short
for i = 0 < FILEZ
   getdstring NAME 0xE
   get SIZE long
   get UNK short
   get OFF long
   log NAME OFF SIZE
next i