Skip to content

wanderer-moe/reverse1999-decrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reverse: 1999 Bundles Decryptor

  • Fast decryption tool for Reverse: 1999 bundles written in Go that processes & decrypts .dat files located in the bundles directory.
  • The decrypted files are then saved into a decrypted_bundles directory. It uses a basic XOR cipher for decryption, with the first byte of each file acting as the encryption key.

Go Speed

Usage

Building from source

To use this tool, ensure that you have Go installed on your system. Then, follow these steps:

  1. Clone the repository or download the source code.
  2. Copy your bundles folder located at ../StreamingAssets/Windows to the root directory where main.go is located.
  3. Run the program with the command go run main.go.

The decrypted files will be available in the decrypted_bundles directory.

Credits

Original Implementation: dromzeh

Go Rewrite: alluding

Releases

No releases published

Packages

No packages published

Languages