mirror of
https://github.com/eliboa/TegraRcmGUI.git
synced 2024-11-08 11:51:45 +00:00
6c0fb778f4
Made a consolidated output path style that seems reasonable, and ignored it from SCM. Thought the project should build in release mode and found it was over-customized in debug mode. Also had to fix some random security errors. Made the build configurations more consistent, and also simplified them, opting now to only enable the env var method that is more flexible and may have been added automatically by the IDE as a successful recommendation. Simplified README accordingly.
3.4 KiB
3.4 KiB
TegraRcmGUI
C++ GUI for TegraRcmSmash by rajkosto (Fusée Gelée exploit for Nintendo Switch)
The RCM exploit only works on "unpatched" units, i.e manufactured before July 2018. To check if your Switch is patched, use https://ismyswitchpatched.com/
Features
- Inject payloads
- Manage favorites
- Run Linux on your switch (ShofEL2)
- Mount device as USB mass storage (read/write from/to SD card & NAND partitions, hold power button down for 5sec to exit)
- Dump BIS keys for eMMC content decryption (biskeydump by rajkosto)
- Option - "Auto inject" : automatically inject payload after selection or/and when the Switch is plugged in RCM mode
- Option - Minimize app to tray & tray icon's context menu
- Option - Run app at Windows startup
- Install APX device driver (if needed)
Download
Latest release (Windows)
Important notice
This UI is Windows-only. For other platforms, you can use :
- Fusée Launcher (GNU/Linux)
- NXBoot (OS X, iOS)
- NXLoader (Android)
- Web Fusée Launcher (Cross-platform, only works with Chrome)
Issue / Suggestion
Please open new issue to report a bug or submit a suggestion.
Development
Install the libusbk dev kit using the setup program, then create an environment variable LIBUSBK_DIR
with the installation path as the value.
How to backup/restore your Nintendo Switch's NAND ?
- Use memloader v3 to mount eMMC on your computer
- Download and open NxNandManager. Select "File" then "Open drive".
- Select the mounted drive. You can now perform backup/restore operations.
Credits
- Rajkosto / TegraRcmSmash (Fusée Launcher reimplementation for Windows), memloader, SD tool, biskeydump
- Kate Temkin / Fusée Launcher
- fail0verflow / ShofEL2 (Boot stack for no-modification, universal code execution and Linux on the Nintendo Switch)
- SciresM / Atmosphere
- CTCaer / Hekate
- Reisyukaku / ReiNX