mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
chg: 'hf iclass sim' different output
This commit is contained in:
parent
554af51a54
commit
856e2770a6
1 changed files with 2 additions and 0 deletions
|
@ -1494,6 +1494,8 @@ int doIClassSimulation( int simulationMode, uint8_t *reader_mac_buf) {
|
|||
receivedCmd[0], receivedCmd[1], receivedCmd[2],
|
||||
receivedCmd[3], receivedCmd[4], receivedCmd[5],
|
||||
receivedCmd[6], receivedCmd[7], receivedCmd[8]);
|
||||
} else {
|
||||
Dbprintf("[+] CSN: %02x .... %02x OK", csn[0], csn[7]);
|
||||
}
|
||||
if (reader_mac_buf != NULL) {
|
||||
memcpy(reader_mac_buf, receivedCmd+1, 8);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue