mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
convert from OLD to NG
This commit is contained in:
parent
1317c380f4
commit
788876538d
3 changed files with 45 additions and 27 deletions
|
@ -393,6 +393,14 @@ typedef struct {
|
|||
uint8_t data[];
|
||||
} PACKED flashmem_write_t;
|
||||
|
||||
// when CMD_FLASHMEM_WRITE old flashmem commands
|
||||
typedef struct {
|
||||
uint32_t startidx;
|
||||
uint16_t len;
|
||||
uint8_t data[PM3_CMD_DATA_SIZE - sizeof(uint32_t) - sizeof(uint16_t)];
|
||||
} PACKED flashmem_old_write_t;
|
||||
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// ISO 7618 Smart Card
|
||||
//-----------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue