mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-21 21:54:25 +00:00
reverse push (#901)
* Create FUNDING.yml * Update FUNDING.yml * disable QEMU static pie Co-authored-by: Andrea Fioraldi <andreafioraldi@gmail.com>
This commit is contained in:
@ -211,8 +211,9 @@ if [ "$STATIC" = "1" ]; then
|
|||||||
|
|
||||||
echo Building STATIC binary
|
echo Building STATIC binary
|
||||||
|
|
||||||
|
# static PIE causes https://github.com/AFLplusplus/AFLplusplus/issues/892
|
||||||
QEMU_CONF_FLAGS="$QEMU_CONF_FLAGS \
|
QEMU_CONF_FLAGS="$QEMU_CONF_FLAGS \
|
||||||
--static \
|
--static --disable-pie \
|
||||||
--extra-cflags=-DAFL_QEMU_STATIC_BUILD=1 \
|
--extra-cflags=-DAFL_QEMU_STATIC_BUILD=1 \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user