chg: 'hf iclass sim' different output

This commit is contained in:
iceman1001 2018-02-01 17:44:27 +01:00
commit 856e2770a6

View file

@ -1494,6 +1494,8 @@ int doIClassSimulation( int simulationMode, uint8_t *reader_mac_buf) {
receivedCmd[0], receivedCmd[1], receivedCmd[2], receivedCmd[0], receivedCmd[1], receivedCmd[2],
receivedCmd[3], receivedCmd[4], receivedCmd[5], receivedCmd[3], receivedCmd[4], receivedCmd[5],
receivedCmd[6], receivedCmd[7], receivedCmd[8]); receivedCmd[6], receivedCmd[7], receivedCmd[8]);
} else {
Dbprintf("[+] CSN: %02x .... %02x OK", csn[0], csn[7]);
} }
if (reader_mac_buf != NULL) { if (reader_mac_buf != NULL) {
memcpy(reader_mac_buf, receivedCmd+1, 8); memcpy(reader_mac_buf, receivedCmd+1, 8);