mirror of
https://github.com/s1204IT/Lockpick_RCM.git
synced 2024-11-08 11:31:43 +00:00
Update readme
This commit is contained in:
parent
21e8ca6204
commit
3b6f356460
1 changed files with 4 additions and 7 deletions
11
README.md
11
README.md
|
@ -6,8 +6,9 @@ Due to changes imposed by firmware 7.0.0, Lockpick homebrew can no longer derive
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
=
|
=
|
||||||
* Launch Lockpick_RCM.bin using your favorite payload injector
|
* It is highly recommended, but not required, to place Minerva on SD from the latest [Hekate](https://github.com/CTCaer/hekate/releases) for best performance, especially while dumping titlekeys - the file and path is `/bootloader/sys/libsys_minerva.bso`
|
||||||
* Upon completion, keys will be saved to `/switch/prod.keys` on SD
|
* Launch Lockpick_RCM.bin using your favorite payload injector or chainloader
|
||||||
|
* Upon completion, keys will be saved to `/switch/prod.keys` and titlekeys to `/switch/title.keys` on SD
|
||||||
* If the console has Firmware 7.x or higher, the `/sept/` folder from [Atmosphère](https://github.com/Atmosphere-NX/Atmosphere/releases) or [Kosmos](https://github.com/AtlasNX/Kosmos/releases) release zip must be present on SD or else only keyblob master key derivation is possible (ie. up to `master_key_05` only)
|
* If the console has Firmware 7.x or higher, the `/sept/` folder from [Atmosphère](https://github.com/Atmosphere-NX/Atmosphere/releases) or [Kosmos](https://github.com/AtlasNX/Kosmos/releases) release zip must be present on SD or else only keyblob master key derivation is possible (ie. up to `master_key_05` only)
|
||||||
|
|
||||||
Building
|
Building
|
||||||
|
@ -16,8 +17,4 @@ Install [devkitARM](https://devkitpro.org/) and run `make`.
|
||||||
|
|
||||||
Massive Thanks to CTCaer!
|
Massive Thanks to CTCaer!
|
||||||
=
|
=
|
||||||
This software is heavily based on [Hekate](https://github.com/CTCaer/hekate). Beyond that, CTCaer was exceptionally helpful in the development of this project, lending loads of advice, expertise, and humor.
|
This software is heavily based on [Hekate](https://github.com/CTCaer/hekate). Beyond that, CTCaer was exceptionally helpful in the development of this project, lending loads of advice, expertise, and humor.
|
||||||
|
|
||||||
Known Issues
|
|
||||||
=
|
|
||||||
* Chainloading from SX will hang immediately due to quirks in their hwinit code, please launch payload directly
|
|
Loading…
Reference in a new issue