This commit is contained in:
van Hauser
2020-08-08 12:55:35 +02:00
parent a19b31bf82
commit ebc6f52868

View File

@ -2,6 +2,6 @@
test -d qemu || git clone https://github.com/vanhauser-thc/qemu_taint qemu || exit 1 test -d qemu || git clone https://github.com/vanhauser-thc/qemu_taint qemu || exit 1
cd qemu || exit 1 cd qemu || exit 1
test -d .git || { git stash ; git pull ; } test -d .git || { git stash ; git pull ; }
cp -fv ../../include/config.h . cp -fv ../../include/config.h ../../include/types.h .
./build.sh ./build.sh
cp -fv ./afl-qemu-taint ../.. cp -fv ./afl-qemu-taint ../..