mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
hf felica: add FeliCa Lite-S authentication
This commit is contained in:
@@ -129,4 +129,26 @@ typedef struct {
|
||||
uint8_t payload[4];
|
||||
} PACKED felica_service_dump_response_t;
|
||||
|
||||
typedef struct {
|
||||
uint8_t command_code[1];
|
||||
uint8_t IDm[8];
|
||||
uint8_t number_of_service[1];
|
||||
uint8_t service_code_list[2];
|
||||
uint8_t number_of_block[1];
|
||||
} PACKED felica_write_request_haeder_t;
|
||||
|
||||
typedef struct {
|
||||
uint8_t command_code[1];
|
||||
uint8_t IDm[8];
|
||||
uint8_t number_of_service[1];
|
||||
uint8_t service_code_list[2];
|
||||
uint8_t number_of_block[1];
|
||||
} PACKED felica_read_request_haeder_t;
|
||||
|
||||
|
||||
typedef struct {
|
||||
uint8_t random_challenge[16];
|
||||
uint8_t session_key[16];
|
||||
} PACKED felica_auth_context_t;
|
||||
|
||||
#endif // _ISO18_H_
|
||||
|
||||
Reference in New Issue
Block a user