improve README

This commit is contained in:
van Hauser
2020-07-31 10:49:25 +02:00
parent 68f46f6178
commit 149b0021b7

View File

@ -279,7 +279,8 @@ afl-clang-lto:
transform input data before comparison. Therefore this technique is called transform input data before comparison. Therefore this technique is called
`input to state` or `redqueen`. `input to state` or `redqueen`.
If you want to use this technique, then you have to compile the target 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) 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 If you use afl-clang-fast, afl-clang-lto or afl-gcc-fast you have the option to