mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-22 06:13:27 -07:00
parent
9c87879e36
commit
a0dcfd59ee
1 changed files with 1 additions and 1 deletions
|
@ -1489,7 +1489,7 @@ void SimulateHitagSTag(bool tag_mem_supplied, byte_t* data) {
|
||||||
//tag.TTFDR in response_bit[10] and response_bit[11]
|
//tag.TTFDR in response_bit[10] and response_bit[11]
|
||||||
//tag.TTFM in response_bit[12] and response_bit[13]
|
//tag.TTFM in response_bit[12] and response_bit[13]
|
||||||
tag.LCON = ((con1 & 0x2) == 0x2) ? 1 : 0;
|
tag.LCON = ((con1 & 0x2) == 0x2) ? 1 : 0;
|
||||||
tag.LKP = ((con1 & 0x2) == 0x1) ? 1 : 0;
|
tag.LKP = ((con1 & 0x1) == 0x1) ? 1 : 0;
|
||||||
|
|
||||||
//CON2
|
//CON2
|
||||||
tag.LCK7 = ((con2 & 0x80) == 0x80) ? 1 : 0;
|
tag.LCK7 = ((con2 & 0x80) == 0x80) ? 1 : 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue