mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-10 17:21:33 +00:00
fix
This commit is contained in:
parent
8d9620eca2
commit
081c480e36
@ -55,10 +55,10 @@ install: argvfuzz32.so argvfuzz64.so
|
||||
if [ -f argvfuzz64.so ]; then set -e; install -m 755 argvfuzz64.so $(DESTDIR)$(HELPER_PATH)/; fi
|
||||
|
||||
argv_fuzz_persistent_demo: argv_fuzz_persistent_demo.c
|
||||
afl-clang-fast -fsanitize=address -g -o $@ $^
|
||||
../../afl-cc -fsanitize=address -g -o $@ $^
|
||||
|
||||
argv_fuzz_demo: argv_fuzz_demo.c
|
||||
afl-clang-fast -fsanitize=address -g -o $@ $^
|
||||
../../afl-cc -fsanitize=address -g -o $@ $^
|
||||
|
||||
demo: argv_fuzz_persistent_demo argv_fuzz_demo
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user