aczid / crypto1_bs

Bitsliced Crypto-1 brute-forcer
200 stars 78 forks source link

I can't compiling> fatal error: nfc/nfc.h: No such file or directory #10

Closed axiomatico closed 8 years ago

axiomatico commented 8 years ago

Hi, i use kali linux with libnfc preinstalled, when i try to compile crypto1_bs i get this error:

libnfc_crypto1_crack.c:292:21: fatal error: nfc/nfc.h: No such file or directory compilation terminated. Makefile:12: recipe for target 'all' failed

What can i do?

Thanks

aczid commented 8 years ago

Install libnfc-dev or libnfc-devel from your package manager, or use the git version.

axiomatico commented 8 years ago

Thank you for your great support aczid. With the latest version of Kali Linux libnfc is already installed, but I'll try your advice and i comment here the results. Thanks again aczid!

axiomatico commented 8 years ago

Program compiled successfully under ubuntu desktop 14.04 64bit without any problem.

Thanks to aczid.

aczid commented 8 years ago

Happy to hear it, thanks for confirming that it works.

axiomatico commented 8 years ago

Tested on Kali 2016.1 and works perfec too. Regards.