From b29d91edf5fb600c5daf5d61634c8719147d591c Mon Sep 17 00:00:00 2001 From: van Hauser Date: Sat, 8 Aug 2020 11:17:05 +0200 Subject: add stub directory --- qemu_taint/build.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 qemu_taint/build.sh (limited to 'qemu_taint/build.sh') 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 ../.. -- cgit 1.4.1