hf cryptorf, now uses cliparser, *not enabled commands*

This commit is contained in:
iceman1001
2021-03-27 18:44:49 +01:00
parent be4b36e605
commit a34bf3264c
3 changed files with 401 additions and 463 deletions

View File

@@ -150,7 +150,7 @@ int CmdHFSearch(const char *Cmd) {
PROMPT_CLEARLINE;
PrintAndLogEx(INPLACE, " Searching for CryptoRF tag...");
if (IfPm3Iso14443b()) {
if (readHFCryptoRF(false) == PM3_SUCCESS) {
if (readHFCryptoRF(false, false) == PM3_SUCCESS) {
PrintAndLogEx(SUCCESS, "\nValid " _GREEN_("CryptoRF tag") " found\n");
res = PM3_SUCCESS;
}