]>
git.zerfleddert.de Git - proxmark3-svn/blob - client/cmdhfmfu.h
d91821278117c1001f9cfa05fc3d06f806fbaebd
8 int CmdHF14AMfUWrBl(const char *Cmd
);
9 int CmdHF14AMfURdBl(const char *Cmd
);
12 int CmdHF14AMfUCRdBl(const char *Cmd
);
13 int CmdHF14AMfUCRdCard(const char *Cmd
);
14 int CmdHF14AMfucAuth(const char *Cmd
);
17 int CmdHF14AMfUDump(const char *Cmd
);
18 int CmdHF14AMfUInfo(const char *Cmd
);
19 uint16_t GetHF14AMfU_Type(void);
21 //void rol (uint8_t *data, const size_t len);
22 int ul_print_type(uint16_t tagtype
, uint8_t spacer
);
23 void ul_switch_off_field(void);
25 int usage_hf_mfu_dump(void);
26 int usage_hf_mfu_info(void);
28 int CmdHFMFUltra(const char *Cmd
);
30 typedef enum TAGTYPE_UL
{
46 MY_D_MOVE_NFC
= 0x4000,
48 UL_MAGIC
= UL
| MAGIC
,
49 UL_C_MAGIC
= UL_C
| MAGIC
,