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.

Mission Critical - Legend Entertainment

Featured Replies

  • Author
  • Localization

aluigi, posted Thu Nov 26, 2015 6:18 pm (10136)


The RIFF header in the Q files seems to be fake because it's not PCM mono 22050, probably it's encoded with some codec.

For the VOC file you can just use a file ripper or this script:
Code:
findloc OFFSET string "RIFF"
do
    goto OFFSET
    get DUMMY long
    findloc NEXT_OFFSET string "RIFF" 0 ""
    if NEXT_OFFSET == ""
        get SIZE asize
    else
        math SIZE = NEXT_OFFSET
    endif
    math SIZE -= OFFSET
    log "" OFFSET SIZE
    math OFFSET = NEXT_OFFSET
while NEXT_OFFSET != ""


For the PIC you can use this script:
Code:
get MAX_OFF asize
for
    get OFFSET long
    if OFFSET == MAX_OFF    # last
        break
    endif
    get SIZE long
    get DUMMY long
    get DUMMY long
    get DUMMY long
    if SIZE != 0
        log "" OFFSET SIZE
    endif
next
  • Author
  • Localization

kurt28, posted Thu Nov 26, 2015 10:35 pm (10143)


Thanks Aluigi!!!

The data result for the PIC I don't know.

I'm looking for any text or graphic to extract and modify. But I search in the files and find nothing. :(

The riff wave the software Multiextractor works fine, and extract it. I think files Q has more data.

Thanks again.
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.