X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/dfdbfa0702c77877a5b5b9bdf6dcef2d6b550cdf..905c55de2bbe642412b47ed4e92344096c817fac:/client/cmdhfmf.h diff --git a/client/cmdhfmf.h b/client/cmdhfmf.h index d381a852..e102dbd0 100644 --- a/client/cmdhfmf.h +++ b/client/cmdhfmf.h @@ -22,7 +22,6 @@ #include "cmdparser.h" #include "common.h" #include "util.h" -//#include "mifarehost.h" #include "mifare.h" // nonces_t struct #include "cmdhfmfhard.h" #include "nonce2key/nonce2key.h" @@ -60,6 +59,7 @@ int CmdHF14AMfCLoad(const char* cmd); int CmdHF14AMfCSave(const char* cmd); int CmdHf14MfDecryptBytes(const char *Cmd); -void readerAttack(nonces_t data[], bool setEmulatorMem, bool showMaths); -void printKeyTable( uint8_t sectorscnt, sector *e_sector ); +void showSectorTable(void); +void readerAttack(nonces_t data, bool setEmulatorMem, bool verbose); +void printKeyTable( uint8_t sectorscnt, sector_t *e_sector ); #endif