about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-07-25 10:34:03 +0200
committervan Hauser <vh@thc.org>2019-07-25 10:34:03 +0200
commitad1c4bf202fd3cc9d567d903f7bfe998fa8d7a57 (patch)
treed43dd8b3723ca3cd88284095bab7c1bffc40a592
parent5969b7cdbc3d494f6cfdb5fdbef3d227af03d8fe (diff)
downloadafl++-ad1c4bf202fd3cc9d567d903f7bfe998fa8d7a57.tar.gz
squash typos
-rw-r--r--docs/ChangeLog2
-rw-r--r--docs/binaryonly_fuzzing.txt2
-rw-r--r--unicorn_mode/README.md2
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/ChangeLog b/docs/ChangeLog
index d393f92c..3b43366d 100644
--- a/docs/ChangeLog
+++ b/docs/ChangeLog
@@ -17,7 +17,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
 Version ++2.52d (dev):
 -----------------------------
 
-  - unicorn_mode got added - thank to domenukk for the patch!
+  - unicorn_mode got added - thanks to domenukk for the patch!
   - fix a crash in qemu_mode which also exists in stock afl
   - added libcompcov, a laf-intel implementation for qemu! :)
     see qemu_mode/libcompcov/README.libcompcov
diff --git a/docs/binaryonly_fuzzing.txt b/docs/binaryonly_fuzzing.txt
index fd260450..53361f5f 100644
--- a/docs/binaryonly_fuzzing.txt
+++ b/docs/binaryonly_fuzzing.txt
@@ -125,7 +125,7 @@ Non-AFL solutions
 -----------------
 
 There are many binary-only fuzzing frameworks. Some are great for CTFs but don't
-work with large binaries, other are very slow but have good path discovery,
+work with large binaries, others are very slow but have good path discovery,
 some are very hard to set-up ...
 
 QSYM: https://github.com/sslab-gatech/qsym
diff --git a/unicorn_mode/README.md b/unicorn_mode/README.md
index 24151387..f12ed8bc 100644
--- a/unicorn_mode/README.md
+++ b/unicorn_mode/README.md
@@ -15,7 +15,7 @@ For the full readme please see docs/unicorn_mode.txt
 For an in-depth description of what this is, how to install it, and how to use
 it check out this [blog post](https://medium.com/@njvoss299/afl-unicorn-fuzzing-arbitrary-binary-code-563ca28936bf).
 
-For general help with AFL, please refer to the documents in the /doc/ directory.
+For general help with AFL, please refer to the documents in the ./docs/ directory.
 
 Created by Nathan Voss, originally funded by
 [Battelle](https://www.battelle.org/cyber).