This commit is contained in:
merlokk 2021-08-12 15:05:24 +03:00
commit a8e2e912b7

View file

@ -851,8 +851,12 @@ void DesfirePrintMADAID(uint32_t appid, bool verbose) {
appid, appid,
short_aid >> 8, short_aid >> 8,
nxp_cluster_to_text(short_aid >> 8)); nxp_cluster_to_text(short_aid >> 8));
if (verbose) if (verbose) {
MADDFDecodeAndPrint(short_aid); if (appid == 0xffffff)
PrintAndLogEx(SUCCESS, " Card issuer information application");
else
MADDFDecodeAndPrint(short_aid);
}
} }
void DesfirePrintAIDFunctions(uint32_t appid) { void DesfirePrintAIDFunctions(uint32_t appid) {