Update CONTRIBUTING.md

This commit is contained in:
Dethrace Engineering Department 2026-01-05 11:59:17 -08:00 committed by GitHub
parent 5fb8161e0d
commit 823bce42ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -13,9 +13,9 @@ Windows (x86-64)
```
## Binary accuracy
We aims to be as accurate as possible, matching the recompiled instructions to the original machine code as much as possible. The goal is to provide a workable codebase that can be modified, improved, and ported to other platforms later on. We are using [reccmp](https://github.com/isledecomp/reccmp?tab=readme-ov-file) to diff the recompiled code with the original Windows 95 code.
We aims to be as accurate as possible, matching the recompiled instructions to the original machine code as much as possible. The goal is to provide a workable codebase that can be modified, improved, and ported to other platforms later on. We are using [reccmp](https://github.com/isledecomp/reccmp?tab=readme-ov-file) to diff the recompiled code with the original Windows 95 Splatpack binary (originally compiled with MSVC 4.2).
See: [reccmp](https://github.com/dethrace-labs/dethrace/blob/main/reccmp/README.md)
See: [details](https://github.com/dethrace-labs/dethrace/blob/main/reccmp/README.md) of how we are using reccmp.
## Project goals