Most recent version on https://gbatemp.net/download/lockpick_rcm-zoria-decscot-source-code.39753/
LockPick 1.9.17 source code
Adds 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