You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reading through the proxmark magic card notes, there's a note that using the UMC C6 / GEN4_CMD_GET_CFG command to retrieve a gen4 card's config may cause the actual config to change on some buggy cards:
Reading through the proxmark magic card notes, there's a note that using the UMC
C6
/ GEN4_CMD_GET_CFG command to retrieve a gen4 card's config may cause the actual config to change on some buggy cards:👉 TODO Using C6 command can change config due to a bug in some cards. CC should be used instead.
https://github.com/RfidResearchGroup/proxmark3/blob/master/doc/magic_cards_notes.md#identify-26
It looks like the nfc_magic tool is issuing that
C6
command when attempting to detect gen4 cards:https://github.com/flipperdevices/flipperzero-good-faps/blob/dev/nfc_magic/magic/protocols/gen4/gen4_poller.c#L107
Perhaps it should instead just issue a
CC
/ GEN4_CMD_GET_REVISION command instead?The text was updated successfully, but these errors were encountered: