Merge branch 'ofw_dev' into dev [ci skip]

This commit is contained in:
MX
2024-02-09 22:04:24 +03:00
44 changed files with 1698 additions and 137 deletions

View File

@@ -33,6 +33,7 @@
#include "helpers/nfc_emv_parser.h"
#include "helpers/mf_classic_key_cache.h"
#include "helpers/nfc_supported_cards.h"
#include "helpers/slix_unlock.h"
#include <dialogs/dialogs.h>
#include <storage/storage.h>
@@ -130,6 +131,7 @@ struct NfcApp {
NfcListener* listener;
MfUltralightAuth* mf_ul_auth;
SlixUnlock* slix_unlock;
NfcMfClassicDictAttackContext nfc_dict_context;
Mfkey32Logger* mfkey32_logger;
MfUserDict* mf_user_dict;