1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-09-19 21:43:29 +01:00
Atmosphere/emummc
Michael Scire d484872a73 git subrepo clone --force https://github.com/m4xw/emummc
subrepo:
  subdir:   "emummc"
  merged:   "bd81a674"
upstream:
  origin:   "https://github.com/m4xw/emummc"
  branch:   "develop"
  commit:   "bd81a674"
git-subrepo:
  version:  "0.4.0"
  origin:   "https://github.com/ingydotnet/git-subrepo"
  commit:   "5d6aba9"
2019-12-07 14:54:15 -08:00
..
.vscode git subrepo clone --branch=develop https://github.com/m4xw/emuMMC emummc 2019-06-15 21:37:41 -07:00
source Update emummc for 9.1.0 2019-12-07 14:36:31 -08:00
tools git subrepo pull emummc 2019-06-18 11:32:03 -07:00
.gitignore git subrepo clone --branch=develop https://github.com/m4xw/emuMMC emummc 2019-06-15 21:37:41 -07:00
.gitrepo git subrepo clone --force https://github.com/m4xw/emummc 2019-12-07 14:54:15 -08:00
build.sh git subrepo clone --branch=develop https://github.com/m4xw/emuMMC emummc 2019-06-15 21:37:41 -07:00
emummc.json git subrepo pull emummc 2019-06-28 11:36:07 -07:00
LICENSE git subrepo clone --branch=develop https://github.com/m4xw/emuMMC emummc 2019-06-15 21:37:41 -07:00
Makefile emummc: improve linkscript/building 2019-06-16 11:09:02 -07:00
README.md Update emummc README 2019-12-07 14:39:01 -08:00

emuMMC

A SDMMC driver replacement for Nintendo's Filesystem Services, by m4xw

Supported Horizon Versions

1.0.0 - 9.1.0

Features

  • Arbitrary SDMMC backend selection This allows loading eMMC from SD or even SD from eMMC
  • On the fly hooking / patching, fully self-infesting Only one payload required for all versions!
  • File-based SDMMC backend support (from SD) This allows loading eMMC images from hekate-backups (split or not)
  • SDMMC device based sector offset (currently eMMC only) Raw partition support for eMMC from SD with less performance overhead
  • Full support for /Nintendo folder redirection to a arbitrary path No 8 char length restriction!
  • exosphere based context configuration This includes full support for multiple emuMMC images

Compiling

hekate

Run ./build.sh and copy the produced kipm (Kernel Initial Process Modification) file to /bootloader/sys/

Atmosphere

Run make, the resulting kip can be used for code injection via fusee (place at /atmosphere/emummc.kip)

License

emuMMC is released as GPLv2

Credits

  • CTCaer - The CTCaer hekate fork, file-based emuMMC support, SDMMC driver fixes among other things
  • SciresM, hexkyz - The Atmosphere project, FS offsets, additional research related to newer FS versions
  • naehrwert - The hekate project, its SDMMC driver and being very helpful in the early research phase
  • jakibaki - KIP Inject PoC, used in the early dev phase
  • switchbrew/devkitPro - devkitA64 and libnx sources