Skip to content
forked from mdbell/Noexes

graphical remote debugger for the Nintendo Switch on Atmosphere Custom Firmware.

License

Notifications You must be signed in to change notification settings

KranKRival/Noexes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Noexes Atmosphere SysModule

Noexes Atmosphere SysModule is modification of Noexes Kip to work as fs_mitm SysModule in Atmosphere CFW

This can work aside with Sys-Ftpd SysModule !

A multi-platform graphical remote debugger for the Nintendo Switch on Atmosphere Custom Firmware.

Quick Start Guide

Pre-Requisites

Downloading

Installing the SysModule

Extract the downloaded release archive and copy the "0100000000000038" Directory to your SD card "/atmosphere/titles/"

Running the Client

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!

Using the Client

TODO

Building from Source

Building the Client

TODO

Building the Server

TODO

Client Dependencies

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

Server Dependencies

  • Libnx - Without libnx there would be no homebrew on the switch, especially with what we're trying to do

License

This project is licensed under GNU General Public License v3.0 - see the LICENSE file for details

Acknowledgments

  • 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
  • Some Extra Credits - AnalogMan "thanks for your time into this :P"

About

graphical remote debugger for the Nintendo Switch on Atmosphere Custom Firmware.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 87.9%
  • C++ 9.3%
  • Makefile 2.5%
  • Other 0.3%