diff options
| author | vanhauser-thc <vh@thc.org> | 2023-04-20 10:39:23 +0200 |
|---|---|---|
| committer | vanhauser-thc <vh@thc.org> | 2023-04-20 10:39:23 +0200 |
| commit | 4e5f42cab6b8c501eeaf76ec7ca920089f6e0f3a (patch) | |
| tree | 39c352d9b470a1ccc8bda9240a6b055e4e7d6770 /afl-cmin.bash | |
| parent | 02b9e583f2a5dd7d83bd4c02af8d2081532689ed (diff) | |
| download | afl++-4e5f42cab6b8c501eeaf76ec7ca920089f6e0f3a.tar.gz | |
afl-showmap custom mutator support
Diffstat (limited to 'afl-cmin.bash')
| -rwxr-xr-x | afl-cmin.bash | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/afl-cmin.bash b/afl-cmin.bash index bcf62eba..5258758e 100755 --- a/afl-cmin.bash +++ b/afl-cmin.bash @@ -151,6 +151,8 @@ AFL_KEEP_TRACES: leave the temporary <out_dir>\.traces directory AFL_NO_FORKSRV: run target via execve instead of using the forkserver AFL_PATH: last resort location to find the afl-showmap binary AFL_SKIP_BIN_CHECK: skip check for target binary +AFL_CUSTOM_MUTATOR_LIBRARY: custom mutator library (post_process and send) +AFL_PYTHON_MODULE: custom mutator library (post_process and send) _EOF_ exit 1 fi |
