From 61332b39a490479b2a181805378ed2bf3b319e3a Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Wed, 17 Dec 2025 10:02:46 +0100 Subject: [PATCH] ulaes dump: read version, sig, counters, etc --- client/src/cmdhfmfu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdhfmfu.c b/client/src/cmdhfmfu.c index fe69b31cd..e119abdbd 100644 --- a/client/src/cmdhfmfu.c +++ b/client/src/cmdhfmfu.c @@ -3471,7 +3471,7 @@ static int CmdHF14AMfUDump(const char *Cmd) { // not ul_c and not std ul then attempt to collect info like // VERSION, SIGNATURE, COUNTERS, TEARING, PACK, - if (!(tagtype & MFU_TT_UL_C || tagtype & MFU_TT_UL_AES || tagtype & MFU_TT_UL || tagtype & MFU_TT_MY_D_MOVE || tagtype & MFU_TT_MY_D_MOVE_LEAN)) { + if (!(tagtype & MFU_TT_UL_C || tagtype & MFU_TT_UL || tagtype & MFU_TT_MY_D_MOVE || tagtype & MFU_TT_MY_D_MOVE_LEAN)) { // attempt to read pack bool has_key = (has_auth_key || has_pwd); uint8_t get_pack[] = {0, 0};