mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
fix static enc nonce detection in hf mf info
This commit is contained in:
parent
c4c9ce2878
commit
0b35762b15
2 changed files with 31 additions and 18 deletions
|
@ -21,11 +21,10 @@
|
|||
|
||||
#include "common.h"
|
||||
|
||||
// These are also used to construct AUTH commands (60+x)
|
||||
#define MF_KEY_A 0
|
||||
#define MF_KEY_B 1
|
||||
#define MF_KEY_BD08S 2
|
||||
#define MF_KEY_BD08 3
|
||||
#define MF_KEY_BD32 4
|
||||
#define MF_KEY_BD 4
|
||||
|
||||
#define MF_MAD1_SECTOR 0x00
|
||||
#define MF_MAD2_SECTOR 0x10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue