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.

Inazuma Eleven Strikers Archives scripts

Featured Replies

  • Author
  • Localization

Alpha__B, posted Sat Mar 24, 2018 9:35 am (33534)


These are 2 QuickBMS scripts to extract files from scn.bin and grp.bin, tested on Inazuma Eleven Strikers 2013. I didn't know where I should post this so if I did wrong, delete the post :P

scn.bin:
Code:
get FILES long
goto 0x14
for i = 0  savepos NEXT_OFF
 goto NEXT_OFF
 get SIZE short
 get OFFSET short
 math SIZE * 0x10
 math OFFSET * 0x1000
 log "" OFFSET SIZE
 math NEXT_OFF 0x4
next i


grp.bin:
Code:
get FILES long
goto 0x14
for i = 0  savepos NEXT_OFF
 goto NEXT_OFF
 get SIZE short
 get OFFSET short
 math S1 = SIZE
 math SIZE * 0x10
 math SIZE S1
 math OFFSET * 0x2000
 log "" OFFSET SIZE
 math NEXT_OFF 0x4
next i


Also got something for the mcb0/1 but I need to optimize the QuickBMS script I did.
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.