Go to file
Dmitry Isaenko 436fa2bd90
continuous-integration/drone/push Build is passing Details
Update README.md
2023-02-02 01:09:56 +03:00
screenshots add screenshots; update README.md 2020-05-02 18:27:55 +03:00
src/main Update locale_ryu.properties 2023-02-02 00:04:28 +09:00
.drone.yml Add CI badge, polish readme a bit 2022-07-18 23:14:51 +03:00
.gitignore add gitignore 2020-04-05 23:50:41 +03:00
LICENSE initial commit 2019-05-18 03:37:05 +03:00
README.md Update README.md 2023-02-02 01:09:56 +03:00
pom.xml Correct application to be in line with rapidly changing libKonogonka [so-called] api 2022-12-12 05:01:45 +03:00

README.md

konogonka

License Build Status

GitHub mirror. Click here to get it from independent source code location

Nightly builds could be found somewhere on redrise.ru

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

Front end to libKonogonka

License

GNU General Public License v3+

drawing drawing drawing

drawing drawing drawing

drawing

Used libraries & resources

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. Install libKonogonka to local repository:
  4. $ git clone https://git.redrise.ru/desu/libKonogonka
  5. $ mvn -B -DskipTests clean package
  6. $ mvn install:install-file -Dfile=./target/libKonogonka-*-jar-with-dependencies.jar -DgroupId=ru.redrise -DartifactId=libKonogonka -Dversion=grep -m 1 '<version>' pom.xml| sed -e 's/\s*.\/\?version>//g' -Dpackaging=jar -DgeneratePom=true;
  7. $ git clone https://github.com/developersu/konogonka.git
  8. $ mvn -B -DskipTests clean package
  9. $ java -jar target/konogonka-0.x.x-jar-with-dependencies.jar

Thanks!

  • DDinghoya, who translated this application to Korean!
  • kuragehime, who translated this application to Japanese and Ryukyuan languages!

Checklist

  • NSP (PFS0)
  • XCI (+HFS0)
  • TIK
  • XML
  • NRO
  • NPDM support (to check)
  • CERT support
  • CNMT support
  • NSO support (to add; available at lib)
  • package2 support (to add; available at lib)
  • INI1 support (to add; available at lib)
  • KIP support (to add; available at lib)
  • RomFS
  • LogPrinter to singleton implementation.
  • 'Save to folder' option