From 20f009e927b8d98a595575e5d4366a437d6e7247 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Tue, 8 Oct 2019 11:53:31 +0200 Subject: added afl-fuzz -I cmdline option --- include/afl-fuzz.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/afl-fuzz.h') diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h index 4e5276f6..204d3a51 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -250,6 +250,7 @@ extern u8 *in_dir, /* Input directory with test cases */ *file_extension, /* File extension */ *orig_cmdline, /* Original command line */ *doc_path, /* Path to documentation dir */ + *infoexec, /* Command to execute on a new crash */ *out_file; /* File to fuzz, if any */ extern u32 exec_tmout; /* Configurable exec timeout (ms) */ -- cgit 1.4.1