This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ diff nxloader/ SXTools/ | |
| Common subdirectories: nxloader/app and SXTools/app | |
| diff nxloader/build.gradle SXTools/build.gradle | |
| 10c10 | |
| < classpath 'com.android.tools.build:gradle:3.1.2' | |
| --- | |
| > classpath 'com.android.tools.build:gradle:3.1.3' | |
| Common subdirectories: nxloader/.git and SXTools/.git | |
| Common subdirectories: nxloader/gradle and SXTools/gradle | |
| Common subdirectories: nxloader/.idea and SXTools/.idea | |
| diff nxloader/README.md SXTools/README.md | |
| 1c1 | |
| <  | |
| --- | |
| >  | |
| 3,4c3,4 | |
| < # NXLoader | |
| < My first Android app: Launch Fusée Gelée payloads from stock Android | |
| --- | |
| > # SXTools | |
| > A modified version of [NXLoader](https://github.com/DavidBuchanan314/NXLoader). Launch SX Loader or other Fusée Gelée payloads from stock Android | |
| 6c6 | |
| < Heavily based on [Fusée Gelée](https://github.com/reswitched/fusee-launcher/) and [ShofEL2](https://github.com/fail0verflow/shofel2). [fusee.bin](https://github.com/ktemkin/Atmosphere/tree/poc_nvidia/fusee) is bundled as a default payload | |
| --- | |
| > [SX Loader v1.0](https://sx.xecuter.com/download/payload.bin) is bundled as a default payload | |
| 10,14c10 | |
| < ## Does it work on your device? [Report here](https://github.com/DavidBuchanan314/NXLoader/issues/1) | |
| < ## [Get the APK release](https://github.com/DavidBuchanan314/NXLoader/releases) | |
| < | |
| < This app is currently in "Alpha" state, it's my first Android app and there | |
| < is some rather disgusting code (Potentially blocking tasks on the UI thread 🤢). This will be improved soon™. | |
| --- | |
| > ## [Get the APK release](https://github.com/annson24/SXTools/releases/latest) | |
| 18,20c14,15 | |
| < - (Optional) go to the Config tab, and select a custom payload file. | |
| < - Plug in your Switch. (On my Nexus 5, I use a micro USB OTG cable, and an A-to-C cable) | |
| < - Put it into RCM mode. (Note: your switch will power on by itself when plugged in, be sure to hold VOL+). | |
| --- | |
| > - Plug in your Switch. (On my Galaxy S8, I used a cheap Type-A to C cable, and a Samsung A-to-C OTG) | |
| > - Put the Switch into RCM mode. (Note: your switch will power on by itself when plugged in, be sure to hold VOL+). | |
| 26a22 | |
| > - Did you made tis?: Yes...No. DavidBuchanan314 made NXLoader, which SXTools was heavily based on, I mean even this read me file is only modified to satisfy SXTools. Most of the credits should go to him. | |
| 28d23 | |
| < - Can it load Linux?: soon™ | |
| 30a26 | |
| > - Help! I'm having _SUBMITURB Failed :(_ issue: Although your mobile phone do have OTG capability, it has an EHCI controller which, unfortunately, isn't supported. You could either find another phone with XHCI controller, or find a custom kernel for your phone which patches the controller. I would suggest the former. | |
| 33,35c29 | |
| < - Refactor the code so it's less hacky | |
| < - Improve UI/UX | |
| < - Implement loader for fail0verflow's Linux | |
| --- | |
| > - Nothing, we just wait for an update with NXLoader | |
| 37c31 | |
| < For anyone who wants to look at the exploit source, the magic happens [here](https://github.com/DavidBuchanan314/NXLoader/blob/master/app/src/main/java/io/github/davidbuchanan314/nxloader/PrimaryLoader.java). | |
| --- | |
| > For anyone who wants to look at the exploit source, the magic happens [here](https://github.com/annson24/SXTools/blob/master/app/src/main/java/io/github/annson24/sxtools/PrimaryLoader.java). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment