From 8bff748dd325ff45375e6f5948368e1ee024d411 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Sat, 17 Feb 2018 11:43:27 +0330 Subject: trying to implement the nested call and global object rewriters --- extra-tools/capstoneubuntu14.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'extra-tools') 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" .. -- cgit v1.2.3