]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/snooper.c
ADD: @zhovner 's decryption of trace data to mfkey64
[proxmark3-svn] / client / snooper.c
index 009a89f7cdbbddbad6d1e590dc6cff8dd7f82433..2fed3fd8aba00f883df7effa400e0bee353f93f4 100644 (file)
@@ -29,7 +29,7 @@ int main()
     while (!OpenProxmark(0)) { sleep(1); }
     while (1) {
       UsbCommand cmdbuf;
-      CommandReceived("hi14asnoop");
+      CommandReceived("hf 14a snoop");
       HANDLE_ERROR;
       ReceiveCommand(&cmdbuf);
       HANDLE_ERROR;
@@ -37,7 +37,7 @@ int main()
         ReceiveCommandPoll(&cmdbuf);
       }
       HANDLE_ERROR;
-      CommandReceived("hi14alist");
+      CommandReceived("hf list 14a");
       HANDLE_ERROR;
     }
   }
Impressum, Datenschutz