mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-10 01:01:33 +00:00
cp inc
This commit is contained in:
parent
b29d91edf5
commit
a19b31bf82
@ -2,5 +2,6 @@
|
|||||||
test -d qemu || git clone https://github.com/vanhauser-thc/qemu_taint qemu || exit 1
|
test -d qemu || git clone https://github.com/vanhauser-thc/qemu_taint qemu || exit 1
|
||||||
cd qemu || exit 1
|
cd qemu || exit 1
|
||||||
test -d .git || { git stash ; git pull ; }
|
test -d .git || { git stash ; git pull ; }
|
||||||
|
cp -fv ../../include/config.h .
|
||||||
./build.sh
|
./build.sh
|
||||||
cp -f ./afl-qemu-taint ../..
|
cp -fv ./afl-qemu-taint ../..
|
||||||
|
Loading…
x
Reference in New Issue
Block a user