diff options
author | van Hauser <vh@thc.org> | 2020-08-08 12:55:35 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-08-08 12:55:35 +0200 |
commit | ebc6f528683c47b92ab08b469fc0b235ecce1062 (patch) | |
tree | 59449b5c007a4074a4a7a1b783cade528044c2c9 | |
parent | a19b31bf826c4d501ceb871824e12ad75ce64446 (diff) | |
download | afl++-ebc6f528683c47b92ab08b469fc0b235ecce1062.tar.gz |
cp inc
-rwxr-xr-x | qemu_taint/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu_taint/build.sh b/qemu_taint/build.sh index cf6e7236..461ead68 100755 --- a/qemu_taint/build.sh +++ b/qemu_taint/build.sh @@ -2,6 +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 . +cp -fv ../../include/config.h ../../include/types.h . ./build.sh cp -fv ./afl-qemu-taint ../.. |