mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
rework Mifare simulation flags
This commit is contained in:
parent
e1fa9374d0
commit
838e0adfa7
17 changed files with 185 additions and 215 deletions
|
@ -143,7 +143,9 @@ void RunMod(void) {
|
|||
|
||||
//Start to simulate
|
||||
Dbprintf(_YELLOW_("[Slot: %d] Simulation start, Press button to change next card."), i);
|
||||
uint16_t simflags = FLAG_UID_IN_EMUL | FLAG_MF_1K;
|
||||
uint16_t simflags = 0;
|
||||
FLAG_SET_MF_SIZE(simflags, MIFARE_1K_MAX_BYTES);
|
||||
FLAG_SET_UID_IN_EMUL(simflags);
|
||||
Mifare1ksim(simflags, 0, NULL, 0, 0);
|
||||
Dbprintf(_YELLOW_("[Slot: %d] Simulation end, Write Back to dump file!"), i);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue