mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
CHG: command name changes..
old "hf legic info" is now "hf legic reader" old "hf legic read" is now "hf legic rdmem" old "hf legic decode" is now "hf legic info" ADD: new command "hf legic dump", which will autodetect tagtype and dump all mem to a binary file.
This commit is contained in:
parent
b9e8854a8b
commit
633d068682
5 changed files with 104 additions and 71 deletions
|
@ -882,7 +882,7 @@ int CmdHFSearch(const char *Cmd){
|
|||
PrintAndLog("\nValid Topaz Tag Found - Quiting Search\n");
|
||||
return 1;
|
||||
}
|
||||
ans = HFLegicInfo("", false);
|
||||
ans = HFLegicReader("", false);
|
||||
if ( ans == 0) {
|
||||
PrintAndLog("\nValid LEGIC Tag Found - Quiting Search\n");
|
||||
return 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue