mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
changed hf mf wrbl and view command to look for strict readonly ACL in the data.
This commit is contained in:
parent
05922a2d7c
commit
9888eef8dc
17 changed files with 313 additions and 102 deletions
|
@ -749,7 +749,7 @@ bool GetATR(smart_card_atr_t *card_ptr, bool verbose) {
|
|||
}
|
||||
}
|
||||
|
||||
card_ptr->atr_len = (uint8_t) (len & 0xff);
|
||||
card_ptr->atr_len = (uint8_t)(len & 0xff);
|
||||
if (verbose) {
|
||||
LogTrace(card_ptr->atr, card_ptr->atr_len, 0, 0, NULL, false);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue