Arena BSA

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

Arena BSA

Post by AntonZab »

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

Re: Arena BSA

Post by einstein95 »

Code: Select all

get FILEZ short
savepos OFF
xmath SIZE "FILEZ * 0x12"
get TBLOFF asize
math TBLOFF - SIZE
goto TBLOFF
for i = 0 < FILEZ
   getdstring NAME 0xE
   get SIZE long
   log NAME OFF SIZE
   math OFF + SIZE
next i