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.

Adobe Flash Player archive

Featured Replies

  • Author
  • Localization

onelove1210, posted Wed Aug 03, 2016 3:54 am (16107)


Edited...
  • Author
  • Localization

aluigi, posted Wed Aug 03, 2016 6:54 am (16113)


It looked like lzma but it isn't or there is something missing.
Anyway this script is a possible solution but it's totally useless, just better than nothing:
Code:
quickbmsver "0.7.5"
comtype lzma_dynamic
get ARCHIVE_SIZE asize
    findloc OFFSET binary "\x5d\x00\x00\x10\x00\x00"
for OFFSET = OFFSET != ARCHIVE_SIZE
    goto OFFSET
    getdstring SKIP 5
    findloc NEXT_OFF binary "\x5d\x00\x00\x10\x00\x00" 0 "" -1
    if NEXT_OFF == ""
        get NEXT_OFF asize
    endif

    math SIZE = NEXT_OFF
    math SIZE - OFFSET
    clog "" OFFSET SIZE SIZE
    math OFFSET = NEXT_OFF
next
  • Author
  • Localization

onelove1210, posted Wed Aug 03, 2016 9:24 am (16114)


edited..
  • Author
  • Localization

aluigi, posted Wed Aug 03, 2016 10:26 am (16115)


I don't know what you mean, the script automatically extracts ALL the lzma files trying to decompress them, those extracted files without lzma extension are those that succeded.
  • Author
  • Localization

onelove1210, posted Wed Aug 03, 2016 11:05 am (16118)


edited
  • Author
  • Localization

aluigi, posted Wed Aug 03, 2016 1:45 pm (16121)


m14 doesn't contain a valid lzma stream.
Anyway feel free to test what you said:
Code:
comtype lzma_dynamic
findloc OFFSET binary "\x5d\x00\x00"
get SIZE asize
math SIZE - OFFSET
clog "dump.dat" OFFSET SIZE SIZE
  • Author
  • Localization

onelove1210, posted Wed Aug 03, 2016 2:00 pm (16124)


seem still not work, anyway, thank you for your support :D
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.