]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhf15.c
FIX: maybe I should actually send the uid bytes with the command request....
[proxmark3-svn] / client / cmdhf15.c
index 8ee8be922d97367fd1be64c0604865c57da50f21..76e1ea9cd539cfc89495ba747a33ddd3ae8b0e98 100644 (file)
@@ -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