about summary refs log tree commit diff
path: root/llvm_mode/README.cmplog.md
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2020-01-31 18:49:26 +0100
committerAndrea Fioraldi <andreafioraldi@gmail.com>2020-01-31 18:49:26 +0100
commitf2511a39ae795469d661a8d1a6347ca281e2b80f (patch)
tree48ee1fb0d7d54af8f2f9d92d1d9a9eee65efdedf /llvm_mode/README.cmplog.md
parentf5d46187023b23beff9797e8b461a9a041db3e9f (diff)
parent4094dcdf888b03144bf918eb1ca2f9ad50764bc8 (diff)
downloadafl++-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.md12
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: