You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 30, 2024. It is now read-only.
A very simple GUI for applying [Team {Re}Switched Fusée Launcher script](https://github.com/reswitched/fusee-launcher) onto your Nintendo Switch.
4
+
5
+
6
+
## Disclaimer
7
+
* As always, use at your own discretion. I take no reponsibility for any damages caused to your device.
8
+
* I'm assuming you understand how the exploit is done and the setup needed, this README is to help you run this specific app.
9
+
* Although Fusée is able to exploit any Tegra X1 device, this app is designed to work with Nintendo Switches only.
10
+
* The Fusée Launcher script included in this project is slightly modified to be used as a module.
11
+
* Binaries built and tested on Ubuntu 17.10 and Windows 10 in a 64 bit machine. If your platform is older you probably won't be able to run the executables.
12
+
13
+
14
+
## Running this app
15
+
You can run this app as a simple python script or by executing the binary file for your platform.
16
+
17
+
### Running as a script
18
+
* Have latest [python 3](https://www.python.org/downloads/) and [pyusb](https://github.com/pyusb/pyusb) installed.
19
+
*__On Windows__ have [libusbk](http://libusbk.sourceforge.net/UsbK3/index.html) as the device driver.
20
+
*__On Linux__ have libusb1 installed (you probably already have).
21
+
* Download/clone this repo and simply run `app.py` like you would any python script.
22
+
23
+
24
+
### Running the binary file
25
+
### Linux
26
+
* You need to have `libc ver. 2.61` or higher (if you use a modern distro you probably already have).
27
+
* Download the linux binary from the [releases page](https://github.com/falquinho/fusee-interfacee-tk/releases) and run it. It *should* simply work.
28
+
29
+
### Windows
30
+
* Download the Windows binary from the [releases page](https://github.com/falquinho/fusee-interfacee-tk/releases) and run it. It *should* simply work.
31
+
32
+
## Using Fusée Launcher Interfacée
33
+
The app is very simple, it should be very intuitive to use:
34
+
35
+

36
+
* Click the `Select Payload` button to browse your files and select the desired payload.
37
+
* Connect your Switch in RCM mode to the computer. The progress bar will stop and fill up when the device is detected.
38
+
* When the `Launch Fusée!` button activate simply click it.
39
+
40
+
41
+
## Freezing
42
+
If the binary executable won't run in your machine you can build it yourself. The tool I used was [pyinstaller](https://www.pyinstaller.org/).
43
+
44
+
### A note on freezing on Linux:
45
+
If you want to freeze using `pyinstaller` on linux there's a bug on the pip version of it that prevents the `libusb` to
46
+
be bundled. You need to donwload [the develop branch of pyinstaller](https://github.com/pyinstaller/pyinstaller/tree/develop) and use it as a script.
47
+
48
+
## Special Thanks
49
+
### To the Team {Re}Switched and contributors. You are awesome. Thanks for your hard work.
0 commit comments