LockPick 1.9.18 source code
Adds support to Firmware 22.0.0 and also support to 1TB+ SD Cards, thanks to @Sandmann for the changes in the code.
This is a Git copy of the latest https://github.com/dezem/lockpick_RCM/ repo (currently DCMAded) and tweaked by zoria.
To build it you need a Working DevKitPro environment, with the packages, By example, on MinGW64:
Extract this zip file con your home folder and then you can build it using:
A folder called Output is created where the Lockpick_RCM.bin file is created.
For clean the repository for changes made, you can run the command:
Adds support to Firmware 22.0.0 and also support to 1TB+ SD Cards, thanks to @Sandmann for the changes in the code.
This is a Git copy of the latest https://github.com/dezem/lockpick_RCM/ repo (currently DCMAded) and tweaked by zoria.
To build it you need a Working DevKitPro environment, with the packages, By example, on MinGW64:
Bash:
pacman -Syuu --noconfirm devkitARM mingw-w64-x86_64-gcc git make devkit-env
Extract this zip file con your home folder and then you can build it using:
Bash:
cd ~/Lockpick_RCM
make -j
A folder called Output is created where the Lockpick_RCM.bin file is created.
For clean the repository for changes made, you can run the command:
Bash:
make clean
- Change log
- Adds support to Firmware 22.0.0