mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
added a check for static encrypted nonces when collecting encrypted nonces for hardnested to run. Will abort the collection if detected.
This commit is contained in:
parent
dca3c6184c
commit
6c163fa262
5 changed files with 36 additions and 5 deletions
|
@ -773,11 +773,15 @@ typedef struct {
|
|||
// Got bad CRC client/pm3: error in transfer of data, crc mismatch.
|
||||
#define PM3_ECRC -24
|
||||
|
||||
// STATIC Nonce detect pm3: when collecting nonces for hardnested
|
||||
#define PM3_ESTATIC_NONCE -25
|
||||
|
||||
// No data pm3: no data available, no host frame available (not really an error)
|
||||
#define PM3_ENODATA -98
|
||||
// Quit program client: reserved, order to quit the program
|
||||
#define PM3_EFATAL -99
|
||||
|
||||
|
||||
// LF
|
||||
#define LF_FREQ2DIV(f) ((int)(((12000.0 + (f)/2.0)/(f))-1))
|
||||
#define LF_DIVISOR_125 LF_FREQ2DIV(125)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue