about summary refs log tree commit diff
path: root/custom_mutators/symqemu
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-05-17 18:39:54 +0200
committervanhauser-thc <vh@thc.org>2023-05-17 18:39:54 +0200
commit3e3adb4d377dcfa1e878ab00f061a894923bd642 (patch)
treebc1a099166f14a1109365bb3ae1491ca30ef35e5 /custom_mutators/symqemu
parent1d0694df86a3ce70ffac2846f36605eac9300abe (diff)
downloadafl++-3e3adb4d377dcfa1e878ab00f061a894923bd642.tar.gz
enforce python setting detection
Diffstat (limited to 'custom_mutators/symqemu')
-rw-r--r--custom_mutators/symqemu/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom_mutators/symqemu/README.md b/custom_mutators/symqemu/README.md
index 0d5cd4d7..55ce05c5 100644
--- a/custom_mutators/symqemu/README.md
+++ b/custom_mutators/symqemu/README.md
@@ -8,4 +8,4 @@ on how to build symqemu-x86_x64 and put it in your `PATH`.
 
 just type `make` to build this custom mutator.
 
-```AFL_CUSTOM_MUTATOR_LIBRARY=custom_mutators/symqemu/symqemu-mutator.so AFL_SYNC_TIME=1 afl-fuzz ...```
+```AFL_CUSTOM_MUTATOR_LIBRARY=custom_mutators/symqemu/symqemu-mutator.so AFL_SYNC_TIME=1 AFL_DISABLE_TRIM=1 afl-fuzz ...```