about summary refs log tree commit diff
path: root/utils/aflpp_driver/README.md
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-05-30 00:36:56 +0200
committervanhauser-thc <vh@thc.org>2021-05-30 00:36:56 +0200
commitd2e85cce5048f36aef27a26d907670dda61837e4 (patch)
treea2d531f24ccbc285a9f7269bb012f8ff677f8045 /utils/aflpp_driver/README.md
parent6883605d1314503ad6ef8aadcadc90222da5c576 (diff)
downloadafl++-d2e85cce5048f36aef27a26d907670dda61837e4.tar.gz
afl-cmin help fix, aflpp_driver - + @@ support
Diffstat (limited to 'utils/aflpp_driver/README.md')
-rw-r--r--utils/aflpp_driver/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/utils/aflpp_driver/README.md b/utils/aflpp_driver/README.md
index 01bd10c0..f03c2fe3 100644
--- a/utils/aflpp_driver/README.md
+++ b/utils/aflpp_driver/README.md
@@ -13,6 +13,12 @@ If this is the clang compile command to build for libfuzzer:
 then just switch `clang++` with `afl-clang-fast++` and our compiler will
 magically insert libAFLDriver.a :)
 
+To use shared-memory testcases, you need nothing to do.
+To use stdin testcases give `-` as the only command line parameter.
+To use file input testcases give `@@` as the only command line parameter.
+
+IMPORTANT: if you use `afl-cmin` or `afl-cmin.bash` then either pass `-`
+or `@@` as command line parameters.
 
 ## aflpp_qemu_driver