diff options
author | hexcoder <hexcoder-@users.noreply.github.com> | 2020-01-31 00:18:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-31 00:18:27 +0100 |
commit | 3b4920011b00a953751dfb8109974cc34ada755a (patch) | |
tree | 572c9506ae15471134a296b79cb98308ba8295d8 | |
parent | e5f081586d64a1ee4734a9d95dd2ab86d9e486c4 (diff) | |
download | afl++-3b4920011b00a953751dfb8109974cc34ada755a.tar.gz |
small fixes
-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: |