diff options
author | van Hauser <vh@thc.org> | 2020-06-30 17:28:21 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-06-30 17:28:21 +0200 |
commit | 06264df16891070a09a31cd981a9dcaaf01de7c7 (patch) | |
tree | 8262c831d92121357c8bd15c2ee4440b5913c289 /llvm_mode/README.lto.md | |
parent | 878b27af762b9d79d46c3de59ced749bb0e93d35 (diff) | |
download | afl++-06264df16891070a09a31cd981a9dcaaf01de7c7.tar.gz |
rename whitelist -> instrumentlist
Diffstat (limited to 'llvm_mode/README.lto.md')
-rw-r--r-- | llvm_mode/README.lto.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm_mode/README.lto.md b/llvm_mode/README.lto.md index 517cb62a..4641fa89 100644 --- a/llvm_mode/README.lto.md +++ b/llvm_mode/README.lto.md @@ -7,7 +7,7 @@ This version requires a current llvm 11 compiled from the github master. 1. Use afl-clang-lto/afl-clang-lto++ because it is faster and gives better coverage than anything else that is out there in the AFL world -2. You can use it together with llvm_mode: laf-intel and whitelisting +2. You can use it together with llvm_mode: laf-intel and the instrument file listing features and can be combined with cmplog/Redqueen 3. It only works with llvm 11 (current github master state) @@ -108,7 +108,7 @@ make install Just use afl-clang-lto like you did with afl-clang-fast or afl-gcc. -Also whitelisting (AFL_LLVM_WHITELIST -> [README.whitelist.md](README.whitelist.md)) and +Also the instrument file listing (AFL_LLVM_INSTRUMENT_FILE -> [README.instrument_file.md](README.instrument_file.md)) and laf-intel/compcov (AFL_LLVM_LAF_* -> [README.laf-intel.md](README.laf-intel.md)) work. InsTrim (control flow graph instrumentation) is supported and recommended! (set `AFL_LLVM_INSTRUMENT=CFG`) |