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.

.SAR/Android Game

Featured Replies

  • Author
  • Localization

Omnitrix, posted Fri Aug 31, 2018 11:29 pm (37995)


Hello! I want to rip textures and sprites from Sega Heroes mobile game (Android). I tried method with NOX Ninja Ripper, but it didn't work. Then I tried to unpack game data directly, but main files has .sar format with ZSTD header. I tried 7-zip with Zstandart decompression plugin, but unsuccessful. Can someone help me?
I uploaded .apk file if someone need this. https://www.dropbox.com/s/8g9q78oia2uytrq/SEGA Heroes Android v 40.133981 by Sonic and all Characters.apk?dl=0
  • Author
  • Localization

aluigi, posted Sat Sep 01, 2018 1:24 am (38006)


The TOC (information about files) is encrypted but you can just dump all the ZSTD compressed files using this script with quickbms and the -e option:
Code:
comtype zstd
findloc OFFSET binary "ZSTD"
do
    goto OFFSET
    get DUMMY long
    findloc NEXT_OFFSET binary "ZSTD" 0 ""
    if NEXT_OFFSET == ""
        get SIZE asize
    else
        math SIZE = NEXT_OFFSET
    endif
    math SIZE -= OFFSET

    goto OFFSET
    idstring "ZSTD"
    get XSIZE long
    math OFFSET 8
    math SIZE   - 8
    clog "" OFFSET SIZE XSIZE

    math OFFSET = NEXT_OFFSET
while NEXT_OFFSET != ""

Remember to use the -e option from command-line or it will not work
  • Author
  • Localization

Omnitrix, posted Sat Sep 01, 2018 7:12 am (38011)


Thank you so much!
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.