Jump to content

(nds) Contact .bin archive


katashi
Go to solution Solved by BloodRaynare,

Recommended Posts

  • Solution

QuickBMS script

# Contact (NDS) FILEDATA.BIN extraction script by BloodRaynare

IDString "LF 2"
get DATA_START_OFFSET long
get FILES long
get TOC_OFF long
for i = 0 < FILES
	get OFFSET long
	math OFFSET << 2
	get SIZE long
	string NAME p "%04d." i
	log NAME OFFSET SIZE
next i

No real filenames though, so QuickBMS will try to guess based on the file header strings.

Edited by BloodRaynare
  • Like 1
Link to comment
Share on other sites

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