Reverse engineering Jazz Jackrabbit 1 save files.
CYBERDEV 0d88eb48b6 Oops, fix write name | 1 month ago | |
---|---|---|
dev | 7 months ago | |
tools | 7 months ago | |
.editorconfig | 7 months ago | |
.gitignore | 7 months ago | |
COPYING | 7 months ago | |
Makefile | 7 months ago | |
README.md | 7 months ago | |
jjsave.c | 1 month ago | |
version.h | 7 months ago |
This project aims to reverse engineer the process of reading and writing
Jazz Jackrabbit 1 SAVE
files.
It can read (decipher) and write (cipher) SAVE
files at this point in time,
however there are still some unknown values.
The current cipher function code was created by analysing instructions and
registries dumped by DosBox-X using the LOGL
command, and manually
translated to C
and optimised later.