mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-21 12:37:21 +08:00
FIX: maybe I should actually send the uid bytes with the command request....
This commit is contained in:
parent
3649b640e6
commit
5ea2c88515
1 changed files with 2 additions and 0 deletions
|
@ -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]);
|
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}};
|
UsbCommand c = {CMD_SIMTAG_ISO_15693, {0, 0, 0}};
|
||||||
|
memcpy(c.d.asBytes,uid,8);
|
||||||
|
|
||||||
SendCommand(&c);
|
SendCommand(&c);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue