mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
Interactive reader attack sim now returns
This commit is contained in:
@@ -3890,6 +3890,7 @@ static int CmdHF14AMfSim(const char *Cmd) {
|
||||
nonces_t data[1];
|
||||
memcpy(data, resp.data.asBytes, sizeof(data));
|
||||
readerAttack(k_sector, k_sectors_cnt, data[0], setEmulatorMem, verbose);
|
||||
break;
|
||||
}
|
||||
//iceman: readerAttack call frees k_sector. this call below is useless.
|
||||
showSectorTable(k_sector, k_sectors_cnt);
|
||||
|
||||
Reference in New Issue
Block a user