Last active
May 19, 2018 17:18
-
-
Save sktt/1463b38688037b8ac49ad35c68a4dd29 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get update | |
sudo apt-get install build-essential curl libz3-dev z3 libboost-dev libcapstone-dev libpython-dev cmake python-z3 | |
curl -L http://software.intel.com/sites/landingpage/pintool/downloads/pin-2.14-71313-gcc.4.4.7-linux.tar.gz| tar xzf - | |
cd pin-2.14-71313-gcc.4.4.7-linux/source/tools/ | |
curl -L https://github.com/JonathanSalwan/Triton/archive/v0.4.tar.gz | tar xzf - | |
cd Triton-0.4/ | |
mkdir build | |
cd build | |
cmake -DPINTOOL=on -DKERNEL4=on .. | |
make -j4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment