mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
ADD: PACE functionality ref: https://github.com/Proxmark/proxmark3/pull/121
FIX: some missing usb_commands for EPA.
This commit is contained in:
parent
24344f28ad
commit
d0f3338e0c
8 changed files with 218 additions and 32 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