about summary refs log tree commit diff
path: root/qemu_taint/build.sh
blob: cf6e72369a235346d978ebfa9d9b0de0eb4d8c17 (plain) (blame)
1
2
3
4
5
6
7
#!/bin/bash
test -d qemu ||  git clone https://github.com/vanhauser-thc/qemu_taint qemu || exit 1
cd qemu || exit 1
test -d .git || { git stash ; git pull ; }
cp -fv ../../include/config.h .
./build.sh
cp -fv ./afl-qemu-taint ../..