From 33ae18cc4431f393a02df1b7a33b71840d1c4e0a Mon Sep 17 00:00:00 2001 From: Abhishek Arya Date: Thu, 8 Apr 2021 15:16:07 -0700 Subject: [PATCH] Enable generated dict in AFL++ (#5591) This was accidently disabled. --- infra/base-images/base-builder/compile_afl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/base-images/base-builder/compile_afl b/infra/base-images/base-builder/compile_afl index f948876af..f2f5aa0c4 100644 --- a/infra/base-images/base-builder/compile_afl +++ b/infra/base-images/base-builder/compile_afl @@ -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++"