From cd76926c746f746162cf9f0093f6df029bb79f96 Mon Sep 17 00:00:00 2001 From: noproto Date: Mon, 23 Sep 2024 19:13:20 -0400 Subject: [PATCH] Note minor inefficiency --- applications/main/nfc/scenes/nfc_scene_mf_classic_dict_attack.c | 1 + 1 file changed, 1 insertion(+) diff --git a/applications/main/nfc/scenes/nfc_scene_mf_classic_dict_attack.c b/applications/main/nfc/scenes/nfc_scene_mf_classic_dict_attack.c index 434680d54..6340eebf5 100644 --- a/applications/main/nfc/scenes/nfc_scene_mf_classic_dict_attack.c +++ b/applications/main/nfc/scenes/nfc_scene_mf_classic_dict_attack.c @@ -6,6 +6,7 @@ #define TAG "NfcMfClassicDictAttack" // TODO: Fix lag when leaving the dictionary attack view after Hardnested +// TODO: Re-enters backdoor detection between user and system dictionary if no backdoor is found typedef enum { DictAttackStateUserDictInProgress,