Skip to content

Instantly share code, notes, and snippets.

@Treeki
Treeki / mgsr_nro_extractor.py
Created June 25, 2021 15:41
Mario Golf: Super Rush NRO extractor
# a massive kludge by Ninji
# extracts the encrypted NRO from Mario Golf: Super Rush
#
# requires Python 3 and the lz4 and unicorn modules
import struct
import lz4.block
from unicorn import *
from unicorn.arm64_const import *