mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
fix offline hf mf ginfo
This commit is contained in:
parent
d668da08bf
commit
7637fa0150
1 changed files with 3 additions and 0 deletions
|
@ -8067,6 +8067,9 @@ static int CmdHF14AGen4Info(const char *cmd) {
|
|||
}
|
||||
|
||||
parse_gtu_cfg(resp, resplen);
|
||||
if (! IfPm3Iso14443a()) {
|
||||
return PM3_SUCCESS;
|
||||
}
|
||||
|
||||
uint8_t uid_len = resp[1];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue