Skip to content

Instantly share code, notes, and snippets.

View eXhumer's full-sized avatar
:octocat:
Rocking some tunes and coding probably

eXhumer

:octocat:
Rocking some tunes and coding probably
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
"""