mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-25 09:33:10 +08:00
text
This commit is contained in:
parent
cbab48659e
commit
b65dc0a4c8
1 changed files with 4 additions and 0 deletions
|
@ -522,6 +522,10 @@ int CmdLFHitagWriter(const char *Cmd) {
|
|||
}
|
||||
|
||||
int CmdLFHitagDump(const char *cmd) {
|
||||
PrintAndLogEx(INFO, "Dumping of tag memory");
|
||||
PrintAndLogEx(INFO, "To be done!");
|
||||
|
||||
char ctmp = tolower(param_getchar(Cmd, 0));
|
||||
return usage_hitag_dump();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue