X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/df007486f5119620e09930b030c29b62e67bb0b4..67c0fcdb90c73c297d44d813688842dd0262dac7:/client/cmdhfmf.h diff --git a/client/cmdhfmf.h b/client/cmdhfmf.h index d542b367..738b3432 100644 --- a/client/cmdhfmf.h +++ b/client/cmdhfmf.h @@ -44,6 +44,7 @@ int CmdHF14AMfNested(const char* cmd); int CmdHF14AMfNestedHard(const char *Cmd); int CmdHF14AMfSniff(const char* cmd); int CmdHF14AMf1kSim(const char* cmd); +int CmdHF14AMfKeyBrute(const char *Cmd); int CmdHF14AMfEClear(const char* cmd); int CmdHF14AMfEGet(const char* cmd); int CmdHF14AMfESet(const char* cmd);