AWB ASF2 Files

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
sma6871
Posts: 9
Joined: Tue Oct 07, 2014 12:32 pm

AWB ASF2 Files

Post by sma6871 »

Hi

I use below code for extract PES 2015 AWB files:

Code: Select all

# AWB AFS2
# script for QuickBMS http://quickbms.aluigi.org

idstring "AFS2"
get DUMMY long
get FILES long
get DUMMY long
for i = 0 < FILES
    get DUMMY short
next i

    get OFFSET long
for i = 0 < FILES
    get NEXT_OFFSET long
    math OFFSET x= 0x10
    math SIZE = NEXT_OFFSET
    math SIZE -= OFFSET
    log "" OFFSET SIZE
    math OFFSET = NEXT_OFFSET
next i


But hca files are not extract correctly!!

Help me please

Download AWB Sample File
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: AWB ASF2 Files

Post by aluigi »

Fixed, I hope to have not break the compatibility with the old versions:
http://aluigi.org/papers/bms/others/awb_afs2.bms
sma6871
Posts: 9
Joined: Tue Oct 07, 2014 12:32 pm

Re: AWB ASF2 Files

Post by sma6871 »

Thank you very much

Is this script reversible?
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: AWB ASF2 Files

Post by aluigi »

You can use it for reimporting.

If you have never used the reimport feature of quickbms take a look at section 3 of quickbms.txt