mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
annotate the GDM magic write
This commit is contained in:
parent
07f6162780
commit
e1d90b3de2
1 changed files with 4 additions and 0 deletions
|
@ -330,6 +330,10 @@ int applyIso14443a(char *exp, size_t size, uint8_t *cmd, uint8_t cmdsize, bool i
|
|||
snprintf(exp, size, "MAGIC AUTH-B(%d)", cmd[1]);
|
||||
break;
|
||||
}
|
||||
case MIFARE_MAGIC_GDM_WRITEBLOCK: {
|
||||
snprintf(exp, size, "MAGIC WRITEBLOCK(%d)", cmd[1]);
|
||||
break;
|
||||
}
|
||||
case MIFARE_MAGICWUPC1:
|
||||
snprintf(exp, size, "MAGIC WUPC1");
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue