Jump to content

[PSX] PFW Archive


Go to solution Solved by BloodRaynare,

Recommended Posts

  • Supporter
  • Solution
Posted

QuickBMS script for your samples:

IDString "PFW2"
get FILES short
get PFW_SZ short
goto 0x10
for i = 0 < FILES
	getDstring NAME 8
	getDstring EXT 3
	get SIZE threebyte
	get OFFSET short
	math OFFSET * 0x800
	string NAME + .
	string NAME + EXT
	log NAME OFFSET SIZE
next i

 

  • surferchris changed the title to [PSX] PFW Archive

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...