diff options
author | Dominik Maier <domenukk@gmail.com> | 2020-06-02 14:54:24 +0200 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2020-06-02 14:54:24 +0200 |
commit | 83112ed5e0da90634d73a5111892e713cc19733d (patch) | |
tree | bbedd0f1bc27f6479c0679545de9ebc02865ce7d /docs/binaryonly_fuzzing.md | |
parent | fbd781fc839740b6ee3129f216bdc8bc7f923edd (diff) | |
download | afl++-83112ed5e0da90634d73a5111892e713cc19733d.tar.gz |
got rid of questionable phrasing
Diffstat (limited to 'docs/binaryonly_fuzzing.md')
-rw-r--r-- | docs/binaryonly_fuzzing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/binaryonly_fuzzing.md b/docs/binaryonly_fuzzing.md index f005a9b7..7c9be418 100644 --- a/docs/binaryonly_fuzzing.md +++ b/docs/binaryonly_fuzzing.md @@ -4,7 +4,7 @@ it allows for very fast and coverage guided fuzzing. However, if there is only the binary program and no source code available, - then standard `afl-fuzz -n` (dumb mode) is not effective. + then standard `afl-fuzz -n` (non-instrumented mode) is not effective. The following is a description of how these binaries can be fuzzed with afl++ |