RTC File format (reverse engineering)

General messages about RTC and it's development.

Moderator: George Gilbert

Forum rules
Please read the Forum rules and policies before posting. You may Image to help finance the hosting costs of this forum.
Post Reply
User avatar
Taghor
Novice
Posts: 25
Joined: Fri May 16, 2003 11:37 am
Location: Hastings, United Kingdom
Contact:

RTC File format (reverse engineering)

Post by Taghor »

So,

Looking at the one drive I see there's alot of RTC dungeons (namely the EOB one) which has the txt file with it but not the graphics.

Poking about in the asm, I've made some progress in determing how the encryption methods are achieved. It's essentially a XOR Cipher stream (keystream XORd against plaintext).

Now, this does not mean I can extract anything... It means I can only see unencrypted binary data (for now).

it's only a personal project, I find these kind of things to be some what of a puzzle, but if anyone's interested I can put it on github..
User avatar
Gambit37
Should eat more pies
Posts: 13786
Joined: Wed May 31, 2000 1:57 pm
Location: Location, Location
Contact:

Re: RTC File format (reverse engineering)

Post by Gambit37 »

Reverse engineering RTC!? The circle is now complete. :D
Post Reply