JNUSLib
JNUSLib copied to clipboard
NUS library
Bumps commons-io from 2.6 to 2.7. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Downloading decrypted `FST` entries does not work with the latest commit hash `15a1df1`: ``` val downloadsDirectory = Paths.get("Downloads"); Files.createDirectories(downloadsDirectory); val commonKey = StringToByteArray("..."); val titleId = 0x0005000E12345678L; val titleIdDirectory =...
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
java.lang.NullPointerException at de.mas.wiiu.jnus.utils.StreamUtils.getChunkFromStream(StreamUtils.java:39) at de.mas.wiiu.jnus.utils.cryptography.NUSDecryption.decryptFileStreamHashed(NUSDecryption.java:132)
Example: Proper error message for https://github.com/Maschell/JNUSLib/blob/master/src/de/mas/wiiu/jnus/entities/fst/FST.java#L41
The getRawCert() function needs to be implemented