mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
ADD: 'hf iclass check' - increased speed in check keys with new algo.
ADD: 'hf iclass' - trying to add the timeout-limits for commands in order to get a more stable iclass communication
This commit is contained in:
parent
c2725bfa99
commit
5eafdbf872
6 changed files with 329 additions and 167 deletions
|
@ -946,6 +946,9 @@ void UsbPacketReceived(uint8_t *packet, int len) {
|
|||
case CMD_ICLASS_AUTHENTICATION: //check
|
||||
iClass_Authentication(c->d.asBytes);
|
||||
break;
|
||||
case CMD_ICLASS_CHECK_KEYS:
|
||||
iClass_Authentication_fast(c->arg[0], c->arg[1], c->d.asBytes);
|
||||
break;
|
||||
case CMD_ICLASS_DUMP:
|
||||
iClass_Dump(c->arg[0], c->arg[1]);
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue