Skip to content

Instantly share code, notes, and snippets.

View care95's full-sized avatar

care95

  • 1620 Mohawk Trail, Maitland, Florida 32798
View GitHub Profile
@jleclanche
jleclanche / wbt-decrypt.py
Last active August 9, 2024 12:53
Decryption program for Battleblock Theater .wbt files
#!/usr/bin/env python
import array
import blowfish
import os
import sys
import struct
from io import BytesIO
from itertools import chain