Skip to content

Instantly share code, notes, and snippets.

@NicholeMattera
NicholeMattera / emuMMC-Tutorial.md
Last active June 19, 2019 17:18
emuMMC Setup Tutorial

You are continuing at your own risk. I am not responsible for any harm that may happen to your device(s) or data by following this tutorial.

First off before anything you should expect to have issues. emuMMC is still in beta and is not perfect. It is recommended if you are not an advance user then you should wait for everything to be polished and released officially. This guide assumes you are using Linux. if you don't have Linux installed you can use a live CD, and if you don't know how to use Linux then it's recommended that you wait for Hekate. If you run into problems make sure to use the search box in Discord on either the Team AtlasNX or the ReSwitched servers. It's possible other people have ran into the same problem as you and it has been addressed. If your problem hasn't already been addressed then please do not ask in general or switch-hacking-meta rooms, instead use the support rooms.

  1. You will first want to create a ba
###############################################
# TX SX OS unpacker - by hexkyz and naehrwert #
###############################################
from Crypto.Cipher import AES
from Crypto.Util import Counter
import os
import struct
"""
@aikoncwd
aikoncwd / bin2dat.py
Created January 10, 2018 09:59
Python 3.x - bin2dat.py: Convert Intel CPU microcode binary format to text format.
#!/usr/bin/env python
# coding=utf-8
"""bin2dat.py: Convert Intel CPU microcode binary format to text format."""
__author__ = "H. Fischer"
__copyright__ = "Copyright 2017, HF"
__license__ = "GPL"
__version__ = "3"
@nopdotcom
nopdotcom / streisand-depends.sh
Last active October 27, 2017 12:46
Script to install all StreisandEffect/streisand dependencies on Ubuntu
#!/bin/bash
### STREISAND RUNTIME DEPENDENCIES BEGIN HERE
apt-get --yes install python-pip git build-essential python-dev python-setuptools python-cffi libffi-dev libssl-dev python-nacl
# We only really wanted python-pip for its dependencies.
pip install --upgrade pip
# The pip we want should be in /usr/local now. Don't fail if it didn't install right.
hash -r
pip install boto boto3 "ansible[azure]" dopy==0.3.5 "apache-libcloud>=1.5.0" linode-python pyrax
pip install ansible