mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
adapt response struct for hitag2 so be large enough to handle 256bytes for cryptostream
This commit is contained in:
parent
d3d701f538
commit
8d1e9c1f5d
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ typedef struct {
|
|||
|
||||
typedef struct {
|
||||
int status;
|
||||
uint8_t data[48];
|
||||
uint8_t data[256];
|
||||
} PACKED lf_hitag_crack_response_t;
|
||||
|
||||
//---------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue