diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-01-31 18:49:26 +0100 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-01-31 18:49:26 +0100 |
commit | f2511a39ae795469d661a8d1a6347ca281e2b80f (patch) | |
tree | 48ee1fb0d7d54af8f2f9d92d1d9a9eee65efdedf /llvm_mode/README.cmplog.md | |
parent | f5d46187023b23beff9797e8b461a9a041db3e9f (diff) | |
parent | 4094dcdf888b03144bf918eb1ca2f9ad50764bc8 (diff) | |
download | afl++-f2511a39ae795469d661a8d1a6347ca281e2b80f.tar.gz |
Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus
Diffstat (limited to 'llvm_mode/README.cmplog.md')
-rw-r--r-- | llvm_mode/README.cmplog.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/llvm_mode/README.cmplog.md b/llvm_mode/README.cmplog.md index a0e838ad..7f426ec8 100644 --- a/llvm_mode/README.cmplog.md +++ b/llvm_mode/README.cmplog.md @@ -3,17 +3,17 @@ The CmpLog instrumentation enables the logging of the comparisons operands in a shared memory. -These values can be used by variuous mutator built on top of it. +These values can be used by various mutators built on top of it. At the moment we support the RedQueen mutator (input-2-state instructions only). ## Build -Tou use CmpLog, you have to build two versions of the instrumented target +To use CmpLog, you have to build two versions of the instrumented target program. -The first, using the regular AFL++ instrumentation. +The first version is built using the regular AFL++ instrumentation. -The second, the CmpLog binary, setting AFL_LLVM_CMPLOG during the compilation. +The second one, the CmpLog binary, with setting AFL_LLVM_CMPLOG during the compilation. For example: @@ -30,8 +30,8 @@ cp ./program ./program.cmplog ## Use -AFL++ have the -c option that can be used to specify a CmpLog binary (the second -built). +AFL++ has the new -c option that can be used to specify a CmpLog binary (the second +build). For example: |