]> git.zerfleddert.de Git - proxmark3-svn/blob - client/cmdhfmf.h
lf hid: Added encode/decode support for Issue Level
[proxmark3-svn] / client / cmdhfmf.h
1 //-----------------------------------------------------------------------------
2 // Copyright (C) 2011 Merlok
3 //
4 // This code is licensed to you under the terms of the GNU GPL, version 2 or,
5 // at your option, any later version. See the LICENSE.txt file for the text of
6 // the license.
7 //-----------------------------------------------------------------------------
8 // High frequency MIFARE commands
9 //-----------------------------------------------------------------------------
10
11 #ifndef CMDHFMF_H__
12 #define CMDHFMF_H__
13
14 #include "mifaredefault.h"
15
16 extern int CmdHFMF(const char *Cmd);
17
18 extern int CmdHF14AMfDbg(const char* cmd);
19 extern int CmdHF14AMfRdBl(const char* cmd);
20 extern int CmdHF14AMfURdBl(const char* cmd);
21 extern int CmdHF14AMfRdSc(const char* cmd);
22 extern int CmdHF14SMfURdCard(const char* cmd);
23 extern int CmdHF14AMfDump(const char* cmd);
24 extern int CmdHF14AMfRestore(const char* cmd);
25 extern int CmdHF14AMfWrBl(const char* cmd);
26 extern int CmdHF14AMfUWrBl(const char* cmd);
27 extern int CmdHF14AMfChk(const char* cmd);
28 extern int CmdHF14AMifare(const char* cmd);
29 extern int CmdHF14AMfNested(const char* cmd);
30 extern int CmdHF14AMfSniff(const char* cmd);
31 extern int CmdHF14AMf1kSim(const char* cmd);
32 extern int CmdHF14AMfEClear(const char* cmd);
33 extern int CmdHF14AMfEGet(const char* cmd);
34 extern int CmdHF14AMfESet(const char* cmd);
35 extern int CmdHF14AMfELoad(const char* cmd);
36 extern int CmdHF14AMfESave(const char* cmd);
37 extern int CmdHF14AMfECFill(const char* cmd);
38 extern int CmdHF14AMfEKeyPrn(const char* cmd);
39 extern int CmdHF14AMfCWipe(const char* cmd);
40 extern int CmdHF14AMfCSetUID(const char* cmd);
41 extern int CmdHF14AMfCSetBlk(const char* cmd);
42 extern int CmdHF14AMfCGetBlk(const char* cmd);
43 extern int CmdHF14AMfCGetSc(const char* cmd);
44 extern int CmdHF14AMfCLoad(const char* cmd);
45 extern int CmdHF14AMfCSave(const char* cmd);
46
47 #endif
Impressum, Datenschutz