From 37b681ac11f62ccb41d13a146a319819af1c178d Mon Sep 17 00:00:00 2001 From: hexcoder Date: Thu, 7 May 2020 10:09:08 +0200 Subject: [PATCH] untracer README: one typo fixed --- examples/afl_untracer/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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