about summary refs log tree commit diff
path: root/instrumentation
diff options
context:
space:
mode:
authorllzmb <46303940+llzmb@users.noreply.github.com>2021-12-12 17:59:14 +0100
committerllzmb <46303940+llzmb@users.noreply.github.com>2021-12-12 17:59:14 +0100
commit9d7dd5a69f43f9fa8915afb37018f4df8e8db79c (patch)
treec9327c4f13507f1c3122393348957a8e8ea29194 /instrumentation
parent6c39e2cc2e5cd4b8eafd3e75014929d263b9b745 (diff)
downloadafl++-9d7dd5a69f43f9fa8915afb37018f4df8e8db79c.tar.gz
Fix formatting and references
Diffstat (limited to 'instrumentation')
-rw-r--r--instrumentation/README.cmplog.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/instrumentation/README.cmplog.md b/instrumentation/README.cmplog.md
index 146b4620..668c07eb 100644
--- a/instrumentation/README.cmplog.md
+++ b/instrumentation/README.cmplog.md
@@ -11,12 +11,11 @@ see
 ## Build
 
 To use CmpLog, you have to build two versions of the instrumented target
-program.
+program:
 
-The first version is built using the regular AFL++ instrumentation.
-
-The second one, the CmpLog binary, is built with setting AFL_LLVM_CMPLOG during
-the compilation.
+* The first version is built using the regular AFL++ instrumentation.
+* The second one, the CmpLog binary, is built with setting `AFL_LLVM_CMPLOG`
+  during the compilation.
 
 For example: