mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
Merge branch 'master' of https://github.com/iceman1001/proxmark3
This commit is contained in:
commit
63852b2f51
14 changed files with 183 additions and 161 deletions
|
@ -88,7 +88,7 @@ typedef struct noncelist {
|
|||
} noncelist_t;
|
||||
|
||||
|
||||
static uint32_t cuid;
|
||||
static uint32_t cuid = 0;
|
||||
static noncelist_t nonces[256];
|
||||
static uint8_t best_first_bytes[256];
|
||||
static uint16_t first_byte_Sum = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue