X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/64c87a8c5f05741d16f8cad2ad71b70bffa5cab9..4d812c139be4738acfcad094ec1f16571e2a439c:/client/cmdlf.c diff --git a/client/cmdlf.c b/client/cmdlf.c index dde05cb3..d64a15c5 100644 --- a/client/cmdlf.c +++ b/client/cmdlf.c @@ -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!");