mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
EM4x70 Authentication support
This commit is contained in:
parent
7b7698843f
commit
a6024a8622
7 changed files with 138 additions and 1 deletions
|
@ -1178,6 +1178,10 @@ static void PacketReceived(PacketCommandNG *packet) {
|
|||
em4x70_unlock((em4x70_data_t *)packet->data.asBytes);
|
||||
break;
|
||||
}
|
||||
case CMD_LF_EM4X70_AUTH: {
|
||||
em4x70_auth((em4x70_data_t *)packet->data.asBytes);
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef WITH_ISO15693
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue