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.

.ast archive (No sound!)

Featured Replies

  • Author
  • Localization

ewkurt, posted Sun Feb 06, 2022 12:46 am (69685)


Header: SDASSETF
Contains images
Don't know how to extract them
  • Author
  • Localization

aluigi, posted Sun Feb 06, 2022 9:13 pm (69702)


There is something I can't understand about the length of the filenames and where the data of the file starts, but it's not a problem since we can use a work-around to guess it.

So this script for quickbms simply dumps the data without the useless "IMAG" "Rev " header:
Code:
endian big
idstring "SDASSETF"
get DUMMY long  # 1
get FILES long
for i = 0 < FILES
    idstring "BMAP"
    get DUMMY long
    get DUMMY long
    get SIZE long
    get NAME string
    findloc OFFSET binary "IMAG"

    math OFFSET 0x14
    math SIZE   - 0x14

    log NAME OFFSET SIZE
    math OFFSET SIZE
    goto OFFSET
next i
But I have no idea how to open/read that image.
Feel free to ask in the Graphics section.
  • Author
  • Localization

ewkurt, posted Sun Feb 06, 2022 10:28 pm (69705)


Ahhh I was so hoping to see your name popping up. Thank you so much for this and everything you do ^^
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.