An open API service indexing awesome lists of open source software.

https://github.com/axix-official/unitycnburst

A tiny program wirte in zig to brute force unitycn's encrypted bundlefile.
https://github.com/axix-official/unitycnburst

unity

Last synced: 8 days ago
JSON representation

A tiny program wirte in zig to brute force unitycn's encrypted bundlefile.

Awesome Lists containing this project

README

          

# UnityCNBurst

A tiny program wirte in zig to brute force unitycn's encrypted bundlefile.

## Getting the Executable

### Method 1: Download Prebuilt Binaries (Recommended)

Visit [Releases page](https://github.com/AXiX-official/UnityCNBurst/releases) to download prebuilt binaries for your system:

### Method 2: Build From Source (For Developers)

Ensure you have [Zig 0.15.1](https://ziglang.org/) installed.

```bash
git clone https://github.com/AXiX-official/UnityCNBurst
cd UnityCNBurst
zig build -Doptimize=ReleaseFast
```

## Usage

### Basic Command

```bash
UnityCNBurst
```

### Advanced Options

- `-r` : Generate raw hex key set from global-metadata.dat(will generate ascii keys only by default)

### Example

```bash
./UnityCNBurst "11501001.bundlefile" "global-metadata.dat"
Elapsed time: 0.008073 sec
Total keys checked: 187264
Keys per second: 23196333.457203023

Valid key found:
ASCII: Nightingale@2019
Hex: 4E69676874696E67616C654032303139
```