diff options
author | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-02 21:23:22 +0100 |
---|---|---|
committer | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-02 21:23:22 +0100 |
commit | aa6586a761c47da1f202221c9a449b692cacbcae (patch) | |
tree | f643712e4a2cf16491449c74a118253cb001dc5d /qemu_mode/libcompcov/README.md | |
parent | 377adb776ee2adb3cb17a174279e384ae9dd590c (diff) | |
download | afl++-aa6586a761c47da1f202221c9a449b692cacbcae.tar.gz |
Fix typos - 1st run
Diffstat (limited to 'qemu_mode/libcompcov/README.md')
-rw-r--r-- | qemu_mode/libcompcov/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu_mode/libcompcov/README.md b/qemu_mode/libcompcov/README.md index 50f0d802..bb010d8f 100644 --- a/qemu_mode/libcompcov/README.md +++ b/qemu_mode/libcompcov/README.md @@ -31,7 +31,7 @@ The AFL_COMPCOV_LEVEL tells to QEMU and libcompcov how to log comaprisons. Level 1 logs just comparison with immediates / read-only memory and level 2 logs all the comparisons. -The library make use of https://github.com/ouadev/proc_maps_parser and so it is +The library makes 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 by replacing the code related to the /proc/self/maps parsing. \ No newline at end of file |