mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
quick fix for nfc decode to handle ev1 dumps, untested
This commit is contained in:
@@ -119,6 +119,7 @@ static int CmdNfcDecode(const char *Cmd) {
|
||||
if (bytes_read != MIFARE_4K_MAX_BYTES
|
||||
&& bytes_read != MIFARE_2K_MAX_BYTES
|
||||
&& bytes_read != MIFARE_1K_MAX_BYTES
|
||||
&& bytes_read != MIFARE_1K_EV1_MAX_BYTES
|
||||
&& bytes_read != MIFARE_MINI_MAX_BYTES) {
|
||||
|
||||
uint8_t **pd = &tmp;
|
||||
|
||||
Reference in New Issue
Block a user