]>
git.zerfleddert.de Git - proxmark3-svn/blob - client/cmdlf.h
1 //-----------------------------------------------------------------------------
2 // Copyright (C) 2010 iZsh <izsh at fail0verflow.com>
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
7 //-----------------------------------------------------------------------------
8 // Low frequency commands
9 //-----------------------------------------------------------------------------
17 #include "proxmark3.h"
21 #include "cmdparser.h"
26 #include "cmdlfawid.h"
28 #include "cmdlfem4x.h"
29 #include "cmdlfhitag.h"
30 #include "cmdlft55xx.h"
31 #include "cmdlfpcf7931.h"
34 #include "cmdlfviking.h"
35 #include "cmdlfpresco.h"
36 #include "cmdlfpyramid.h"
37 #include "cmdlfguard.h"
39 int CmdLF(const char *Cmd
);
41 int CmdLFCommandRead(const char *Cmd
);
42 int CmdFlexdemod(const char *Cmd
);
43 int CmdIndalaDemod(const char *Cmd
);
44 int CmdIndalaClone(const char *Cmd
);
45 int CmdLFRead(const char *Cmd
);
46 int CmdLFSim(const char *Cmd
);
47 int CmdLFaskSim(const char *Cmd
);
48 int CmdLFfskSim(const char *Cmd
);
49 int CmdLFpskSim(const char *Cmd
);
50 int CmdLFSimBidir(const char *Cmd
);
51 int CmdLFSnoop(const char *Cmd
);
52 int CmdVchDemod(const char *Cmd
);
53 int CmdLFfind(const char *Cmd
);
56 int usage_lf_cmdread(void);
57 int usage_lf_read(void);
58 int usage_lf_snoop(void);
59 int usage_lf_config(void);
60 int usage_lf_simfsk(void);
61 int usage_lf_simask(void);
62 int usage_lf_simpsk(void);