mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
hf mf isen: rewrite counters, add specific NONCE_SUPERSTATIC case (when first nt == nested nt)
This commit is contained in:
parent
6706bdb13f
commit
46813e0e50
3 changed files with 80 additions and 39 deletions
|
@ -839,10 +839,11 @@ typedef struct {
|
|||
#define MODE_FULLSIM 2
|
||||
|
||||
// Static Nonce detection
|
||||
#define NONCE_FAIL 0x01
|
||||
#define NONCE_NORMAL 0x02
|
||||
#define NONCE_STATIC 0x03
|
||||
#define NONCE_STATIC_ENC 0x04
|
||||
#define NONCE_FAIL 0x01
|
||||
#define NONCE_NORMAL 0x02
|
||||
#define NONCE_STATIC 0x03
|
||||
#define NONCE_STATIC_ENC 0x04
|
||||
#define NONCE_SUPERSTATIC 0x05
|
||||
|
||||
// Dbprintf flags
|
||||
#define FLAG_RAWPRINT 0x00
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue