mfu info / dump attempt at missing auths

NOT TESTED.  will test soon.  probably has bugs!
This commit is contained in:
marshmellow42 2015-05-16 01:00:31 -04:00
commit cceabb79e6
6 changed files with 129 additions and 91 deletions

View file

@ -14,7 +14,7 @@ int CmdHF14AMfUCRdCard(const char *Cmd);
int CmdHF14AMfucAuth(const char *Cmd);
uint8_t requestAuthentication( uint8_t *nonce);
int try3DesAuthentication( uint8_t *key);
int try3DesAuthentication( uint8_t *key, bool switch_off_field);
//general stuff
int CmdHF14AMfUDump(const char *Cmd);