Dmitry Isaenko desu
  • Joined on 2019-12-07
desu pushed to master at desu/libKonogonka 2023-01-13 16:56:37 +03:00
045d195f91 Fix InFileStreamProducer
desu pushed to master at desu/libKonogonka 2023-01-12 12:51:19 +03:00
365326456b Add BLZ decompress functionality. Used in KIP1.
desu pushed to master at desu/libKonogonka 2023-01-08 00:02:01 +03:00
ce16e19985 Adjust added classes to application domain standards; add interface for KIP1 extraction
desu pushed to master at desu/libKonogonka 2023-01-06 17:38:12 +03:00
e47d977779 Unify export functionality
desu pushed to master at desu/libKonogonka 2023-01-06 13:04:37 +03:00
3262fb2360 KIP1 export support
desu pushed to master at desu/libKonogonka 2023-01-05 18:22:54 +03:00
e406dd642c Rename AesCtr classes used for NCA's media blocks decryption, add KIP1, KernelMap, INI1 classes that helps to retrieve information from headers, export, decrypt, etc. See Package2UnpackedTest.java for details.
desu pushed to master at desu/libKonogonka 2022-12-30 07:07:07 +03:00
83cf199beb Add some sugar for AesCtr CipherInputStream.
desu pushed to master at desu/libKonogonka 2022-12-27 07:22:28 +03:00
d2358758c6 Create 'normal' aes crt 'decryption-class' (sugar). Continue making Package2 provider, header and all the things like that
desu pushed to master at desu/ns-usbloader 2022-12-26 07:59:43 +03:00
4ccf833aa5 Fix issue where version was not showing in CLI mode; clear locale_en_US since it's just placeholder
desu pushed to master at desu/konogonka 2022-12-26 07:40:24 +03:00
8f5481ab3e Correct application to be in line with libKonogonka
desu pushed to master at desu/libKonogonka 2022-12-25 21:09:22 +03:00
1a4fd7d823 Update incorrect headers, add System2 Header class, flavor small classes by a bit of 'printDebug' methods
desu pushed to master at desu/Tihwin 2022-12-25 18:28:09 +03:00
31800fb2da Correct UI
desu pushed to master at desu/Tihwin 2022-12-25 07:03:17 +03:00
2d30683436 Add language selector, update build config, add launch4j, other small changes that does not make impact on functionality
desu pushed to master at desu/Tihwin 2022-12-24 22:39:22 +03:00
8d860189d4 Merge pull request #3 from blckbearx/master
508aac228c Add Spanish translation.
Compare 2 commits »
desu pushed to master at desu/ns-usbloader 2022-12-23 21:53:24 +03:00
a60d929dcd Update readme
desu pushed to master at desu/ns-usbloader 2022-12-23 07:46:56 +03:00
338bb699d1 Another one build-system-related fix
desu pushed to master at desu/ns-usbloader 2022-12-23 07:22:09 +03:00
115625e3a3 Correct drone config to archive Launch4j artifact
desu pushed to master at desu/ns-usbloader 2022-12-23 07:08:11 +03:00
55df39923f Correct readme, update few icons, add freedesktop entry and svg icon. Could be useful for packagers.
desu pushed to master at desu/libKonogonka 2022-12-23 06:23:25 +03:00
14479963d5 cosmetic fixes
desu pushed to master at desu/libKonogonka 2022-12-19 21:30:47 +03:00
119b615797 Fix AesCtrBufferedInputStream bug, add few tests