EternalPatchManifestGo

command module
v1.4.2-0...-0019439 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 26, 2023 License: GPL-3.0 Imports: 9 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL