This commit is contained in:
van Hauser 2020-08-08 12:53:39 +02:00
parent b29d91edf5
commit a19b31bf82

View File

@ -2,5 +2,6 @@
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 -f ./afl-qemu-taint ../..
cp -fv ./afl-qemu-taint ../..