mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-19 19:38:52 +08:00
fix missing AIA block in dump
This commit is contained in:
parent
3bbcefacf9
commit
9d337dbc01
1 changed files with 3 additions and 2 deletions
|
@ -1732,7 +1732,7 @@ static int CmdHFiClassDump(const char *Cmd) {
|
|||
payload.start_block = 3;
|
||||
payload.req.do_auth = false;
|
||||
} else {
|
||||
payload.start_block = 6;
|
||||
payload.start_block = 5;
|
||||
}
|
||||
|
||||
clearCommandBuffer();
|
||||
|
@ -2587,7 +2587,8 @@ void printIclassDumpContents(uint8_t *iclass_dump, uint8_t startblock, uint8_t e
|
|||
}
|
||||
PrintAndLogEx(INFO, "---------+-------------------------+----------+---+----------------");
|
||||
if (isLegacy)
|
||||
PrintAndLogEx(HINT, _YELLOW_("yellow") " = legacy credential");
|
||||
PrintAndLogEx(HINT, _YELLOW_("yellow") " = legacy credential");
|
||||
|
||||
if (isSE || isSR)
|
||||
PrintAndLogEx(HINT, _CYAN_("cyan") " = SIO / SR credential");
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue