From 73dd5a23e4e2633b8444e77c420355bd7875b793 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?An=C5=BEe=20Jen=C5=A1terle?= Date: Mon, 15 Mar 2021 00:55:25 +0100 Subject: [PATCH] fixed help for standalone --- armsrc/Standalone/Makefile.hal | 2 +- armsrc/Standalone/hf_craftbyte.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/armsrc/Standalone/Makefile.hal b/armsrc/Standalone/Makefile.hal index 78d65cbd7..b0e343b0b 100644 --- a/armsrc/Standalone/Makefile.hal +++ b/armsrc/Standalone/Makefile.hal @@ -50,7 +50,7 @@ define KNOWN_STANDALONE_DEFINITIONS | HF_COLIN | Mifare ultra fast sniff/sim/clone | | (RDV4 only) | - Colin Brigato | +----------------------------------------------------------+ -| HF_CRAFTBYTE | UID stealer | +| HF_CRAFTBYTE | UID stealer - Emulates scanned 14a UID | | | - Anze Jensterle | +----------------------------------------------------------+ | HF_ICECLASS | Simulate HID iCLASS legacy ags | diff --git a/armsrc/Standalone/hf_craftbyte.c b/armsrc/Standalone/hf_craftbyte.c index 20a64bf00..d2f1eda94 100644 --- a/armsrc/Standalone/hf_craftbyte.c +++ b/armsrc/Standalone/hf_craftbyte.c @@ -36,7 +36,7 @@ typedef struct { } PACKED card_clone_t; void ModInfo(void) { - DbpString("hf_emuldes: standalone DESfire that scans a card and then emulates UID, SAK and ATQA"); + DbpString("hf_craftbyte: standalone DESfire that scans a card and then emulates UID, SAK and ATQA"); } void RunMod(void) {