diff options
author | hexcoder- <heiko@hexco.de> | 2020-02-25 08:34:44 +0100 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2020-02-25 08:34:44 +0100 |
commit | 891b568678848f17e2502758569781f78b4fc0a2 (patch) | |
tree | 2985e58e4b1485cf71bbfad213f11fb2e9cac331 /src/afl-common.c | |
parent | 901360b902b57d538eebaa38b7d20fe0eb639c33 (diff) | |
download | afl++-891b568678848f17e2502758569781f78b4fc0a2.tar.gz |
fix references to README docs
Diffstat (limited to 'src/afl-common.c')
-rw-r--r-- | src/afl-common.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/afl-common.c b/src/afl-common.c index 330b1497..0f8094be 100644 --- a/src/afl-common.c +++ b/src/afl-common.c @@ -163,7 +163,7 @@ char** get_qemu_argv(u8* own_loc, char** argv, int argc) { SAYF("\n" cLRD "[-] " cRST "Oops, unable to find the 'afl-qemu-trace' binary. The binary must be " "built\n" - " separately by following the instructions in qemu_mode/README.qemu. " + " separately by following the instructions in qemu_mode/README.md. " "If you\n" " already have the binary installed, you may need to specify " "AFL_PATH in the\n" @@ -259,7 +259,7 @@ char** get_wine_argv(u8* own_loc, char** argv, int argc) { SAYF("\n" cLRD "[-] " cRST "Oops, unable to find the '%s' binary. The binary must be " "built\n" - " separately by following the instructions in qemu_mode/README.qemu. " + " separately by following the instructions in qemu_mode/README.md. " "If you\n" " already have the binary installed, you may need to specify " "AFL_PATH in the\n" |