mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
fix for client crash in lf hitag eload. Hitag simulation still now working (wip)
This commit is contained in:
parent
3ec98d936c
commit
0e7e13db7d
3 changed files with 31 additions and 20 deletions
|
@ -259,6 +259,12 @@ typedef struct {
|
|||
uint8_t data[];
|
||||
} PACKED lf_nrzsim_t;
|
||||
|
||||
typedef struct {
|
||||
uint8_t type;
|
||||
uint16_t len;
|
||||
uint8_t *data;
|
||||
} PACKED lf_hitag_t;
|
||||
|
||||
typedef struct {
|
||||
uint8_t blockno;
|
||||
uint8_t keytype;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue