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

Math Rabbit RSC files.

Featured Replies

I have this old game (https://readerrabbit.fandom.com/wiki/Reader_Rabbit_Math_Adventures_Ages_6-9) that I'd like to extract some textures from. Pretty new to reverse engineering file formats and would love some help.
My current hexpat:

import std.io;
import std.mem;
import std.string;

u32 SECTOR_SIZE = 512;
u16 fileInfoOffset @ 0x000000EA;

struct FileEntry {
    u16 sector_offset;
    u16 sector_length;
    u16 sector_offset2;
    u16 sector_length2;
    u16;
    u16;
};


struct FileEntryInfo {
    u16;
    u16;
    u16 id;
    char type_name[4];   
    u16 [[hidden]];
};

FileEntry fileTable[while(std::mem::read_unsigned($, sizeof(FileEntry)) != 0)] @ 254;
u32 fileCount = sizeof(fileTable) / sizeof(FileEntry);

FileEntryInfo infoTable[fileCount] @ fileInfoOffset * SECTOR_SIZE;



This is for the "RSC" file the game uses (Sample files attached are rsc files i think contain image files.)

Thanks for any help in advance! Again I'm also trying to learn so any tips are always appreciated!

Pop.zip

Edited by ThuverX

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.