about summary refs log tree commit diff
path: root/docs/binaryonly_fuzzing.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-07-31 10:42:43 +0200
committervan Hauser <vh@thc.org>2020-07-31 10:42:43 +0200
commitcd576fa59d1b413433beef1009668f4d9b22c965 (patch)
tree0f650b4829d3e9c0390fd1306023b5a03a92754c /docs/binaryonly_fuzzing.md
parent320f26d26f7e0cbe093e6f5af5f27f180bc31a1b (diff)
downloadafl++-cd576fa59d1b413433beef1009668f4d9b22c965.tar.gz
fixes
Diffstat (limited to 'docs/binaryonly_fuzzing.md')
-rw-r--r--docs/binaryonly_fuzzing.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/binaryonly_fuzzing.md b/docs/binaryonly_fuzzing.md
index 111147e2..a3d3330f 100644
--- a/docs/binaryonly_fuzzing.md
+++ b/docs/binaryonly_fuzzing.md
@@ -15,9 +15,9 @@
   high enough. Otherwise try retrowrite, afl-dyninst and if these
   fail too then standard qemu_mode with AFL_ENTRYPOINT to where you need it.
 
-  If your a target is library use examples/afl_frida/.
+  If your target is a library use examples/afl_frida/.
 
-  If your target is non-linux then use unicorn_mode/
+  If your target is non-linux then use unicorn_mode/.
 
 
 ## QEMU