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.
Zero Tolerance for Disrespect

[PC] OffRoad (by Rage Software) .mng

Featured Replies

Solved by MrIkso

  • Localization
  • Solution

 Here file structure. It simple archive with zlib compressed data

import std.mem;

struct FileEntry{
    char path[while(std::mem::read_unsigned($, 1) != 0x0)];
    padding[1];
    u32 compressedSize;
    u32 uncompresedSize;
    u32 offset;
    // zlib compressed data
    std::mem::Bytes<compressedSize> data @ offset;
};

struct MNG {
    char magic[4];
    u32 filesCount;
    FileEntry files[filesCount];
};

MNG mng @ 0x0;

Here simple unpacker

mng_unpacker.py

Usage

python mng_unpacker.py <mng_file> [output_dir]

Edited by MrIkso

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.