mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-23 15:47:42 +08:00
text
This commit is contained in:
parent
df20f2dbee
commit
fbd298850a
1 changed files with 2 additions and 1 deletions
|
@ -845,8 +845,9 @@ void DesfirePrintMADAID(uint32_t appid, bool verbose) {
|
||||||
|
|
||||||
uint16_t short_aid = ((aid[2] & 0xF) << 12) | (aid[1] << 4) | (aid[0] >> 4);
|
uint16_t short_aid = ((aid[2] & 0xF) << 12) | (aid[1] << 4) | (aid[0] >> 4);
|
||||||
|
|
||||||
PrintAndLogEx(SUCCESS, "MIFARE Classic ID (MAD) " _YELLOW_("%04X") " AID %06x MAD AID Cluster 0x%02X " _YELLOW_("%s"),
|
PrintAndLogEx(SUCCESS, "MIFARE Classic ID (MAD): " _YELLOW_("%04X") " ver: " _YELLOW_("%01X") " AID: " _YELLOW_("%06x") " MAD AID Cluster[0x%02X]: " _YELLOW_("%s"),
|
||||||
short_aid,
|
short_aid,
|
||||||
|
appid & 0x0f,
|
||||||
appid,
|
appid,
|
||||||
short_aid >> 8,
|
short_aid >> 8,
|
||||||
nxp_cluster_to_text(short_aid >> 8));
|
nxp_cluster_to_text(short_aid >> 8));
|
||||||
|
|
Loading…
Reference in a new issue