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.

Spider-Man: Shattered Dimensions Streams.dat

Featured Replies

  • Author
  • Localization

aluigi, posted Thu Nov 03, 2016 4:35 pm (18531)


Just another boring streams.dat container with strange fields, no information about the size of each block of data and I don't know what codec.
In case someone is interested in the fields (NO EXTRACTION) take a look at this script with the -V option:
Code:
goto 0x110
for
    get OFFSET long
    getdstring ZERO 0x10
    get CHECK_ffffffff long
    if CHECK_ffffffff != 0xffffffff
        break
    endif
    get ZERO long
    get DUMMY1 long
    get HEAD_SIZE long
    get ZERO long
    get ZERO long
    get DUMMY2 long
    get DUMMY3 long
    get DUMMY4 long # 0x00010161
    get FREQUENCY long
    get DUMMY5 long # 0x00001770
    get DUMMY6 long # 0x001008b6
    getdstring ZERO 0x24
    get HEAD_SIZE long
    get ZERO long
    get DUMMY7 long
    get DUMMY8 long
    if OFFSET != 0xffffffff
        #log "" OFFSET ???
    endif
next
The only information there is the OFFSET of the header, the size of the header and the frequency, the data starts at position 0x8000 of the offset.
  • Author
  • Localization

Doprond, posted Thu Nov 03, 2016 7:19 pm (18535)


So is this a possible extract content of this file? because i didn't understand you.
And how i can run your script with "-V Option"?
Edit: Never mind.It works,but i get 0 files,any ideas how to fix that?
Image
  • Author
  • Localization

aluigi, posted Fri Nov 04, 2016 6:16 am (18546)


The script is for who wants to work on the format and how to read the raw data, NOT for extraction.
  • Author
  • Localization

Doprond, posted Fri Nov 04, 2016 7:37 am (18549)


Ok,thanks
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.