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.

Leisure Suit Larry in the Land of the Lounge Lizards Reloaded

Featured Replies

  • Author
  • Localization

lllccc, posted Sun Jul 19, 2015 4:17 am (6459)


hey guys i just wanted to know if anyone can take a look at theses files the files have no extension all im trying to do is extract the image files from them

some have them im not sure if all of them have them ( the images that is)
https://www.mediafire.com/?bekpcoz7wg80j0j
  • Author
  • Localization

aluigi, posted Sun Jul 19, 2015 6:07 am (6463)


There is probably an index file somewhere, anyway a scanner is a perfect solution for this case:
Code:
findloc OFFSET binary "\x0cSOL"
math OFFSET - 1
do
    goto OFFSET
    get DUMMY long
    findloc NEXT_OFFSET binary "\x0cSOL" 0 ""
    if NEXT_OFFSET == ""
        get SIZE asize
    else
        math NEXT_OFFSET - 1
        math SIZE = NEXT_OFFSET
    endif
    math SIZE -= OFFSET
    log "" OFFSET SIZE
    math OFFSET = NEXT_OFFSET
while NEXT_OFFSET != ""
  • Author
  • Localization

lllccc, posted Sun Jul 19, 2015 3:37 pm (6465)


thank you so much for this ^_^
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.