Diese Version erkennt Marikos BOOT0 und verhindert dort die Aktivierung von AutoRCM. Die Firmware 10.1.0 und 10.1.1 werden auch erkannt, letztere erschien nur in China. Zudem wurden einige Fehler behoben; so skaliert das Programm nun richtig und die geöffnete Datei/das geöffnete Gerät lässt sich schließen.
* Added support for mariko's BOOT0 (prevent autoRCM activation for mariko) * Added firmware detection support for 10.1.0 & 10.1.1 (CHN) * Fixed a bug caused by a nullptr when creating rawbased emunand from FULL NAND * Fixed segmentation fault in NxHandle destructor * Fixed a bug occuring when some bis keys were missing from keyset file * Output file handle is now correctly freed after copying GUI : * UI scaling implementation (many thanks to Chrscool8 for his contribution) * You can now close an opened file/drive from 'File' menu (to release file handle) CLI : * New option --crypto_check : Validate crypto for a given keyset file (-keyset) and input (-i) * Fixed a bug when displaying remaining time * Encryption/decryption for FULL NAND was broken, fixed