More actions
(Created page with "{{Infobox Switch Homebrews |title=Java SX Boot.dat Creator Webui |image=Switch-logo.png |description=Converts any payload for fusee to an sx os boot.dat. |author=choss |lastupdated=2021/07/13 |type=PC Utilities |version=2021 |license=GPL-3.0 |download=https://dlhb.gamebrew.org/switchhomebrews/javasxbootdatcreatorwebuiswitch.7z |website=https://gbatemp.net/threads/convert-any-payload-to-tx-boot-dat.518932/ |source=https://github.com/choss/java-sx-boot-dat-creator-webui |d...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox Switch Homebrews | {{Infobox Switch Homebrews | ||
|title= | |title=java-sx-boot-dat-creator-webui | ||
|image= | |image=javasxbootdatcreatorwebuinx.png | ||
|description=Converts any payload for fusee to an sx os boot.dat. | |description=(POC) Converts any payload for fusee to an sx os boot.dat. | ||
|author=choss | |author=choss | ||
|lastupdated=2021/07/13 | |lastupdated=2021/07/13 | ||
Line 8: | Line 8: | ||
|version=2021 | |version=2021 | ||
|license=GPL-3.0 | |license=GPL-3.0 | ||
|download=https://dlhb.gamebrew.org/switchhomebrews/ | |download=https://dlhb.gamebrew.org/switchhomebrews/javasxbootdatcreatorwebuinx.7z | ||
|website=https://gbatemp.net/threads/convert-any-payload-to-tx-boot-dat.518932/ | |website=https://gbatemp.net/threads/convert-any-payload-to-tx-boot-dat.518932/ | ||
|source=https://github.com/choss/java-sx-boot-dat-creator-webui | |source=https://github.com/choss/java-sx-boot-dat-creator-webui | ||
|donation= | |donation= | ||
}} | }} | ||
Converts any payload for fusee to an sx os boot.dat. | Converts any payload for fusee to an sx os boot.dat. | ||
This is a reimplementation of CTCaer's [https://gist.github.com/CTCaer/13c02c05daec9e674ba00ce5ac35f5be python script] to convert payloads to boot them with the SX-Gear or SX-Pro. The output is a "boot.dat" file which can be booted directly from those devices (tested with hekate). | |||
https:// | |||
This is a web based spring-boot app so in order to get it working a simple mvn clean package and mvn boot:run should do the trick. | |||
== External links == | == External links == | ||
* | * Heroku - https://sx-boot-dat-creator.herokuapp.com/ | ||
* | * GitHub - https://github.com/choss/java-sx-boot-dat-creator-webui | ||
* | * GBAtemp - https://gbatemp.net/threads/convert-any-payload-to-tx-boot-dat.518932/ |
Revision as of 08:13, 13 Haziran 2023
java-sx-boot-dat-creator-webui | |
---|---|
General | |
Author | choss |
Type | PC Utilities |
Version | 2021 |
License | GPL-3.0 |
Last Updated | 2021/07/13 |
Links | |
Download | |
Website | |
Source | |
Converts any payload for fusee to an sx os boot.dat.
This is a reimplementation of CTCaer's python script to convert payloads to boot them with the SX-Gear or SX-Pro. The output is a "boot.dat" file which can be booted directly from those devices (tested with hekate).
This is a web based spring-boot app so in order to get it working a simple mvn clean package and mvn boot:run should do the trick.