mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-20 21:33:19 -07:00
Merge pull request #121 from frederikmoellers/master
Add PACE replay functionality
This commit is contained in:
commit
1e1de234ac
6 changed files with 234 additions and 42 deletions
|
@ -764,6 +764,9 @@ void UsbPacketReceived(uint8_t *packet, int len)
|
|||
case CMD_EPA_PACE_COLLECT_NONCE:
|
||||
EPA_PACE_Collect_Nonce(c);
|
||||
break;
|
||||
case CMD_EPA_PACE_REPLAY:
|
||||
EPA_PACE_Replay(c);
|
||||
break;
|
||||
|
||||
case CMD_READER_MIFARE:
|
||||
ReaderMifare(c->arg[0]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue