mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
add text
This commit is contained in:
parent
9bf80a5017
commit
a8e2e912b7
1 changed files with 6 additions and 2 deletions
|
@ -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) {
|
||||||
|
if (appid == 0xffffff)
|
||||||
|
PrintAndLogEx(SUCCESS, " Card issuer information application");
|
||||||
|
else
|
||||||
MADDFDecodeAndPrint(short_aid);
|
MADDFDecodeAndPrint(short_aid);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void DesfirePrintAIDFunctions(uint32_t appid) {
|
void DesfirePrintAIDFunctions(uint32_t appid) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue