]> cvs.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdlf.c
CHG: 'lf cotag read' - added the raw output and the repeating byte pattern is 16bytes...
[proxmark3-svn] / client / cmdlf.c
index 31e747d332aba32b6d3cfb1bdd5100db36010434..2bbb956725f7cbf231ddd7bae3471f3c326881a4 100644 (file)
@@ -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)
Impressum, Datenschutz