mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
more
This commit is contained in:
parent
acb7de9d8d
commit
8dbe1c7b06
2 changed files with 1 additions and 2 deletions
|
@ -198,7 +198,7 @@ static uint8_t MifareMaxSector(uint16_t flags) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
bool MifareSimInit (uint16_t flags, uint8_t *uid, uint16_t atqa, uint8_t sak, tag_response_info_t **responses, uint32_t *cuid, uint8_t *uid_len, uint8_t **rats, uint8_t *rats_len) {
|
bool MifareSimInit(uint16_t flags, uint8_t *uid, uint16_t atqa, uint8_t sak, tag_response_info_t **responses, uint32_t *cuid, uint8_t *uid_len, uint8_t **rats, uint8_t *rats_len) {
|
||||||
|
|
||||||
uint8_t uid_tmp[10] = {0};
|
uint8_t uid_tmp[10] = {0};
|
||||||
// SPEC: https://www.nxp.com/docs/en/application-note/AN10833.pdf
|
// SPEC: https://www.nxp.com/docs/en/application-note/AN10833.pdf
|
||||||
|
|
|
@ -489,7 +489,6 @@ ISO 7816-4 Basic interindustry commands. For command APDU's.
|
||||||
#define ISO7816_EXTERNAL_AUTHENTICATION 0x82
|
#define ISO7816_EXTERNAL_AUTHENTICATION 0x82
|
||||||
#define ISO7816_GET_CHALLENGE 0x84
|
#define ISO7816_GET_CHALLENGE 0x84
|
||||||
#define ISO7816_MANAGE_CHANNEL 0x70
|
#define ISO7816_MANAGE_CHANNEL 0x70
|
||||||
|
|
||||||
#define ISO7816_APPLICATION_BLOCK 0x1E
|
#define ISO7816_APPLICATION_BLOCK 0x1E
|
||||||
#define ISO7816_APPLICATION_UNBLOCK 0x18
|
#define ISO7816_APPLICATION_UNBLOCK 0x18
|
||||||
#define ISO7816_CARD_BLOCK 0x16
|
#define ISO7816_CARD_BLOCK 0x16
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue