Merge remote-tracking branch 'OFW/dev' into dev

This commit is contained in:
MX
2024-04-10 15:18:09 +03:00
22 changed files with 1186 additions and 85 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/felica_auth.h"
#include "helpers/slix_unlock.h"
#include <dialogs/dialogs.h>
@@ -130,6 +131,7 @@ struct NfcApp {
NfcScanner* scanner;
NfcListener* listener;
FelicaAuthenticationContext* felica_auth;
MfUltralightAuth* mf_ul_auth;
SlixUnlock* slix_unlock;
NfcMfClassicDictAttackContext nfc_dict_context;