Files
AFLplusplus/qemu_taint/build.sh
van Hauser ebc6f52868 cp inc
2020-08-08 12:55:35 +02:00

8 lines
254 B
Bash
Executable File

#!/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 ; }
cp -fv ../../include/config.h ../../include/types.h .
./build.sh
cp -fv ./afl-qemu-taint ../..