Research, development and trades concerning the powerful Proxmark3 device.
Remember; sharing is caring. Bring something back to the community.
"Learn the tools of the trade the hard way." +Fravia
You are not logged in.
Time changes and with it the technology
Proxmark3 @ discord
Users of this forum, please be aware that information stored on this site is not private.
Hi Iceman,
i tried to compile the latest pull and it gives this error at the end:
mifareutil.c: In function 'mifare_ultra_auth':
mifareutil.c:280:2: error: implicit declaration of function 'tdes_2key_dec' [-Werror=implicit-function-declaration]
tdes_2key_dec(random_b, enc_random_b, sizeof(random_b), key, IV );
^
mifareutil.c:300:2: error: implicit declaration of function 'tdes_2key_enc' [-Werror=implicit-function-declaration]
tdes_2key_enc(rnd_ab, rnd_ab, sizeof(rnd_ab), key, enc_random_b);
^
cc1.exe: all warnings being treated as errors
make[1]: *** [obj/mifareutil.o] Error 1
make[1]: Leaving directory `/home/user/proxmark3/armsrc'
make: *** [armsrc/all] Error 2
Offline
seems like it's listed here:
https://github.com/iceman1001/proxmark3/issues/71
will wait for fix, thanks!
Last edited by phiber (2017-01-24 14:34:29)
Offline
indeed, there is already an issue open
Offline
I think with the latest commits it should compile again.
Offline