]> git.zerfleddert.de Git - proxmark3-svn/blob - client/cmdhfmfu.h
MFU - Icemans further improvements
[proxmark3-svn] / client / cmdhfmfu.h
1 #include "cmdhfmf.h"
2 #include "cmdhf14a.h"
3
4 #ifndef CMDHFMFU_H__
5 #define CMDHFMFU_H__
6
7 //standard ultralight
8 int CmdHF14AMfUWrBl(const char *Cmd);
9 int CmdHF14AMfURdBl(const char *Cmd);
10
11 //Crypto Cards
12 int CmdHF14AMfUCRdBl(const char *Cmd);
13 int CmdHF14AMfUCRdCard(const char *Cmd);
14 int CmdHF14AMfucAuth(const char *Cmd);
15
16 //general stuff
17 int CmdHF14AMfUDump(const char *Cmd);
18 void rol (uint8_t *data, const size_t len);
19
20 uint8_t requestAuthentication( uint8_t *nonce);
21 int try3DesAuthentication( uint8_t *key);
22 uint16_t GetHF14AMfU_Type(void);
23
24 int usage_hf_mfu_dump(void);
25
26 int CmdHFMFUltra(const char *Cmd);
27 int CmdHF14AMfUInfo(const char *Cmd);
28 #endif
Impressum, Datenschutz