e-ago / bitcracker

BitCracker is the first open source password cracking tool for memory units encrypted with BitLocker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Makefile:2: bitcracker_cuda] Error 127

JustinBuiel opened this issue · comments

I cannot build a bitcracker_cuda file because of error 127. I installed the cuda toolkit and nothing has changed. I'm running this in kali on windows 10 and i've just hit this wall. Probably won't even get a response because this is seemingly abandoned but if anyone would answer I would appreciate it.
====== Build BitCracker CUDA version ======
rm -rf *.o
rm -rf ../build/bitcracker_cudacuda
nvcc -gencode arch=compute_35,code=sm_35 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -Xptxas -v -o bitcracker_cuda main.cu cuda_attack.cu utils.cu w_blocks.cu
make: nvcc: No such file or directory
make: *** [Makefile:2: bitcracker_cuda] Error 127

commented

you need to correctly set you $PATH make nvcc visibile to the Makefile. Or add the full nvcc path in the Makefile