aboutsummaryrefslogtreecommitdiffstats
path: root/extra-tools
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-03-01 14:37:53 +0000
committerbloodstalker <thabogre@gmail.com>2018-03-01 14:37:53 +0000
commitb72238e4056bc8f28c53f42f186bd385cc81ba12 (patch)
tree5821add9b2d785f09b4f4e1c8b62a17e6a713769 /extra-tools
parentbruiser will now run a lua script before startup so now you can easily use yo... (diff)
downloadmutator-b72238e4056bc8f28c53f42f186bd385cc81ba12.tar.gz
mutator-b72238e4056bc8f28c53f42f186bd385cc81ba12.zip
wip-the asm rewriter module plus the assembly jump table lua module implementation
Diffstat (limited to 'extra-tools')
-rwxr-xr-xextra-tools/keystoneubuntu.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/extra-tools/keystoneubuntu.sh b/extra-tools/keystoneubuntu.sh
new file mode 100755
index 0000000..709ca2e
--- /dev/null
+++ b/extra-tools/keystoneubuntu.sh
@@ -0,0 +1,12 @@
+#!/bin/bash
+
+cd $(dirname $0)
+
+"wget" https://github.com/keystone-engine/keystone/archive/0.9.1.tar.gz -o keystone.tar.gz
+"tar" -xvzf keystone.tar.gz
+"cd" keystone*
+"mkdir" build
+"cd" build
+../make-share.sh
+sudo make install
+"cd" ../..