aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2019-09-25 06:13:04 +0200
committerhexcoder- <heiko@hexco.de>2019-09-25 06:13:04 +0200
commitc71fc742483c06442c9bb44b68be126ae8f88338 (patch)
tree11a49ae127376d2a43fed3a39ccd91a6697a11d6 /README.md
parent0b52d342f6d8b2e7881adb660005ea2f8c5c7d81 (diff)
downloadAFLplusplus-c71fc742483c06442c9bb44b68be126ae8f88338.tar.gz
fix two more bad links in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 30863b72..24165a32 100644
--- a/README.md
+++ b/README.md
@@ -433,7 +433,7 @@ magic headers, or other special tokens associated with the targeted data type
[http://lcamtuf.blogspot.com/2015/01/afl-fuzz-making-up-grammar-with.html](http://lcamtuf.blogspot.com/2015/01/afl-fuzz-making-up-grammar-with.html)
To use this feature, you first need to create a dictionary in one of the two
-formats discussed in [dictionaries/README.md](ictionaries/README.md);
+formats discussed in [dictionaries/README.md](dictionaries/README.md);
and then point the fuzzer to it via the -x option in the command line.
(Several common dictionaries are already provided in that subdirectory, too.)
@@ -451,7 +451,7 @@ parsers and grammars, but isn't nearly as good as the -x mode.
If a dictionary is really hard to come by, another option is to let AFL run
for a while, and then use the token capture library that comes as a companion
-utility with AFL. For that, see [libtokencap/README.tokencap](libtokencap/README.tokencap).
+utility with AFL. For that, see [libtokencap/README.md](libtokencap/README.md).
## 11) Crash triage