Skip to content

Instantly share code, notes, and snippets.

View olivervbk's full-sized avatar
💭
bored...

Oliver Kuster olivervbk

💭
bored...
  • Vancouver, BC, Canada
View GitHub Profile
###############################################
# TX SX OS unpacker - by hexkyz and naehrwert #
###############################################
from Crypto.Cipher import AES
from Crypto.Util import Counter
import os
import struct
"""