aboutsummaryrefslogtreecommitdiffstats
path: root/tools/nv_data-sim-unlock.c
Commit message (Collapse)AuthorAgeFilesLines
* mergepatches-todo/nv_data-sim-unlockDenis 'GNUtoo' Carikli2023-09-031-3/+27
| | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
* tools: add tool to bruteforce sim unlock codesDenis 'GNUtoo' Carikli2023-09-031-0/+174
This was made for the Galaxy SII (GT-I9100), and while the bruteforce was verified against articles online, it doesn't work on Replicant yet, probably because there is still things missing in libsamsung-ipc to do the proper unlock. TODO: - make hashcat work on Guix: test: hashcat -I => works on Parabola where it finds opencl-icd-loader - Handle errors - Test on a real device, probably after implementing the missing support in Replicant. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>