zhoumiCode / reverse1999-decrypt

bundles decryptor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 (Python): dromzeh

Go Rewrite: okpuud

About

bundles decryptor


Languages

Language:Go 100.0%