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.

Marvel Ultimate Alliance (Wii) .Wad .Zzz

Featured Replies

  • Author
  • Localization

aluigi, posted Mon Feb 06, 2017 11:39 pm (20661)


What a mess.
The zzz file has a sort of zip-like structure at the beginning that refers to nothing.
While the wad has a similar structure at the end but the offsets don't match very well.
The other big problem is that compression is used but no idea about what algorithm.

The following is a work-in-progress script for reference (in short DO NOT USE IT!):
Code:
for i = 0
    findloc OFFSET binary "PK\x01\x02"
    math OFFSET 4
    goto OFFSET
    get DUMMY short
    get ver             short
    get flag            short
    get method          short
    get modtime         short
    get moddate         short
    get zip_crc         long
    get comp_size       long
    get uncomp_size     long
    get name_len        short
    getdstring ZERO 8
    get DUMMY short # 0x20
    get DUMMY short
    get OFFSET long
    getdstring name     name_len
    log NAME OFFSET comp_size
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.