mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
text
This commit is contained in:
parent
f5147cb5cf
commit
8587b93e0d
1 changed files with 1 additions and 1 deletions
|
@ -1198,7 +1198,7 @@ static int CmdHF14ACmdRaw(const char *Cmd) {
|
||||||
|
|
||||||
CLIParserContext *ctx;
|
CLIParserContext *ctx;
|
||||||
CLIParserInit(&ctx, "hf 14a raw",
|
CLIParserInit(&ctx, "hf 14a raw",
|
||||||
"Sends an raw bytes over ISO14443a. With option to use TOPAZ 14a mode.",
|
"Sends raw bytes over ISO14443a. With option to use TOPAZ 14a mode.",
|
||||||
"hf 14a raw -sc 3000 -> select, crc, where 3000 == 'read block 00'\n"
|
"hf 14a raw -sc 3000 -> select, crc, where 3000 == 'read block 00'\n"
|
||||||
"hf 14a raw -ak -b 7 40 -> send 7 bit byte 0x40\n"
|
"hf 14a raw -ak -b 7 40 -> send 7 bit byte 0x40\n"
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue