diff options
author | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-02 16:49:16 +0100 |
---|---|---|
committer | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-02 16:49:16 +0100 |
commit | d9e39be4e8dd0242877412d1a17589acc825292e (patch) | |
tree | 5a14d4bd4a4ada94cdd9fe74ab6bf557aa5e3e66 /qemu_mode | |
parent | ca7144161f900a0f5c8b76922a0102fbcc291f2c (diff) | |
download | afl++-d9e39be4e8dd0242877412d1a17589acc825292e.tar.gz |
Remove the word "simply"
Diffstat (limited to 'qemu_mode')
-rw-r--r-- | qemu_mode/libcompcov/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qemu_mode/libcompcov/README.md b/qemu_mode/libcompcov/README.md index fca20a69..6a72f5ff 100644 --- a/qemu_mode/libcompcov/README.md +++ b/qemu_mode/libcompcov/README.md @@ -23,7 +23,7 @@ To use this library make sure to preload it with AFL_PRELOAD. ``` export AFL_PRELOAD=/path/to/libcompcov.so export AFL_COMPCOV_LEVEL=1 - + afl-fuzz -Q -i input -o output <your options> -- <target args> ``` @@ -33,5 +33,5 @@ logs all the comparisons. The library make use of https://github.com/ouadev/proc_maps_parser and so it is Linux specific. However this is not a strict dependency, other UNIX operating -systems can be supported simply replacing the code related to the -/proc/self/maps parsing. +systems can be supported by replacing the code related to the +/proc/self/maps parsing. \ No newline at end of file |