mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
hf mfu info - specify reason for failing read
This commit is contained in:
parent
7c4fd9a46a
commit
95acef16cb
1 changed files with 1 additions and 0 deletions
|
@ -2396,6 +2396,7 @@ static int CmdHF14AMfUInfo(const char *Cmd) {
|
||||||
status = ul_read(0x28, ulc_conf, sizeof(ulc_conf));
|
status = ul_read(0x28, ulc_conf, sizeof(ulc_conf));
|
||||||
if (status <= 0) {
|
if (status <= 0) {
|
||||||
PrintAndLogEx(ERR, "Error: tag didn't answer to READ UL-C");
|
PrintAndLogEx(ERR, "Error: tag didn't answer to READ UL-C");
|
||||||
|
PrintAndLogEx(HINT, "Hint: tag is likely fully read protected");
|
||||||
DropField();
|
DropField();
|
||||||
return PM3_ESOFT;
|
return PM3_ESOFT;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue