2019-05-18 03:37:05 +03:00
|
|
|
# konogonka
|
|
|
|
|
2019-08-22 05:57:52 +03:00
|
|
|
Deep WIP multi-tool to work with NS-specific files / filesystem images.
|
2019-05-18 03:37:05 +03:00
|
|
|
|
|
|
|
### License
|
|
|
|
|
2020-04-05 22:21:14 +03:00
|
|
|
[GNU General Public License v3+](https://github.com/developersu/konogonka/blob/master/LICENSE)
|
2019-05-18 03:37:05 +03:00
|
|
|
|
2020-05-02 18:27:55 +03:00
|
|
|
<img src="screenshots/1.png" alt="drawing" width="250"/> <img src="screenshots/2.png" alt="drawing" width="250"/> <img src="screenshots/3.png" alt="drawing" width="250"/>
|
|
|
|
|
|
|
|
<img src="screenshots/4.png" alt="drawing" width="250"/> <img src="screenshots/5.png" alt="drawing" width="250"/> <img src="screenshots/6.png" alt="drawing" width="250"/>
|
|
|
|
|
|
|
|
<img src="screenshots/7.png" alt="drawing" width="250"/>
|
|
|
|
|
2019-05-18 03:37:05 +03:00
|
|
|
### Used libraries & resources
|
2019-05-20 01:54:46 +03:00
|
|
|
* [Bouncy Castle](https://www.bouncycastle.org/) for Java.
|
2019-05-18 03:37:05 +03:00
|
|
|
* [Java-XTS-AES](https://github.com/horrorho/Java-XTS-AES) by horrorho with minimal changes.
|
|
|
|
* [OpenJFX](https://wiki.openjdk.java.net/display/OpenJFX/Main)
|
|
|
|
* Few icons taken from: [materialdesignicons.com](http://materialdesignicons.com/)
|
|
|
|
|
2020-04-05 22:54:50 +03:00
|
|
|
#### Thanks
|
2019-05-24 01:54:04 +03:00
|
|
|
* Switch brew wiki
|
2019-08-19 17:22:42 +03:00
|
|
|
* Original ScriesM software
|
2020-04-05 22:54:50 +03:00
|
|
|
* roothorick, [shchmue](https://github.com/shchmue/), He, other Team AtlasNX discord members for their advices, notes and examples!
|
2019-05-24 01:54:04 +03:00
|
|
|
|
2019-05-18 03:37:05 +03:00
|
|
|
### System requirements
|
|
|
|
|
2019-08-21 06:36:51 +03:00
|
|
|
JRE/JDK 8u60 or higher.
|
|
|
|
|
2020-04-08 04:38:20 +03:00
|
|
|
### Notes about usage
|
|
|
|
|
|
|
|
1. Start from clicking on 'settings' and importing keys. Use import. Don't waste your time.
|
|
|
|
2. To open sub-file from the file use right mouse click and select 'Open'. Supported formats listed below.
|
|
|
|
|
|
|
|
### Build this
|
|
|
|
|
|
|
|
1. Install JDK
|
|
|
|
2. Install Maven
|
|
|
|
3. $ git clone https://github.com/developersu/konogonka.git
|
|
|
|
4. $ mvn -B -DskipTests clean package
|
|
|
|
5. $ java -jar target/konogonka-0.x.x-jar-with-dependencies.jar
|
|
|
|
|
2019-08-21 06:36:51 +03:00
|
|
|
### Checklist
|
|
|
|
|
2019-12-07 10:15:23 +03:00
|
|
|
* [x] NSP (PFS0)
|
|
|
|
* [x] XCI (+HFS0)
|
|
|
|
* [x] TIK
|
|
|
|
* [x] XML
|
|
|
|
* [x] NRO
|
2020-04-05 22:54:50 +03:00
|
|
|
* [x] NPDM support (to check)
|
2019-09-23 05:31:46 +03:00
|
|
|
* [ ] CERT support
|
2019-08-21 06:36:51 +03:00
|
|
|
* [ ] CNMT support
|
2019-08-25 20:42:49 +03:00
|
|
|
* [ ] NSO support
|
2020-04-29 18:07:30 +03:00
|
|
|
* [x] RomFS
|
2019-09-23 05:31:46 +03:00
|
|
|
* [ ] LogPrinter to singleton implementation.
|
2019-12-07 10:15:23 +03:00
|
|
|
* [x] 'Save to folder' option
|