mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 06:13:51 -07:00
Get output with UID
This commit is contained in:
parent
24d3094012
commit
5c9693529c
1 changed files with 1 additions and 1 deletions
|
@ -556,7 +556,7 @@ void annotateIso15693(char *exp, size_t size, uint8_t *cmd, uint8_t cmdsize) {
|
||||||
if (cmdsize == 6) {
|
if (cmdsize == 6) {
|
||||||
snprintf(exp, size, "READ_MULTI_BLOCK(%d-%d)", cmd[2], (cmd[2] + cmd[3]));
|
snprintf(exp, size, "READ_MULTI_BLOCK(%d-%d)", cmd[2], (cmd[2] + cmd[3]));
|
||||||
} else {
|
} else {
|
||||||
snprintf(exp, size, "READ_MULTI_BLOCK");
|
snprintf(exp, size, "READ_MULTI_BLOCK(%d-%d)", cmd[10], (cmd[10] + cmd[11]));
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
case ISO15693_WRITE_MULTI_BLOCK:
|
case ISO15693_WRITE_MULTI_BLOCK:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue