Enable generated dict in AFL++ (#5591)

This was accidently disabled.
This commit is contained in:
Abhishek Arya 2021-04-08 15:16:07 -07:00 committed by GitHub
parent 82558b71bf
commit 33ae18cc44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
# AFL++ settings.
export AFL_LLVM_MODE_WORKAROUND=0
export AFL_ENABLE_DICTIONARY=0
export AFL_ENABLE_DICTIONARY=1
# Start compiling afl++.
echo "Copying precompiled afl++"