Go to file
Dmitry Isaenko bad2924c02 RomFs support: Frontend implementation for decrypted blobs (no export functionality); backend structures corrected, updated and ready for usage.
Bug fix for NSP table implementation: checkbox is visible now.
Fix compilation time warnings regarding JavaFX unsafe stuff.
2020-04-26 05:06:17 +03:00
src/main RomFs support: Frontend implementation for decrypted blobs (no export functionality); backend structures corrected, updated and ready for usage. 2020-04-26 05:06:17 +03:00
.gitignore add gitignore 2020-04-05 23:50:41 +03:00
Jenkinsfile initial commit 2019-05-18 03:37:05 +03:00
LICENSE initial commit 2019-05-18 03:37:05 +03:00
README.md Quick refactoring; readme update; POM update 2020-04-08 04:38:20 +03:00
pom.xml RomFs support: Frontend implementation for decrypted blobs (no export functionality); backend structures corrected, updated and ready for usage. 2020-04-26 05:06:17 +03:00

README.md

konogonka

Deep WIP multi-tool to work with NS-specific files / filesystem images.

License

GNU General Public License v3+

Used libraries & resources

Thanks

  • Switch brew wiki
  • Original ScriesM software
  • roothorick, shchmue, He, other Team AtlasNX discord members for their advices, notes and examples!

System requirements

JRE/JDK 8u60 or higher.

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

Checklist

  • NSP (PFS0)
  • XCI (+HFS0)
  • TIK
  • XML
  • NRO
  • NPDM support (to check)
  • CERT support
  • CNMT support
  • NSO support
  • RomFS deep-dive
  • LogPrinter to singleton implementation.
  • 'Save to folder' option