mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
CHG: 'lf cotag demod' - now finds FC/CN Thanks to @marshmellow42
CHG: 'lf search' - now detects COTAG
This commit is contained in:
parent
96b516e180
commit
a330987de1
6 changed files with 59 additions and 27 deletions
|
@ -1116,6 +1116,14 @@ int CmdLFfind(const char *Cmd) {
|
|||
PrintAndLog("\nValid Presco ID Found!");
|
||||
return 1;
|
||||
}
|
||||
// ICEMAN; always call save_restorGB for COTAG. Will break graphbuffer
|
||||
save_restoreGB(1)
|
||||
ans=CmdCOTAGRead("");
|
||||
if (ans>0){
|
||||
PrintAndLog("\nValid COTAG ID Found!");
|
||||
return 1;
|
||||
}
|
||||
save_restoreGB(0)
|
||||
// TIdemod?
|
||||
|
||||
/*
|
||||
|
@ -1126,7 +1134,6 @@ int CmdLFfind(const char *Cmd) {
|
|||
}
|
||||
}
|
||||
*/
|
||||
|
||||
PrintAndLog("\nNo Known Tags Found!\n");
|
||||
if (testRaw=='u' || testRaw=='U'){
|
||||
//test unknown tag formats (raw mode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue