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 mod of [falquinhos](https://github.com/falquinho/fusee-interfacee-tk) Fusée Launcher for use with Nintendo Homebrew Switch Guide. It also adds the ability to mount SD while in RCM.
4
+
3
5
A very simple GUI for applying [Team {Re}Switched Fusée Launcher script](https://github.com/reswitched/fusee-launcher) onto your Nintendo Switch.
4
6
5
7
@@ -8,26 +10,26 @@ A very simple GUI for applying [Team {Re}Switched Fusée Launcher script](https:
8
10
* 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
11
* Although Fusée is able to exploit any Tegra X1 device, this app is designed to work with Nintendo Switches only.
10
12
* 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.
13
+
* Binaries built and tested on Ubuntu 18.10 and OS X (or macOS) 10.9.5. If your platform is older you may not be able to run the executables.
12
14
13
15
14
16
## Running this app
15
17
You can run this app as a simple python script or by executing the binary file for your platform.
16
18
17
19
### Running as a script
18
20
* 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
21
*__On Linux__ have libusb1 installed (you probably already have).
21
22
* Download/clone this repo and simply run `app.py` like you would any python script.
22
23
23
24
24
25
### Running the binary file
25
26
### Linux
26
27
* 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
+
* Download the linux binary from the [releases page](https://github.com/nh-server/fusee-interfacee-tk/releases) and run it. It *should* simply work.
29
+
30
+
### Mac
31
+
* Download the mac binary from the [releases page](https://github.com/nh-server/fusee-interfacee-tk/releases) and run it. It *should* simply work.
28
32
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
33
32
34
## Using Fusée Launcher Interfacée
33
35
The app is very simple, it should be very intuitive to use:
@@ -45,5 +47,7 @@ If the binary executable won't run in your machine you can build it yourself. Th
45
47
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
48
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
49
48
-
## Special Thanks
49
-
### To the Team {Re}Switched and contributors. You are awesome. Thanks for your hard work.
0 commit comments