mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-20 05:23:43 +00:00
cp inc
This commit is contained in:
@ -2,6 +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 .
|
cp -fv ../../include/config.h ../../include/types.h .
|
||||||
./build.sh
|
./build.sh
|
||||||
cp -fv ./afl-qemu-taint ../..
|
cp -fv ./afl-qemu-taint ../..
|
||||||
|
Reference in New Issue
Block a user