mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 02:26:59 -07:00
Adding support for AWID26 realtime demodulation as well as cloning and simulation from facility code and card number
This commit is contained in:
parent
a83d091885
commit
dbf6e824f9
8 changed files with 314 additions and 1 deletions
|
@ -681,6 +681,9 @@ void UsbPacketReceived(uint8_t *packet, int len)
|
|||
case CMD_EM4X_WRITE_WORD:
|
||||
EM4xWriteWord(c->arg[0], c->arg[1], c->arg[2], c->d.asBytes[0]);
|
||||
break;
|
||||
case CMD_AWID_DEMOD_FSK: // Set realtime AWID demodulation
|
||||
CmdAWIDdemodFSK(c->arg[0], 0, 0, 1);
|
||||
break;
|
||||
#endif
|
||||
|
||||
#ifdef WITH_HITAG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue