1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-13 13:09:49 +04:00

bruteforce sfi 2-3 records 1-5

This commit is contained in:
Methodius
2024-02-12 14:34:11 +09:00
parent 809e1b3aff
commit 11cfbd1ec8
8 changed files with 56 additions and 36 deletions

View File

@@ -147,9 +147,8 @@ static bool emv_parse(const NfcDevice* device, FuriString* parsed_data) {
parsed = true;
}
if(app.pin_attempts_counter != 0xFF) {
furi_string_cat_printf(
parsed_data, "PIN attempts left: %d\n", app.pin_attempts_counter);
if(app.pin_try_counter != 0xFF) {
furi_string_cat_printf(parsed_data, "PIN attempts left: %d\n", app.pin_try_counter);
parsed = true;
}