- Fast decryption tool for Reverse: 1999 bundles written in Go that processes & decrypts
.datfiles located in thebundlesdirectory. - The decrypted files are then saved into a
decrypted_bundlesdirectory. It uses a basic XOR cipher for decryption, with the first byte of each file acting as the encryption key.
To use this tool, ensure that you have Go installed on your system. Then, follow these steps:
- Clone the repository or download the source code.
- Copy your
bundlesfolder located at../StreamingAssets/Windowsto the root directory wheremain.gois located. - Run the program with the command
go run main.go.
The decrypted files will be available in the decrypted_bundles directory.
Original Implementation: dromzeh
Go Rewrite: alluding
