libKonogonka/README.md

37 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

<img src="misc/logo.svg" title="" alt="libKonogonka" data-align="center">
2022-08-10 15:55:50 +03:00
![License](https://img.shields.io/badge/License-GPLv3-blue.svg) [![Build Status](https://ci.redrise.ru/api/badges/desu/libKonogonka/status.svg)](https://ci.redrise.ru/desu/libKonogonka)
2022-08-10 15:55:50 +03:00
Library made to work with NS-specific files / filesystem images. Separated backend of [konogonka](https://github.com/developersu/konogonka) ([independent source location](https://git.redrise.ru/desu/konogonka))
2022-12-07 04:22:23 +03:00
### Let's stay in touch
You can get this application from independent source location: [https://git.redrise.ru/desu/libKonogonka](https://git.redrise.ru/desu/libKonogonka)
2022-08-10 15:55:50 +03:00
### License
[GNU General Public License v3 or higher](https://git.redrise.ru/desu/libKonogonka/LICENSE)
2022-08-10 15:55:50 +03:00
### Used libraries & resources
2022-08-10 15:55:50 +03:00
* [Bouncy Castle](https://www.bouncycastle.org/) for Java.
* [Java-XTS-AES](https://github.com/horrorho/Java-XTS-AES) by horrorho with minimal changes.
* [lz4-java](https://github.com/lz4/lz4-java)
#### Thanks
2022-08-10 15:55:50 +03:00
* [Switch brew](https://switchbrew.org) wiki
* Original [ScriesM software](https://github.com/SciresM/)
2022-08-10 15:55:50 +03:00
* roothorick, [shchmue](https://github.com/shchmue/), He, other Team AtlasNX discord members for their advices, notes and examples!
### System requirements
JRE/JDK 8u60 or higher.
### Build
See .drone.yml
### Install on local host (local maven repo)
`# mvn install`