diff options
author | vanhauser-thc <vh@thc.org> | 2022-01-11 11:59:12 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2022-01-11 11:59:12 +0100 |
commit | 41b07983f16d7e1337be89a836a8094eec2fa7d3 (patch) | |
tree | 397af0f5dbf5fcd9f23cfba29c8784ca7cfd9d75 /instrumentation/README.cmplog.md | |
parent | ef77d552e9b89852b293c300a5a9a9c617945f43 (diff) | |
download | afl++-41b07983f16d7e1337be89a836a8094eec2fa7d3.tar.gz |
add feature list
Diffstat (limited to 'instrumentation/README.cmplog.md')
-rw-r--r-- | instrumentation/README.cmplog.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/instrumentation/README.cmplog.md b/instrumentation/README.cmplog.md index 668c07eb..a2caca4f 100644 --- a/instrumentation/README.cmplog.md +++ b/instrumentation/README.cmplog.md @@ -42,4 +42,4 @@ For example: afl-fuzz -i input -o output -c ./program.cmplog -m none -- ./program.afl @@ ``` -Be sure to use `-m none` because CmpLog can map a lot of pages. \ No newline at end of file +Be careful with the usage of `-m` because CmpLog can map a lot of pages. |