Skip to content

Instantly share code, notes, and snippets.

@65c22
65c22 / resize-user.py
Created June 22, 2019 15:02 — forked from ckurtz22/resize-user.py
Script to resize an emuMMC image for the Nintendo Switch.
import sys
import os
import math
import uuid
import struct
import configparser
from struct import unpack, pack
from binascii import crc32
if len(sys.argv) > 4 or len(sys.argv) < 2: