mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
added login function
This commit is contained in:
parent
ab8b5814b0
commit
2e5cf12d7d
7 changed files with 88 additions and 25 deletions
|
@ -1041,6 +1041,10 @@ static void PacketReceived(PacketCommandNG *packet) {
|
|||
em4x50_brute((em4x50_data_t *)packet->data.asBytes);
|
||||
break;
|
||||
}
|
||||
case CMD_LF_EM4X50_LOGIN: {
|
||||
em4x50_login((em4x50_data_t *)packet->data.asBytes);
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef WITH_ISO15693
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue