added afl-fuzz -I cmdline option

This commit is contained in:
van Hauser
2019-10-08 11:53:31 +02:00
parent 45bb85cd8f
commit 20f009e927
6 changed files with 17 additions and 3 deletions

View File

@ -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) */