Skip to content

Instantly share code, notes, and snippets.

@sktt
Last active May 19, 2018 17:18
Show Gist options
  • Save sktt/1463b38688037b8ac49ad35c68a4dd29 to your computer and use it in GitHub Desktop.
Save sktt/1463b38688037b8ac49ad35c68a4dd29 to your computer and use it in GitHub Desktop.
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