A multi-platform graphical remote debugger for the Nintendo Switch.
Visit out releases page, and download the latest version, and extract the whole zip file to a directory on your machine.
Copy noexs.kip1
to the root of your switch sd card.
Using a text editor open hekate_ipl.ini
(located within the bootloader directory on your switch's sd card) and add the following:
[Noexes]
debugmode=1
kip1=noexs.kip1
And that's it switch sided! Now just select "Noexes" when booting using hekate to launch HOS with noexes running.
On most operating systems all you need to do is run the jar file from the release as you would any other programs. If you're having trouble try running the following command (within the directory where you extracted Noexes):
java -jar JNoexsClient.jar
If you still have problems please double check that you're running at least Java 10 (you can verify this by using the command java -version
). If you are feel free to open an issue and I'll try to get back to you ASAP!
TODO
TODO
- Download the JavaFX 11 SDK.
- Export the zip to any place of your choosing.
- Add the JavaFX SDK to your path
- e.g.
set PATH_TO_FX="path\to\javafx-sdk-12.0.1\lib"
- e.g.
- Add this to the VM options for the NoexsApplication:
--module-path ${PATH_TO_FX} --add-modules javafx.controls,javafx.fxml
- For more help, check out the JavaFX docs.
TODO
TODO
If you're using IntelliJ for building it should automatically download all the dependencies from maven, otherwise
- Usb4Java - Used for USB communication
- Gson - Used for serializing various objects to/from JSON
- ASM - For optimized pattern searching
- Libnx - Without libnx there would be no homebrew on the switch, especially with what we're trying to do
This project is licensed under GNU General Public License v3.0 - see the LICENSE file for details
- L0nk, dcx2 and a bunch of others from the old WiiRd fourms
- roblabla for their near endless help, and for putting up with my inane questions