]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
CHG: clean up
authoriceman1001 <iceman@iuse.se>
Fri, 28 Oct 2016 14:37:26 +0000 (16:37 +0200)
committericeman1001 <iceman@iuse.se>
Fri, 28 Oct 2016 14:37:26 +0000 (16:37 +0200)
client/cmdlf.c

index dde05cb3d7b49be0acd14d07f463908cfa7dafff..d64a15c5adc2312aedbbd97cf2b37dd384735df6 100644 (file)
@@ -1019,10 +1019,17 @@ int CmdLFfind(const char *Cmd) {
        }
        if (cmdp == 'u' || cmdp == 'U') testRaw = 'u';
 
+       // if ( justNoise(GraphBuffer, GraphTraceLen) ) {
+               // PrintAndLog("Signal looks just like noise. Quitting.");
+               // return 0;
+       // }
+       
        PrintAndLog("NOTE: some demods output possible binary\n  if it finds something that looks like a tag");
        PrintAndLog("False Positives ARE possible\n");  
        PrintAndLog("\nChecking for known tags:\n");
 
+
+               
        ans=CmdFSKdemodIO("");
        if (ans>0) {
                PrintAndLog("\nValid IO Prox ID Found!");
Impressum, Datenschutz