mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
Add read_without_encryption command.
This commit is contained in:
parent
94ec36de20
commit
bfd5214cd5
5 changed files with 133 additions and 78 deletions
|
@ -195,6 +195,7 @@ typedef struct {
|
|||
uint8_t status_flag2[1];
|
||||
uint8_t number_of_block[1];
|
||||
uint8_t block_data[16];
|
||||
uint8_t block_element_number[1];
|
||||
} PACKED felica_read_without_encryption_response_t;
|
||||
|
||||
typedef enum FELICA_COMMAND {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue