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.
- Host: GitHub
- URL: https://github.com/axix-official/unitycnburst
- Owner: AXiX-official
- License: mit
- Created: 2025-08-02T12:06:52.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-10-31T08:47:41.000Z (8 months ago)
- Last Synced: 2025-10-31T10:29:51.021Z (8 months ago)
- Topics: unity
- Language: Zig
- Homepage:
- Size: 16.6 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```