X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/57778a46308a250f4c9b1516aa8ca251d4e09cc5..966c111e8c8e45e624465502d0ee405ebda9a39c:/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);