]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
FIX: maybe I should actually send the uid bytes with the command request....
authoriceman1001 <iceman@iuse.se>
Thu, 30 Oct 2014 13:29:31 +0000 (14:29 +0100)
committericeman1001 <iceman@iuse.se>
Thu, 30 Oct 2014 13:29:31 +0000 (14:29 +0100)
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