mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-26 17:16:22 +08:00
text
This commit is contained in:
parent
7567e7601d
commit
2537fbde20
1 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@
|
||||||
#include "mifare/ndef.h" // NDEFRecordsDecodeAndPrint
|
#include "mifare/ndef.h" // NDEFRecordsDecodeAndPrint
|
||||||
#include "aidsearch.h"
|
#include "aidsearch.h"
|
||||||
|
|
||||||
#define MAX_14B_TIMEOUT 40542464U // = (2^32-1) * (8*16) / 13560000Hz * 1000ms/s
|
#define MAX_14B_TIMEOUT (4949000U >> 2)
|
||||||
#define TIMEOUT 2000
|
#define TIMEOUT 2000
|
||||||
#define APDU_TIMEOUT 2000
|
#define APDU_TIMEOUT 2000
|
||||||
|
|
||||||
|
@ -1931,7 +1931,7 @@ static command_t CommandTable[] = {
|
||||||
{"sim", CmdHF14BSim, IfPm3Iso14443b, "Fake ISO 14443B tag"},
|
{"sim", CmdHF14BSim, IfPm3Iso14443b, "Fake ISO 14443B tag"},
|
||||||
{"sniff", CmdHF14BSniff, IfPm3Iso14443b, "Eavesdrop ISO 14443B"},
|
{"sniff", CmdHF14BSniff, IfPm3Iso14443b, "Eavesdrop ISO 14443B"},
|
||||||
{"rdbl", CmdHF14BSriRdBl, IfPm3Iso14443b, "Read SRI512/SRIX4x block"},
|
{"rdbl", CmdHF14BSriRdBl, IfPm3Iso14443b, "Read SRI512/SRIX4x block"},
|
||||||
{"sriwrite", CmdHF14BWriteSri, IfPm3Iso14443b, "Write data to a SRI512 | SRIX4K tag"},
|
{"sriwrite", CmdHF14BWriteSri, IfPm3Iso14443b, "Write data to a SRI512 or SRIX4K tag"},
|
||||||
// {"valid", srix4kValid, AlwaysAvailable, "srix4k checksum test"},
|
// {"valid", srix4kValid, AlwaysAvailable, "srix4k checksum test"},
|
||||||
{NULL, NULL, NULL, NULL}
|
{NULL, NULL, NULL, NULL}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue