about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--docs/unicorn_mode.txt2
-rw-r--r--unicorn_mode/README.md2
2 files changed, 4 insertions, 0 deletions
diff --git a/docs/unicorn_mode.txt b/docs/unicorn_mode.txt
index ae6a2bde..b691fff8 100644
--- a/docs/unicorn_mode.txt
+++ b/docs/unicorn_mode.txt
@@ -20,6 +20,8 @@ The idea and much of the implementation comes from Nathan Voss <njvoss299@gmail.
 2) How to use
 -------------
 
+Requirements: you need an installed python2 environment.
+
 *** Building AFL's Unicorn Mode ***
 
 First, make afl as usual.
diff --git a/unicorn_mode/README.md b/unicorn_mode/README.md
index f12ed8bc..9ee975ef 100644
--- a/unicorn_mode/README.md
+++ b/unicorn_mode/README.md
@@ -10,6 +10,8 @@
 afl-unicorn lets you fuzz any piece of binary that can be emulated by
 [Unicorn Engine](http://www.unicorn-engine.org/). 
 
+Requirements: Python2
+
 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