]> git.zerfleddert.de Git - proxmark3-svn/blob - client/emv/cmdemv.h
3dc76fa969d51d4b1cc5153db125916cbab609af
[proxmark3-svn] / client / emv / cmdemv.h
1 //-----------------------------------------------------------------------------
2 // Copyright (C) 2017 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 // EMV commands
9 //-----------------------------------------------------------------------------
10
11 #ifndef CMDEMV_H__
12 #define CMDEMV_H__
13
14 #include <stdio.h>
15 #include <stdlib.h>
16 #include <inttypes.h>
17 #include <string.h>
18 #include <ctype.h>
19 #include "proxmark3.h"
20 #include "ui.h"
21 #include "cmdparser.h"
22 #include "common.h"
23 #include "util.h"
24 #include "util_posix.h"
25 #include "cmdmain.h"
26 #include "emvcore.h"
27 #include "apduinfo.h"
28
29 int CmdEMV(const char *Cmd);
30
31 extern int CmdEMVSelect(const char *cmd);
32 extern int CmdEMVSearch(const char *cmd);
33 extern int CmdEMVPPSE(const char *cmd);
34 extern int CmdEMVExec(const char *cmd);
35 extern int CmdEMVGetrng(const char *Cmd);
36 extern int CmdEMVList(const char *Cmd);
37
38 #endif
Impressum, Datenschutz