mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
added legic view command, and converted OLD -> NG comms
This commit is contained in:
parent
12695a984a
commit
63bc9b5eb2
7 changed files with 262 additions and 92 deletions
|
@ -30,7 +30,14 @@ typedef struct {
|
|||
uint8_t cmdsize;
|
||||
uint8_t addrsize;
|
||||
uint16_t cardsize;
|
||||
} legic_card_select_t;
|
||||
} PACKED legic_card_select_t;
|
||||
|
||||
typedef struct {
|
||||
uint16_t offset;
|
||||
uint16_t len;
|
||||
uint8_t iv;
|
||||
uint8_t data[];
|
||||
} PACKED legic_packet_t;
|
||||
|
||||
// iceman: todo : this should be packed
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue