/EternalPatchManifestGo

DOOM Eternal build manifest patcher, rewritten in Go.

Primary LanguageGoGNU General Public License v3.0GPL-3.0

EternalPatchManifestGo

Build Status

DOOM Eternal build manifest patcher, rewritten in Go.

Usage

./DEternal_patchManifest <AES key>

Where AES key is the key used for AES encryption/decryption. The current valid key is 8B031F6A24C5C4F3950130C57EF660E9.

Compiling

The project requires the go toolchain to be compiled.

To compile, run:

go build -o DEternal_patchManifest -ldflags="-s -w" .

To set a version number, build with:

go build -o DEternal_patchManifest -ldflags="-s -w -X 'main.Version=vX.Y.Z'" .

(replace vX.Y.Z with the version number you prefer).

Additionally, you may use UPX to compress the binary:

upx --best DEternal_patchManifest