]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhf15.c
ADD: Holimans new changes in master.
[proxmark3-svn] / client / cmdhf15.c
index 8ee8be922d97367fd1be64c0604865c57da50f21..25ae2a82bc3771ca33e8e697e301191e16359b2a 100644 (file)
@@ -26,7 +26,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <stdint.h>
-//#include "proxusb.h"
+
 #include "proxmark3.h"
 #include "data.h"
 #include "graph.h"
@@ -318,6 +318,8 @@ int CmdHF15Sim(const char *Cmd)
                        uid[0],uid[1],uid[2],uid[3],uid[4], uid[5], uid[6], uid[7]);
 
        UsbCommand c = {CMD_SIMTAG_ISO_15693, {0, 0, 0}};
+       memcpy(c.d.asBytes,uid,8);
+       
        SendCommand(&c);
        return 0;
 }
Impressum, Datenschutz