From e71e0cf46fcef7f8128dd1da1c0f2f880f5cca57 Mon Sep 17 00:00:00 2001 From: ry4000 <154689120+ry4000@users.noreply.github.com> Date: Mon, 3 Nov 2025 15:36:16 +1100 Subject: [PATCH] R&Y: Update Progress Interval in `cmdhfmfdes.c` `hf mfdes bruteaid` progress will intervally show the bruteforce AID progress from 0.0% to 100.0%. Other text updates have also been made. Signed-off-by: ry4000 <154689120+ry4000@users.noreply.github.com> --- client/src/cmdhfmfdes.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/cmdhfmfdes.c b/client/src/cmdhfmfdes.c index fcf88fe86..d10c011ab 100644 --- a/client/src/cmdhfmfdes.c +++ b/client/src/cmdhfmfdes.c @@ -2233,7 +2233,7 @@ static int CmdHF14ADesBruteApps(const char *Cmd) { } float progress = 100.0 * (float)(id - idStart) / ((float)(idEnd - idStart)); - PrintAndLogEx(INPLACE, "Brute DESFire AID Progress " _YELLOW_("%0.001f") " %% current AID: %06X", progress, id); + PrintAndLogEx(INPLACE, "Brute DESFire AID Progress " _YELLOW_("%0.1f") " %% current AID: %06X", progress, id); res = DesfireSelectAIDHexNoFieldOn(&dctx, id); @@ -2251,7 +2251,7 @@ static int CmdHF14ADesBruteApps(const char *Cmd) { // MIAFRE DESFire Authentication // keys: -// NR DESC KEYLENGHT +// NR DESC KEYLENGTH // ------------------------ // 1 = DES 8 // 2 = 3DES 16