mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-20 21:33:19 -07:00
fix 14b raw -s option, + get rid of...
<empty trace - possible error>
This commit is contained in:
parent
463871be6e
commit
9d84e68964
2 changed files with 21 additions and 19 deletions
|
@ -213,12 +213,12 @@ int CmdHF14BCmdRaw (const char *Cmd) {
|
|||
|
||||
if (cmd2[0] != 0x50 || cmdLen != 14 || !crc2) return rawClose();
|
||||
|
||||
data[0] = 0x1D;
|
||||
cmd2[0] = 0x1D;
|
||||
// UID from data[1 - 4]
|
||||
data[5] = 0x00;
|
||||
data[6] = 0x08;
|
||||
data[7] = 0x01;
|
||||
data[8] = 0x00;
|
||||
cmd2[5] = 0x00;
|
||||
cmd2[6] = 0x08;
|
||||
cmd2[7] = 0x01;
|
||||
cmd2[8] = 0x00;
|
||||
cmdLen = 9;
|
||||
|
||||
// attrib
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue