mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
quick fix for nfc decode to handle ev1 dumps, untested
This commit is contained in:
parent
f13c0740ec
commit
70389e55b1
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue