commit | a19b31bf826c4d501ceb871824e12ad75ce64446 | [log] [tgz] |
---|---|---|
author | van Hauser <vh@thc.org> | Sat Aug 08 12:53:39 2020 +0200 |
committer | van Hauser <vh@thc.org> | Sat Aug 08 12:53:39 2020 +0200 |
tree | d13676e6939004ef3bee3eec80a6476927e89b85 | |
parent | b29d91edf5fb600c5daf5d61634c8719147d591c [diff] |
cp inc
diff --git a/qemu_taint/build.sh b/qemu_taint/build.sh index c3fbe19..cf6e723 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 ../..