Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.

Just Dance 1 .bin files

Featured Replies

  • Author
  • Localization

AlarodJD, posted Tue May 31, 2022 11:02 pm (71773)


Hello. I was able to extract a .bf file from said game and got several unextractable .bin files. If anyone could figure out how to decode them that would be nice :)

https://mega.nz/file/pF9B1TiA#IFHKRn8m8 ... M8_TujhZ7E
It has .swf files in it according to HxD.
  • Author
  • Localization

h3x3r, posted Wed Jun 01, 2022 5:22 pm (71788)


Code:
get FILENAME basename
get FLAG long
get FILES long
savepos FILES_OFF
FindLoc BASE_OFF binary "\x43\x4C\x49\x50"
goto FILES_OFF

for i = 0 < FILES
   get NAME string
   get EXT string
   FindLoc FLAGOFF binary "\x22\x05"
   goto FLAGOFF
   getdstring DUMMY 0x2
   get CHECK0 long
   get CHECK1 long
   if CHECK0 == 7001934 && CHECK1 == 7002082
      getdstring SKIP 0x1C
      get SIZE long
      get OFFSET long
      math OFFSET BASE_OFF
      string NAME p= "%s/%s.%s" FILENAME NAME EXT
      savepos TMP_OFF
      log NAME OFFSET SIZE
   elif CHECK0 == 86169596 && CHECK1 == 7001934
      getdstring SKIP 0x20
      get SIZE long
      get OFFSET long
      math OFFSET BASE_OFF
      string NAME p= "%s/%s.%s" FILENAME NAME EXT
      savepos TMP_OFF
      log NAME OFFSET SIZE
   endif
   goto TMP_OFF
next i
  • Author
  • Localization

AlarodJD, posted Wed Jun 01, 2022 6:49 pm (71790)


Thanks! How exactly do I open these? They won't open in Adobe Flash projector content debugger.
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.