diff options
-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 ../.. |