Closed GoogleCodeExporter closed 9 years ago
here are the changes needed for the latest libnfc trunk
===================================================================
--- mfcuk_keyrecovery_darkside.c (revision 50)
+++ mfcuk_keyrecovery_darkside.c (working copy)
@@ -262,7 +262,7 @@
nfc_configure (pnd, NDO_EASY_FRAMING, false);
// Request plain tag-nonce
- if (!nfc_initiator_transceive_bytes(pnd,abtAuth,4,abtRx,&szRx))
+ if (!nfc_initiator_transceive_bytes(pnd,abtAuth,4,abtRx,&szRx,NULL))
{
return MFCUK_FAIL_COMM;
}
@@ -414,7 +414,7 @@
// Request plain tag-nonce
//printf("Nt: ");
- if (!nfc_initiator_transceive_bytes(pnd,abtAuth,4,abtRx,&szRx))
+ if (!nfc_initiator_transceive_bytes(pnd,abtAuth,4,abtRx,&szRx,NULL))
{
//printf("\n\nFAILURE - Failed to get TAG NONCE!!!\n\n");
return MFCUK_FAIL_COMM;
Original comment by maxx...@gmail.com
on 24 Sep 2011 at 6:30
Should be fixed in r52.
Feel free to feedback :)
Original comment by romu...@libnfc.org
on 25 Sep 2011 at 4:12
Original issue reported on code.google.com by
victor.p...@adyton.net
on 23 Sep 2011 at 8:36