mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
Updates to iclass legrec and legbrute
Streamlined legbrute to remove then need for CSN and validate variables accuracy as per Iceman's suggestions. Updated legrec (client side only) for the future arm side PR Fixed variable overflow on the arm side for hex conversions
This commit is contained in:
parent
c7af82f146
commit
90b05106f8
4 changed files with 147 additions and 107 deletions
|
@ -108,6 +108,11 @@ typedef struct {
|
|||
typedef struct {
|
||||
iclass_auth_req_t req;
|
||||
iclass_auth_req_t req2;
|
||||
uint32_t index;
|
||||
uint32_t loop;
|
||||
uint8_t nfa[8];
|
||||
bool debug;
|
||||
bool test;
|
||||
} PACKED iclass_recover_req_t;
|
||||
|
||||
typedef struct iclass_premac {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue