diff options
author | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-02 20:45:48 +0100 |
---|---|---|
committer | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-02 21:08:26 +0100 |
commit | a7694e299a331bd8c4826b2402ee68cd6f83d8f9 (patch) | |
tree | 8c143421db3cc20377363d7876b2dd4dac15a88f /utils/afl_untracer/README.md | |
parent | c85e0dc4f0e0a6deedfb7318292e1939503a10c2 (diff) | |
download | afl++-a7694e299a331bd8c4826b2402ee68cd6f83d8f9.tar.gz |
Fix punctuation in connection with "however"
Diffstat (limited to 'utils/afl_untracer/README.md')
-rw-r--r-- | utils/afl_untracer/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/afl_untracer/README.md b/utils/afl_untracer/README.md index ada0c916..9f41618f 100644 --- a/utils/afl_untracer/README.md +++ b/utils/afl_untracer/README.md @@ -5,9 +5,9 @@ afl-untracer is an example skeleton file which can easily be used to fuzz a closed source library. -It requires less memory and is x3-5 faster than qemu_mode however it is way -more course grained and does not provide interesting features like compcov -or cmplog. +It requires less memory and is x3-5 faster than qemu_mode, however, it is way +more course grained and does not provide interesting features like compcov or +cmplog. Supported is so far Intel (i386/x86_64) and AARCH64. |