AFLplusplus/qemu_taint/build_qemu_taint.sh
2020-08-08 20:29:56 +02:00

8 lines
274 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 . || exit 1
./build.sh || exit 1
cp -fv ./afl-qemu-taint ../..