NFC app UI updates, MVP

This commit is contained in:
noproto
2024-09-03 15:19:12 -04:00
parent 3cb3eab118
commit 92122b2cdf
7 changed files with 115 additions and 10 deletions

View File

@@ -97,6 +97,9 @@ typedef struct {
bool is_key_attack;
uint8_t key_attack_current_sector;
bool is_card_present;
uint8_t nested_phase;
uint8_t prng_type;
uint8_t backdoor;
} NfcMfClassicDictAttackContext;
struct NfcApp {