mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
formatting
This commit is contained in:
parent
34bae8adcf
commit
029e75e866
1 changed files with 3 additions and 3 deletions
|
@ -1358,13 +1358,13 @@ static command_t CommandTable[] = {
|
||||||
{"help", CmdHelp, 1, "This help"},
|
{"help", CmdHelp, 1, "This help"},
|
||||||
{"list", CmdHF14AList, 0, "[Deprecated] List ISO 14443-a history"},
|
{"list", CmdHF14AList, 0, "[Deprecated] List ISO 14443-a history"},
|
||||||
{"info", CmdHF14AInfo, 0, "Tag information"},
|
{"info", CmdHF14AInfo, 0, "Tag information"},
|
||||||
{"reader", CmdHF14AReader, 0, "Act like an ISO14443-a reader"},
|
{"reader", CmdHF14AReader, 0, "Act like an ISO14443-a reader"},
|
||||||
{"cuids", CmdHF14ACUIDs, 0, "<n> Collect n>0 ISO14443-a UIDs in one go"},
|
{"cuids", CmdHF14ACUIDs, 0, "<n> Collect n>0 ISO14443-a UIDs in one go"},
|
||||||
{"sim", CmdHF14ASim, 0, "<UID> -- Simulate ISO 14443-a tag"},
|
{"sim", CmdHF14ASim, 0, "<UID> -- Simulate ISO 14443-a tag"},
|
||||||
{"sniff", CmdHF14ASniff, 0, "sniff ISO 14443-a traffic"},
|
{"sniff", CmdHF14ASniff, 0, "sniff ISO 14443-a traffic"},
|
||||||
{"apdu", CmdHF14AAPDU, 0, "Send ISO 14443-4 APDU to tag"},
|
{"apdu", CmdHF14AAPDU, 0, "Send ISO 14443-4 APDU to tag"},
|
||||||
{"chaining", CmdHF14AChaining, 0, "Control ISO 14443-4 input chaining"},
|
{"chaining", CmdHF14AChaining, 0, "Control ISO 14443-4 input chaining"},
|
||||||
{"raw", CmdHF14ACmdRaw, 0, "Send raw hex data to tag"},
|
{"raw", CmdHF14ACmdRaw, 0, "Send raw hex data to tag"},
|
||||||
{"antifuzz", CmdHF14AAntiFuzz, 0, "Fuzzing the anticollision phase. Warning! Readers may react strange"},
|
{"antifuzz", CmdHF14AAntiFuzz, 0, "Fuzzing the anticollision phase. Warning! Readers may react strange"},
|
||||||
{NULL, NULL, 0, NULL}
|
{NULL, NULL, 0, NULL}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue