From da1c79503ee051bbd469f2f5308ad36c29a63606 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Mon, 26 Aug 2024 11:29:08 +0200 Subject: [PATCH] typo in mfc tool path, thanks NVX! --- armsrc/mifaresim.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/armsrc/mifaresim.c b/armsrc/mifaresim.c index 4cb6ae74b..68f4a4769 100644 --- a/armsrc/mifaresim.c +++ b/armsrc/mifaresim.c @@ -1364,7 +1364,7 @@ void Mifare1ksim(uint16_t flags, uint8_t exitAfterNReads, uint8_t *datain, uint1 , ar_nr_resp[i].sector , (ar_nr_resp[i].keytype == AUTHKEYA) ? "key A" : "key B" ); - Dbprintf("../tools/mfc_card_reader/mfkey32 %08x %08x %08x %08x %08x %08x", + Dbprintf("../tools/mfc/card_reader/mfkey32 %08x %08x %08x %08x %08x %08x", ar_nr_resp[i].cuid, //UID ar_nr_resp[i].nonce, //NT ar_nr_resp[i].nr, //NR1 @@ -1383,7 +1383,7 @@ void Mifare1ksim(uint16_t flags, uint8_t exitAfterNReads, uint8_t *datain, uint1 , ar_nr_resp[i].sector , (ar_nr_resp[i].keytype == AUTHKEYB) ? "key A" : "key B" ); - Dbprintf("../tools/mfc_card_reader/mfkey32v2 %08x %08x %08x %08x %08x %08x %08x", + Dbprintf("../tools/mfc/card_reader/mfkey32v2 %08x %08x %08x %08x %08x %08x %08x", ar_nr_resp[i].cuid, //UID ar_nr_resp[i].nonce, //NT ar_nr_resp[i].nr, //NR1