CaffeineAddict
Well-Known Member
@APTI
I've cloned the
You can grab it from from my fork here:
github.com
Note that this fix will only build
If you meet the requirements for
How to use:
You should find executables in
Builds clean in my case:
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:
GitHub - metablaster/bitcracker: BitCracker is the first open source password cracking tool for memory units encrypted with BitLocker
BitCracker is the first open source password cracking tool for memory units encrypted with BitLocker - metablaster/bitcracker
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: