sudo apt-get install python-dev libffi-dev build-essential python-pip git
sudo apt-get build-dep qemu-system
2. capstone source compile
./make.sh
sudo ./make.sh install
sudo apt-get install virtualenvwrapper
vim ~/.bashrc to add " source /usr/share/virtualenvwrapper/virtualenvwrapper.sh "
mkvirtualenv angr
git clone https://github.com/angr/claripy.git
pip install -r requirements.txt
pip install -v -e .
git clone https://github.com/angr/angr.git
pip install -r requirements.txt
pip install -v -e .
git clone https://github.com/shellphish/shellphish-qemu.git
sudo apt-get install libpixman-1-dev
./rebuild.sh
pip install -v -e .
git clone https://github.com/shellphish/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/angr/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/shellphish/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 .
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 fuzzer
./shellphuzz -c 1 -d 1 -f 8 --no-dictionary ../test/driller_sample/driller_sample
cd test/print_output
python print_output.py ../driller_sample/driller_sample /dev/shm/work/driller_sample/sync/driller/queue/
python python_plot.py /dev/shm/work/driller_sample/fuzzer-master.log