mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
added simple sim function for em4x50
This commit is contained in:
parent
c1f5fc546d
commit
96e05d49df
5 changed files with 8 additions and 0 deletions
|
@ -1121,6 +1121,10 @@ static void PacketReceived(PacketCommandNG *packet) {
|
|||
em4x50_restore((em4x50_data_t *)packet->data.asBytes);
|
||||
break;
|
||||
}
|
||||
case CMD_LF_EM4X50_SIM: {
|
||||
em4x50_sim((uint32_t *)packet->data.asBytes);
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef WITH_ISO15693
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue