mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
more autocorrelate..
This commit is contained in:
parent
c6f5b0fb92
commit
33503112c1
1 changed files with 1 additions and 1 deletions
|
@ -1195,7 +1195,7 @@ int CmdLFfind(const char *Cmd) {
|
||||||
if (testRaw=='u' || testRaw=='U'){
|
if (testRaw=='u' || testRaw=='U'){
|
||||||
//test unknown tag formats (raw mode)
|
//test unknown tag formats (raw mode)
|
||||||
PrintAndLog("\nChecking for Unknown tags:\n");
|
PrintAndLog("\nChecking for Unknown tags:\n");
|
||||||
ans=AutoCorrelate(4000, false, false);
|
ans=AutoCorrelate(GraphBuffer, GraphBuffer, GraphTraceLen, 4000, false, false);
|
||||||
|
|
||||||
if (ans > 0) {
|
if (ans > 0) {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue