Jump to content

Ben 10 Protector of Earth (PS2) WAD file


Go to solution Solved by BloodRaynare,

Recommended Posts

Posted (edited)

hello everyone, i've wanted some help on this Ben10 game, it has quite a unique WAD file with a blank header, and a BIKi (?) reference on the 0x800 offset of the main file.... could someone help me with this? thanks!

image.thumb.png.484b4a36dd61590c1267ae1aa422dda1.png

wad filecutter.zip

Edited by NarutoClassics
  • Solution
Posted (edited)

Try this QuickBMS script below:

# Ben 10: Protector of Earth (PS2) DIR/WAD extraction script by BloodRaynare

open FDDE DIR
open FDDE WAD 1
get FILES long
for i = 0 < FILES
    getDstring NAME 64
    get SIZE long
    get OFFSET long
    math OFFSET * 0x800
    log NAME OFFSET SIZE 1
next i
Edited by BloodRaynare
  • Thanks 1
Posted
9 hours ago, BloodRaynare said:

Try this QuickBMS script below:

# Ben 10: Protector of Earth (PS2) DIR/WAD extraction script by BloodRaynare

open FDDE DIR
open FDDE WAD 1
get FILES long
for i = 0 < FILES
    getDstring NAME 64
    get SIZE long
    get OFFSET long
    math OFFSET * 0x800
    log NAME OFFSET SIZE 1
next i

Thank you so much! it worked like a charm :)
  

image.png

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...