flipperzero-firmware/lib/nfc_protocols
Gary b4125f1f9c
Fix for issue #1019, HardFault on certain types of credit/bank cards. (#1211)
The country_code does not always have extra pad bytes, so incrementing the index by 2 in emv_decode_read_sfi_record() was too much.

Co-authored-by: Gary <gary@x1z.net>
Co-authored-by: gornekich <n.gorbadey@gmail.com>
2022-05-11 13:19:32 +03:00
..
crypto1.c [FL-1396] Mifare Classic read (#1034) 2022-03-24 01:14:34 +03:00
crypto1.h [FL-1396] Mifare Classic read (#1034) 2022-03-24 01:14:34 +03:00
emv.c Fix for issue #1019, HardFault on certain types of credit/bank cards. (#1211) 2022-05-11 13:19:32 +03:00
emv.h [FL-2369] NFC refactoring (#1095) 2022-04-19 18:23:58 +03:00
mifare_classic.c [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00
mifare_classic.h [FL-1396] Mifare Classic read (#1034) 2022-03-24 01:14:34 +03:00
mifare_common.c [FL-2369] NFC refactoring (#1095) 2022-04-19 18:23:58 +03:00
mifare_common.h [FL-2369] NFC refactoring (#1095) 2022-04-19 18:23:58 +03:00
mifare_desfire.c [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00
mifare_desfire.h Nfc: add basic Mifare DESFire support (#1024) 2022-03-23 16:45:37 +03:00
mifare_ultralight.c [FL-2507] Fix NTAG21x emulation fix (#1179) 2022-04-28 19:09:52 +03:00
mifare_ultralight.h [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00
nfc_util.c [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00
nfc_util.h [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00
nfca.c [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00
nfca.h [FL-1396] Mifare Classic read (#1034) 2022-03-24 01:14:34 +03:00