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.

Hard Reset Redux (*.BIN)

Featured Replies

  • Author
  • Localization

Ekey, posted Fri Jun 03, 2016 12:23 pm (13994)


Game: http://store.steampowered.com/app/407810/

Code:
# Hard Reset Redux (BIN format)
# Written by Ekey (h4x0r)
#
# script for QuickBMS http://quickbms.aluigi.org

get FILES long

for i = 0 < FILES
   get NSIZE long
   getdstring NAME NSIZE
   get SIZE long
   get ZSIZE long
   get OFFSET longlong
   get DUMMY longlong
   putarray 0 i NAME
   putarray 1 i SIZE
   putarray 2 i ZSIZE
   putarray 3 i OFFSET
next i

savepos TEMP
math TEMP = 4
for i = 0 < FILES
    getarray NAME 0 i
    getarray SIZE 1 i
    getarray ZSIZE 2 i
    getarray OFFSET 3 i
    math OFFSET = TEMP
   
    if ZSIZE == SIZE
        log NAME OFFSET SIZE
    else
        clog NAME OFFSET ZSIZE SIZE
    endif
next i
  • Author
  • Localization

Savage, posted Mon Jul 04, 2016 12:04 pm (15012)


Thanks!! :D
  • Author
  • Localization

prefect, posted Sat Jul 09, 2016 8:43 am (15150)


Just a little bugfix:

Code:
# Hard Reset Redux (BIN format)
# Written by Ekey (h4x0r)
#
# script for QuickBMS http://quickbms.aluigi.org

get FILES long

for i = 0 < FILES
   get NSIZE long
   getdstring NAME NSIZE
   get SIZE long
   get ZSIZE long
   get OFFSET longlong
   get DUMMY longlong
   putarray 0 i NAME
   putarray 1 i SIZE
   putarray 2 i ZSIZE
   putarray 3 i OFFSET
next i

savepos TEMP
math TEMP = 4
for i = 0 < FILES
    getarray NAME 0 i
    getarray SIZE 1 i
    getarray ZSIZE 2 i
    getarray OFFSET 3 i
    math OFFSET = TEMP
    clog NAME OFFSET ZSIZE SIZE
next i


Works better without stream length check. We need to decompress zstream even in the rare case when zsize is the same as plain text length.
  • Author
  • Localization

giangy64, posted Thu Jan 23, 2020 8:02 am (53433)


Does anyone have unpacked language files? ( English )
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.