]> git.zerfleddert.de Git - proxmark3-svn/blob - client/proxmark3.h
Mfp commands (#698)
[proxmark3-svn] / client / proxmark3.h
1 //-----------------------------------------------------------------------------
2 // Copyright (C) 2009 Michael Gernoth <michael at gernoth.net>
3 // Copyright (C) 2010 iZsh <izsh at fail0verflow.com>
4 //
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
7 // the license.
8 //-----------------------------------------------------------------------------
9 // Main binary
10 //-----------------------------------------------------------------------------
11
12 #ifndef PROXMARK3_H__
13 #define PROXMARK3_H__
14
15 #include "usb_cmd.h"
16
17 #define PROXPROMPT "proxmark3> "
18
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
22
23 const char *get_my_executable_path(void);
24 const char *get_my_executable_directory(void);
25 void main_loop(char *script_cmds_file, char *script_cmd, bool usb_present);
26
27 #ifdef __cplusplus
28 }
29 #endif
30
31 #endif
Impressum, Datenschutz