projects
/
proxmark3-svn
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
0eea34a
)
minor change
author
Martin Holst Swende
<martin@swende.se>
Thu, 18 Dec 2014 13:46:38 +0000
(14:46 +0100)
committer
Martin Holst Swende
<martin@swende.se>
Thu, 18 Dec 2014 13:46:38 +0000
(14:46 +0100)
client/cmdhficlass.c
patch
|
blob
|
blame
|
history
diff --git
a/client/cmdhficlass.c
b/client/cmdhficlass.c
index 5cfcc46b0597408aff2022775e3fa4c67d7680e1..c2045952278622136f3e49f6e27f3e5cf953e416 100644
(file)
--- a/
client/cmdhficlass.c
+++ b/
client/cmdhficlass.c
@@
-518,11
+518,15
@@
int CmdHFiClassReader_Dump(const char *Cmd)
uint8_t key_sel_p[8] = { 0 };
//HACK -- Below is for testing without access to a tag
uint8_t key_sel_p[8] = { 0 };
//HACK -- Below is for testing without access to a tag
- uint8_t xdata[16] = {0x01,0x02,0x03,0x04,0xF7,0xFF,0x12,0xE0, //CSN from http://www.proxmark.org/forum/viewtopic.php?pid=11230#p11230
- 0xFE,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF}; // Just a random CC. Would be good to add a real testcase here
- memcpy(resp.d.asBytes,xdata, 16);
- resp.arg[0] = 2;
uint8_t fake_dummy_test = false;
uint8_t fake_dummy_test = false;
+ if(fake_dummy_test)
+ {
+ uint8_t xdata[16] = {0x01,0x02,0x03,0x04,0xF7,0xFF,0x12,0xE0, //CSN from http://www.proxmark.org/forum/viewtopic.php?pid=11230#p11230
+ 0xFE,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF}; // Just a random CC. Would be good to add a real testcase here
+ memcpy(resp.d.asBytes,xdata, 16);
+ resp.arg[0] = 2;
+ }
+
//End hack
//End hack
Impressum
,
Datenschutz