]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhf14a.h
Add: Emv first part of commands
[proxmark3-svn] / client / cmdhf14a.h
index 2556678d0a1e6b2ddda387d6c6f7da2bfb7f0880..401cead04469666897d3167be62d8ae8049b65fd 100644 (file)
 #define CMDHF14A_H__
 
 #include <stdint.h>
+#include <stdbool.h>
+
+// structure and database for uid -> tagtype lookups 
+typedef struct { 
+       uint8_t uid;
+       char* desc;
+} manufactureName; 
 
 int CmdHF14A(const char *Cmd);
 int CmdHF14AList(const char *Cmd);
@@ -23,4 +30,7 @@ int CmdHF14ASim(const char *Cmd);
 int CmdHF14ASnoop(const char *Cmd);
 char* getTagInfo(uint8_t uid);
 
+extern void DropField();
+extern int ExchangeAPDU14a(uint8_t *datain, int datainlen, bool activateField, bool leaveSignalON, uint8_t *dataout, int maxdataoutlen, int *dataoutlen);
+
 #endif
Impressum, Datenschutz