CHG: extracted the UL_C & UL magic tests.

ADD: a raw write command also there.
CHG: "hf mfu info" got some more love,  looks better too.
      UL_EV1 / NTAG,  only try known passwords if AUTHLIM is set to 0.
This commit is contained in:
iceman1001 2015-05-06 22:40:46 +02:00
commit aebe77905b
3 changed files with 116 additions and 80 deletions

View file

@ -95,7 +95,7 @@ void annotateIso14443a(char *exp, size_t size, uint8_t* cmd, uint8_t cmdsize)
snprintf(exp,size,"?");
break;
}
case MIFARE_ULEV1_WRITE : {
case MIFARE_ULC_WRITE : {
if ( cmd[1] < 0x21 )
snprintf(exp,size,"WRITEBLOCK(%d)",cmd[1]);
else