diff options
| author | van Hauser <vh@thc.org> | 2019-10-08 11:53:31 +0200 | 
|---|---|---|
| committer | van Hauser <vh@thc.org> | 2019-10-08 11:53:31 +0200 | 
| commit | 20f009e927b8d98a595575e5d4366a437d6e7247 (patch) | |
| tree | 660665d516f0c45c3e2e9116c90afed5064fb558 /include | |
| parent | 45bb85cd8f7aecd15a8621db2918c2cecc97094f (diff) | |
| download | afl++-20f009e927b8d98a595575e5d4366a437d6e7247.tar.gz | |
added afl-fuzz -I cmdline option
Diffstat (limited to 'include')
| -rw-r--r-- | include/afl-fuzz.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| 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) */ | 
