X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/19693bdc06cca834589aae52fdd4b8475f4aec3a..9932c55a4accc135200bca93edec8022f8bdcf12:/client/cmdhfmf.h diff --git a/client/cmdhfmf.h b/client/cmdhfmf.h index a2f9328a..26df2df4 100644 --- a/client/cmdhfmf.h +++ b/client/cmdhfmf.h @@ -61,6 +61,7 @@ int CmdHF14AMfCLoad(const char* cmd); int CmdHF14AMfCSave(const char* cmd); int CmdHf14MfDecryptBytes(const char *Cmd); -void readerAttack(nonces_t data[], bool setEmulatorMem, bool verbose); +void showSectorTable(void); +void readerAttack(nonces_t data, bool setEmulatorMem, bool verbose); void printKeyTable( uint8_t sectorscnt, sector *e_sector ); #endif