Skip to content

Instantly share code, notes, and snippets.

View SIMOMEGA's full-sized avatar
😈
卐 BAN ILARYAT 卐 ¯\_( ͡° ͜ʖ ͡°)_/¯

Simone Lazzari SIMOMEGA

😈
卐 BAN ILARYAT 卐 ¯\_( ͡° ͜ʖ ͡°)_/¯
View GitHub Profile
# The following is adapted from https://github.com/reswitched/loaders/blob/master/nxo64.py
#
# ===========================================================================================
#
# Copyright 2017 Reswitched Team
#
# Permission to use, copy, modify, and/or distribute this software for any purpose with or
# without fee is hereby granted, provided that the above copyright notice and this permission
# notice appear in all copies.
#
###############################################
# TX SX OS unpacker - by hexkyz and naehrwert #
###############################################
from Crypto.Cipher import AES
from Crypto.Util import Counter
import os
import struct
"""