X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/4888b2819574627efea9bd7d23444d785c5a2077..e55eda39cd7fe60fb2c46f2efa167297061fc7a1:/client/cmdhfmf.h diff --git a/client/cmdhfmf.h b/client/cmdhfmf.h index 22dfd4de..d542b367 100644 --- a/client/cmdhfmf.h +++ b/client/cmdhfmf.h @@ -22,7 +22,10 @@ #include "cmdparser.h" #include "common.h" #include "util.h" -#include "mifarehost.h" +//#include "mifarehost.h" +#include "mifare.h" // nonces_t struct +#include "cmdhfmfhard.h" +#include "nonce2key/nonce2key.h" int CmdHFMF(const char *Cmd); @@ -38,6 +41,7 @@ int CmdHF14AMfUWrBl(const char* cmd); int CmdHF14AMfChk(const char* cmd); int CmdHF14AMifare(const char* cmd); int CmdHF14AMfNested(const char* cmd); +int CmdHF14AMfNestedHard(const char *Cmd); int CmdHF14AMfSniff(const char* cmd); int CmdHF14AMf1kSim(const char* cmd); int CmdHF14AMfEClear(const char* cmd); @@ -53,5 +57,8 @@ int CmdHF14AMfCGetBlk(const char* cmd); int CmdHF14AMfCGetSc(const char* cmd); int CmdHF14AMfCLoad(const char* cmd); int CmdHF14AMfCSave(const char* cmd); +int CmdHf14MfDecryptBytes(const char *Cmd); +void readerAttack(nonces_t data[], bool setEmulatorMem); +void printKeyTable( uint8_t sectorscnt, sector *e_sector ); #endif