mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
Chg 'hf 14a info' - static/fixed nonce detection
This commit is contained in:
parent
07b3b6ed4e
commit
a6a48f0e6d
6 changed files with 86 additions and 0 deletions
|
@ -1251,6 +1251,10 @@ static void PacketReceived(PacketCommandNG *packet) {
|
|||
MifareU_Otp_Tearoff();
|
||||
break;
|
||||
}
|
||||
case CMD_HF_MIFARE_STATIC_NONCE: {
|
||||
MifareHasStaticNonce();
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef WITH_NFCBARCODE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue