Battle Fantasia -Revised Edition-(.bin)

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
happyend
Posts: 157
Joined: Sun Aug 24, 2014 8:54 am

Battle Fantasia -Revised Edition-(.bin)

Post by happyend »

aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Battle Fantasia -Revised Edition-(.bin)

Post by aluigi »

Code: Select all

get ZERO long
get FILES long
for i = 0 < FILES
    get OFFSET long
    get SIZE long
    log "" OFFSET SIZE
next i
happyend
Posts: 157
Joined: Sun Aug 24, 2014 8:54 am

Re: Battle Fantasia -Revised Edition-(.bin)

Post by happyend »

GJ!!!aluigi,thx!!!
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Battle Fantasia -Revised Edition-(.bin)

Post by aluigi »

I think that this format is perfect to make practice with quickbms and scripting :)
And it's also a perfect example of how powerful is quickbms in handling simple formats, 7 lines! :D