projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
minor fixes regaring the newly released patches from the pm3 community
[proxmark3-svn]
/
client
/
cmdhf15.c
diff --git
a/client/cmdhf15.c
b/client/cmdhf15.c
index 8ee8be922d97367fd1be64c0604865c57da50f21..76e1ea9cd539cfc89495ba747a33ddd3ae8b0e98 100644
(file)
--- a/
client/cmdhf15.c
+++ b/
client/cmdhf15.c
@@
-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}};
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;
}
SendCommand(&c);
return 0;
}
Impressum
,
Datenschutz