aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-04-30 20:11:29 +0000
committerbloodstalker <thabogre@gmail.com>2018-04-30 20:11:29 +0000
commitb6107d5bb6aeef6ab03909750f59196555c51081 (patch)
tree3240c1651c57d819c54a4441b1bb2c61fad6f842 /README.md
parentramdump is here (diff)
downloadmutator-b6107d5bb6aeef6ab03909750f59196555c51081.tar.gz
mutator-b6107d5bb6aeef6ab03909750f59196555c51081.zip
fixes #30. run make deepclean on bruiser. lua needs to be rebuilt. added a new commandline option, --keepalive. drops to cli if you were running in non-cli after script finishes running.
Diffstat (limited to '')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index f696f02..d61d0bb 100644
--- a/README.md
+++ b/README.md
@@ -94,6 +94,7 @@ Before you run make, make sure you have all the dependencies:<br/>
* For `safercpp` you will need to have LLVM RTTI also.<br/>
* For `bruiser` you will need the python 3.5< dev package(source code and libpython), libcapstone, libkeystone and libffi.<br/>
* The other libraries used are either submodules or copied inside.<br/>
+* `load.py` needs capstone. You can get it through pip.<br/>
For More details you can look at the `Building` section.<br/>
Assuming you already have the dependencies:<br/>