mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-11 02:31:23 +08:00
text
This commit is contained in:
parent
d20a5f49dd
commit
d5aee1bd00
2 changed files with 3 additions and 4 deletions
|
@ -1303,10 +1303,10 @@ static int CmdHF15WriteAfi(const char *Cmd) {
|
|||
// Writes the DSFID (Data Storage Format Identifier) of a card
|
||||
static int CmdHF15WriteDsfid(const char *Cmd) {
|
||||
CLIParserContext *ctx;
|
||||
CLIParserInit(&ctx, "hf 15 writedsfi",
|
||||
CLIParserInit(&ctx, "hf 15 writedsfid",
|
||||
"Write DSFID on card",
|
||||
"hf 15 writedsfi -* --dsfid 12\n"
|
||||
"hf 15 writedsfi -u E011223344556677 --dsfid 12"
|
||||
"hf 15 writedsfid -* --dsfid 12\n"
|
||||
"hf 15 writedsfid -u E011223344556677 --dsfid 12"
|
||||
);
|
||||
|
||||
void *argtable[6+2] = {};
|
||||
|
|
|
@ -5,4 +5,3 @@ hf 15 rdbl
|
|||
hf 15 readmulti
|
||||
hf 15 restore
|
||||
hf 15 wrbl
|
||||
hf 15 writedsfid
|
||||
|
|
Loading…
Reference in a new issue