mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-12 10:08:07 +00:00
fix #723
This commit is contained in:
@ -233,7 +233,6 @@ QEMU_CONF_FLAGS=" \
|
|||||||
--disable-xen \
|
--disable-xen \
|
||||||
--disable-xen-pci-passthrough \
|
--disable-xen-pci-passthrough \
|
||||||
--disable-xfsctl \
|
--disable-xfsctl \
|
||||||
--enable-pie \
|
|
||||||
--python=${PYTHONBIN} \
|
--python=${PYTHONBIN} \
|
||||||
--target-list="${CPU_TARGET}-linux-user" \
|
--target-list="${CPU_TARGET}-linux-user" \
|
||||||
--without-default-devices \
|
--without-default-devices \
|
||||||
@ -253,6 +252,11 @@ if [ "$STATIC" = "1" ]; then
|
|||||||
--static \
|
--static \
|
||||||
--extra-cflags=-DAFL_QEMU_STATIC_BUILD=1 \
|
--extra-cflags=-DAFL_QEMU_STATIC_BUILD=1 \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
else
|
||||||
|
|
||||||
|
QEMU_CONF_FLAGS="{$QEMU_CONF_FLAGS} --enable-pie "
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$DEBUG" = "1" ]; then
|
if [ "$DEBUG" = "1" ]; then
|
||||||
|
Reference in New Issue
Block a user