aboutsummaryrefslogtreecommitdiff
path: root/unicorn_mode
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-07-25 09:00:22 +0200
committervan Hauser <vh@thc.org>2019-07-25 09:00:22 +0200
commitdfb3bd8e33b4f38188ebc67fd522225b111044c9 (patch)
tree9afc05ff87fe2f23a874666b3c36d5edd0824872 /unicorn_mode
parentd6c2db9620f413575c4c0cd44deba9d50b01711b (diff)
downloadAFLplusplus-dfb3bd8e33b4f38188ebc67fd522225b111044c9.tar.gz
documentation update
Diffstat (limited to 'unicorn_mode')
-rw-r--r--unicorn_mode/README.md13
1 files changed, 9 insertions, 4 deletions
diff --git a/unicorn_mode/README.md b/unicorn_mode/README.md
index 5d8b3ce0..24151387 100644
--- a/unicorn_mode/README.md
+++ b/unicorn_mode/README.md
@@ -7,10 +7,15 @@
```
-afl-unicorn lets you fuzz any piece of binary that can be emulated by [Unicorn Engine](http://www.unicorn-engine.org/).
+afl-unicorn lets you fuzz any piece of binary that can be emulated by
+[Unicorn Engine](http://www.unicorn-engine.org/).
-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 the full readme please see docs/unicorn_mode.txt
-For general help with AFL, please refer to both the official [AFL website](http://lcamtuf.coredump.cx/afl/) and the documents in the /doc/ directory.
+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).
-Created by Nathan Voss, originally funded by [Battelle](https://www.battelle.org/cyber). \ No newline at end of file
+For general help with AFL, please refer to the documents in the /doc/ directory.
+
+Created by Nathan Voss, originally funded by
+[Battelle](https://www.battelle.org/cyber).