mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
textual
This commit is contained in:
parent
9a68c52438
commit
07b3b6ed4e
1 changed files with 1 additions and 1 deletions
|
@ -478,7 +478,7 @@ int mfnested(uint8_t blockNo, uint8_t keyType, uint8_t *key, uint8_t trgBlockNo,
|
||||||
free(statelists[1].head.slhead);
|
free(statelists[1].head.slhead);
|
||||||
num_to_bytes(key64, 6, resultKey);
|
num_to_bytes(key64, 6, resultKey);
|
||||||
|
|
||||||
PrintAndLogEx(SUCCESS, "target block:%3u key type: %c -- found valid key [%012" PRIx64 "]",
|
PrintAndLogEx(SUCCESS, "target block:%3u key type: %c -- found valid key [ %012" PRIx64 " ]",
|
||||||
(uint16_t)resp.oldarg[2] & 0xff,
|
(uint16_t)resp.oldarg[2] & 0xff,
|
||||||
(resp.oldarg[2] >> 8) ? 'B' : 'A',
|
(resp.oldarg[2] >> 8) ? 'B' : 'A',
|
||||||
key64
|
key64
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue