about summary refs log tree commit diff
path: root/utils/libtokencap
diff options
context:
space:
mode:
authortokatoka <tokazerkje@outlook.com>2022-01-12 04:42:47 +0900
committertokatoka <tokazerkje@outlook.com>2022-01-12 04:42:47 +0900
commit0ed1cb4d31b3eeb1b38297b2fb14747f8d4a8f27 (patch)
tree7727adedcbf74e87a5130777e44ad603650c2a5e /utils/libtokencap
parent741dcabd5dfca3607a86acd916b3563e01c3ccea (diff)
downloadafl++-0ed1cb4d31b3eeb1b38297b2fb14747f8d4a8f27.tar.gz
change
Diffstat (limited to 'utils/libtokencap')
-rw-r--r--utils/libtokencap/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/libtokencap/README.md b/utils/libtokencap/README.md
index 4e7ed1d1..50104291 100644
--- a/utils/libtokencap/README.md
+++ b/utils/libtokencap/README.md
@@ -31,7 +31,7 @@ require AFL-instrumented binaries to work.
 
 To use the library, you *need* to make sure that your fuzzing target is compiled
 with -fno-builtin and is linked dynamically. If you wish to automate the first
-part without mucking with CFLAGS in Makefiles, you can set AFL_NO_BUILTIN=1
+part without mucking with CFLAGS in Makefiles, you can set `AFL_NO_BUILTIN=1`
 when using afl-gcc. This setting specifically adds the following flags:
 
 ```