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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user