X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/49dc1d0a9eafdb1e369ead88c3c8882bc6959a17..1ec21089b2d363e2b5e9672d26350bdf0fd41c88:/client/cmdhfmfu.h diff --git a/client/cmdhfmfu.h b/client/cmdhfmfu.h index ccb53ad0..9d1a20d8 100644 --- a/client/cmdhfmfu.h +++ b/client/cmdhfmfu.h @@ -17,6 +17,12 @@ int CmdHF14AMfucAuth(const char *Cmd); int CmdHF14AMfUDump(const char *Cmd); void rol (uint8_t *data, const size_t len); +uint8_t requestAuthentication( uint8_t *nonce); +int try3DesAuthentication( uint8_t *key); +uint8_t GetHF14AMfU_Type(); + +int usage_hf_mfu_dump(); + int CmdHFMFUltra(const char *Cmd); int CmdHF14AMfUInfo(const char *Cmd); #endif