mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 05:13:46 -07: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) {
|
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();
|
return usage_hitag_dump();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue