mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-20 13:23:25 -07:00
removed some commands again
moved internal commands to only build in standalone mode send NACK if DisablePrivacySlixLIso15693 fails
This commit is contained in:
parent
31e4c66f00
commit
3d411bee02
4 changed files with 37 additions and 157 deletions
|
@ -1195,21 +1195,9 @@ void UsbPacketReceived(UsbCommand *c) {
|
|||
DirectTag15693Command(c->arg[0],c->arg[1],c->arg[2],c->d.asBytes);
|
||||
break;
|
||||
|
||||
case CMD_ISO_15693_SLIX_L_CHANGE_PASS:
|
||||
ChangePassSlixLIso15693(c->arg[0], c->arg[1], c->arg[2]);
|
||||
break;
|
||||
|
||||
case CMD_ISO_15693_SLIX_L_DISABLE_PRIVACY:
|
||||
DisablePrivacySlixLIso15693(c->arg[0]);
|
||||
break;
|
||||
|
||||
case CMD_ISO_15693_SLIX_L_LOCK_PASS:
|
||||
LockPassSlixLIso15693(c->arg[0], c->arg[1]);
|
||||
break;
|
||||
|
||||
case CMD_ISO_15693_BRUTE_FORCE:
|
||||
BruteforceIso15693(c->arg[0], c->arg[1]);
|
||||
break;
|
||||
|
||||
case CMD_ISO_15693_FIND_AFI:
|
||||
BruteforceIso15693Afi(c->arg[0]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue