]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdlft55xx.h
Added block command for T55xx and support for cloning HID long format
[proxmark3-svn] / client / cmdlft55xx.h
diff --git a/client/cmdlft55xx.h b/client/cmdlft55xx.h
new file mode 100644 (file)
index 0000000..25503e8
--- /dev/null
@@ -0,0 +1,21 @@
+//-----------------------------------------------------------------------------\r
+//\r
+// This code is licensed to you under the terms of the GNU GPL, version 2 or,\r
+// at your option, any later version. See the LICENSE.txt file for the text of\r
+// the license.\r
+//-----------------------------------------------------------------------------\r
+// Low frequency T55xx commands\r
+//-----------------------------------------------------------------------------\r
+\r
+#ifndef CMDLFT55XX_H__\r
+#define CMDLFT55XX_H__\r
+\r
+int CmdLFT55XX(const char *Cmd);\r
+\r
+int CmdReadBlk(const char *Cmd);\r
+int CmdReadBlkPWD(const char *Cmd);\r
+int CmdWriteBlk(const char *Cmd);\r
+int CmdWriteBLkPWD(const char *Cmd);\r
+int CmdReadTrace(const char *Cmd);\r
+\r
+#endif\r
Impressum, Datenschutz