Skip to content

Releases: impeeza/Lockpick_RCMDecScots

Release 1.9.20

Choose a tag to compare

@github-actions github-actions released this 24 Jul 07:15
6ebf0fc

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

Choose a tag to compare

@github-actions github-actions released this 17 Mar 21:44
a41f161

Changelog:

Add support to Firmware 22.0.0

Huge thanks to @THZoria

1TB Support

Choose a tag to compare

@impeeza impeeza released this 21 Dec 21:56
31b48c7

Add Support for 1TB+ SD Cards

Thanks to @Sandmann01 for the code.

v1.9.16

Choose a tag to compare

@impeeza impeeza released this 11 Nov 08:11
415bea5

Firmware 21.0.0 basic support

  • Add support to Firmware 21.0.0

!!SILENTLY UPDATED 2025_11_23!!

v1.9.15

Choose a tag to compare

@impeeza impeeza released this 07 May 15:22
415bea5

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

Pre-release

Choose a tag to compare

@impeeza impeeza released this 01 May 21:24
a880eea

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.