diff options
author | hexcoder <hexcoder-@users.noreply.github.com> | 2020-05-07 10:09:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-07 10:09:08 +0200 |
commit | 37b681ac11f62ccb41d13a146a319819af1c178d (patch) | |
tree | aa8f6635f0878f9955c44a206abf9161c9de17b6 /examples/afl_untracer | |
parent | f065ddbdb22d7f0b9ead2c2179b5b37ba960bb80 (diff) | |
download | afl++-37b681ac11f62ccb41d13a146a319819af1c178d.tar.gz |
untracer README: one typo fixed
Diffstat (limited to 'examples/afl_untracer')
-rw-r--r-- | examples/afl_untracer/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/afl_untracer/README.md b/examples/afl_untracer/README.md index 7d870c42..29234889 100644 --- a/examples/afl_untracer/README.md +++ b/examples/afl_untracer/README.md @@ -35,7 +35,7 @@ $ rm -rf /tmp/tmp$$ ### Fuzzing -Example (after modfying afl-untracer.c to your needs, compiling and creating +Example (after modifying afl-untracer.c to your needs, compiling and creating patches.txt): ``` AFL_UNTRACER_FILE=./patches.txt afl-fuzz -i in -o out -- ./afl-untracer |