mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
FIX: 'standanlonemode colin' - mifare1ksim called with correct params (@cjbrigato)
This commit is contained in:
parent
2eab02e3ba
commit
ca5b476730
2 changed files with 6 additions and 8 deletions
|
@ -607,7 +607,7 @@ failtag:
|
|||
vtsend_set_attribute(NULL, 5);
|
||||
DbprintfEx(FLAG_NOLOG, "[ SIMULATION ]");
|
||||
vtsend_set_attribute(NULL, 0);
|
||||
Mifare1ksim(0, 0, 0, NULL);
|
||||
Mifare1ksim((FLAG_4B_UID_IN_DATA | FLAG_UID_IN_EMUL ), 0, 0, cjuid);
|
||||
vtsend_cursor_position_restore(NULL);
|
||||
DbprintfEx(FLAG_NOLOG, "[ SIMUL ENDED ]%s", _GREEN_, _WHITE_);
|
||||
cjSetCursLeft();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue