X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/ba39db376c12c945f3ba1bc0ad5b8cc188e21d6f..36dc0b437017bf360787afe3c15fd3cbaf941dd2:/client/cmdhfmf.h diff --git a/client/cmdhfmf.h b/client/cmdhfmf.h index d9964261..26df2df4 100644 --- a/client/cmdhfmf.h +++ b/client/cmdhfmf.h @@ -16,6 +16,7 @@ #include #include #include "proxmark3.h" + #include "iso14443crc.h" #include "data.h" #include "ui.h" @@ -60,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