#include <string.h>\r
#include <ctype.h>\r
#include "proxmark3.h"\r
-\r
#include "iso14443crc.h"\r
#include "data.h"\r
#include "ui.h"\r
#include "cmdparser.h"\r
#include "common.h"\r
#include "util.h"\r
-//#include "mifarehost.h"\r
#include "mifare.h" // nonces_t struct\r
#include "cmdhfmfhard.h"\r
#include "nonce2key/nonce2key.h"\r
int CmdHF14AMfCLoad(const char* cmd);\r
int CmdHF14AMfCSave(const char* cmd);\r
int CmdHf14MfDecryptBytes(const char *Cmd);\r
+int CmdHf14AMfSetMod(const char *Cmd);\r
\r
void showSectorTable(void);\r
void readerAttack(nonces_t data, bool setEmulatorMem, bool verbose);\r
-void printKeyTable( uint8_t sectorscnt, sector *e_sector );\r
+void printKeyTable( uint8_t sectorscnt, sector_t *e_sector );\r
#endif\r