From 3b6f3564607699231c54e9eebd5e1c3fbbf9bd53 Mon Sep 17 00:00:00 2001 From: shchmue Date: Sun, 29 Sep 2019 23:12:23 -0600 Subject: [PATCH] Update readme --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 48e7667..bd13c65 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,9 @@ Due to changes imposed by firmware 7.0.0, Lockpick homebrew can no longer derive Usage = -* Launch Lockpick_RCM.bin using your favorite payload injector -* Upon completion, keys will be saved to `/switch/prod.keys` on SD +* 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` +* 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) Building @@ -16,8 +17,4 @@ Install [devkitARM](https://devkitpro.org/) and run `make`. 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. - -Known Issues -= -* Chainloading from SX will hang immediately due to quirks in their hwinit code, please launch payload directly \ No newline at end of file +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. \ No newline at end of file