limit hf st suggstion to st25ta, if STA

This commit is contained in:
Philippe Teuwen 2024-12-15 15:15:36 +01:00
commit 67ee460137

View file

@ -2680,8 +2680,8 @@ int infoHF14A(bool verbose, bool do_nack_test, bool do_aid_search) {
PrintAndLogEx(HINT, "Hint: try `" _YELLOW_("hf mfdes info") "`");
}
if (isST) {
PrintAndLogEx(HINT, "Hint: try `" _YELLOW_("hf st info") "`");
if ((isST) && (card.ats_len >= 0)) {
PrintAndLogEx(HINT, "Hint: try `" _YELLOW_("hf st25ta info") "`");
}
if (isEMV) {