X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/86fdf240e08493c3fc6cb92900ebc7bcb3a5ee84..ece631fd06bfc1de1ca017c9c8154d4447f98cdb:/client/cmdhfmf.h diff --git a/client/cmdhfmf.h b/client/cmdhfmf.h index e102dbd0..72924cae 100644 --- a/client/cmdhfmf.h +++ b/client/cmdhfmf.h @@ -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);