diff options
author | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-05 19:31:43 +0100 |
---|---|---|
committer | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-05 19:40:56 +0100 |
commit | 139db40cfc243d2de4eb1584e41867e5a44a06f9 (patch) | |
tree | 958ea8d9a07496357185682ab1d112ecf61b1b35 /utils/afl_untracer | |
parent | 89df436290c67b1c03122bfe5c68cf4f92e581c0 (diff) | |
download | afl++-139db40cfc243d2de4eb1584e41867e5a44a06f9.tar.gz |
Fix usage and punctuation in connection with "then" and "than"
Diffstat (limited to 'utils/afl_untracer')
-rw-r--r-- | utils/afl_untracer/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/afl_untracer/README.md b/utils/afl_untracer/README.md index cd87998b..da0e0c77 100644 --- a/utils/afl_untracer/README.md +++ b/utils/afl_untracer/README.md @@ -15,7 +15,7 @@ Supported is so far Intel (i386/x86_64) and AARCH64. ### Modify afl-untracer.c -Read and modify afl-untracer.c then `make`. +Read and modify afl-untracer.c, then `make`. To adapt afl-untracer.c to your needs, read the header of the file and then search and edit the `STEP 1`, `STEP 2` and `STEP 3` locations. |