Дата: Суббота, 01.06.2019, 11:03:02 | Сообщение # 1
••
Сообщений: 2457
отключен
1.9.2 Lockpick RCM - пейлоад Nintendo Switch, который генерирует ключи шифрования для использования в программном обеспечении для обработки файлов Switch таких как hactool, hactoolnet/LibHac, ChoiDujour и т.д., без загрузки Horizon ос. автор и редактор темы: dw_tn.
Дата: Суббота, 02.11.2019, 12:17:40 | Сообщение # 3
••
Сообщений: 2457
отключен
Для загрузки/обновления доступна версия 1.7.1
Цитата
1.7.1 Fixes freezes under certain conditions, now has a Payload menu like Hekate's that allows chainloading to payloads in bootloader/payloads, atmosphere/reboot_payload.bin, or ReiNX.bin
1.7.0 Lockpick_RCM now parses the ES save files correctly for much quicker Titlekey extraction, ie linear in number of titlekeys rather than checking the whole save container Huge thanks to @Thealexbarney for an excellent source of truth on save parsing in the form of https://github.com/Thealexbarney/LibHac/ and for answering so many questions about it on top of all the hard work reversing FS and constantly improving LibHac Also corrected a major bug in Hekate's heap code (please do the same if you use Hekate code in your own projects! ref CTCaer/hekate#300 ) and eliminated a few of my own memory leaks, both guaranteed and potential
1.6.4 File write validation is sufficient
1.6.3 Fixes bad directory check preventing writing keyfiles
1.6.2 Catch uncommon errors reading Sept files. Also added a few new SD Save keys that aren't really useful to anyone except researchers. See LibHac for usage. Reduced size of large module for future expansion.
1.6.1 When I added Minerva and titlekey dumping I moved the key save text buffer from a zero-initialized stack array to the heap, and forgot to zero-initialize, followed by many perilous calls to strlen on the buffer which wasn't guaranteed any nulls to terminate! This resulted in a hang while saving keys and/or corrupt key files.
1.6.0 Added titlekey dumping! With CTCaer's Minerva it runs in 20-25s depending on sys/emunand, or 40-50s without. Also added key generation number display to main menu to help guide your sysnand/emunand dumping decision.
1.5.0 Now lets users choose whether to dump keys from sysNAND or emuMMC. Also a fix for BIS key generation on consoles released after firmware 5.0.0 (presently it's rare that these have code execution, but eventually this will apply to more).
1.4.0 Also added BPMP overclock To do: add option to dump keys from emummc fix bis key generation for newer unpatched consoles
Дата: Четверг, 16.04.2020, 14:17:08 | Сообщение # 4
••
Сообщений: 2457
отключен
Для загрузки/обновления доступна версия 1.8.2
Цитата
Version 10.0.0, in addition to having new key offsets, expands the 80000000000000E1 common ticket save. This revealed a bug in remap init code, now fixed. Also fixed a bug caused by missing ES saves.