about summary refs log tree commit diff
path: root/src/afl-fuzz-globals.c
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2019-09-17 16:13:41 +0200
committerAndrea Fioraldi <andreafioraldi@gmail.com>2019-09-17 16:13:41 +0200
commite2dfac08c0925295507f7d62ca3d4300cfe9e021 (patch)
tree96a218e7fff00d6e39378eba8bf6f2e5015f42a9 /src/afl-fuzz-globals.c
parentc8173eb9ece9cf3bcc499347929405913d8431b3 (diff)
downloadafl++-e2dfac08c0925295507f7d62ca3d4300cfe9e021.tar.gz
wine mode first commit
Diffstat (limited to 'src/afl-fuzz-globals.c')
-rw-r--r--src/afl-fuzz-globals.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-fuzz-globals.c b/src/afl-fuzz-globals.c
index d457d28c..1358a1fb 100644
--- a/src/afl-fuzz-globals.c
+++ b/src/afl-fuzz-globals.c
@@ -74,7 +74,6 @@ u8 *in_dir,                             /* Input directory with test cases  */
     *file_extension,                    /* File extension                   */
     *orig_cmdline;                      /* Original command line            */
 u8 *doc_path,                           /* Path to documentation dir        */
-    *target_path,                       /* Path to target binary            */
     *out_file;                          /* File to fuzz, if any             */
 
 u32 exec_tmout = EXEC_TIMEOUT;          /* Configurable exec timeout (ms)   */
@@ -115,6 +114,7 @@ u8 skip_deterministic,                  /* Skip deterministic stages?       */
     bitmap_changed = 1,                 /* Time to update bitmap?           */
     qemu_mode,                          /* Running in QEMU mode?            */
     unicorn_mode,                       /* Running in Unicorn mode?         */
+    use_wine,                           /* Use WINE with QEMU mode          */
     skip_requested,                     /* Skip request, via SIGUSR1        */
     run_over10m,                        /* Run time over 10 minutes?        */
     persistent_mode,                    /* Running in persistent mode?      */