X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/f168b2633b28e52e8ca08ace5f3e62f1767d9df2..929b61c6701f8266c855a669d4c7827cbe0d8eb8:/client/cmdhfmfu.h diff --git a/client/cmdhfmfu.h b/client/cmdhfmfu.h index 72193390..8548cd5b 100644 --- a/client/cmdhfmfu.h +++ b/client/cmdhfmfu.h @@ -1,25 +1,10 @@ -#include "cmdhfmf.h" -#include "cmdhf14a.h" - #ifndef CMDHFMFU_H__ #define CMDHFMFU_H__ -//standard ultralight -int CmdHF14AMfUWrBl(const char *Cmd); -int CmdHF14AMfURdBl(const char *Cmd); - -//Crypto Cards -int CmdHF14AMfUCRdBl(const char *Cmd); -int CmdHF14AMfUCRdCard(const char *Cmd); -int CmdHF14AMfucAuth(const char *Cmd); - -//general stuff -int CmdHF14AMfUDump(const char *Cmd); -void rol (uint8_t *data, const size_t len); +#include -uint8_t requestAuthentication( uint8_t *nonce); -int try3DesAuthentication( uint8_t *key); +extern int CmdHFMFUltra(const char *Cmd); +extern uint32_t GetHF14AMfU_Type(void); +extern int ul_print_type(uint32_t tagtype, uint8_t spacer); -int CmdHFMFUltra(const char *Cmd); -int CmdHF14AMfUInfo(const char *Cmd); #endif