]>
cvs.zerfleddert.de Git - proxmark3-svn/blob - client/cmdhfemv.h
1 //-----------------------------------------------------------------------------
2 // Copyright (C) 2014 Peter Fillmore
5 // This code is licensed to you under the terms of the GNU GPL, version 2 or,
6 // at your option, any later version. See the LICENSE.txt file for the text of
8 //-----------------------------------------------------------------------------
9 // High frequency EMV commands
10 //-----------------------------------------------------------------------------
17 #include "proxmark3.h"
20 #include "cmdparser.h"
23 #include "cmdhf.h" // "hf list"
25 int CmdHFEmv(const char *Cmd
);
27 int CmdHfEmvTest(const char *Cmd
);
28 int CmdHfEmvReadRecord(const char *Cmd
);
29 int CmdHfEmvClone(const char *Cmd
);
30 int CmdHfEmvTrans(const char *Cmd
);
31 int CmdHfEmvGetrng(const char *Cmd
);
32 int CmdHfEmvELoad(const char *Cmd
);
33 int CmdHfEmvDump(const char *Cmd
);
34 int CmdHfEmvSim(const char *Cmd
);
35 int CmdHfEmvList(const char *Cmd
);
37 int usage_hf_emv_test(void);
38 int usage_hf_emv_readrecord(void);
39 int usage_hf_emv_clone(void);
40 int usage_hf_emv_transaction(void);
41 int usage_hf_emv_getrnd(void);
42 int usage_hf_emv_eload(void);
43 int usage_hf_emv_dump(void);
44 int usage_hf_emv_sim(void);