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.

???OL - PDE

Featured Replies

  • Author
  • Localization

aluigi, posted Tue Jan 06, 2015 11:55 am (2474)


I don't understand the full format of this archive.
The following is what I wrote and is both incomplete and wrong (it's full of lame work-arounds that don't work):
Code:
get PDE_SIZE asize
math OFFSET = 0x1000
math SIZE = -1
set PATH string ""
set NAME string ""
callfunction EXTRACT

startfunction EXTRACT
    string PATH = NAME
    string PATH = /
    savepos RET_OFF
    goto OFFSET
    savepos BASE_OFF
    if SIZE < 0
        get LIMIT asize
    else
        xmath LIMIT "OFFSET SIZE"
    endif
    do
        savepos TMP
        if TMP >= LIMIT
            math TYPE = 0
        else
            get TYPE byte
            getdstring NAME 0x6f
            get TSTAMP longlong
            get OFFSET long
            get SIZE long
            xmath OFFSET "(OFFSET * 0x1000) 0x1000"
            xmath TMP "OFFSET SIZE"
            if TMP u>= PDE_SIZE
                math TYPE = 0
            endif
            if TYPE == 1
                set FNAME string PATH
                string FNAME = NAME
                log FNAME OFFSET SIZE
            elif TYPE == 2
                callfunction EXTRACT
            else
                math TYPE = 0
            endif
        endif
    while TYPE != 0
    goto RET_OFF
endfunction
  • Author
  • Localization

Ekey, posted Tue Jan 06, 2015 3:01 pm (2484)


Strange format and data seems compressed. comtype scanner give no good results. I found some functions maybe help us.
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.