diff options
author | van Hauser <vh@thc.org> | 2020-07-31 10:49:25 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-07-31 10:49:25 +0200 |
commit | 149b0021b7ad5f73e9d9d284d04f62e679aa3f3a (patch) | |
tree | 36785a102a5e20714d01e57d00ccd0f9f4144796 | |
parent | 68f46f6178e18c7776588bfcc1a0c431f680d046 (diff) | |
download | afl++-149b0021b7ad5f73e9d9d284d04f62e679aa3f3a.tar.gz |
improve README
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md index d747ea00..84d98578 100644 --- a/README.md +++ b/README.md @@ -279,7 +279,8 @@ afl-clang-lto: transform input data before comparison. Therefore this technique is called `input to state` or `redqueen`. If you want to use this technique, then you have to compile the target - twice, once specifically with/for this mode. + twice, once specifically with/for this mode, and pass this binary to afl-fuzz + via the `-c` parameter. You can read more about this in [llvm_mode/README.cmplog.md](llvm_mode/README.cmplog.md) If you use afl-clang-fast, afl-clang-lto or afl-gcc-fast you have the option to |