about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-08-08 12:53:39 +0200
committervan Hauser <vh@thc.org>2020-08-08 12:53:39 +0200
commita19b31bf826c4d501ceb871824e12ad75ce64446 (patch)
treed13676e6939004ef3bee3eec80a6476927e89b85
parentb29d91edf5fb600c5daf5d61634c8719147d591c (diff)
downloadafl++-a19b31bf826c4d501ceb871824e12ad75ce64446.tar.gz
cp inc
-rwxr-xr-xqemu_taint/build.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/qemu_taint/build.sh b/qemu_taint/build.sh
index c3fbe198..cf6e7236 100755
--- a/qemu_taint/build.sh
+++ b/qemu_taint/build.sh
@@ -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 ../..