Reverse engineering Jazz Jackrabbit 1 save files.
|
6 months ago | |
---|---|---|
dev | 1 year ago | |
tools | 1 year ago | |
.editorconfig | 1 year ago | |
.gitignore | 1 year ago | |
COPYING | 1 year ago | |
Makefile | 1 year ago | |
README.md | 1 year ago | |
jjsave.c | 6 months ago | |
version.h | 1 year 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.