X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/63e1d35a07b1faa00e5c864024129a9faf8210c1..fd6675219387500f61bfdcde608e326d30ff904b:/client/cmdhfmfu.h diff --git a/client/cmdhfmfu.h b/client/cmdhfmfu.h index 64f32a49..8548cd5b 100644 --- a/client/cmdhfmfu.h +++ b/client/cmdhfmfu.h @@ -1,28 +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); - -uint8_t requestAuthentication( uint8_t *nonce); -int try3DesAuthentication( uint8_t *key); -uint8_t GetHF14AMfU_Type(void); +#include -int usage_hf_mfu_dump(void); +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