From 9a33e547f3865246ff7034a7338a15e4aa60d4dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?An=C5=BEe=20Jen=C5=A1terle?= Date: Mon, 15 Mar 2021 00:58:38 +0100 Subject: [PATCH] more renaming and explaining --- armsrc/Standalone/hf_craftbyte.c | 4 ++-- doc/md/Use_of_Proxmark/4_Advanced-compilation-parameters.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/armsrc/Standalone/hf_craftbyte.c b/armsrc/Standalone/hf_craftbyte.c index d2f1eda94..dd4f54345 100644 --- a/armsrc/Standalone/hf_craftbyte.c +++ b/armsrc/Standalone/hf_craftbyte.c @@ -36,12 +36,12 @@ typedef struct { } PACKED card_clone_t; void ModInfo(void) { - DbpString("hf_craftbyte: standalone DESfire that scans a card and then emulates UID, SAK and ATQA"); + DbpString("hf_craftbyte: standalone UID Stealer - Scans and emulates 14a UID"); } void RunMod(void) { StandAloneMode(); - Dbprintf("HF DESfire emulator started"); + Dbprintf("HF UID emulator started"); FpgaDownloadAndGo(FPGA_BITSTREAM_HF); // the main loop for your standalone mode diff --git a/doc/md/Use_of_Proxmark/4_Advanced-compilation-parameters.md b/doc/md/Use_of_Proxmark/4_Advanced-compilation-parameters.md index 0b17be23e..8f49e0b15 100644 --- a/doc/md/Use_of_Proxmark/4_Advanced-compilation-parameters.md +++ b/doc/md/Use_of_Proxmark/4_Advanced-compilation-parameters.md @@ -90,7 +90,7 @@ Here are the supported values you can assign to `STANDALONE` in `Makefile.platfo | HF_14ASNIFF | 14a sniff storing to flashmem - Micolous | HF_AVEFUL | MIFARE Ultralight read/simulation - Ave Ozkal | HF_BOG | 14a sniff with ULC/ULEV1/NTAG auth storing in flashmem - Bogito -| HF_CRAFTBYTE | UID Stealer - Anze Jensterle +| HF_CRAFTBYTE | UID stealer - Emulates scanned 14a UID - Anze Jensterle | HF_COLIN | Mifare ultra fast sniff/sim/clone - Colin Brigato | HF_ICECLASS | iCLASS 4-1 mode sim/read & dump/loclass/glitch & config to flashmem - Iceman1001 | HF_LEGIC | HF Legic Prime standalone - uhei