mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 02:26:59 -07:00
put legic back in the system and add rumpletux's fast legic / prng code from forum
This commit is contained in:
parent
040a7baad0
commit
8e220a9126
8 changed files with 163 additions and 88 deletions
|
@ -602,8 +602,8 @@ void UsbPacketReceived(BYTE *packet, int len)
|
|||
#endif
|
||||
|
||||
case CMD_READER_LEGIC_RF:
|
||||
LegicRfReader();
|
||||
break;
|
||||
LegicRfReader(c->arg[0], c->arg[1]);
|
||||
break;
|
||||
|
||||
#ifdef WITH_ISO15693
|
||||
case CMD_SIMTAG_ISO_15693:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue