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.

Extracting pak files from iDreams' Symbian games

Featured Replies

  • Author
  • Localization

Tetriser, posted Mon Jan 18, 2021 5:26 am (61718)


iDreams = Infinite Dreams, btw

Games like Sky Force, KRally and Explode Arena on older Symbian on Nokia phones (Series 60 v2, to be exact), which use PAK files without any headers.

This is how it looks like (KRally's in this case):
Image

The question is, are there any extractors or BMS scripts that can interpret these archives?
  • Author
  • Localization

aluigi, posted Thu May 13, 2021 9:19 am (63982)


Do you see any interesting information maybe at the end of the archive?
Feel free to upload a sample file for analysis.
  • Author
  • Localization

Tetriser, posted Thu May 13, 2021 11:36 am (63996)


aluigi wrote:
Do you see any interesting information maybe at the end of the archive?
Feel free to upload a sample file for analysis.

Unfortunately, nothing
Image

Also here's another PAK (this one is from the original Sky Force)
  • Author
  • Localization

aluigi, posted Thu May 13, 2021 11:46 am (63998)


Ok the file was xored with 0xaa.
So everything is ok now but it uses at least two compression algorithms that I can't recognize at the moment (I didn't check further).
In the meantime this is the work-in-progress script, once someone will figure out the two algorithms it will be easy to finish it:
Code:
getdstring ZERO 16
get FILES long
filexor 0xaa
for i = 0 < FILES
    get SOME_CRC long
    get OFFSET long
    get SIZE long
    get ZSIZE threebyte
    get ZIP byte
    if ZIP == 0
        log "" OFFSET SIZE
    elif ZIP == 2
        comtype ???
        math OFFSET 4
        math ZSIZE  - 4
        clog "" OFFSET ZSIZE SIZE
    elif ZIP == 3
        comtype ???
        clog "" OFFSET ZSIZE SIZE
    else
        print "Error: unknown ZIP %ZIP%"
        cleanexit
    endif
next i
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.