mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
improved staticnonce tristate processing
This commit is contained in:
parent
bc19a532a9
commit
5b695153b6
4 changed files with 37 additions and 25 deletions
|
@ -710,6 +710,11 @@ typedef struct {
|
|||
#define MODE_EXIT_AFTER_MAC 1
|
||||
#define MODE_FULLSIM 2
|
||||
|
||||
// Static Nonce detection
|
||||
#define NONCE_FAIL 0x01
|
||||
#define NONCE_NORMAL 0x02
|
||||
#define NONCE_STATIC 0x03
|
||||
|
||||
// Dbprintf flags
|
||||
#define FLAG_RAWPRINT 0x00
|
||||
#define FLAG_LOG 0x01
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue