bitlocker

@APTI

I've cloned the bitcracker repo and there were some syntax errors and deperecated API's used which needed to be taken into account which is now fixed, and builds fine.
You can grab it from from my fork here:


Note that this fix will only build OpenCL version not CUDA version.
If you meet the requirements for CUDA simply comment out the following code in build.sh

Bash:
printf "\n====== Build BitCracker CUDA version ======\n"
cd src_CUDA && make clean && make
cd ..
mv src_CUDA/bitcracker_cuda build 2> /dev/null

How to use:

Bash:
sudo apt install opencl-c-headers
git clone [email protected]:metablaster/bitcracker.git
cd bitcracker
./build.sh

You should find executables in build directory.

Builds clean in my case:

output.png
 



Members online


Top