diff options
author | bloodstalker <thabogre@gmail.com> | 2018-02-17 08:13:27 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-02-17 08:13:27 +0000 |
commit | 8bff748dd325ff45375e6f5948368e1ee024d411 (patch) | |
tree | 716f9686867b6a73eec43e9f4103a9f1c6c45079 /extra-tools | |
parent | travis fix (diff) | |
download | mutator-8bff748dd325ff45375e6f5948368e1ee024d411.tar.gz mutator-8bff748dd325ff45375e6f5948368e1ee024d411.zip |
trying to implement the nested call and global object rewriters
Diffstat (limited to '')
-rwxr-xr-x | extra-tools/capstoneubuntu14.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra-tools/capstoneubuntu14.sh b/extra-tools/capstoneubuntu14.sh index 85caab5..4c895e4 100755 --- a/extra-tools/capstoneubuntu14.sh +++ b/extra-tools/capstoneubuntu14.sh @@ -2,9 +2,9 @@ cd $(dirname $0) -"wget" https://github.com/aquynh/capstone/archive/3.0.5-rc2.tar.gz -"tar" -xvzf capstone-3.0.5-rc2.tar.gz -"cd" capstone-3.0.5-rc2.tar.gz +"wget" https://github.com/aquynh/capstone/archive/3.0.5-rc2.tar.gz -o capstone.tar.gz +"tar" -xvzf capstone.tar.gz +"cd" capstone* "make" sudo make install "cd" .. |