diff options
| author | van Hauser <vh@thc.org> | 2023-04-22 11:40:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-22 11:40:50 +0200 |
| commit | dbb317162415a28e3fd2ff4c574292c924493a00 (patch) | |
| tree | 190be094155fbdc8bf642f3b84942c4ad1808060 /afl-cmin.bash | |
| parent | a326c23210dc2ace37bf1cadcc4521cf5d0b58cb (diff) | |
| parent | 6bd48a48cbed1f923ff0999ea24af1f548c2e2bc (diff) | |
| download | afl++-dbb317162415a28e3fd2ff4c574292c924493a00.tar.gz | |
Merge pull request #1712 from AFLplusplus/dev
push to stable
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 |
