diff options
| author | van Hauser <vh@thc.org> | 2021-12-13 12:59:26 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-13 12:59:26 +0100 |
| commit | 5590d1836aac13000a667916053908d3ff0818f6 (patch) | |
| tree | 24ac0ad5ef8c21470ac19b7929fec04af4b3f641 /instrumentation | |
| parent | e41ac9564b3e00131dd30ee55d853c121e0ae95f (diff) | |
| parent | 52cae6d132b0cc678eba737a755f10e656a8fe86 (diff) | |
| download | afl++-5590d1836aac13000a667916053908d3ff0818f6.tar.gz | |
Merge pull request #1210 from llzmb/docs_quality_assurance_2
Docs content - quality assurance - 2nd run
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: |
