diff options
author | vanhauser-thc <vh@thc.org> | 2023-05-18 10:32:15 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-05-18 10:32:15 +0200 |
commit | abd6eace9d767e4db6019e8eb69080d2352015c9 (patch) | |
tree | ca678752169f9a4338093ed38ea4c95c5d78689e /custom_mutators/symqemu/README.md | |
parent | f664eb58c50ab9b6b130139613a35ff7a7297f1b (diff) | |
download | afl++-abd6eace9d767e4db6019e8eb69080d2352015c9.tar.gz |
improved symqemu custom mutator
Diffstat (limited to 'custom_mutators/symqemu/README.md')
-rw-r--r-- | custom_mutators/symqemu/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom_mutators/symqemu/README.md b/custom_mutators/symqemu/README.md index 55ce05c5..b7702c06 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_DISABLE_TRIM=1 afl-fuzz ...``` +```AFL_CUSTOM_MUTATOR_LIBRARY=custom_mutators/symqemu/symqemu-mutator.so AFL_DISABLE_TRIM=1 afl-fuzz ...``` |