]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/proxmark3.c
Add support for standard USB Smartcard Readers (#765)
[proxmark3-svn] / client / proxmark3.c
index 40c466130f03f645f2e69d6d76f4000b2c688346..a25ecb4111ec2b6aaacad3b7f618cfcabbe72b01 100644 (file)
@@ -28,6 +28,8 @@
 #include "cmdhw.h"
 #include "whereami.h"
 #include "comms.h"
+#include "pcsc.h"
+
 
 void
 #ifdef __has_attribute
@@ -48,6 +50,7 @@ main_loop(char *script_cmds_file, char *script_cmd, bool usb_present) {
                SetOffline(true);
        }
 
+
        // file with script
        FILE *script_file = NULL;
        char script_cmd_buf[256] = {0};  // iceman, needs lua script the same file_path_buffer as the rest
@@ -131,10 +134,6 @@ main_loop(char *script_cmds_file, char *script_cmd, bool usb_present) {
        }
 
        write_history(".history");
-
-       if (usb_present) {
-               CloseProxmark();
-       }
        
        if (script_file) {
                fclose(script_file);
Impressum, Datenschutz