diff options
author | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-12 17:59:14 +0100 |
---|---|---|
committer | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-12 17:59:14 +0100 |
commit | 9d7dd5a69f43f9fa8915afb37018f4df8e8db79c (patch) | |
tree | c9327c4f13507f1c3122393348957a8e8ea29194 /instrumentation | |
parent | 6c39e2cc2e5cd4b8eafd3e75014929d263b9b745 (diff) | |
download | afl++-9d7dd5a69f43f9fa8915afb37018f4df8e8db79c.tar.gz |
Fix formatting and references
Diffstat (limited to 'instrumentation')
-rw-r--r-- | instrumentation/README.cmplog.md | 9 |
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: |