mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 02:26:59 -07:00
added initial test to emulate memory of mf ul tag
This commit is contained in:
parent
5191b3d10b
commit
28afbd2bee
3 changed files with 25 additions and 10 deletions
|
@ -765,7 +765,7 @@ void UsbPacketReceived(uint8_t *packet, int len)
|
|||
ReaderIso14443a(c);
|
||||
break;
|
||||
case CMD_SIMULATE_TAG_ISO_14443a:
|
||||
SimulateIso14443aTag(c->arg[0], c->arg[1], c->arg[2]); // ## Simulate iso14443a tag - pass tag type & UID
|
||||
SimulateIso14443aTag(c->arg[0], c->arg[1], c->arg[2], c->d.asBytes); // ## Simulate iso14443a tag - pass tag type & UID
|
||||
break;
|
||||
case CMD_EPA_PACE_COLLECT_NONCE:
|
||||
EPA_PACE_Collect_Nonce(c);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue