mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
allow for a reply to be sent when simulating iclass
This commit is contained in:
@@ -207,6 +207,10 @@ void iclass_simulate(uint8_t sim_type, uint8_t num_csns, bool send_reply, uint8_
|
||||
do_iclass_simulation(ICLASS_SIM_MODE_FULL, NULL);
|
||||
}
|
||||
|
||||
if (send_reply) {
|
||||
reply_mix(CMD_ACK, CMD_HF_ICLASS_SIMULATE, 0, 0, NULL, 0);
|
||||
}
|
||||
|
||||
} else if (sim_type == ICLASS_SIM_MODE_CONFIG_CARD) {
|
||||
|
||||
// config card
|
||||
|
||||
Reference in New Issue
Block a user