Add Mifare Classic EV1 set load modulation command

This commit is contained in:
angelsl 2017-03-09 21:36:19 +08:00
commit ece631fd06
8 changed files with 105 additions and 0 deletions

View file

@ -58,6 +58,7 @@ int CmdHF14AMfCGetSc(const char* cmd);
int CmdHF14AMfCLoad(const char* cmd);
int CmdHF14AMfCSave(const char* cmd);
int CmdHf14MfDecryptBytes(const char *Cmd);
int CmdHf14AMfSetMod(const char *Cmd);
void showSectorTable(void);
void readerAttack(nonces_t data, bool setEmulatorMem, bool verbose);