mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-23 06:35:38 -07:00
hf mf sim - textual
This commit is contained in:
parent
825fd39b11
commit
8fee7e914e
1 changed files with 2 additions and 0 deletions
|
@ -3451,6 +3451,8 @@ static int CmdHF14AMfSim(const char *Cmd) {
|
||||||
readerAttack(k_sector, k_sectorsCount, data[0], setEmulatorMem, verbose);
|
readerAttack(k_sector, k_sectorsCount, data[0], setEmulatorMem, verbose);
|
||||||
}
|
}
|
||||||
showSectorTable(k_sector, k_sectorsCount);
|
showSectorTable(k_sector, k_sectorsCount);
|
||||||
|
} else {
|
||||||
|
PrintAndLogEx(INFO, "Press pm3-button or abort simulation");
|
||||||
}
|
}
|
||||||
return PM3_SUCCESS;
|
return PM3_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue