]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdlf.c
lf demod additions
[proxmark3-svn] / client / cmdlf.c
index e3361cb50b3b33e38aebd540dbe505405d543173..945b45578bdd109a12b6a5d8b15379c45dcc6079 100644 (file)
@@ -388,7 +388,7 @@ static void ChkBitstream(const char *str)
     }
   }
 }
-
+//appears to attempt to simulate manchester
 int CmdLFSim(const char *Cmd)
 {
        int i,j;
@@ -581,6 +581,16 @@ int CmdLFfind(const char *Cmd)
     PrintAndLog("Valid IO Prox ID Found!");
     return 1;
   }
+  ans=CmdFSKdemodPyramid("0");
+  if (ans>0) {
+    PrintAndLog("Valid Pyramid ID Found!");
+    return 1;
+  }
+  ans=CmdFSKdemodAWID("0");
+  if (ans>0) {
+    PrintAndLog("Valid AWID ID Found!");
+    return 1;
+  }
   ans=CmdFSKdemodHID("");
   if (ans>0) {
     PrintAndLog("Valid HID Prox ID Found!");
Impressum, Datenschutz