about summary refs log tree commit diff
path: root/qemu_taint/build.sh
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-08-08 11:17:05 +0200
committervan Hauser <vh@thc.org>2020-08-08 11:17:05 +0200
commitb29d91edf5fb600c5daf5d61634c8719147d591c (patch)
tree9e4b34e1407ad66cd057da0d917e202fc0efd273 /qemu_taint/build.sh
parent27abecbff5021d9eaa226a7f370e6b8f14ec9601 (diff)
downloadafl++-b29d91edf5fb600c5daf5d61634c8719147d591c.tar.gz
add stub directory
Diffstat (limited to 'qemu_taint/build.sh')
-rwxr-xr-xqemu_taint/build.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/qemu_taint/build.sh b/qemu_taint/build.sh
new file mode 100755
index 00000000..c3fbe198
--- /dev/null
+++ b/qemu_taint/build.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+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 ; }
+./build.sh
+cp -f ./afl-qemu-taint ../..