mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-08 16:21:32 +00:00
Merge branch 'stable' into dev
This commit is contained in:
commit
06d703bf66
@ -94,6 +94,9 @@ AFL_COMPILER_RT_OBJ:=$(OBJ_DIR)afl-compiler-rt.o
|
|||||||
|
|
||||||
all: $(FRIDA_TRACE)
|
all: $(FRIDA_TRACE)
|
||||||
|
|
||||||
|
32:
|
||||||
|
CFLAGS="-m32" LDFLAGS="-m32" ARCH="x86" make all
|
||||||
|
|
||||||
32:
|
32:
|
||||||
CFLAGS="-m32" LDFLAGS="-m32" ARCH="x86" make all
|
CFLAGS="-m32" LDFLAGS="-m32" ARCH="x86" make all
|
||||||
|
|
||||||
|
@ -69,6 +69,9 @@ __attribute__((constructor)) void __libqasan_init() {
|
|||||||
__libqasan_is_initialized = 1;
|
__libqasan_is_initialized = 1;
|
||||||
|
|
||||||
__libqasan_init_hooks();
|
__libqasan_init_hooks();
|
||||||
|
|
||||||
|
if (getenv("AFL_INST_LIBS") || getenv("QASAN_HOTPACH"))
|
||||||
|
__libqasan_hotpatch();
|
||||||
|
|
||||||
if (getenv("AFL_INST_LIBS") || getenv("QASAN_HOTPACH")) __libqasan_hotpatch();
|
if (getenv("AFL_INST_LIBS") || getenv("QASAN_HOTPACH")) __libqasan_hotpatch();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user