diff options
author | van Hauser <vh@thc.org> | 2020-08-08 12:53:39 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-08-08 12:53:39 +0200 |
commit | a19b31bf826c4d501ceb871824e12ad75ce64446 (patch) | |
tree | d13676e6939004ef3bee3eec80a6476927e89b85 | |
parent | b29d91edf5fb600c5daf5d61634c8719147d591c (diff) | |
download | afl++-a19b31bf826c4d501ceb871824e12ad75ce64446.tar.gz |
cp inc
-rwxr-xr-x | qemu_taint/build.sh | 3 |
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 ../.. |