]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/iso15693.h
Fix 15 snoop (#752)
[proxmark3-svn] / armsrc / iso15693.h
diff --git a/armsrc/iso15693.h b/armsrc/iso15693.h
new file mode 100644 (file)
index 0000000..e5b78a8
--- /dev/null
@@ -0,0 +1,24 @@
+//-----------------------------------------------------------------------------
+// Piwi - October 2018
+//
+// This code is licensed to you under the terms of the GNU GPL, version 2 or,
+// at your option, any later version. See the LICENSE.txt file for the text of
+// the license.
+//-----------------------------------------------------------------------------
+// Routines to support ISO 15693.
+//-----------------------------------------------------------------------------
+
+#ifndef __ISO15693_H
+#define __ISO15693_H
+
+#include <stdint.h>
+
+void SnoopIso15693(void);
+void AcquireRawAdcSamplesIso15693(void);
+void ReaderIso15693(uint32_t parameter);
+void SimTagIso15693(uint32_t parameter, uint8_t *uid);
+void BruteforceIso15693Afi(uint32_t speed);
+void DirectTag15693Command(uint32_t datalen,uint32_t speed, uint32_t recv, uint8_t data[]); 
+void SetDebugIso15693(uint32_t flag);
+
+#endif
Impressum, Datenschutz