mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
EM4x70 Unlock support. Send pin code to unlock tag.
This commit is contained in:
parent
5ca0281c03
commit
ed8c63a4f4
7 changed files with 157 additions and 6 deletions
|
@ -1174,6 +1174,10 @@ static void PacketReceived(PacketCommandNG *packet) {
|
|||
em4x70_write((em4x70_data_t *)packet->data.asBytes);
|
||||
break;
|
||||
}
|
||||
case CMD_LF_EM4X70_UNLOCK: {
|
||||
em4x70_unlock((em4x70_data_t *)packet->data.asBytes);
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef WITH_ISO15693
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue