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.

Infernal (PC) *.zap

Featured Replies

Solved by ikskoks

  • 3 months later...
  • 11 months later...
  • Localization

Added support for it in my extractor, here's the correct format:

struct Str {
    u8 l;
    char v[l];
};
struct p<T> {
    u32 poff;
    T e @ (poff + parent.p) [[inline]];
};

bitfield flags {
    compressed : 1;
    padding : 7;
};

struct fe {
    Str name;
    u32 off;
    u32 usize;
    u32 zsize;
    u32 unk1;
    padding[4];
    flags flags;
    u24 unk2;
} [[inline]];

using e;
struct de {
    Str name;
    u32 off;
    e e @ off;
};
struct e {
    u16 dir_count;
    u16 file_count;
    u32 file_inf_off;
 
    u64 p = file_inf_off;
    p<fe> files[file_count] @ file_inf_off;
    p = $;
    p<de> dirs[dir_count];
};

struct footer {
    u8 day; // Gorky Zero release date in hex
    u8 month;
    u16 year;
    u32 version;
    u32 toc_start; // can be ignored
    u32 root_off;
    u32 unk1;

    e root @ root_off;
};

footer footer @ (sizeof($)-0x14);

 

Create an account or sign in to comment

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.