sudo apt-get install python-dev libffi-dev build-essential python-pip git
sudo apt-get build-dep qemu-system
./make.sh
sudo ./make.sh install
sudo apt-get install virtualenvwrapper
pip install virtualenv
virtualenv -p /usr/bin/python3 py3env
source py3env/bin/activate
mkdir driller
git clone https://github.com/CAFA1/driller1.git
cd driller
git clone https://github.com/CAFA1/angr.git
pip install -r requirements.txt
pip install -v -e .
git clone https://github.com/CAFA1/shellphish-qemu.git
sudo apt-get install libpixman-1-dev
./rebuild.sh
pip install -v -e .
git clone https://github.com/CAFA1/shellphish-afl.git
python setup.py develop
~/driller/shellphish-afl/bin/afl-cgc$ cp tracers/i386/afl-qemu-trace ./
pip install -v -e .
git clone https://github.com/CAFA1/tracer.git
sudo apt-get install libacl1-dev
pip install -r requirements.txt
pip install -v -e .
http://blog.fens.me/linux-redis-install/
sudo apt-get install redis-server
pip install redis
git clone https://github.com/CAFA1/fuzzer.git
pip install tqdm
pip install IPython
sudo apt-get install build-essential gcc-multilib libtool automake autoconf bison debootstrap debian-archive-keyring
sudo apt-get build-dep qemu
python setup.py build
pip install -v -e .
git clone https://github.com/CAFA1/driller.git
pip install -r requirements.txt
python setup.py build
pip install -v -e .
git clone --depth 1 https://github.com/angr/binaries.git
http://www.lungetech.com/cgc-corpus/cwe/cfe/
cd test
python driller_explore.py -d 1 control_flow/control_dependency
./shellphuzz -c 1 -d 1 -f 6 --no-dictionary ../test/control_flow/control_dependency
./shellphuzz -c 1 -d 1 -f 6 /vagrant/samples-master/examples/CADET_00001/bin/CADET_00001