unleashed-firmware/applications/main/nfc/plugins/supported_cards
Nick Mooney f6eb79e1e5
NFC: Add support for Gallagher access control (MIFARE Classic only) (#3306)
* Merge remote-tracking branch 'origin/dev' into dev
* Add basic API interface (inspired by advanced plugins example), modify NfcSupportedCardsLoadContext to contain a pointer to a resolver
* WIP: API resolver implemented / passed to plugin via context, still having resolution issues
* Attempt to add constants to the nfc_app_api_table list
* WIP: We're defining the constants directly in nfc_app_api.c to see if this fixes our woes, which it does not.
* WIP: Remove furi_assert(false) (lmao)
* Working implementation of Gallagher decoding via exposed plugin API
* lib: api_hashtable: change log level for symbol not found message
* nfc app: alloc composite resolver along with supported cards
* nfc app: rework nfc api structure
* nfc app: fix memory leakage in supported cards

Co-authored-by: gornekich <n.gorbadey@gmail.com>
2024-02-09 15:00:17 +07:00
..
aime.c NFC: MF Classic parsers read() fix (dictionary attack skip) (#3355) 2024-02-06 20:53:42 +04:00
all_in_one.c NFC refactoring (#3050) 2023-10-24 12:08:09 +09:00
clipper.c Add an NFC parser for the San Francisco Bay Area "Clipper" transit card. (#3344) 2024-02-06 21:47:44 +04:00
gallagher.c NFC: Add support for Gallagher access control (MIFARE Classic only) (#3306) 2024-02-09 15:00:17 +07:00
hid.c NFC: MF Classic parsers read() fix (dictionary attack skip) (#3355) 2024-02-06 20:53:42 +04:00
itso.c ITSO Parser (UK) (#3325) 2024-02-06 18:55:38 +00:00
mykey.c Fix MyKey production date parsing (#3332) 2024-01-10 22:49:30 +09:00
myki.c NFC refactoring (#3050) 2023-10-24 12:08:09 +09:00
nfc_supported_card_plugin.h NFC refactoring (#3050) 2023-10-24 12:08:09 +09:00
opal.c NFC refactoring (#3050) 2023-10-24 12:08:09 +09:00
plantain.c [FL-3661] Troika layout fixes (#3365) 2024-02-06 21:29:17 +04:00
troika.c [FL-3661] Troika layout fixes (#3365) 2024-02-06 21:29:17 +04:00
two_cities.c [FL-3661] Troika layout fixes (#3365) 2024-02-06 21:29:17 +04:00
umarsh.c NFC: parsers minor cleanup (#3329) 2024-01-10 20:55:45 +09:00
washcity.c NFC: parsers minor cleanup (#3329) 2024-01-10 20:55:45 +09:00