mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -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};
|
||||
// SPEC: https://www.nxp.com/docs/en/application-note/AN10833.pdf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue