Releases: impeeza/Lockpick_RCMDecScots
Release list
Release 1.9.20
Changelog:
Merge pull request #8 from impeeza/impeeza-BTH-Rewrite
a similar pull request is filed here sthetix/Lockpick_RCM_Pro#4
changelog:
refactors master key derivation process by utilizing falcon hw secret 0x26
consolidates mariko master key derivation path
new:
adds the ability for lockpick_rcm to pull new key sources from package1, without knowing the existence of the key revision or key source; making it not require an update to produce the latest key revisions.
( this involves opening the system partition, finding two specific ncas, using first ones header to find out key revision; then the second nca's romfs, to then find package1, to then decrypt package1, to then find the master_kek_source inside the decrypted package1, to then generate the key revision the master_kek_source is tied to )
Thanks to @borntohonk for the code
Release 1.9.18
1TB Support
Add Support for 1TB+ SD Cards
Thanks to @Sandmann01 for the code.
v1.9.16
v1.9.15
Update keys.c
The text_buffer_size is increased from 16K to 32K, was the culprit of the crash or freeze on Erista consoles.
Thanks to @THZoria @Shadow256 @muxi @urherenow and the guys on GBATemp for all the testing and work finding this little bugger
Full Changelog: v1.9.14...v1.9.15
Please download again a silent update was deployed.
Firmware 20.0.0 basic support
Add support to Firmware 20.0.0
Correct some indents
Correct some comments and add function names on Atmosphère's files
Homogenize commas at the end of Arrays members list.