mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
hf mf ecfill: add support for quick dump via backdoor auth
This commit is contained in:
parent
62080b2b34
commit
a11ba61b01
7 changed files with 64 additions and 20 deletions
|
@ -323,6 +323,7 @@ typedef struct {
|
|||
typedef struct {
|
||||
uint8_t sectorcnt;
|
||||
uint8_t keytype;
|
||||
uint8_t key[6];
|
||||
} PACKED mfc_eload_t;
|
||||
|
||||
typedef struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue